Browse Source

commit -m 采美豆

zhengjinyi 4 years ago
parent
commit
6e98ea076a
1 changed files with 1 additions and 2 deletions
  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
 			},