no message
Showing
3 changed files
with
11 additions
and
3 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -294,7 +294,15 @@ | ... | @@ -294,7 +294,15 @@ |
| 294 | </div> | 294 | </div> |
| 295 | <div class="content flex" v-if="activeName==8"> | 295 | <div class="content flex" v-if="activeName==8"> |
| 296 | <label>Download:</label> | 296 | <label>Download:</label> |
| 297 | <div style="word-break: break-all;text-indent: 0"> | 297 | <div style="word-break: break-all;text-indent: 0;text-transform:capitalize;"> |
| 298 | <div> | ||
| 299 | <a target="_blank" class="text-primary" href="https://wdsfwuxicenter.com/stage-api/fs/file/0826_Accommodation_Guide_V4_WDSF_World%20Youth_Breaking_Championships.pdf"> | ||
| 300 | <el-icon style="position: relative;top: 2px"> | ||
| 301 | <download/> | ||
| 302 | </el-icon> | ||
| 303 | Accommodation Guide V4 WDSF World Youth Breaking Championships | ||
| 304 | </a> | ||
| 305 | </div> | ||
| 298 | <div> | 306 | <div> |
| 299 | <a target="_blank" class="text-primary" href="https://wdsfwuxicenter.com/stage-api/fs/file/2024_WDSF_ASIAN_DANCESPORT_FESTIVAL_ENTRY_GUIDE.pdf"> | 307 | <a target="_blank" class="text-primary" href="https://wdsfwuxicenter.com/stage-api/fs/file/2024_WDSF_ASIAN_DANCESPORT_FESTIVAL_ENTRY_GUIDE.pdf"> |
| 300 | <el-icon style="position: relative;top: 2px"> | 308 | <el-icon style="position: relative;top: 2px"> | ... | ... |
| ... | @@ -318,7 +318,7 @@ | ... | @@ -318,7 +318,7 @@ |
| 318 | </div> | 318 | </div> |
| 319 | </el-dialog> | 319 | </el-dialog> |
| 320 | 320 | ||
| 321 | <!-- <a class="ding" @click="openPickup" v-if="matchData.leagueId==0">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>--> | 321 | <a class="ding" @click="openPickup" v-if="matchData.leagueId==0&&matchId=='1802602359043600385'">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a> |
| 322 | <pickup ref="pickupRef"></pickup> | 322 | <pickup ref="pickupRef"></pickup> |
| 323 | </div> | 323 | </div> |
| 324 | </template> | 324 | </template> |
| ... | @@ -330,7 +330,7 @@ import MatchNews from "@/viewsPc/match/components/matchNews"; | ... | @@ -330,7 +330,7 @@ import MatchNews from "@/viewsPc/match/components/matchNews"; |
| 330 | import SubstationList from "@/viewsPc/match/components/substation-list"; | 330 | import SubstationList from "@/viewsPc/match/components/substation-list"; |
| 331 | import MatchInfoProjectList from "@/viewsPc/match/components/matchInfo-projectList"; | 331 | import MatchInfoProjectList from "@/viewsPc/match/components/matchInfo-projectList"; |
| 332 | import QuickRow from "@/viewsPc/match/components/quick-row"; | 332 | import QuickRow from "@/viewsPc/match/components/quick-row"; |
| 333 | import pickup from '@/viewsPc/components/pickup' | 333 | import Pickup from '@/viewsPc/components/pickup' |
| 334 | import {getCurrentInstance, ref} from 'vue' | 334 | import {getCurrentInstance, ref} from 'vue' |
| 335 | import {reactive, onMounted} from '@vue/runtime-core' | 335 | import {reactive, onMounted} from '@vue/runtime-core' |
| 336 | import {useRoute, useRouter} from 'vue-router' | 336 | import {useRoute, useRouter} from 'vue-router' | ... | ... |
-
Please register or sign in to post a comment