ソースを参照

兑换大厅精选商品排序微调

DELL 3 年 前
コミット
81cec956e4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/core/index.vue

+ 1 - 1
pages/core/index.vue

@@ -249,7 +249,7 @@
 				success: (data) => {
 					let custom = wx.getMenuButtonBoundingClientRect()
 					//导航栏高度
-					this.navHeight = custom.bottom + custom.top - data.statusBarHeight
+					this.navHeight = custom.bottom + custom.top - data.statusBarHeight -6
 				},
 			})
 		},