jhzh
2024-09-03 6a4dd5834e85c2156b431752d93da487eb9e4a0f
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));
        }
      });
  },