|
@@ -239,6 +239,8 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
|
+ this.$common.isUserId()
|
|
|
+ console.log(opt)
|
|
|
if(uni.getStorageSync("logInData").userInfo){
|
|
|
this.userInfoId=uni.getStorageSync("logInData").userInfo.id;
|
|
|
this.mEvaluateLook=uni.getStorageSync("logInData").mEvaluateLook;
|
|
@@ -249,6 +251,7 @@
|
|
|
console.log('this.loginType=='+this.loginType)
|
|
|
this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
|
|
|
this.id=opt.id;
|
|
|
+ console.log("报告详情"+this.id)
|
|
|
if(opt.type){
|
|
|
this.backType=opt.type
|
|
|
}
|
|
@@ -423,6 +426,7 @@
|
|
|
})
|
|
|
},
|
|
|
getSuperCheckSheetInfo(){
|
|
|
+ console.log("getSuperCheckSheetInfo"+this.id)
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
})
|
|
@@ -433,7 +437,7 @@
|
|
|
lng:this.lng
|
|
|
}
|
|
|
this.$http(url, params, 'GET').then(res => {
|
|
|
-
|
|
|
+ console.log(res)
|
|
|
for (const key in res.data.shopInfo) {
|
|
|
res.data.shopInfo[key] = this.$praseStrEmpty(res.data.shopInfo[key])
|
|
|
}
|