litian
2024-04-08 e6a156a6a8bb6f1d3a17e9310269f53c56e10b42
pages/bookExhibitionList/index.wxml
@@ -64,7 +64,7 @@
        <view class="textBox" title="{{item.subtitleName}}"> <text>{{item.subtitleName}}</text></view>
      </view>
    </view>
    <view class="bottom-box">
    <view class="bottom-box" wx:if="{{bookExhibitionList.length }}">
      <t-loading theme="circular" size="40rpx" class="wrapper" wx:if="{{isMore == true}}" />
      <text wx:if="{{isMore == false}}">没有更多了</text>
    </view>