jhzh
2024-10-21 9cb0f32a22dfde1fbcd35d9f2f66048a1f5d4920
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));
        }
      });
  },