fix
Helius
2021-02-20 45fb4b11ad51bb38306765b11a6747402e382cee
hive-app/pages/login/newPassword.vue
@@ -43,11 +43,12 @@
               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
                  })
               }
               this.$toast.info(res.info);
            }).catch((err) => {
               this.$toast.info(res.info);
            })
@@ -58,6 +59,6 @@
<style>
   .input-box{
      margin: 40px 20px;
      margin: 20px 15px;
   }
</style>