diff --git a/src/components/display-box/index.vue b/src/components/display-box/index.vue
new file mode 100644
index 00000000..d524492c
--- /dev/null
+++ b/src/components/display-box/index.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
diff --git a/src/http/init.ts b/src/http/init.ts
index b67950a0..96ba9b85 100644
--- a/src/http/init.ts
+++ b/src/http/init.ts
@@ -1,5 +1,4 @@
import {uniFetch} from "@/http/main";
-
const fetch = new uniFetch({
baseUrl: 'https://warehouse.szjixun.cn',
interceptors: {
diff --git a/src/pages.json b/src/pages.json
index 8b57a25b..6801f8ab 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -15,6 +15,16 @@
}
}
},
+ {
+ "path": "pages/ticket-details/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "titleNView": false // 禁用原生导航
+ }
+ }
+ },
{
"path": "pages/login/index",
"style": {
diff --git a/src/pages/ticket-details/index.vue b/src/pages/ticket-details/index.vue
new file mode 100644
index 00000000..3991bc6b
--- /dev/null
+++ b/src/pages/ticket-details/index.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+ 门票名称
+
+
+
+
+ 首都博物馆门票
+
+
+
+
+ 预留手机号(+86)
+
+
+
+
+ 192119280121
+
+
+
+
+
+
+
diff --git a/src/static/zu1053@3x.png b/src/static/zu1053@3x.png
new file mode 100644
index 00000000..1e23d474
Binary files /dev/null and b/src/static/zu1053@3x.png differ