Feat(专题页):增加县城和古镇跳转对接

This commit is contained in:
lifizer
2025-07-28 11:49:19 +08:00
parent 29799b8737
commit d7b8445c27
2 changed files with 24 additions and 2 deletions
+12 -1
View File
@@ -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`
})
}
}
}
}
+12 -1
View File
@@ -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`
})
}
}
}
}