diff --git a/pages/mine/details.vue b/pages/mine/details.vue index 67dcaae..65d61b0 100644 --- a/pages/mine/details.vue +++ b/pages/mine/details.vue @@ -116,7 +116,7 @@ - + 设备日志 @@ -282,10 +282,14 @@ ACTION: Symbol('zaudio'), // 唯一值区分每个页面的方法 isPageHide: false, // 是否息屏 duration: '', // 总时长 + eqLog:0, }; }, onLoad(options) { + let menu = uni.getStorageSync('weapp_session_Menu_data'); + this.eqLog = menu.findIndex(item=>item.name=='设备日志'); + this.status = options.status; this.customerId = options.customerId; this.itemobj = uni.getStorageSync('searchobj'); diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index eebd19a..390197d 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -97,7 +97,7 @@ mode=""> 更多 - 设备日志 + 设备日志 接待信息 {{userlistobj.validInvalidName}} @@ -541,6 +541,7 @@ isPageHide: false, // 是否息屏 duration: '', // 总时长 isBand: false, // 阻止二次提交 + eqLog:0 }; }, computed: { @@ -551,6 +552,9 @@ }, }, onLoad(options) { + let menu = uni.getStorageSync('weapp_session_Menu_data'); + this.eqLog = menu.findIndex(item=>item.name=='设备日志'); + this.status = options.status; this.customerId = options.customerId; this.itemobj = uni.getStorageSync('searchobj');