添加登录、注册、重置密码、谷歌验证码处理中
This commit is contained in:
@@ -675,7 +675,7 @@ export default {
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("加载币种列表失败", e);
|
||||
this.$message.error("加载币种列表失败,请稍后重试");
|
||||
|
||||
} finally {
|
||||
this.loadingCoins = false;
|
||||
}
|
||||
@@ -734,7 +734,7 @@ export default {
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(`加载币种 ${coin} 的算法列表失败`, e);
|
||||
this.$message.error(`加载算法列表失败,请稍后重试`);
|
||||
|
||||
// 设置空数组,避免重复请求
|
||||
this.$set(this.algoOptionsMap, coin, []);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user