Fix:4863 【商城小程序】搜索列表中的旅居商户点击进入时提示“店铺不存在”
This commit is contained in:
@@ -270,12 +270,18 @@ export default {
|
||||
})
|
||||
},
|
||||
hotelItemClick(item) {
|
||||
this.$yrouter.push({
|
||||
path: '/pagesInn/inn/innHome',
|
||||
query: {
|
||||
id: item.id
|
||||
}
|
||||
})
|
||||
if (item.isTravel === 1) {
|
||||
uni.navigateTo({
|
||||
url: '/pkg_product/views/sojoumStore?id=' + item.id
|
||||
})
|
||||
} else {
|
||||
this.$yrouter.push({
|
||||
path: '/pagesInn/inn/innHome',
|
||||
query: {
|
||||
id: item.id
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
getList() {
|
||||
if (this.loading || this.loadend) {
|
||||
|
||||
Reference in New Issue
Block a user