From 960c49a8b3ac11dff27cad71137f986f90f00923 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 26 四月 2024 19:16:32 +0800 Subject: [PATCH] 样书申请、详情页资源显示bug修改 --- packageBookService/pages/bookServices/detail/buyResource/index.wxml | 45 ++++++++++++++++++++++++++++++++------------- 1 files changed, 32 insertions(+), 13 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxml b/packageBookService/pages/bookServices/detail/buyResource/index.wxml index 2be7a77..93a4918 100644 --- a/packageBookService/pages/bookServices/detail/buyResource/index.wxml +++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxml @@ -4,13 +4,17 @@ <template is="skeleton" wx:if="{{loading}}" /> <view wx:if="{{haider}}"> - <!--瀵艰埅鍖哄煙 --> <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" /> + <t-icon + name="chevron-left" + size="30" + data-name="{{item}}" + bind:click="goBack" + /> </view> <view class="navbar-title">璧勬簮璐拱</view> </view> @@ -20,17 +24,32 @@ <!-- 鍐呭 --> <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="鏆傛棤鏁版嵁" /> + </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> \ No newline at end of file +</view> -- Gitblit v1.9.1