1
李凌
2025-12-29 7bb960ef165d091678a65ddc01b6551ec4487daa
src/views/cryptos/Withdraw/withdrawSumbit.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')
      }