闫增涛
2024-09-26 b8e3dc3c89fcc278ed8fe409c09fe938bdda0e23
pages/bookExhibitionDetails/index.wxml
@@ -3,8 +3,8 @@
<template is="skeleton" wx:if="{{loading}}" />
<view hidden="{{hidden}}" class="centerBox">
  <view class="tltiBox">
<view wx:if="{{!loading}}" class="centerBox">
  <!-- <view class="tltiBox">
    <view style="width: 100%; height: {{barHeight}}px; "></view>
    <view class="nacigationBar" style="width: 100%; height: {{navBarHeight}}px;">
      <view>
@@ -14,11 +14,9 @@
      <view class="navbar-title">{{subtitleName}}</view>
    </view>
  </view>
  </view> -->
  <view class="outsideHeadBox">
    <view class="headBox">
      <view class="titleBox">{{bookName}}</view>
      <view class="informationBox">
@@ -49,11 +47,11 @@
        <view class="booksTextBox"> <text>{{item.name}}</text></view>
        <view class="boosAuthor">{{item.author}}</view>
      </view>
      <view wx:if="{{bookExhibitionList.length > 0}}" class="bottom-box">
    </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>
</view>