99c2ff5f by 杨炀

no message

1 parent 8be9a567
...@@ -160,9 +160,6 @@ function popRemark(type) { ...@@ -160,9 +160,6 @@ function popRemark(type) {
160 } 160 }
161 }) 161 })
162 } 162 }
163 if (type == 8) {
164 //todo 旅游
165 }
166 if (!form.value) { 163 if (!form.value) {
167 building() 164 building()
168 return 165 return
...@@ -174,6 +171,7 @@ function popRemark(type) { ...@@ -174,6 +171,7 @@ function popRemark(type) {
174 || (form.value.isMealView == 0 && type == '4') 171 || (form.value.isMealView == 0 && type == '4')
175 || (form.value.isPhotoView == 0 && type == '5') 172 || (form.value.isPhotoView == 0 && type == '5')
176 || (form.value.isTicket == 0 && type == '0') 173 || (form.value.isTicket == 0 && type == '0')
174 || (form.value.isTravel == 0 && type == '8')
177 ) { 175 ) {
178 building() 176 building()
179 return 177 return
...@@ -217,6 +215,10 @@ function goBooking(n) { ...@@ -217,6 +215,10 @@ function goBooking(n) {
217 //拍照 215 //拍照
218 router.push({path: `/booking/photography/${props.matchId}`}) 216 router.push({path: `/booking/photography/${props.matchId}`})
219 break; 217 break;
218 case 8:
219 //旅游
220 router.push({path: `/booking/travel/${props.matchId}`})
221 break;
220 } 222 }
221 } 223 }
222 224
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!