Fix:3640 【商城小程序】点击切换店铺后,查看特产、文玩、康养、古镇项目、寻趣味轮播店铺,进入的是自己的店铺
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user