请问怎么设置titleNView的点击事件呢?不是两边的按钮点击,中间文字的点击事件,界面怎么监听到?
{
"path": "pages/business/index",
"style": {
"app-plus": {
"titleNView": {
"titleText": "红包",
"tags": [{
"tag": "img",
"src": "/static/hongbao_nav.png",
"position": {
"right": "15px",
"top": "auto",
"width": "40px",
"height": "33px"
}
}]
}
}
}
},