This commit is contained in:
@fawn-nine
2023-09-28 18:07:08 +08:00
parent 6031018523
commit cb86e855cc
2 changed files with 5 additions and 2 deletions

View File

@@ -55,10 +55,10 @@
<view class="btns">
<view class="text">
<view class="bookName">{{item.name}}</view>
<view class="author">
<!-- <view class="author">
作者<text v-if="item.authorName == null || item.authorName == ''">暂无</text>
<text v-else>{{item.authorName}}</text>
</view>
</view> -->
</view>
<view class="flexbox icons">

View File

@@ -307,6 +307,9 @@
onHide() {
this.page = 1
this.tjProList = []
if(this.tagList.length > 0){
this.tabsid = this.tagList[0].splId
}
},
//页面显示
onShow() {