gx
queenwuli
2021-01-15 4b80c98ef5fda8d6358778f2efe8bb35cb20ccf9
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;