Przeglądaj źródła

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

DELL 3 lat temu
rodzic
commit
81cec956e4
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 				},
 			})
 		},