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