diff --git a/src/project/fengdu/AppStore/StoreDetail.vue b/src/project/fengdu/AppStore/StoreDetail.vue index 581a64a..ad54228 100644 --- a/src/project/fengdu/AppStore/StoreDetail.vue +++ b/src/project/fengdu/AppStore/StoreDetail.vue @@ -92,7 +92,7 @@ export default { console.log(o) this.shopId = o?.shopId if (decodeURIComponent(o.scene) != 'undefined') { - this.id = decodeURIComponent(o.scene) + this.shopId = decodeURIComponent(o.scene) } this.$dict.load(['operatorType', 'shopEvaluateType']).then(() => { this.getDetail()