From 73a96931c99e2f849c8856dc8e78d3d25adaa654 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 20 十二月 2024 16:44:06 +0800 Subject: [PATCH] 1111 --- pages/cart/paymentPage/index.wxml | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/cart/paymentPage/index.wxml b/pages/cart/paymentPage/index.wxml index f52919e..19910a3 100644 --- a/pages/cart/paymentPage/index.wxml +++ b/pages/cart/paymentPage/index.wxml @@ -29,6 +29,7 @@ <text> {{item.orderSaleMethod.product.name}}</text> </view> </view> + <view wx:if="{{item.typeTxt == '浜戝涔�'}}" class="cmsItemName"> {{item.orderSaleMethod.cmsItemList[0].name}}</view> <!-- <view wx:if="{{item.type == 'item'}}" style="width: 386rpx"> <view class="boosName"> <text class="cloudLearning">浜戝涔�</text> @@ -36,9 +37,8 @@ </view> </view> --> </view> - <view class="textBox" wx:if="{{item.type == 'product'}}">鍥句功鏈嶅姟-鐢靛瓙涔�</view> - <view class="textBox" wx:if="{{item.type == 'item'}}">鍥句功鏈嶅姟-浜戝涔�</view> - <view class="priceBox">锟{item.orderSaleMethod.price}}</view> + <view class="textBox">{{item.productType}}</view> + <view class="priceBox">锟{item.price}}</view> </view> </view> </view> @@ -49,7 +49,6 @@ 鎴戠殑绉垎锛歿{integral}} </view> <t-switch defaultValue="{{defaultVal}}" slot="note" bindchange="handleChange" /> - </view> </view> <view class="priceBreakdown"> @@ -74,7 +73,7 @@ <view class="paymentBox"> <view class="residue">寰呮敮浠橈細<text class="residueTextBox">锟{payPrice}}</text></view> <view> - <t-button wx:if="{{ImmediatelyReceive === 0}}" class="buttonBox" shape="round" catch:tap="onReceive">绔嬪嵆棰嗗彇</t-button> + <t-button wx:if="{{payPrice === '0.00'}}" class="buttonBox" shape="round" catch:tap="onReceive">绔嬪嵆棰嗗彇</t-button> <t-button wx:else class="buttonBox" shape="round" catch:tap="confirmOrderGet">寰俊鏀粯</t-button> </view> </view> -- Gitblit v1.9.1