jhzh
2024-08-24 3817f80bad0ca9be3e45a620a37b0d33d6c0dff6
src/page/recharge/rechargePage.vue
@@ -192,9 +192,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));
        }
      });
  },