e41b1a70 by zhangmeng

Merge branch 'dev' into 票档显示

2 parents fa292b80 f8ec2f11
......@@ -294,7 +294,15 @@
</div>
<div class="content flex" v-if="activeName==8">
<label>Download:</label>
<div style="word-break: break-all;text-indent: 0">
<div style="word-break: break-all;text-indent: 0;text-transform:capitalize;">
<div>
<a target="_blank" class="text-primary" href="https://wdsfwuxicenter.com/stage-api/fs/file/0826_Accommodation_Guide_V4_WDSF_World%20Youth_Breaking_Championships.pdf">
<el-icon style="position: relative;top: 2px">
<download/>
</el-icon>
Accommodation Guide V4 WDSF World Youth Breaking Championships
</a>
</div>
<div>
<a target="_blank" class="text-primary" href="https://wdsfwuxicenter.com/stage-api/fs/file/2024_WDSF_ASIAN_DANCESPORT_FESTIVAL_ENTRY_GUIDE.pdf">
<el-icon style="position: relative;top: 2px">
......
......@@ -318,7 +318,7 @@
</div>
</el-dialog>
<!-- <a class="ding" @click="openPickup" v-if="matchData.leagueId==0">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>-->
<a class="ding" @click="openPickup" v-if="matchData.leagueId==0&&matchId=='1802602359043600385'">{{ language==0?'接 / 送机服务':'Pick-up/drop-off service' }}</a>
<pickup ref="pickupRef"></pickup>
</div>
</template>
......@@ -330,7 +330,7 @@ import MatchNews from "@/viewsPc/match/components/matchNews";
import SubstationList from "@/viewsPc/match/components/substation-list";
import MatchInfoProjectList from "@/viewsPc/match/components/matchInfo-projectList";
import QuickRow from "@/viewsPc/match/components/quick-row";
import pickup from '@/viewsPc/components/pickup'
import Pickup from '@/viewsPc/components/pickup'
import {getCurrentInstance, ref} from 'vue'
import {reactive, onMounted} from '@vue/runtime-core'
import {useRoute, useRouter} from 'vue-router'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!