|
@@ -88,24 +88,25 @@
|
|
|
|
|
|
|
|
<div class="white-box-footer">
|
|
<div class="white-box-footer">
|
|
|
<!-- 订单合计 -->
|
|
<!-- 订单合计 -->
|
|
|
- <div class="box address_box" style="margin: 15px 0;">
|
|
|
|
|
|
|
+ <div class="" style="margin: 15px 0;">
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
- <el-col :xs="24" :sm="8" :md="10" :lg="10" :xl="10">
|
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="3">
|
|
|
<span style="font-weight: bold; word-break: normal; white-space: normal; line-height: 28px;">{{ $t('shop.totalOrders') }}:</span>
|
|
<span style="font-weight: bold; word-break: normal; white-space: normal; line-height: 28px;">{{ $t('shop.totalOrders') }}:</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="16" :md="14" :lg="14" :xl="14" style="word-break: normal; white-space: nowrap; line-height: 28px;">
|
|
|
|
|
- <span>{{ $t('shop.total') }}:{{ $t('currency.sign') }} {{ parseFloat(cashSum) | toThousandFilter }}</span>
|
|
|
|
|
- <span style="margin-left: 15px;">{{ $t('shop.freight') }}:{{ $t('currency.sign') }} {{ pointFreight }}</span>
|
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="21" style="word-break: normal; white-space: nowrap; line-height: 28px;">
|
|
|
|
|
+ <span>{{ $t('shop.total') }}:{{ $t('currency.sign') }} {{ parseFloat(cashSum) | toThousandFilter }}</span><br />
|
|
|
|
|
+ <span>{{ $t('shop.freight') }}:{{ $t('currency.sign') }} {{ pointFreight }}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <el-divider></el-divider>
|
|
|
<!-- 支付方式/账户余额 {{ cashCurrency }}: -->
|
|
<!-- 支付方式/账户余额 {{ cashCurrency }}: -->
|
|
|
- <div class="box address_box" style="margin: 15px 0;">
|
|
|
|
|
|
|
+ <div class="" style="margin: 15px 0;">
|
|
|
<el-row :gutter="20" type="flex" style="flex-wrap: wrap;">
|
|
<el-row :gutter="20" type="flex" style="flex-wrap: wrap;">
|
|
|
- <el-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="3">
|
|
|
<span style="font-weight: bold; word-break: normal; white-space: normal; line-height: 28px;">{{ $t('shop.selectPayment') }}:</span>
|
|
<span style="font-weight: bold; word-break: normal; white-space: normal; line-height: 28px;">{{ $t('shop.selectPayment') }}:</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="24" :md="16" :lg="16" :xl="16" style="word-break: normal; white-space: nowrap;">
|
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="21" style="word-break: normal; white-space: nowrap;">
|
|
|
<el-radio-group v-model="payType" @change='chosePayType'>
|
|
<el-radio-group v-model="payType" @change='chosePayType'>
|
|
|
<div v-for="(item, index) in payList" :key='index' class="address">
|
|
<div v-for="(item, index) in payList" :key='index' class="address">
|
|
|
<el-radio :label="item.label" border>
|
|
<el-radio :label="item.label" border>
|
|
@@ -116,14 +117,14 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
|
|
+ <el-divider></el-divider>
|
|
|
<!-- 收货地址 -->
|
|
<!-- 收货地址 -->
|
|
|
- <div class="box address_box" style="margin: 15px 0;">
|
|
|
|
|
- <el-row :gutter="20" type="flex" style="flex-wrap: wrap;">
|
|
|
|
|
- <el-col :xs="24" :sm="24" :md="16" :lg="16" :xl="16">
|
|
|
|
|
|
|
+ <div class="" style="margin: 15px 0;">
|
|
|
|
|
+ <el-row :gutter="10" type="flex" style="flex-wrap: wrap;">
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="3">
|
|
|
<span style="font-weight: bold; word-break: normal; white-space: normal; line-height: 28px;">{{ $t('shop.selectAddress') }}:</span>
|
|
<span style="font-weight: bold; word-break: normal; white-space: normal; line-height: 28px;">{{ $t('shop.selectAddress') }}:</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8" style="word-break: normal; white-space: nowrap;">
|
|
|
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="21" style="word-break: normal; white-space: nowrap;">
|
|
|
<el-radio-group v-model="addressId" @change='choseAddress'>
|
|
<el-radio-group v-model="addressId" @change='choseAddress'>
|
|
|
<div class="address">
|
|
<div class="address">
|
|
|
<el-radio :label="selfPickUpAddressId">{{ $t('shop.selfPickUp') }}</el-radio>
|
|
<el-radio :label="selfPickUpAddressId">{{ $t('shop.selfPickUp') }}</el-radio>
|