添加登录、注册、重置密码、谷歌验证码处理中

This commit is contained in:
2025-12-26 16:26:26 +08:00
parent e9bca8163d
commit a325efb57f
23 changed files with 1464 additions and 40 deletions

View File

@@ -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 {