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(); });