瀏覽代碼

【支付宝】首页中奖轮播顶部距离调整

DELL 3 年之前
父節點
當前提交
c8355d85d7
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/pages/index/index.vue

+ 8 - 0
src/pages/index/index.vue

@@ -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