From 69f14e5186bac041a6a7cb8ffce37029e5befe38 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 22 Oct 2025 13:54:05 +0800 Subject: [PATCH] =?UTF-8?q?H5=E6=89=AB=E7=A0=81=E5=8A=9F=E8=83=BD=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 16 + src/pages/offline-witness/index.vue | 480 +++++++++++++++++++++++++++ src/pages/offline-witness/upload.vue | 263 +++++++++++++++ src/pages/sel-business/index.vue | 109 ++++++ 4 files changed, 868 insertions(+) create mode 100644 src/pages/offline-witness/index.vue create mode 100644 src/pages/offline-witness/upload.vue create mode 100644 src/pages/sel-business/index.vue diff --git a/src/pages.json b/src/pages.json index 32ec856..4370b0a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -9,6 +9,22 @@ } }, "pages": [ + // 离场见证选择 + { + "path": "pages/sel-business/index", + "style": { + "navigationBarTitleText": "请选择操作业务", + "navigationBarBackgroundColor": "#fff" + } + }, + // 离场见证-线下 + { + "path": "pages/offline-witness/index", + "style": { + "navigationBarTitleText": "custom", + "navigationStyle": "custom" + } + }, // 登录页面 { "path": "pages/login/index", diff --git a/src/pages/offline-witness/index.vue b/src/pages/offline-witness/index.vue new file mode 100644 index 0000000..d14c021 --- /dev/null +++ b/src/pages/offline-witness/index.vue @@ -0,0 +1,480 @@ + + + + + diff --git a/src/pages/offline-witness/upload.vue b/src/pages/offline-witness/upload.vue new file mode 100644 index 0000000..d92ba59 --- /dev/null +++ b/src/pages/offline-witness/upload.vue @@ -0,0 +1,263 @@ + + + + + diff --git a/src/pages/sel-business/index.vue b/src/pages/sel-business/index.vue new file mode 100644 index 0000000..460e871 --- /dev/null +++ b/src/pages/sel-business/index.vue @@ -0,0 +1,109 @@ + + + + +