From c4246ca910f28014efaace64ebf92f47a673a9cf Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 25 Jan 2021 11:47:46 +0800
Subject: [PATCH] gx
---
hive-app/pages/login/newPassword.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hive-app/pages/login/newPassword.vue b/hive-app/pages/login/newPassword.vue
index 99aa300..4afab1c 100644
--- a/hive-app/pages/login/newPassword.vue
+++ b/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);
})
--
Gitblit v1.9.1