|
|
@@ -15,7 +15,7 @@
|
|
|
<div class='videoName'>{{item.title}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class='videoBgnullimage' wx:else>
|
|
|
+ <div class='videoBgnullimage' v-else>
|
|
|
<div class='videoUrl videoContentnull'>
|
|
|
<div class='videoName'>{{item.title }}</div>
|
|
|
</div>
|
|
|
@@ -61,7 +61,6 @@ export default {
|
|
|
pageSize: this.pageSize,
|
|
|
columnCode: this.active,
|
|
|
}
|
|
|
- this.info = []
|
|
|
const res = await getArticleList(data)
|
|
|
|
|
|
if (this.pageNum == 1) {
|
|
|
@@ -82,6 +81,7 @@ export default {
|
|
|
},
|
|
|
clickTab(e) {
|
|
|
this.pageNum = 1
|
|
|
+ this.info = []
|
|
|
this.active = e
|
|
|
this.finished = false // 切换时显示加载中
|
|
|
this.getList()
|