...
|
...
|
@@ -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为单位、而不是以整个楼层为单位组织数据上报
|
...
|
...
|
|