1
2026-05-23 30d1ee7be942d7a2201e1ab2ca7d96badff8bf50
src/views/C2C/c2c-trade/page/SellGenerate.vue
@@ -111,7 +111,6 @@
import otcApi from "@/service/otc";
import { formatTime } from "@/utils/utis";
import { customerServiceUrl } from "@/config";
import { SET_ORDER_INFO } from "@/store/const.store";
export default {
@@ -216,11 +215,7 @@
      return formatTime(new Date(time), 'yyyy-MM-dd hh:mm:ss')
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      } else {
        this.$router.push('/customerService')
      }
      this.$router.push('/customerService');
    }
  },
  watch: {