1
jhzh
2024-09-04 933f0f6895b6493b6ae60c6a293e78551416ad4e
src/page/recharge/rechargePage.vue
@@ -188,9 +188,9 @@
      })
      .catch((err) => {
        if (err.code === "ECONNABORTED") {
          this.$toast(this.$t("网络超时!"));
          // this.$toast(this.$t("网络超时!"));
        } else if (err !== undefined) {
          this.$toast(this.$t(err));
          // this.$toast(this.$t(err));
        }
      });
  },