瀏覽代碼

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