1
李凌
10 days ago 3f1ab7f7f65fe665f6977f94899c763cc1ef1faf
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')
      }