Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-05-23 15:00:02 +0800
Commit
654254d5b588f6f091a853e4ad3b9ac55addf23f
1 parent
e2e555ed
fixed:ios女首页面跳转分类后依然上报focus
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/resources/resource-box.vue
src/components/resources/resource-box.vue
View file @
654254d
...
...
@@ -169,7 +169,7 @@ export default {
this.checkReport();
},
focusComponentDataRecord(index, param) {
if (this.componentStatus[index]) {
if (this.componentStatus[index]
&& document.visibilityState === 'visible'
) {
this.waiting.push(param);
}
}
...
...
Please
register
or
login
to post a comment