闫增涛
2024-04-26 c2cd778fd3f40a75df483758bb2f1fe1dedc7eef
packageBookService/pages/bookServices/detail/components/tree/index.wxml
@@ -179,10 +179,7 @@
              data-parent="{{item}}"
            >
              <!-- 教学资源 云学习 图标 -->
              <view
                class="box-image"
                style="{{ tab == 'jsek_teachingResources' ? 'width: 350rpx;' : 'width: 450rpx;'}}"
              >
              <view class="box-image">
                <view
                  class="checkBox"
                  wx:if="{{isShowCheck}}"
@@ -258,7 +255,7 @@
                <!-- 名称 -->
                <text
                  class="name"
                  style="{{ tab == 'jsek_teachingResources' ? 'width: 300rpx;' : 'width: 400rpx;'}}"
                  style="{{ tab == 'jsek_teachingResources' ? 'width: 420rpx;' : 'width: 400rpx;'}}"
                  >{{citem.name || '-'}}</text
                >
              </view>
@@ -311,8 +308,7 @@
          itemId="{{itemId}}"
          tab="{{tab}}"
          buyIds="{{buyIds}}"
          openTeachids="{{openTeachids}}"
          openLearnids="{{openLearnids}}"
          openIds="{{openIds}}"
        ></tree>
      </view>
      <!-- 暂无数据 -->