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
李奇
7 years ago
Commit
714ff61e14839054d415594b412307e943709bb5
1 parent
dad7f804
fixed:返回首页不上报android
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/components/resources/resource-box.vue
src/components/resources/resource-box.vue
View file @
714ff61
...
...
@@ -33,7 +33,7 @@ export default {
}
},
['yoho.visible'](visible) {
if (visible && this.$yoho
&& this.$yoho.isiOS
) {
if (visible && this.$yoho) {
this.checkReport(void 0, true);
}
}
...
...
@@ -93,6 +93,10 @@ export default {
});
},
record(component, index, isInit) {
if (isInit) {
this.componentStatus = {};
}
const reportData = _.get(component, '$options.propsData.value');
// 区分不通组件记录以楼层内item为单位、而不是以整个楼层为单位组织数据上报
...
...
Please
register
or
login
to post a comment