From 6305460f707e6e49137f101403de06f92da1042b Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 13 十一月 2024 15:18:05 +0800 Subject: [PATCH] 支付价格,ziy --- packageBookService/pages/bookServices/detail/index.wxml | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml index b1c9889..6cb3280 100644 --- a/packageBookService/pages/bookServices/detail/index.wxml +++ b/packageBookService/pages/bookServices/detail/index.wxml @@ -225,12 +225,6 @@ bind:updateCloudLearning="updateCloudLearning" ></tree> </view> - <!-- <t-loading - theme="circular" - size="60rpx" - class="loading" - loading="{{loading }}" - /> --> <view wx:if="{{loading}}" style="width: 100%; height: min-content"> <t-skeleton row-col="{{rowCol}}" @@ -238,6 +232,9 @@ animation="gradient" loading="{{loading}}" ></t-skeleton> + </view> + <view wx:if="{{noResources && !loading}}" class="noData"> + <empty /> </view> </t-tab-panel> <t-tab-panel @@ -280,7 +277,6 @@ ></tree> </view> <view wx:if="{{noResources && !loading}}" class="noData"> - <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" /> --> <empty /> </view> </t-tab-panel> -- Gitblit v1.9.1