@@ -360,15 +360,15 @@
})
},
onCateListClick(item) {
- if (!this.isLogin) {
- this.openAuto();
- } else {
+ // if (!this.isLogin) {
+ // this.openAuto();
+ // } else {
if (item.linkUrl) {
uni.navigateTo({
url: item.linkUrl + `&navTitle=${item.name}`
}
- }
+ // }
goGoodList(item) {