update
This commit is contained in:
@@ -833,7 +833,8 @@
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error:', error);
|
||||
showMessage('网络错误', '注册请求失败,请稍后重试!', 'error');
|
||||
var msg = error.message || error.toString() || error;
|
||||
showMessage( '注册请求失败!', msg,'error');
|
||||
});
|
||||
}
|
||||
|
||||
@@ -905,7 +906,8 @@
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error:', error);
|
||||
showMessage('网络错误', '密码重置请求失败,请稍后重试!', 'error');
|
||||
var msg = error.message || error.toString() || error;
|
||||
showMessage('提交请求失败,请稍后重试',msg, 'error');
|
||||
})
|
||||
.finally(() => {
|
||||
// 恢复按钮状态
|
||||
|
||||
Reference in New Issue
Block a user