Fix:3640 【商城小程序】点击切换店铺后,查看特产、文玩、康养、古镇项目、寻趣味轮播店铺,进入的是自己的店铺

This commit is contained in:
linxi
2025-04-21 14:03:23 +08:00
parent 590c33d4d3
commit e4428f3366
+1 -1
View File
@@ -554,7 +554,7 @@ export default {
break break
} }
if (id) { if (id) {
this.id = from ? id : uni.getStorageSync('homeId') || id this.id = this.$yroute.query.isMyInn ? uni.getStorageSync('homeId') : id || id
this.partnerId = options.partnerId || null this.partnerId = options.partnerId || null
} else { } else {
let obj = uni.getEnterOptionsSync() let obj = uni.getEnterOptionsSync()