From f5932f85898de7284c9f16d314b4a1c572b31c73 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 21 六月 2024 11:51:16 +0800
Subject: [PATCH] 视频

---
 packageBookService/pages/bookServices/detail/index.wxml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml
index 3377785..0dd9e4d 100644
--- a/packageBookService/pages/bookServices/detail/index.wxml
+++ b/packageBookService/pages/bookServices/detail/index.wxml
@@ -194,7 +194,7 @@
               wx:if="{{bookDetail.content || bookDetail.authorIntroduction}}"
             ></book-brief>
             <view
-              wx:if="{{!bookDetail.content && !bookDetail.authorIntroduction}}"
+              wx:if="{{!bookDetail.content && !bookDetail.authorIntroduction && !loading}}"
               class="noData"
             >
               <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" />
@@ -230,6 +230,7 @@
                 treeList="{{teach}}"
                 tab="{{tabValue}}"
                 applyState="{{applyState}}"
+                deadline="{{deadline}}"
                 bind:downloadTeach="downloadTeach"
                 bind:handleTree="handleTree"
                 openTeachids="{{openTeachids}}"
@@ -252,7 +253,7 @@
                 loading="{{loading}}"
               ></t-skeleton>
             </view>
-            <view wx:if="{{noResources}}" class="noData">
+            <view wx:if="{{noResources && !loading}}" class="noData">
               <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" />
             </view>
           </t-tab-panel>
@@ -271,6 +272,7 @@
                 bookId="{{bookDetail.id}}"
                 isshowDrawBtn="{{isshowDrawBtn}}"
                 successOrderNumber="{{successOrderNumber}}"
+                isGoBuyResource="{{isGoBuyResource}}"
               ></learn-resource>
 
               <tree
@@ -285,7 +287,7 @@
                 bind:updateCloudLearning="updateCloudLearning"
               ></tree>
             </view>
-            <view wx:if="{{noResources}}" class="noData">
+            <view wx:if="{{noResources && !loading}}" class="noData">
               <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" />
             </view>
           </t-tab-panel>
@@ -391,7 +393,7 @@
     <view
       class="shopCar shopCarColor"
       bind:tap="addBookShopcCar"
-      wx:if="{{!bookBuy && bookDetail.price !== '0.00' && bookDetail.isSell == '1'}}"
+      wx:if="{{!bookBuy &&  bookDetail.price !== '0.00' && bookDetail.isSell == '1'}}"
       >鍔犲叆璐墿杞�</view
     >
     <view

--
Gitblit v1.9.1