1
jhzh
2026-05-22 ef52095f5e9f0a9fe2da779bb1573947d77d75b6
src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
@@ -22,7 +22,6 @@
<script>
import { Button } from "vant";
import OrderNav from "@/components/order-nav/OrderNav.vue";
import { customerServiceUrl } from "@/config";
export default {
  name: "AppealWaiting",
  components: {
@@ -31,11 +30,7 @@
  },
  methods: {
    tokefu() {
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }
      this.$router.push('/customerService');
    },
    hide() {
      console.log(213)