@@ -181,6 +181,14 @@
this.statusHeight = res.top //胶囊距离顶部
// #endif
+ // #ifdef MP-ALIPAY
+ uni.getSystemInfo({
+ success: (res) => {
+ this.statusHeight = res.statusBarHeight + 7
+ }
+ })
+ // #endif
+
let num = Math.round(100 / this.list.length)
this.percentage = num