diff --git a/packageA/pages/my_service2/appment_main.wxml b/packageA/pages/my_service2/appment_main.wxml
index 012ea2e..27c9dc0 100644
--- a/packageA/pages/my_service2/appment_main.wxml
+++ b/packageA/pages/my_service2/appment_main.wxml
@@ -1,7 +1,7 @@
-
+
@@ -25,8 +25,8 @@
-
-
+
+
@@ -138,17 +138,19 @@
注:剩余可预约人数{{tment_count}}人
-->
-
-
-
-
+
+
+
+ 我的预约
+
+
+
+
diff --git a/packageA/pages/my_service2/appment_main.wxss b/packageA/pages/my_service2/appment_main.wxss
index 34a7edb..e9fedbe 100644
--- a/packageA/pages/my_service2/appment_main.wxss
+++ b/packageA/pages/my_service2/appment_main.wxss
@@ -425,5 +425,21 @@ button {
.close_this{ position: absolute; width: 40rpx; display: flex;right: 0; top: 0; border-radius: 50%;
justify-content: center;align-items: center;
height: 40rpx; border: 1rpx solid #adadad; }
+
+
+.btn-box {
+ background-color: white;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ display: flex;
+ justify-content: space-around;
+ padding: 20rpx 0;
+ box-shadow: 1px 0px 6px #aaa;
+}
+
+.pdb100 {
+ padding-bottom: 100rpx;
+}