From a86f495256ae7a0c2f2ca8427ffc4adfe08a948e Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期六, 07 九月 2024 15:45:57 +0800 Subject: [PATCH] bug --- pages/bookExhibitionDetails/index.wxml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/bookExhibitionDetails/index.wxml b/pages/bookExhibitionDetails/index.wxml index 0a8231c..e5accdf 100644 --- a/pages/bookExhibitionDetails/index.wxml +++ b/pages/bookExhibitionDetails/index.wxml @@ -3,7 +3,7 @@ <template is="skeleton" wx:if="{{loading}}" /> -<view hidden="{{hidden}}" class="centerBox"> +<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;"> @@ -17,8 +17,6 @@ </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> \ No newline at end of file -- Gitblit v1.9.1