1
jhzh
2024-11-12 62b7d58f6c2dbe9f9833607f2d0a0de6973af5c0
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));
        }
      });
  },