packageBookService/pages/bookServices/detail/buyResource/index.wxml
@@ -13,13 +13,14 @@ </view> <view class="navbar-title">资源购买</view> </view> <view> 全选 </view> <view bind:tap="checkAll"> 全选 </view> </view> <!-- 内容 --> <view class="buy-resource" wx:if="{{!loading}}"> <tree id="tree" treeList="{{learn}}" tab="{{'jsek_cloudLearning'}}" isShowCheck="{{true}}" @@ -30,3 +31,7 @@ <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">批量购买</t-button> </view>