1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
@@ -12,12 +12,7 @@
    </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>
@@ -27,6 +22,7 @@
<script>
import {Button} from "vant";
import OrderNav from "@/components/order-nav/OrderNav.vue";
import { customerServiceUrl } from "@/config";
export default {
  name: "AppealWaiting",
  components: {
@@ -35,7 +31,11 @@
  },
  methods:{
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      } else {
      this.$router.push('/customerService')
      }
    },
    hide() {
      console.log(213)
@@ -45,6 +45,4 @@
}
</script>
<style scoped>
</style>
<style scoped></style>