扫码
This commit is contained in:
@@ -88,8 +88,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(o) {
|
||||||
this.shopId = e.shopId
|
this.shopId = o?.shopId
|
||||||
|
if (decodeURIComponent(o.scene) != 'undefined') {
|
||||||
|
this.id = decodeURIComponent(o.scene)
|
||||||
|
}
|
||||||
this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => {
|
this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => {
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
this.getAssessList()
|
this.getAssessList()
|
||||||
|
|||||||
Reference in New Issue
Block a user