| | |
| | | CellGroup, |
| | | Icon, |
| | | } from "vant"; |
| | | import OrderNav from "@/components/order-nav/OrderNav"; |
| | | import OrderData from "@/page/c2cOrder/components/order-data/OrderData"; |
| | | import Evaluation from "@/page/c2cOrder/payment/components/Evaluation"; |
| | | import otcApi from "@/API/otc"; |
| | | import OrderNav from "@/components/order-nav/OrderNav.vue"; |
| | | 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'], |
| | |
| | | return str |
| | | }, |
| | | tokefu() { |
| | | this.$router.push('/customerService') |
| | | if (customerServiceUrl) { |
| | | window.location.href = customerServiceUrl; |
| | | } else { |
| | | this.$router.push('/customerService') |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "@/assets/init.scss"; |
| | | @import "@/assets/css/copy2.scss"; |
| | | |
| | | .tradeSuccessDetail { |
| | | .arrow-left-icon { |