From c4246ca910f28014efaace64ebf92f47a673a9cf Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 25 Jan 2021 11:47:46 +0800
Subject: [PATCH] gx

---
 hive-app/pages/login/forgetPassword.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/hive-app/pages/login/forgetPassword.vue b/hive-app/pages/login/forgetPassword.vue
index 22a3784..8c990f0 100644
--- a/hive-app/pages/login/forgetPassword.vue
+++ b/hive-app/pages/login/forgetPassword.vue
@@ -35,7 +35,6 @@
 				this.$httpUtils.request('/api/common/sendSmsCode',{
 					telphone: this.phone.trim()
 				},'POST').then((res)=>{
-					console.log(res)
 					if(res.status==200){
 						this.btnTxt = second + 's';
 						this.timer = setInterval(() => {
@@ -77,7 +76,7 @@
 					return;
 				}else{
 					uni.navigateTo({
-						url:'./newPassword?code=123456&phone='+this.phone
+						url:'./newPassword?code='+this.code+'&phone='+this.phone
 					})
 				}
 			}
@@ -87,7 +86,7 @@
 
 <style>
 	.input-box{
-		margin: 40px 20px;
+		margin: 20px 15px;
 	}
 	.btn-box{
 		display: flex;

--
Gitblit v1.9.1