From aa2c08b3be23a01d44205b2c19d21a2bf53f944f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 01 四月 2024 16:15:38 +0800 Subject: [PATCH] 图书服务列表、详情页bug修改 --- pages/cart/index.wxml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/cart/index.wxml b/pages/cart/index.wxml index 5e42db6..9de96d1 100644 --- a/pages/cart/index.wxml +++ b/pages/cart/index.wxml @@ -17,8 +17,8 @@ <t-cell bordered="{{false}}"> <view slot="title" class="titleBox"> <view class="labelBox"> - <view class="eBook" wx:if="{{type == 'product'}}">鐢靛瓙涔�</view> - <view wx:if="{{type == 'item'}}" class="cloudLearning">浜戝涔�</view> + <view class="eBook" wx:if="{{item.type == 'product'}}">鐢靛瓙涔�</view> + <view wx:if="{{item.type == 'item'}}" class="cloudLearning">浜戝涔�</view> </view> <view class="boosName"> {{item.productMonWithLinkDto.product.name}} @@ -55,7 +55,7 @@ <view class="bottomBox"> <view class="checkGroupBox"> <checkbox-group bindchange="bottomChange"> - <checkbox value="鍏ㄩ��" checked="{{checkAll}}">鍏ㄩ��</checkbox> + <checkbox disabled="{{onDisabled}}" value="鍏ㄩ��" checked="{{checkAll}}">鍏ㄩ��</checkbox> </checkbox-group> </view> <view class="settlementBox"> -- Gitblit v1.9.1