| | |
| | | <div class="order-top"> |
| | | <div class="title">{{ $t('orderGenerated') }}</div> |
| | | <div class="text mt-2">{{ $t('pleaseAt') }} <span>{{ msgTitle }}</span> {{ $t('paymentSeller') |
| | | }}{{ payInfo.direction == 'recharge' ? $t('买家') : $t('卖家') }}</div> |
| | | }}{{ payInfo.direction == 'recharge' ? $t('买家') : $t('卖家') }}</div> |
| | | <div class="customer mt-5" @click="onRoute"> |
| | | <div class="flex"> |
| | | <div class="flex flex-1 service"> |
| | |
| | | <div class="flex step mt-5"> |
| | | <img class="success mr-1" src="@/assets/image/order/success.png" alt="" /> |
| | | <!-- {{ $t('Payconfidence') }} --> |
| | | {{ payInfo.direction == 'recharge' ? $t('买家') : $t('卖家') }} {{ payInfo.currency }} {{ $t('已存入交易所账户,请放心付款') }} |
| | | {{ payInfo.direction == 'recharge' ? $t('买家') : $t('卖家') }} {{ payInfo.currency }} {{ $t('已存入交易所账户,请放心付款') |
| | | }} |
| | | </div> |
| | | <div class="flex mt-5"> |
| | | <div class="flex step flex-1"> |
| | |
| | | showToast |
| | | } from 'vant'; |
| | | import useClipboard from "vue-clipboard3"; |
| | | import { customerServiceUrl } from '@/config' |
| | | import { useI18n } from "vue-i18n"; |
| | | const { toClipboard } = useClipboard(); |
| | | const { t } = useI18n() |
| | |
| | | const showPopup = ref(false) |
| | | const orderNo = ref(null) |
| | | const onRoute = () => { |
| | | // router.push('/order/success') |
| | | router.push('/customerService?order_no=' + orderNo.value) |
| | | if (customerServiceUrl) { |
| | | window.location.href = customerServiceUrl; |
| | | } else { |
| | | router.push('/customerService?order_no=' + orderNo.value) |
| | | } |
| | | } |
| | | const onClickLeft = () => { |
| | | // router.push('/exchange/channel-in') |