Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a05fb42149cd8afa16f2df8ef5c1169ce8f390c8
Authored by
zhiyangdu
2021-01-21 13:24:21 +0800
1 parent
0a428ad3
达人关注跳转后返回页面刷新接口
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/recommendMore/recommendMore.vue
src/pages/recommendMore/recommendMore.vue
View file @
a05fb42
...
...
@@ -237,7 +237,8 @@ export default {
237
237
238
238
// 页面显示出来了
239
239
if (document.hidden === false) {
240
-
240
+ this.loading = false; // 上拉加载控制
241
+ this.pages = 0;
241
242
// 刷新达人更多详情页信息接口
242
243
this.recommendMore();
243
244
}
...
...