소스 검색

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

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