From 93aadab3e592ccb4d2f7ff00f4bd79d6e7a7daec Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 11 七月 2024 15:48:28 +0800 Subject: [PATCH] 详情页接口优化,图书列表页骨架屏优化 --- packageBookService/pages/bookServices/detail/buyResource/index.wxml | 40 ++++++++-------------------------------- 1 files changed, 8 insertions(+), 32 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxml b/packageBookService/pages/bookServices/detail/buyResource/index.wxml index 8a28b44..3c2b419 100644 --- a/packageBookService/pages/bookServices/detail/buyResource/index.wxml +++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxml @@ -9,12 +9,7 @@ <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" - /> + <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> </view> <view class="navbar-title">璧勬簮璐拱</view> </view> @@ -24,33 +19,14 @@ <!-- 鍐呭 --> <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" /> + <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"> - <t-button - theme="primary" - size="large" - class="btn-buy" - bindtap="batchPurchase" - >鎵归噺璐拱</t-button - > + <t-button theme="primary" size="large" class="btn-buy" bindtap="batchPurchase">鎵归噺璐拱</t-button> </view> -</view> +</view> \ No newline at end of file -- Gitblit v1.9.1