From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 18 九月 2024 18:43:12 +0800
Subject: [PATCH] 云学习购买目录,修改bug

---
 packageBookService/pages/bookServices/detail/buyResource/index.wxml |   56 ++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 38 insertions(+), 18 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxml b/packageBookService/pages/bookServices/detail/buyResource/index.wxml
index 2be7a77..9f03c28 100644
--- a/packageBookService/pages/bookServices/detail/buyResource/index.wxml
+++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxml
@@ -1,16 +1,17 @@
 <!-- 璧勬簮璐拱椤甸潰 -->
 
-<import src="index.skeleton.wxml" />
-<template is="skeleton" wx:if="{{loading}}" />
-
-<view wx:if="{{haider}}">
-
+<view>
   <!--瀵艰埅鍖哄煙 -->
   <view style="width: 100%; height: {{barHeight}}px; "></view>
   <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
     <view class="flex">
-      <view>
-        <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
+      <view class="back-icon">
+        <!-- <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> -->
+        <image
+          src="/static/images/digitalTextbooks/chevron-left.png"
+          bind:tap="goBack"
+          mode="aspectFit"
+        />
       </view>
       <view class="navbar-title">璧勬簮璐拱</view>
     </view>
@@ -20,17 +21,36 @@
   <!-- 鍐呭 -->
 
   <view class="buy-resource" wx:if="{{!loading}}">
-    <tree id="tree" paymentPage="{{paymentPage}}" superior="{{superior}}" treeList="{{learn}}" learnList="{{learn}}" tab="{{'jsek_cloudLearning'}}" isShowCheck="{{true}}" openIds="{{openLearnids}}" checkAllState="{{checkAllState}}" bind:changeCheckAll="changeCheckAll" bind:changeListChecked="changeListChecked" bind:changeResourceChecked="changeResourceChecked" />
+    <tree
+      id="tree"
+      paymentPage="{{paymentPage}}"
+      superior="{{superior}}"
+      treeList="{{learn}}"
+      learnList="{{learn}}"
+      tab="{{'jsek_cloudLearning'}}"
+      isShowCheck="{{true}}"
+      openIds="{{openLearnids}}"
+      checkAllState="{{checkAllState}}"
+      bind:changeCheckAll="changeCheckAll"
+      bind:changeListChecked="changeListChecked"
+      bind:changeResourceChecked="changeResourceChecked"
+      bind:updateCloudLearning="updateCloudLearning"
+    />
+    <view class="noData" wx:if="{{noData}}">
+      <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" /> -->
+      <empty />
+    </view>
   </view>
-
-  <!-- <view class="noData" wx:if="{{loading}}">
-  <t-loading size="60rpx" loading="{{loading}}" />
-</view> -->
-
-  <view class="page-bottom" style="margin-bottom: 20rpx;">
-    <t-button theme="primary" size="large" class="btn-buy" bindtap="batchPurchase">鎵归噺璐拱</t-button>
+  <view class="page-bottom">
+    <t-button
+      theme="primary"
+      size="large"
+      class="btn-buy"
+      bindtap="batchPurchase"
+      >鎵归噺璐拱</t-button
+    >
   </view>
+</view>
 
-
-
-</view>
\ No newline at end of file
+<import src="index.skeleton.wxml" />
+<template is="skeleton" wx:if="{{loading}}" />

--
Gitblit v1.9.1