1
admin
2026-04-29 1febaf2c9b7c7cb7f208624c4c2e9d972cf8b265
src/views/order/order-submit.vue
@@ -112,7 +112,6 @@
  showToast
} from 'vant';
import useClipboard from "vue-clipboard3";
import { customerServiceUrl } from '@/config'
import { useI18n } from "vue-i18n";
const { toClipboard } = useClipboard();
const { t } = useI18n()
@@ -121,11 +120,7 @@
const showPopup = ref(false)
const orderNo = ref(null)
const onRoute = () => {
  if (customerServiceUrl()) {
    window.location.href = customerServiceUrl();
  } else {
    router.push('/customerService?order_no=' + orderNo.value)
  }
  router.push('/customerService?order_no=' + orderNo.value);
}
const onClickLeft = () => {
  // router.push('/exchange/channel-in')