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

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