Fix:2951 【商城小程序】之前寻趣味城市无店铺时,无法点击进入详情页,现在解除这个限制,无店铺也可以点进去,不然看不了古镇

This commit is contained in:
modendeveloper
2024-12-24 22:27:49 +08:00
parent 7f459e2b99
commit 3639c2d04f
+1 -1
View File
@@ -310,7 +310,7 @@ export default {
},
select(item) {
if (this.type === 0 && item.hasData === 0) return
if ((this.type === 1 || this.type === 2) && item.hasShop === 0) return
// if ((this.type === 1 || this.type === 2) && item.hasShop === 0) return
uni.setStorageSync("cityName", item.cityName)
switch (this.type) {