From e9ddd5ea2ea6356da2c620253434d7eeb5e89977 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 12 三月 2024 14:45:21 +0800
Subject: [PATCH] feat:判断超时预约时间

---
 pages/login/userPassword.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index 36caa83..ffe870d 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -103,6 +103,7 @@
 										});
 									})
 									.catch(err => {
+										this.submitLoading = false
 										this.$u.toast('鐧诲綍寮傚父锛�');
 										console.log(err);
 									});
@@ -133,11 +134,11 @@
 								});
 							}
 						}
-					})
-					.catch(e => {
+					}).catch(e => {
 						this.submitLoading = false
 						this.$u.toast(e);
 					});
+
 			}
 		}
 	};

--
Gitblit v1.9.1