zhengjinyi 4 лет назад
Родитель
Сommit
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
 			},