原生子窗体subNVues 设置背景透明安卓手机为啥不生效? iOS有效。。。
{
"path": "pages/tabbar/new/projectInfo/projectDetail/projectDetail",
"style": {
"navigationBarTitleText": "项目详情",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"subNVues":[{
"id":"bottom_Bar",
"path":"pages/tabbar/new/projectInfo/projectDetail/subNVue/bottom",
"style":{
"position":"absolute",
"bottom":"0px",
"width":"100%",
"height":"60px"
}
},
{
"id":"order_pop",
"path":"pages/tabbar/new/projectInfo/projectDetail/subNVue/order",
"type":"popup",
"style":{
"position":"popup",
"margin":"auto",
"background":"#00ff00",
"width":"80%",
"height":"700upx"
}
},
{
"id":"subcribe_pop",
"path":"pages/tabbar/new/projectInfo/projectDetail/subNVue/subcribe",
"type":"popup",
"style":{
"position":"popup",
"margin":"auto",
"background":"transpant",
"width":"80%",
"height":"900upx"
}
}]
}
}
},