18:07
This commit is contained in:
@@ -55,10 +55,10 @@
|
|||||||
<view class="btns">
|
<view class="btns">
|
||||||
<view class="text">
|
<view class="text">
|
||||||
<view class="bookName">{{item.name}}</view>
|
<view class="bookName">{{item.name}}</view>
|
||||||
<view class="author">
|
<!-- <view class="author">
|
||||||
作者:<text v-if="item.authorName == null || item.authorName == ''">暂无</text>
|
作者:<text v-if="item.authorName == null || item.authorName == ''">暂无</text>
|
||||||
<text v-else>{{item.authorName}}</text>
|
<text v-else>{{item.authorName}}</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="flexbox icons">
|
<view class="flexbox icons">
|
||||||
|
|||||||
@@ -307,6 +307,9 @@
|
|||||||
onHide() {
|
onHide() {
|
||||||
this.page = 1
|
this.page = 1
|
||||||
this.tjProList = []
|
this.tjProList = []
|
||||||
|
if(this.tagList.length > 0){
|
||||||
|
this.tabsid = this.tagList[0].splId
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//页面显示
|
//页面显示
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|||||||
Reference in New Issue
Block a user