|
|
@@ -83,24 +83,25 @@
|
|
|
|
|
|
<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-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
|
|
|
- <span style="font-weight: bold; word-break: normal; white-space: nowrap; line-height: 28px;">{{ $t('shop.totalOrders') }}:</span>
|
|
|
+ <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>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16" style="word-break: normal; white-space: nowrap; line-height: 28px;">
|
|
|
+ <el-col :xs="24" :sm="24" :lg="21" style="word-break: normal; white-space: nowrap; line-height: 28px;">
|
|
|
<span>{{ $t('shop.total') }}:{{ parseFloat(pointsSum) | toThousandFilter }}</span>
|
|
|
- <span style="margin-left: 15px;">{{ $t('shop.freight') }}:{{ pointFreight }}</span>
|
|
|
+ <span>{{ $t('shop.freight') }}:{{ pointFreight }}</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
+ <el-divider></el-divider>
|
|
|
<!-- 支付方式/账户余额 {{ 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-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
|
|
- <span style="font-weight: bold; word-break: normal; white-space: nowrap; line-height: 28px;">{{ $t('shop.selectPayment') }}:</span>
|
|
|
+ <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>
|
|
|
</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'>
|
|
|
<div v-for="(item, index) in payList" :key='index' class="address">
|
|
|
<el-radio :label="item.label" border>
|
|
|
@@ -111,14 +112,14 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</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="3" :lg="3" :xl="3">
|
|
|
- <span style="font-weight: bold; word-break: normal; white-space: nowrap; line-height: 28px;">{{ $t('shop.selectAddress') }}:</span>
|
|
|
+ <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>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="24" :md="21" :lg="21" :xl="21" 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'>
|
|
|
<div class="address">
|
|
|
<el-radio :label="selfPickUpAddressId">{{ $t('shop.selfPickUp') }}</el-radio>
|