소스 검색

commit -m 采美豆

zhengjinyi 4 년 전
부모
커밋
6e98ea076a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      pages/user/order/order-details.vue

+ 1 - 2
pages/user/order/order-details.vue

@@ -378,8 +378,7 @@
 				}
 				this.navbarHeight= headerPosi.bottom + btnPosi.bottom// 原胶囊bottom + 现胶囊bottom
 			},
-			setHeaderBtnPosi(){
-				// 获得胶囊按钮位置信息
+			setHeaderBtnPosi(){// 获得胶囊按钮位置信息
 				let headerBtnPosi = uni.getMenuButtonBoundingClientRect();
 				return headerBtnPosi
 			},