旅游
Showing
5 changed files
with
13 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
This diff is collapsed.
Click to expand it.
src/viewsPc/booking/travelDetailOld.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment