修改中部广告部分点击更多的事件
This commit is contained in:
parent
17018a4e07
commit
59c5178af9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user