From 4709ff0c4aadc5328d0df69b0b287a144526f190 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com>
Date: Wed, 5 Jan 2022 17:21:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=99=BB=E5=BD=95=E9=80=BB?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apis/interfaces/auth.js | 2 -
pages.json | 3 +-
pages/auth/auth.vue | 253 +++++++++++++++++++++++++++++++++++++++-
3 files changed, 250 insertions(+), 8 deletions(-)
diff --git a/apis/interfaces/auth.js b/apis/interfaces/auth.js
index 602a490..39ab591 100644
--- a/apis/interfaces/auth.js
+++ b/apis/interfaces/auth.js
@@ -27,7 +27,6 @@ const getSms = (data) =>{
}
// 用户隐私,用户服务协议
-
const secretService = (name) =>{
return request({
url: "articles/agreement/"+name
@@ -43,7 +42,6 @@ const keyAuth = (data) => {
}, true)
}
-
export {
smsAuth,
getSms,
diff --git a/pages.json b/pages.json
index 4672086..55b8a11 100644
--- a/pages.json
+++ b/pages.json
@@ -50,7 +50,8 @@
"path": "pages/auth/auth",
"name": "Auth",
"style": {
- "navigationBarTitleText": "登录"
+ "navigationBarTitleText": "登录",
+ "navigationStyle":"custom"
}
}, {
"path": "pages/store/goods",
diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue
index 8c3b35f..5b7f192 100644
--- a/pages/auth/auth.vue
+++ b/pages/auth/auth.vue
@@ -1,19 +1,262 @@
-
-
+
+
+
+ 关闭
+ 一键登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 未注册的手机号码验证后自动创建账号,登录即表示同意接受平台
+ 《隐私协议》
+ 和
+ 《服务协议》
+
-