//pages.json
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"app-plus":{
"subNVues":[{
"id": "btnPay", // 唯一标识
"path": "pages/index/subnvue/btnPay", // 页面路径
"style": {
"position": "absolute",
"bottom":"0",
"left": "0",
"right": "0",
"width": "100%",
"height": "94upx",
"background": "#5796FF"
}
}]
}
}
}
这样配置宽高没有按配置显示