pages/bookExhibitionDetails/index.wxml
@@ -49,6 +49,10 @@ <view class="booksTextBox"> <text>{{item.name}}</text></view> <view class="boosAuthor">{{item.author}}</view> </view> <view wx:if="{{bookExhibitionList.length > 0}}" class="bottom-box"> <t-loading theme="circular" size="40rpx" class="wrapper" wx:if="{{isMore == true}}" /> <text wx:if="{{isMore == false}}">没有更多了</text> </view> </view> </view>