diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index a52da21..ac0cd44 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -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) {