zhongshujie
2024-12-19 b77e8e776af4d81e748e9e21d51b64a11085a195
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">
                        <!-- 获取图片 -->
@@ -44,17 +44,21 @@
                      <view class="rightCon">
                        <view class="productTitle">{{itemes.name}}</view>
                        <view class="typeBox">
                          <text class="typeCon">电子书</text>
                          <text class="typeCon">{{items.type ? items.type : '电子书' }}</text>
                        </view>
                      </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" />