新版HBuilder,版本号8.8.1.201707190231-alpha
在打包之后,ios系统中,背景自定义不变成透明的了,而变成高亮白的底色,是因为什么呢?之前没有问题,更新到最新版,在线打包之后就出现这样了。
不打包,用HBuilder打开的话没有问题
图1为打包后,图2为不打包HBuilder内效果
transparent参数失灵
mui.openWindow({
url: '../order/city_select.html',
id: 'city_select.html',
extras: {
classes: id,
},
waiting: {
autoShow: false //自动显示等待框,默认为true
},
styles: {
top: '0px',
bottom: '0px',
background: 'transparent',
opacity: 1,
zindex: "100"
}
});