yiming
2024-03-27 feead902a64345472895b9d4d9a335574ab728ad
packageBookService/pages/bookServices/detail/buyResource/index.wxml
@@ -4,12 +4,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>
@@ -19,13 +14,7 @@
<!-- 内容 -->
<view class="buy-resource" wx:if="{{!loading}}">
  <tree
    id="tree"
    treeList="{{learn}}"
    tab="{{'jsek_cloudLearning'}}"
    isShowCheck="{{true}}"
    openIds="{{openLearnids}}"
  />
  <tree id="tree" treeList="{{learn}}" tab="{{'jsek_cloudLearning'}}" isShowCheck="{{true}}" openIds="{{openLearnids}}" />
</view>
<view class="noData" wx:if="{{loading}}">
@@ -33,5 +22,5 @@
</view>
<view class="page-bottom">
  <t-button theme="primary" size="large" class="btn-buy">批量购买</t-button>
</view>
  <t-button theme="primary" size="large" class="btn-buy" bindtap="batchPurchase">批量购买</t-button>
</view>