diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index 9b1f3a5..6687119 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -155,7 +155,16 @@ export default { }) }, toStore(item) { - uni.navigateTo({ url: '/pkg_product/views/sojoumStore?id=' + item.id }) + if(item.dataType === 'wellnessPlace'){ + this.$yrouter.push({ + path: '/pagesInn/inn/innHome', + query: { + id: item.hotelId + } + }) + }else{ + uni.navigateTo({ url: '/pkg_product/views/sojoumStore?id=' + item.id }) + } }, } }