1
YM
2024-09-07 6851680b996e64c1d66c035245b2f0f6eb3425c6
pages/bookExhibitionDetails/index.wxml
@@ -1,10 +1,10 @@
<!--pages/bookExhibitionDetails/index.wxml-->
<import src="index.skeleton.wxml" />
<template is="skeleton" wx:if="{{loading}}" />
<template is="skeleton" wx:if="{{loading && hidden}}" />
<view hidden="{{hidden}}" class="centerBox">
  <view class="tltiBox">
<view hidden="{{!hidden && !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,7 +14,7 @@
      <view class="navbar-title">{{subtitleName}}</view>
    </view>
  </view>
  </view> -->
  <view class="outsideHeadBox">
@@ -50,6 +50,10 @@
        <view class="boosAuthor">{{item.author}}</view>
      </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>