#
whycq
2023-05-06 1a82b901e82456f76e60b9aed066f72b00e55eb2
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 && this.safeArea){
         if(safeArea){
            // #ifdef MP-WEIXIN
            this.safeAreaInsets = screenHeight - safeArea.bottom
            // #endif