Authored by 李奇

fixed:ios女首页面跳转分类后依然上报focus

... ... @@ -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);
}
}
... ...