no message
Showing
2 changed files
with
10 additions
and
1 deletions
| ... | @@ -7,8 +7,11 @@ | ... | @@ -7,8 +7,11 @@ |
| 7 | <el-col :sm="12" :lg="8" :xs="12"> | 7 | <el-col :sm="12" :lg="8" :xs="12"> |
| 8 | <div class="item" @click="popRemark(2)"><img src="@/assets/dance/btn02.png">车辆预订</div> | 8 | <div class="item" @click="popRemark(2)"><img src="@/assets/dance/btn02.png">车辆预订</div> |
| 9 | </el-col> | 9 | </el-col> |
| 10 | <!-- <el-col :sm="12" :lg="8" :xs="12">--> | ||
| 11 | <!-- <div class="item" @click="popRemark(3)"><img src="@/assets/dance/btn03.png">餐饮预订</div>--> | ||
| 12 | <!-- </el-col>--> | ||
| 10 | <el-col :sm="12" :lg="8" :xs="12"> | 13 | <el-col :sm="12" :lg="8" :xs="12"> |
| 11 | <div class="item" @click="popRemark(3)"><img src="@/assets/dance/btn03.png">餐饮预订</div> | 14 | <div class="item" @click="popRemark(8)"><img src="@/assets/dance/btn08.png">旅游服务</div> |
| 12 | </el-col> | 15 | </el-col> |
| 13 | <el-col :sm="12" :lg="8" :xs="12"> | 16 | <el-col :sm="12" :lg="8" :xs="12"> |
| 14 | <div class="item" @click="popRemark(0)"><img src="@/assets/dance/btn04.png">票务预订</div> | 17 | <div class="item" @click="popRemark(0)"><img src="@/assets/dance/btn04.png">票务预订</div> |
| ... | @@ -120,6 +123,7 @@ function popRemark(type) { | ... | @@ -120,6 +123,7 @@ function popRemark(type) { |
| 120 | || (form.value.isMealView == 0 && type == '4') | 123 | || (form.value.isMealView == 0 && type == '4') |
| 121 | || (form.value.isPhotoView == 0 && type == '5') | 124 | || (form.value.isPhotoView == 0 && type == '5') |
| 122 | || (form.value.isTicket==0&&type == '0') | 125 | || (form.value.isTicket==0&&type == '0') |
| 126 | || (form.value.isTravel==0&&type == '8') | ||
| 123 | ) { | 127 | ) { |
| 124 | building() | 128 | building() |
| 125 | return | 129 | return |
| ... | @@ -163,6 +167,10 @@ function goBooking(n) { | ... | @@ -163,6 +167,10 @@ function goBooking(n) { |
| 163 | //拍照 | 167 | //拍照 |
| 164 | router.push({path: `/booking/photography/${props.matchId}`}) | 168 | router.push({path: `/booking/photography/${props.matchId}`}) |
| 165 | break; | 169 | break; |
| 170 | case 8: | ||
| 171 | //酒店 | ||
| 172 | router.push({path: `/booking/travel/${props.matchId}`}) | ||
| 173 | break; | ||
| 166 | } | 174 | } |
| 167 | } | 175 | } |
| 168 | </script> | 176 | </script> | ... | ... |
| ... | @@ -9,6 +9,7 @@ | ... | @@ -9,6 +9,7 @@ |
| 9 | <div v-if="type==4" class="plr20" v-html="form.reserveDesMeal"></div> | 9 | <div v-if="type==4" class="plr20" v-html="form.reserveDesMeal"></div> |
| 10 | <div v-if="type==5" class="plr20" v-html="form.reserveDesPhoto"></div> | 10 | <div v-if="type==5" class="plr20" v-html="form.reserveDesPhoto"></div> |
| 11 | <div v-if="type==0" class="plr20" v-html="form.reserveDesTitck"></div> | 11 | <div v-if="type==0" class="plr20" v-html="form.reserveDesTitck"></div> |
| 12 | <div v-if="type==8" class="plr20" v-html="form.reserveDesTravel"></div> | ||
| 12 | </div> | 13 | </div> |
| 13 | <template #footer> | 14 | <template #footer> |
| 14 | <div class="dialog-footer text-center"> | 15 | <div class="dialog-footer text-center"> | ... | ... |
-
Please register or sign in to post a comment