闫增涛
2024-04-09 253245731d2b0c5ea4994a9c4e17ad6b60136f2c
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>