lilei 4 months ago
parent
commit
aa1d457d6f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pagesB/components/payModal.vue
  2. 1 1
      pagesB/shopiing/productDetail.vue

+ 1 - 1
pagesB/components/payModal.vue

@@ -13,7 +13,7 @@
 			</view>
 			</view>
 			<view class="pupu-box-pay-item">
 			<view class="pupu-box-pay-item">
 				<view class="popu-content-amount flex align_center justify_center">
 				<view class="popu-content-amount flex align_center justify_center">
-					<view>¥{{payInfo.totalAmount}}</view>
+					<view>¥{{payInfo.totalDiscountedAmount}}</view>
 				</view>
 				</view>
 				<view class="flex align_center justify_between" v-if="payInfo.totalSpecialGiveAmount>0">
 				<view class="flex align_center justify_between" v-if="payInfo.totalSpecialGiveAmount>0">
 					<text>总优惠</text>
 					<text>总优惠</text>

+ 1 - 1
pagesB/shopiing/productDetail.vue

@@ -217,7 +217,7 @@
 				</view>
 				</view>
 				<view class="pupu-box-pay-item">
 				<view class="pupu-box-pay-item">
 					<view class="popu-content-amount flex align_center justify_center">
 					<view class="popu-content-amount flex align_center justify_center">
-						<view>¥{{payData.payAmount}}</view>
+						<view>¥{{payInfo.totalDiscountedAmount}}</view>
 					</view>
 					</view>
 					<view class="flex align_center justify_between" v-if="payInfo.totalSpecialGiveAmount>0">
 					<view class="flex align_center justify_between" v-if="payInfo.totalSpecialGiveAmount>0">
 						<text>总优惠</text>
 						<text>总优惠</text>