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