diff --git a/h5/pages.json b/h5/pages.json
index 07f9c3e..6b9c544 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -1,6 +1,5 @@
{
- "pages": [
- {
+ "pages": [{
"path": "pages/main/index/index",
"style": {
"navigationBarTitleText": "海南现代妇女儿童医院",
@@ -66,6 +65,12 @@
"navigationBarBackgroundColor": "#D8EDF2",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "pages/buy/done/done",
+ "style": {
+ "navigationBarTitleText": "支付完成"
+ }
}
],
"globalStyle": {
diff --git a/h5/pages/buy/done/done.vue b/h5/pages/buy/done/done.vue
new file mode 100644
index 0000000..e4aadf5
--- /dev/null
+++ b/h5/pages/buy/done/done.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+ 支付完成 订单号 [{{ $props.id }}]
+
+
+
\ No newline at end of file