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 @@ + + + + +