pages.json配置
{
"pages": [
{
"path": "pages/login/login"
// "style": {
// "navigationBarTitleText": "登录"
// }
},
{
"path": "pages/zd/zdsj",
"style": {
"navigationBarTitleText": "站点数据",
"app-plus": {
"titleNView": {
"buttons": [{
"type":"none",
"text":"\u2710",
"float":"right",
"fontSize": "22px"
}
]
}
}
}
},
页面事件
onNavigationBarButtonTap(val) {
uni.showModal({
title: 'xx',
content: 'xxx',
showCancel: true,
success: (res) => {
if (res.confirm) {
}
}
});
},
manifest.json
/ 5+App特有相关 /
"app-plus" : {
"usingComponents" : true,
"nvueCompiler" : "uni-app",
"compilerVersion" : 3,
"nvueLaunchMode" : "fast",
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
.....
3 个回复
h***@126.com (作者) - 80it男
https://uniapp.dcloud.io/matter
h***@126.com (作者) - 80it男
手机版本问题,android4.4.2没有效果!!!
AHMIN
我在8.1测试没问题