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/http/main.ts b/src/http/main.ts index cf7e6dab..f3f48468 100644 --- a/src/http/main.ts +++ b/src/http/main.ts @@ -1,5 +1,3 @@ -import {config} from "@/tmui/components/tm-message/interface"; - type HttpMethod = | "GET" | 'get' @@ -84,7 +82,6 @@ class uniFetch { } private handleResponse(response: any): any { - // 执行响应拦截器(如果有) if (this.interceptors.response) { response = this.interceptors.response(response); } 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 @@ + + + diff --git a/src/pages/ticket/card/index.vue b/src/pages/ticket/card/index.vue deleted file mode 100644 index 446b60d3..00000000 --- a/src/pages/ticket/card/index.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/ticket/index.vue b/src/pages/ticket/index.vue index d5fa8ee2..3728c144 100644 --- a/src/pages/ticket/index.vue +++ b/src/pages/ticket/index.vue @@ -47,8 +47,8 @@
选择时间
2023年12月16日 -
- 选择 +
+ 选择
@@ -59,13 +59,29 @@
*单次最多可预约10人
- +
- +
+
+
姓名
+
+ +
+
+ +
+
身份证号
+
+ +
+
+
+ 预约 + @@ -73,18 +89,22 @@ \ No newline at end of file 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