闫增涛
2024-04-29 558845242a07b68f42fa1802c45ab2769395d8b8
packageBookService/pages/bookServices/detail/components/tree/index.wxml
@@ -19,7 +19,7 @@
            data-parent="{{''}}"
          >
            <!-- 教学资源 云学习 图标 -->
            <view class="box-image" style="width: 100%">
            <view class="box-image" style="width: 80%">
              <view
                class="checkBox"
                wx:if="{{isShowCheck}}"
@@ -93,7 +93,7 @@
              <!-- 云学习图标 -->
              <view> </view>
              <!-- 名称 -->
              <text class="name" style="width: 80%">{{item.name || '-'}}</text>
              <text class="name" style="width: 100%">{{item.name || '-'}}</text>
            </view>
            <!-- 教学资源类型 -->
            <view class="teachClass"> {{item.resourceClass}} </view>
@@ -154,7 +154,7 @@
          <view class="title-box">
            <view class="title-name">{{item.name}} </view>
            <view wx:if="{{item.sysType =='CmsFolder'}}" class="title-num">
              ({{item.children ? item.children.length : 0}})
              ({{item.childrenItem}})
            </view>
          </view>
        </view>