闫增涛
2024-09-19 8d4e08cae809eddaecaefd3cd21b2c65ee8af160
packageBookService/pages/bookServices/detail/components/tree/index.wxml
@@ -149,13 +149,13 @@
          />
          <!-- 章节名 -->
          <view class="title-box">
            <view class="title-t" >
            <view class="title-t">
              <view class="title-name">{{item.name}} </view>
              <view wx:if="{{item.sysType =='CmsFolder'}}" class="title-num">
                ({{item.childrenItem}})
              </view>
            </view>
            <view class="title-icon" >
            <view class="title-icon">
              <!-- 云学习加入购物车图标 -->
              <image
                src="/static/images/bookService/detail/cart@2x.png"
@@ -266,7 +266,7 @@
                <!-- 名称 -->
                <text
                  class="name"
                  style="{{ tab == 'jsek_teachingResources' ? citem.resourceClass ? 'width: 420rpx'  :  'width: 500rpx;' : (citem.isShopCar &&citem.isbuy ) ? 'width: 400rpx;' : (citem.isShopCar ||citem.isbuy) ? 'width:460rpx' :  'width:500rpx'}}"
                  style="{{ tab == 'jsek_teachingResources' ? citem.resourceClass ? 'width: 400rpx'  :  'width: 420rpx;' : (citem.isShopCar &&citem.isbuy ) ? 'width: 300rpx;' : (citem.isShopCar ||citem.isbuy) ? 'width:360rpx' :  'width:420rpx'}}"
                  >{{citem.name || '-'}}</text
                >
              </view>