"path" : "pages/order/chauffeur_order",
"style" : {
"enablePullDownRefresh":true,
"navigationBarTitleText": "我的订单",
"app-plus": {
"titleNView": {
"buttons": [
{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue630",
"fontSize": "26",
"color": "#333333",
"width": "auto",
"float":"left"
}
]
}
}
}
onNavigationBarButtonTap(e){
uni.switchTab({
url:'/pages/index/index'
})
},