gdpaoup2
This commit is contained in:
parent
6ed05ecf31
commit
7b9bee2f1e
@ -223,6 +223,7 @@
|
|||||||
this.tabLiveList();
|
this.tabLiveList();
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
|
this.getArticlelist();
|
||||||
// this.getManicureList({ load: 'reload' });
|
// this.getManicureList({ load: 'reload' });
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -269,6 +270,7 @@
|
|||||||
page: this.page,
|
page: this.page,
|
||||||
is_video_img: 0, // 查询视频1 图文2 都查0
|
is_video_img: 0, // 查询视频1 图文2 都查0
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
uni.stopPullDownRefresh();
|
||||||
console.log('37647744ghj', res)
|
console.log('37647744ghj', res)
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.articleList = res.data.list;
|
this.articleList = res.data.list;
|
||||||
|
@ -248,8 +248,8 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
// justify-content: space-between;
|
justify-content: space-around;
|
||||||
justify-content: flex-start;
|
// justify-content: flex-start;
|
||||||
> view {
|
> view {
|
||||||
margin-right: 80rpx;
|
margin-right: 80rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user