11360896 by zhangmeng

旅游

1 parent 7e0369a3
......@@ -81,7 +81,7 @@ function getList() {
async function goDetail(n) {
const { data } = await getBaseInfoByActiveId(route.params.cptId)
if (data.isJdView == 0) {
if (data.isFoodView == 0) {
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.')
}
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!