修改中部广告部分点击更多的事件

This commit is contained in:
赵毅 2025-08-12 17:07:38 +08:00
parent 17018a4e07
commit 59c5178af9

View File

@ -483,6 +483,9 @@ export default {
},
headerServerClick2(e) {
if(e.title == '更多'){
NavgateTo('/packages/localLife/index/index')
}
const cate_id = this.categoryList.find(item => item.cate_name == e.title)?.id;
if (cate_id) { this.switchCategory(cate_id) }
return