From 030589aa22cd750abbd82c9fb2cbef0f5161de22 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 25 Oct 2023 21:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=BE=93=E5=85=A5=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++++ pages/smscodeerr.vue | 115 +++++++++++++++++++++++++++++++++++++++++++ static/error.svg | 6 +++ 3 files changed, 130 insertions(+) create mode 100644 pages/smscodeerr.vue create mode 100644 static/error.svg diff --git a/pages.json b/pages.json index 5168977..a3e275c 100644 --- a/pages.json +++ b/pages.json @@ -67,6 +67,15 @@ } } + ,{ + "path" : "pages/smscodeerr", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { // #ifdef H5 diff --git a/pages/smscodeerr.vue b/pages/smscodeerr.vue new file mode 100644 index 0000000..7660eda --- /dev/null +++ b/pages/smscodeerr.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/static/error.svg b/static/error.svg new file mode 100644 index 0000000..8c77f2d --- /dev/null +++ b/static/error.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file