支付宝小程序适配

pull/169/head
yunlongn 2025-11-27 10:47:58 +08:00
parent 1366b1fc49
commit 714c3ccbba
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
// #ifdef MP-WEIXIN
this.safeAreaInsets = screenHeight - safeArea.bottom;
// #endif
// #ifndef MP-WEIXIN || MP-ALIPAY
// #ifndef MP-WEIXIN
this.safeAreaInsets = safeAreaInsets.bottom;
// #endif
} else {