From c95ed3b99b3cb75374f2c8819740a1839ed28a0f Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 13 六月 2024 10:43:26 +0800 Subject: [PATCH] 优化数字教材详情 --- packageBookService/pages/bookServices/detail/buyResource/index.wxml | 43 +++++++++++++++++++++++++++++++------------ 1 files changed, 31 insertions(+), 12 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxml b/packageBookService/pages/bookServices/detail/buyResource/index.wxml index ab8280c..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"> - <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> \ No newline at end of file +</view> -- Gitblit v1.9.1