jhzh
2024-10-23 34b151c3b48ae69d9d460c52c2bbd8091ca544a4
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));
        }
      });
  },