1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/views/C2C/c2c-trade/components/TradeSuccessDetail.vue
@@ -92,6 +92,7 @@
import OrderData from "../../c2cOrder/components/order-data/OrderData.vue";
import Evaluation from "../../c2cOrder/payment/components/Evaluation.vue";
import otcApi from "@/service/otc";
import { customerServiceUrl } from "@/config";
export default {
  name: "TradeSuccessDetail",
  props: ['title', 'back'],
@@ -145,7 +146,11 @@
      return str
    },
    tokefu() {
      this.$router.push('/customerService')
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      } else {
        this.$router.push('/customerService')
      }
    }
  }
}