hive-app/pages/login/newPassword.vue
@@ -43,10 +43,11 @@ newPwd: this.newPassword, telphone: this.telphone },'POST').then((res)=>{ console.log(res) if(res.status==200){ this.$toast.info(res.info); uni.navigateBack(); uni.navigateBack({ delta:2 }) } }).catch((err) => { this.$toast.info(res.info); @@ -58,6 +59,6 @@ <style> .input-box{ margin: 40px 20px; margin: 20px 15px; } </style>