diff --git a/bundle/reserve/notice.vue b/bundle/reserve/notice.vue
new file mode 100644
index 0000000..0caa879
--- /dev/null
+++ b/bundle/reserve/notice.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+ 场馆预约成功
+ 可以点击下方查看预约单具体信息
+
+
+
+ 查看订单
+ 完成
+
+
+
+
+
+
+
diff --git a/components/uni-popup.vue b/components/uni-popup.vue
index d4d4e22..7fc7b05 100644
--- a/components/uni-popup.vue
+++ b/components/uni-popup.vue
@@ -1,6 +1,5 @@
- backgroundColor__{{ backgroundColor }}
diff --git a/pages.json b/pages.json
index 96aca3c..048181b 100644
--- a/pages.json
+++ b/pages.json
@@ -967,6 +967,12 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "reserve/notice",
+ "style": {
+ "navigationBarTitleText": "支付结果"
+ }
}
]
}],
diff --git a/pages/index/index.vue b/pages/index/index.vue
index eac6afc..265ef81 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -582,6 +582,7 @@ export default {
top: 0;
left: 0;
z-index: 100;
+ padding-bottom: 20rpx;
}
.head_top {
diff --git a/static/notice.png b/static/notice.png
new file mode 100644
index 0000000..a9373cb
Binary files /dev/null and b/static/notice.png differ