0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-11 c57e55054715093d8e9f2eb001ccd29a53510be4
src/page/recharge/rechargePage.vue
@@ -457,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();
          });