CoverView在真机ios中设置z-index无效问题?
组件名:CoverView(业务中是Map组件的子组件)
微信版本号:7.0.10 (IOS iphone7)
小程序基础版本库:2.7.7。
具体问题:真机IOS上,Map组件内有多个CoverView组件,多个CoverView 组件设置z-index无效。后渲染的CoverView始终显示在最上层。
相关代码:.coupon-modal{//图中优惠券modal
display: flex;
align-items: center;
justify-content: center;
z-index: 23;
position: absolute;
}
.waiting-box{// 页面底部列表
overflow-y: scroll;
position: absolute;
z-index: 22;
}