Refactor(专题页):目标跳转链接为空则不进入对应模块

This commit is contained in:
lifizer
2025-08-20 15:43:10 +08:00
parent 3eaa632c71
commit 4d4760397d
+2 -1
View File
@@ -64,7 +64,8 @@ export const themeMixins = {
}
},
goGoodsOrShop(item) {
const id = item.linkId
const id = item.linkId || ''
if (!id) return
const type = item.type || 1
if (type === 1) {
uni.navigateTo({