diff --git a/src/project/fengdu/AppStore/StoreDetail.vue b/src/project/fengdu/AppStore/StoreDetail.vue index dd71de9..e1481b6 100644 --- a/src/project/fengdu/AppStore/StoreDetail.vue +++ b/src/project/fengdu/AppStore/StoreDetail.vue @@ -88,8 +88,11 @@ export default { } } }, - onLoad(e) { - this.shopId = e.shopId + onLoad(o) { + this.shopId = o?.shopId + if (decodeURIComponent(o.scene) != 'undefined') { + this.id = decodeURIComponent(o.scene) + } this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => { this.getDetail() this.getAssessList()