旅游
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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({ | ... | ... |
-
Please register or sign in to post a comment