litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
pages/bookExhibitionDetails/index.wxml
@@ -4,7 +4,7 @@
<view hidden="{{hidden}}" class="centerBox">
  <view class="tltiBox">
  <!-- <view class="tltiBox">
    <view style="width: 100%; height: {{barHeight}}px; "></view>
    <view class="nacigationBar" style="width: 100%; height: {{navBarHeight}}px;">
      <view>
@@ -14,7 +14,7 @@
      <view class="navbar-title">{{subtitleName}}</view>
    </view>
  </view>
  </view> -->
  <view class="outsideHeadBox">
@@ -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>