From e542a9701287f44d67d7de5eb6f6d6d5f3e389b7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 27 九月 2024 16:59:51 +0800
Subject: [PATCH] 1
---
sub_pages/customer/shopping/confirm.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue
index 3be5aed..a86ff82 100644
--- a/sub_pages/customer/shopping/confirm.vue
+++ b/sub_pages/customer/shopping/confirm.vue
@@ -187,9 +187,9 @@
.current_transport.fee ||
0) || 0)
.toFixed(2)
- // if (total >= this.cache_coupon.minOrderAmount) {
- // return this.cache_coupon.couponDiscountValue || 0
- // }
+ // 不考虑打包费了
+ total = ((this.dto.totalMemberAmount || this.dto.totalAmount || 0))
+ .toFixed(2)
uni.navigateTo({
url: `/sub_pages/customer/coupon/coupon-self?source=shopping&paymoney=${total}`
@@ -476,10 +476,10 @@
<view class="m-l-a m-r-0 flex" style="word-break: break-all;"
:class="[!dto.goodsRecordIdList||dto.goodsRecordIdList.length==0?'desc-gray':'']"
@click="toSelectGood">
- <view> {{dto.goodsRecordIdListStr|| '请选择'}}
+ <view class="word-e" style="max-width: 400rpx;"> {{dto.goodsRecordIdListStr|| '请选择'}}
</view>
<!-- <view>{{dto.goodsRecordIdListStr|| '请选择'}}</view> -->
- <view style="min-width: 60rpx;">
+ <view class="m-t-4">
<u-icon class="m-l-a" name="arrow-right"></u-icon>
</view>
</view>
--
Gitblit v1.9.3