src/page/recharge/rechargePage.vue
@@ -247,6 +247,9 @@ }; switch (this.symbol.toUpperCase()) { case "USDC": setChainData("ERC20", "USDC"); break; case "USDT": setChainData("ERC20", "USDT"); break; @@ -454,6 +457,8 @@ this.$toast(this.$t("网络超时!")); } else if (error.msg !== undefined) { this.$toast(this.$t(error.msg)); } else if (error.msg.includes("请等待上一笔充值完成")) { this.$toast(this.$t("请等待上一笔充值完成!")); } this.getToken(); });