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