李凌
2026-03-11 51b35cc2acf48af03f32f1918d20a126a48d6e9b
src/views/C2C/c2c-trade/components/TradeSuccessDetail.vue
@@ -146,8 +146,8 @@
      return str
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }