diff --git a/src/Mini-12306前端开发/Mini-12306前端开发/.hbuilderx/launch.json b/src/Mini-12306前端开发/Mini-12306前端开发/.hbuilderx/launch.json new file mode 100644 index 00000000..1b8d0f6b --- /dev/null +++ b/src/Mini-12306前端开发/Mini-12306前端开发/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "custom", + "type" : "uni-app:app-android" + } + ] +} diff --git a/src/Mini-12306前端开发/Mini-12306前端开发/App.vue b/src/Mini-12306前端开发/Mini-12306前端开发/App.vue new file mode 100644 index 00000000..8c2b7321 --- /dev/null +++ b/src/Mini-12306前端开发/Mini-12306前端开发/App.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/Mini-12306前端开发/Mini-12306前端开发/androidPrivacy.json b/src/Mini-12306前端开发/Mini-12306前端开发/androidPrivacy.json new file mode 100644 index 00000000..12df8622 --- /dev/null +++ b/src/Mini-12306前端开发/Mini-12306前端开发/androidPrivacy.json @@ -0,0 +1,3 @@ +{ + "prompt": "template" +} diff --git a/src/Mini-12306前端开发/Mini-12306前端开发/index.html b/src/Mini-12306前端开发/Mini-12306前端开发/index.html new file mode 100644 index 00000000..c3ff205f --- /dev/null +++ b/src/Mini-12306前端开发/Mini-12306前端开发/index.html @@ -0,0 +1,20 @@ + + +
+ + +订单号: {{ order.orderId }}
+出发地: {{ order.departure }}
+目的地: {{ order.destination }}
+出发时间: {{ order.departureTime }}
+到达时间: {{ order.arrivalTime }}
+价格: {{ order.price }} 元
+