7a7eddcf by zhangmeng

旅游

1 parent b693f3f5
...@@ -697,4 +697,16 @@ export function getVehicleMa1p(params) { // activityId ...@@ -697,4 +697,16 @@ export function getVehicleMa1p(params) { // activityId
697 }) 697 })
698 } 698 }
699 699
700 // 旅游
701
702 export function getGateListByLasId(params) { // scenicDate,lasId
703 return request({
704 url: `/ota/scenicConfig/getGateListByLasId`,
705 method: 'get',
706 params
707 })
708 }
709
710 // 旅游
711
700 712
......
...@@ -172,7 +172,7 @@ function goBooking(n) { ...@@ -172,7 +172,7 @@ function goBooking(n) {
172 router.push({ path: `/booking/photography/${props.matchId}` }) 172 router.push({ path: `/booking/photography/${props.matchId}` })
173 break 173 break
174 case 8: 174 case 8:
175 // 酒店 175 // 旅游
176 router.push({ path: `/booking/travel/${props.matchId}` }) 176 router.push({ path: `/booking/travel/${props.matchId}` })
177 break 177 break
178 } 178 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!