1
jhzh
2026-06-01 606163f470d6b02184c6d552c34a1f850004f83c
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')
      }