onNavigationBarButtonTap(e) {
console.log(1)
if(e.index == 0){//搜索
this.search()
}else if(e.index == 1){//分类
this.head_cate()
}
},
详见附件
onNavigationBarButtonTap(e) {
console.log(1)
if(e.index == 0){//搜索
this.search()
}else if(e.index == 1){//分类
this.head_cate()
}
},
详见附件