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