From a8206c8d900979dd9a7d4a1e8bcccc9671b37ca6 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 1 Jul 2024 12:36:09 +0800 Subject: [PATCH] shopId --- src/project/fengdu/AppStore/StoreDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()