whycq
2022-03-09 c7712b3c72af60fd4bd01e4bd910e489fc223e6f
uni_modules/uni-popup/components/uni-popup/uni-popup.vue
@@ -179,7 +179,7 @@
         this.popupWidth = windowWidth
         this.popupHeight = windowHeight + windowTop
         // TODO fix by mehaotian 是否适配底部安全区 ,目前微信ios 、和 app ios 计算有差异,需要框架修复
         if(safeArea){
         if(safeArea && this.safeArea){
            // #ifdef MP-WEIXIN
            this.safeAreaInsets = screenHeight - safeArea.bottom
            // #endif