18:07
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -307,6 +307,9 @@
|
||||
onHide() {
|
||||
this.page = 1
|
||||
this.tjProList = []
|
||||
if(this.tagList.length > 0){
|
||||
this.tabsid = this.tagList[0].splId
|
||||
}
|
||||
},
|
||||
//页面显示
|
||||
onShow() {
|
||||
|
||||
Reference in New Issue
Block a user