litian
2024-07-15 cac88b3bf823fedf18f0faa4ec96c3de224f30c0
packagePersonal/pages/activateProduct/index.wxml
@@ -33,7 +33,7 @@
              </view>
              <view class="listBox">
                <scroll-view class="srcolbox" scroll-x scroll-with-animation='true'>
                  <view class="order-centent">
                  <view class="order-centent" wx:if="{{items.productList.length > 0}}">
                    <view class="bookBox" wx:for="{{items.productList}}" wx:for-item="itemes" wx:for-index="idx" wx:key="idx" bindtap="goBookDetails" data-book="{{itemes}}">
                      <view class="leftCon">
                        <!-- 获取图片 -->
@@ -49,12 +49,16 @@
                      </view>
                    </view>
                  </view>
                  <view wx:if="{{items.productList.length == 0}}" class="noProduct">
                    无激活商品
                  </view>
                </scroll-view>
              </view>
            </view>
          </view>
          <view wx:if="{{list.length == 0}}" class="empyt">
            <t-empty icon="folder-open" description="暂无数据" />
            <!-- <t-empty icon="folder-open" description="暂无数据" /> -->
            <empty />
          </view>
          <view class="bottom-loading" wx:if="{{bottomLoading}}">
            <t-loading theme="circular" size="40rpx" text="加载中..." class="wrapper" />