Преглед изворни кода

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

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
 				},
 			})
 		},