This commit is contained in:
Gdpao
2020-08-04 22:13:50 +08:00
parent 6ed05ecf31
commit 7b9bee2f1e
2 changed files with 4 additions and 2 deletions

View File

@@ -223,6 +223,7 @@
this.tabLiveList();
},
onPullDownRefresh() {
this.getArticlelist();
// this.getManicureList({ load: 'reload' });
},
methods: {
@@ -269,6 +270,7 @@
page: this.page,
is_video_img: 0, // 查询视频1 图文2 都查0
}).then(res => {
uni.stopPullDownRefresh();
console.log('37647744ghj', res)
if (res.errCode == 0) {
this.articleList = res.data.list;