| | |
| | | </div> |
| | | </div> |
| | | <div class="px-33 mt-92"> |
| | | <van-button |
| | | color="#1D91FF" |
| | | class="w-full h-100 rounded-xl" |
| | | type="info" |
| | | @click="tokefu" |
| | | >{{$t('联系客服')}} |
| | | <van-button color="#1D91FF" class="w-full h-100 rounded-xl" type="info" @click="tokefu">{{ $t('联系客服') }} |
| | | </van-button> |
| | | <div @click="hide" class="mt-34 font-36 text-center" style="color: #1D91FF">{{$t('返回')}}</div> |
| | | </div> |
| | |
| | | <script> |
| | | import {Button} from "vant"; |
| | | import OrderNav from "@/components/order-nav/OrderNav.vue"; |
| | | import { customerServiceUrl } from "@/config"; |
| | | export default { |
| | | name: "AppealWaiting", |
| | | components: { |
| | |
| | | }, |
| | | methods:{ |
| | | tokefu() { |
| | | if (customerServiceUrl) { |
| | | window.location.href = customerServiceUrl; |
| | | } else { |
| | | this.$router.push('/customerService') |
| | | } |
| | | }, |
| | | hide() { |
| | | console.log(213) |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |
| | | <style scoped></style> |