litian
2024-10-22 bd78f525037c2a98d08666fc3465f717f29e6e66
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,11 +44,14 @@
                      <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>