Commit a05fb42149cd8afa16f2df8ef5c1169ce8f390c8
1 parent
0a428ad3
达人关注跳转后返回页面刷新接口
Showing
1 changed file
with
2 additions
and
1 deletions
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 | } |