浏览代码

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

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