Fix:2951 【商城小程序】之前寻趣味城市无店铺时,无法点击进入详情页,现在解除这个限制,无店铺也可以点进去,不然看不了古镇
This commit is contained in:
@@ -310,7 +310,7 @@ export default {
|
|||||||
},
|
},
|
||||||
select(item) {
|
select(item) {
|
||||||
if (this.type === 0 && item.hasData === 0) return
|
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)
|
uni.setStorageSync("cityName", item.cityName)
|
||||||
|
|
||||||
switch (this.type) {
|
switch (this.type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user