"launchwebview": {
"titleNView": {
"backgroundcolor": "#ff4926",
"titletext": "首页",
"titlecolor": "#ffffff",
"buttons":[{
"color":"#ffffff",
"colorPressed":"#e6e6e6",
"float":"right",
"onclick":function(e){
alert("xxx");
},
"text":" "
}]
}
},
我想在首页的导航栏添加一个按钮,但是onclick的回调函数不能写在manifest里面,请问我需要怎么做?在首页的JS里面再修改吗?
阿派派软件 (作者)
万分感谢
2018-01-30 16:19