1
李凌
2026-01-21 e01cee0f0c5c5c2eb2d8595eadb3c7a9df2a37fc
src/views/order/order-submit.vue
@@ -121,8 +121,8 @@
const showPopup = ref(false)
const orderNo = ref(null)
const onRoute = () => {
  if (customerServiceUrl) {
    window.location.href = customerServiceUrl;
  if (customerServiceUrl()) {
    window.location.href = customerServiceUrl();
  } else {
    router.push('/customerService?order_no=' + orderNo.value)
  }