1
李凌
2026-01-13 109df67902de4afd40c6f1b9807017c5bbfe55e9
src/views/C2C/c2c-trade/page/SellGenerate.vue
@@ -216,8 +216,8 @@
      return formatTime(new Date(time), 'yyyy-MM-dd hh:mm:ss')
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }