jhzh
2024-08-22 c55af1ea5bd790dec3b5e99d7a8073e86c1b09aa
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));
        }
      });
  },