gx
queenwuli
2021-01-28 b83ba3cc4687f21d744e9866e10e30e91229e8a4
hive-app/pages/login/newPassword.vue
@@ -44,11 +44,11 @@
               telphone: this.telphone
            },'POST').then((res)=>{
               if(res.status==200){
                  this.$toast.info(res.info);
                  uni.navigateBack({
                     delta:2
                  })
               }
               this.$toast.info(res.info);
            }).catch((err) => {
               this.$toast.info(res.info);
            })