Feat(专题页):增加县城和古镇跳转对接
This commit is contained in:
@@ -221,11 +221,22 @@ export default {
|
||||
uni.navigateTo({
|
||||
url: `/pages/shop/GoodsCon/index?id=${id}&from=festival`
|
||||
})
|
||||
} else {
|
||||
}
|
||||
if (type === 2) {
|
||||
uni.navigateTo({
|
||||
url: `/pagesInn/inn/innHome?id=${id}&from=festival`
|
||||
})
|
||||
}
|
||||
if (type === 3) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/town/index?id=${id}&from=festival`
|
||||
})
|
||||
}
|
||||
if (type === 4) {
|
||||
uni.navigateTo({
|
||||
url: `/pkg_product/views/famousQianxianShop?id=${id}&from=festival`
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -207,11 +207,22 @@ export default {
|
||||
uni.navigateTo({
|
||||
url: `/pages/shop/GoodsCon/index?id=${id}&from=festival`
|
||||
})
|
||||
} else {
|
||||
}
|
||||
if (type === 2) {
|
||||
uni.navigateTo({
|
||||
url: `/pagesInn/inn/innHome?id=${id}&from=festival`
|
||||
})
|
||||
}
|
||||
if (type === 3) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/town/index?id=${id}&from=festival`
|
||||
})
|
||||
}
|
||||
if (type === 4) {
|
||||
uni.navigateTo({
|
||||
url: `/pkg_product/views/famousQianxianShop?id=${id}&from=festival`
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user