This commit is contained in:
liuye
2024-07-01 12:36:09 +08:00
parent 73996e1394
commit a8206c8d90

View File

@@ -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()