11360896 by zhangmeng

旅游

1 parent 7e0369a3
...@@ -81,7 +81,7 @@ function getList() { ...@@ -81,7 +81,7 @@ function getList() {
81 81
82 async function goDetail(n) { 82 async function goDetail(n) {
83 const { data } = await getBaseInfoByActiveId(route.params.cptId) 83 const { data } = await getBaseInfoByActiveId(route.params.cptId)
84 if (data.isJdView == 0) { 84 if (data.isFoodView == 0) {
85 return proxy.$modal.confirm(language.value == 0 ? '感谢您对本次比赛的关注,该服务暂无可预订信息,敬请期待。' : 'Thank you for your attention to this competition. The service is currently unavailable for booking. Please stay tuned.') 85 return proxy.$modal.confirm(language.value == 0 ? '感谢您对本次比赛的关注,该服务暂无可预订信息,敬请期待。' : 'Thank you for your attention to this competition. The service is currently unavailable for booking. Please stay tuned.')
86 } 86 }
87 await router.push({ 87 await router.push({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!