1
李凌
2026-01-13 0c77528e15c10eccee4ab86f33645510fe038119
src/views/cryptos/Recharge/rechargeSubmit.vue
@@ -74,8 +74,8 @@
      this.time = dataTimeEx(Date.parse(new Date()), true);
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }