梦亦
梦亦
  • 发布:2020-05-12 16:28
  • 更新:2020-05-12 16:28
  • 阅读:590

subNVue原生子窗体问题

分类:uni-app

//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"
}
}]
}

        }  
    }  

这样配置宽高没有按配置显示

2020-05-12 16:28 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复