2fa93f54 by 杨炀

no message

1 parent cf1d45b8
......@@ -49,7 +49,7 @@
<el-col :sm="24" :lg="10">
<div class="bgbg">
<img src="@/assets/dance/text.png">
<a class="zn-btn" href="/file/GUIDE.pdf" target="_blank">参赛指南
<a class="zn-btn" @click="goGuide" target="_blank">参赛指南
<el-icon>
<download/>
</el-icon>
......@@ -534,6 +534,15 @@ const goMatch = (n) => {
const popWeather = () => {
weatherdialog.value = true
}
const goGuide = () => {
router.push({
name: 'guide',
query: {
index:8
}
})
}
</script>
<style scoped lang="scss">
......
......@@ -46,7 +46,7 @@
<el-col :sm="24" :lg="10">
<div class="bgbg">
<h1 style="color: #fff">WDSF ASIAN DANCESPORT FESTIVAL .WUXI 2024</h1>
<a class="zn-btn" href="/file/GUIDE.pdf" target="_blank">
<a class="zn-btn" @click="goGuide">
ENTRY GUIDE
<el-icon><download /></el-icon>
</a>
......@@ -506,7 +506,14 @@ const goMatch = (n) => {
const popWeather = () => {
weatherdialog.value = true
}
const goGuide = () => {
router.push({
name: 'guide',
query: {
index:8
}
})
}
</script>
<style scoped lang="scss">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!