未正常显示子窗体配置:position均为absolute
"subNVues": [{
"id": "otherPop",
"path": "applicationRecord/other",
"type": "popup",
"style": {
"position": "absolute",
"background": "transparent"
// "popGesture": "none"
// "mask":"rgba(0,0,0,0.35)"
}
}]
————————————————————————————————————————
唯一一个正常显示的子窗体配置:position均为static
"subNVues": [{
"id": "hireOrderDetail",
"path": "hireCar/orderSure/pay-detail",
"type": "popup",
"style": {
"position": "static",
"mask": "rgba(0, 0, 0, 0)",
"background": "transparent",
"bottom": "90rpx"
}
}]
————————————————————————————————————————
position为absolute是否修改了样式?
通行禁止 (作者)
以前有这些报错打包出来也是正常的,是官方改了标准吗?另外这里面有一个页面报错了但是是正常显示的,有点搞晕了
2022-03-17 08:55