From f1e20feafa89c8d50af5e69c0333a9efc239ee49 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 01 四月 2024 14:09:11 +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