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