| | |
| | | <view class="info-item"> |
| | | <view class="info-item-label">商品总价</view> |
| | | <view class="info-item-price"> |
| | | <text>{{orderInfo.amount}}</text> |
| | | <text>{{((orderInfo.amount || 0)-(orderInfo.mailAmount || 0)).toFixed(2)}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="info-item"> |
| | |
| | | <view class="info-item"> |
| | | <view class="info-item-label" style="color: #222222; font-size: 30rpx; font-weight: 600;">应付款</view> |
| | | <view class="info-item-price2"> |
| | | <text>{{orderInfo.payAmount}}</text> |
| | | <text>{{(orderInfo.payAmount || 0).toFixed(2)}}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view :class="item.active ? 'dian active' : 'dian'" @click="seleShop(index)" v-for="(item, index) in shopList" :key="index"> |
| | | <view class="dian-top"> |
| | | <view class="dian-top-image"> |
| | | <image :src="item.imgFullUrl" mode="widthFix"></image> |
| | | <image :src="item.imgFullUrl || '/static/icon/default2.png'" mode="widthFix"></image> |
| | | </view> |
| | | <view class="dian-top-info"> |
| | | <view class="dian-top-info-title"> |
| | |
| | | titlePrice: this.orderInfo.payAmount, |
| | | shopId: this.shopId ? this.shopId.id : null |
| | | }).then(res => { |
| | | this.loading = false |
| | | if (res.code === 200) { |
| | | // 积分抵扣 |
| | | if (res.data.payType === 1) { |
| | |
| | | }, |
| | | fail (err) { |
| | | uni.$emit('shuaxin') |
| | | uni.navigateTo({ |
| | | uni.redirectTo({ |
| | | url: '/pagesA/pages/order/order?userType=0&status=1' |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }).finally(() => { |
| | | this.loading = false |
| | | }) |
| | | }, |
| | | // 确定使用积分 |
| | |
| | | font-weight: 500; |
| | | font-size: 32rpx; |
| | | color: #FFFFFF; |
| | | margin-top: 60rpx; |
| | | margin: 60rpx 0 30rpx 0; |
| | | } |
| | | .coupon-content { |
| | | width: 100%; |