litian
2024-06-26 ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd
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>