闫增涛
5 天以前 d7b7435558c15789e9a2c650389cd28ce88d443b
packageBookService/pages/bookServices/detail/components/tree/index.wxml
@@ -8,7 +8,7 @@
      wx:if="{{item.sysType== 'CmsItem' }}"
    >
      <view
        class="listItems"
        class="listItems {{'cms-' + item.id}}"
        wx:if="{{item.childrenFolderCount <= 0 && item.sysType == 'CmsItem'}}"
      >
        <view class="itemsInfo" data-item="{{item}}" data-index="{{index}}">
@@ -136,7 +136,7 @@
      value="{{item.id}}"
      wx:if="{{item.sysType == 'CmsFolder' }}"
    >
      <view slot="header" class="header-title">
      <view slot="header" class=" {{'cms-' + item.id}}  header-title">
        <view class="title-checkBox" catchtap="catchTap">
          <t-checkbox
            style="align-items: center"
@@ -183,7 +183,7 @@
      >
        <!-- // 判断 无子项 且为商品item 直接显示 -->
        <view
          class="listItems"
          class="listItems {{'cms-' + citem.id}}"
          wx:if="{{citem.childrenFolderCount <= 0 && citem.sysType == 'CmsItem'}}"
        >
          <view class="itemsInfo" data-item="{{citem}}" data-index="{{cindex}}">
@@ -314,6 +314,7 @@
          buyIds="{{buyIds}}"
          openIds="{{openIds}}"
          learnMenu="{{learnMenu}}"
          activeId="{{activeId}}"
          isCloundHaveSaleMethod="{{isCloundHaveSaleMethod}}"
        ></tree>
      </view>