|
|
|
@ -1188,6 +1188,11 @@ |
|
|
|
|
this.queryBannerList(); |
|
|
|
|
this.getStore(); |
|
|
|
|
this.getAuthorize(); |
|
|
|
|
this.recommendPage = 1; |
|
|
|
|
this.recommendFinish = false; |
|
|
|
|
this.recommendLoadTitle = ''; |
|
|
|
|
this.goodsRecommend = []; |
|
|
|
|
this.getSuggest() |
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
if (this.list[this.current].name === '广场') { |
|
|
|
@ -1195,11 +1200,6 @@ |
|
|
|
|
} |
|
|
|
|
this.getWxAppStyle(); |
|
|
|
|
this.isLogin = uni.getStorageSync("AccessToken") ? true : false |
|
|
|
|
this.recommendPage = 1; |
|
|
|
|
this.recommendFinish = false; |
|
|
|
|
this.recommendLoadTitle = ''; |
|
|
|
|
this.goodsRecommend = []; |
|
|
|
|
this.getSuggest() |
|
|
|
|
}, |
|
|
|
|
onPageScroll(e) { |
|
|
|
|
if (e.scrollTop <= 200) { // 当滚动到顶部且向下滑动时为true |
|
|
|
|