From a11f7d327cc09294ea7ce8e5c5b21f873b91df29 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Thu, 26 Oct 2023 11:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++++ pages/verfiy/choosedev.vue | 95 ++++++++++++++++++++++++++++++++++++++ static/dev/d_computer.svg | 6 +++ static/dev/d_phone.svg | 6 +++ static/dev/d_router.svg | 6 +++ 5 files changed, 122 insertions(+) create mode 100644 pages/verfiy/choosedev.vue create mode 100644 static/dev/d_computer.svg create mode 100644 static/dev/d_phone.svg create mode 100644 static/dev/d_router.svg diff --git a/pages.json b/pages.json index 8550011..b3f1a56 100644 --- a/pages.json +++ b/pages.json @@ -101,6 +101,15 @@ } } + ,{ + "path" : "pages/verfiy/choosedev", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { // #ifdef H5 diff --git a/pages/verfiy/choosedev.vue b/pages/verfiy/choosedev.vue new file mode 100644 index 0000000..345d5e8 --- /dev/null +++ b/pages/verfiy/choosedev.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/static/dev/d_computer.svg b/static/dev/d_computer.svg new file mode 100644 index 0000000..0c66114 --- /dev/null +++ b/static/dev/d_computer.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/dev/d_phone.svg b/static/dev/d_phone.svg new file mode 100644 index 0000000..6682bd0 --- /dev/null +++ b/static/dev/d_phone.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/dev/d_router.svg b/static/dev/d_router.svg new file mode 100644 index 0000000..f81fa0c --- /dev/null +++ b/static/dev/d_router.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file