0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-16 fcb00a66b4053550b473a29d7299c7a4737eea75
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();
          });