Commit a05fb42149cd8afa16f2df8ef5c1169ce8f390c8

Authored by zhiyangdu
1 parent 0a428ad3

达人关注跳转后返回页面刷新接口

src/pages/recommendMore/recommendMore.vue
@@ -237,7 +237,8 @@ export default { @@ -237,7 +237,8 @@ export default {
237 237
238 // 页面显示出来了 238 // 页面显示出来了
239 if (document.hidden === false) { 239 if (document.hidden === false) {
240 - 240 + this.loading = false; // 上拉加载控制
  241 + this.pages = 0;
241 // 刷新达人更多详情页信息接口 242 // 刷新达人更多详情页信息接口
242 this.recommendMore(); 243 this.recommendMore();
243 } 244 }