99c2ff5f by 杨炀

no message

1 parent 8be9a567
......@@ -160,9 +160,6 @@ function popRemark(type) {
}
})
}
if (type == 8) {
//todo 旅游
}
if (!form.value) {
building()
return
......@@ -174,6 +171,7 @@ function popRemark(type) {
|| (form.value.isMealView == 0 && type == '4')
|| (form.value.isPhotoView == 0 && type == '5')
|| (form.value.isTicket == 0 && type == '0')
|| (form.value.isTravel == 0 && type == '8')
) {
building()
return
......@@ -217,6 +215,10 @@ function goBooking(n) {
//拍照
router.push({path: `/booking/photography/${props.matchId}`})
break;
case 8:
//旅游
router.push({path: `/booking/travel/${props.matchId}`})
break;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!