no message
Showing
1 changed file
with
2 additions
and
31 deletions
| ... | @@ -53,37 +53,7 @@ | ... | @@ -53,37 +53,7 @@ |
| 53 | </div> | 53 | </div> |
| 54 | </el-col> | 54 | </el-col> |
| 55 | <el-col :sm="24" :lg="14"> | 55 | <el-col :sm="24" :lg="14"> |
| 56 | <div class="itemBox"> | 56 | <HomeQuick :match-id="matchData?.id"/> |
| 57 | <el-row :gutter="20"> | ||
| 58 | <el-col :sm="12" :lg="8"> | ||
| 59 | <div class="item" @click="building"><img src="@/assets/dance/btn01.png"> | ||
| 60 | <p>Hotel Reservation</p> | ||
| 61 | </div></el-col> | ||
| 62 | <el-col :sm="12" :lg="8"> | ||
| 63 | <div class="item" @click="building"><img src="@/assets/dance/btn02.png"> | ||
| 64 | <p>Vehicle Reservation</p> | ||
| 65 | </div></el-col> | ||
| 66 | <el-col :sm="12" :lg="8"> | ||
| 67 | <div class="item" @click="building"><img src="@/assets/dance/btn03.png"> | ||
| 68 | <p>Dining Reservation</p> | ||
| 69 | </div> | ||
| 70 | </el-col> | ||
| 71 | <el-col :sm="12" :lg="8"> | ||
| 72 | <div class="item" @click="building"><img src="@/assets/dance/btn04.png"> | ||
| 73 | <p>Ticket Booking</p> | ||
| 74 | </div> | ||
| 75 | </el-col> | ||
| 76 | <el-col :sm="12" :lg="8"> | ||
| 77 | <div class="item" @click="building"><img src="@/assets/dance/btn05.png"> | ||
| 78 | <p>Makeup Appointment</p> | ||
| 79 | </div></el-col> | ||
| 80 | <el-col :sm="12" :lg="8"> | ||
| 81 | <div class="item" @click="building"><img src="@/assets/dance/btn06.png"> | ||
| 82 | <p>Photography Appointment</p> | ||
| 83 | </div></el-col> | ||
| 84 | </el-row> | ||
| 85 | </div> | ||
| 86 | |||
| 87 | </el-col> | 57 | </el-col> |
| 88 | </el-row> | 58 | </el-row> |
| 89 | </div> | 59 | </div> |
| ... | @@ -377,6 +347,7 @@ import { getCurrentInstance } from '@vue/runtime-core' | ... | @@ -377,6 +347,7 @@ import { getCurrentInstance } from '@vue/runtime-core' |
| 377 | import { getNewsListById, getNewsList,getWeather} from '@/apiPc/webSite' | 347 | import { getNewsListById, getNewsList,getWeather} from '@/apiPc/webSite' |
| 378 | import { useRouter } from 'vue-router' | 348 | import { useRouter } from 'vue-router' |
| 379 | import _ from 'lodash' | 349 | import _ from 'lodash' |
| 350 | import HomeQuick from '@/viewsPc/components/homeQuick' | ||
| 380 | import { Swiper, SwiperSlide } from 'swiper/vue' | 351 | import { Swiper, SwiperSlide } from 'swiper/vue' |
| 381 | import { Autoplay, Navigation } from 'swiper' | 352 | import { Autoplay, Navigation } from 'swiper' |
| 382 | import 'swiper/css' | 353 | import 'swiper/css' | ... | ... |
-
Please register or sign in to post a comment