no message
Showing
2 changed files
with
19 additions
and
3 deletions
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <el-col :sm="24" :lg="10"> | 49 | <el-col :sm="24" :lg="10"> |
| 50 | <div class="bgbg"> | 50 | <div class="bgbg"> |
| 51 | <img src="@/assets/dance/text.png"> | 51 | <img src="@/assets/dance/text.png"> |
| 52 | <a class="zn-btn" href="/file/GUIDE.pdf" target="_blank">参赛指南 | 52 | <a class="zn-btn" @click="goGuide" target="_blank">参赛指南 |
| 53 | <el-icon> | 53 | <el-icon> |
| 54 | <download/> | 54 | <download/> |
| 55 | </el-icon> | 55 | </el-icon> |
| ... | @@ -534,6 +534,15 @@ const goMatch = (n) => { | ... | @@ -534,6 +534,15 @@ const goMatch = (n) => { |
| 534 | const popWeather = () => { | 534 | const popWeather = () => { |
| 535 | weatherdialog.value = true | 535 | weatherdialog.value = true |
| 536 | } | 536 | } |
| 537 | |||
| 538 | const goGuide = () => { | ||
| 539 | router.push({ | ||
| 540 | name: 'guide', | ||
| 541 | query: { | ||
| 542 | index:8 | ||
| 543 | } | ||
| 544 | }) | ||
| 545 | } | ||
| 537 | </script> | 546 | </script> |
| 538 | 547 | ||
| 539 | <style scoped lang="scss"> | 548 | <style scoped lang="scss"> | ... | ... |
| ... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
| 46 | <el-col :sm="24" :lg="10"> | 46 | <el-col :sm="24" :lg="10"> |
| 47 | <div class="bgbg"> | 47 | <div class="bgbg"> |
| 48 | <h1 style="color: #fff">WDSF ASIAN DANCESPORT FESTIVAL .WUXI 2024</h1> | 48 | <h1 style="color: #fff">WDSF ASIAN DANCESPORT FESTIVAL .WUXI 2024</h1> |
| 49 | <a class="zn-btn" href="/file/GUIDE.pdf" target="_blank"> | 49 | <a class="zn-btn" @click="goGuide"> |
| 50 | ENTRY GUIDE | 50 | ENTRY GUIDE |
| 51 | <el-icon><download /></el-icon> | 51 | <el-icon><download /></el-icon> |
| 52 | </a> | 52 | </a> |
| ... | @@ -506,7 +506,14 @@ const goMatch = (n) => { | ... | @@ -506,7 +506,14 @@ const goMatch = (n) => { |
| 506 | const popWeather = () => { | 506 | const popWeather = () => { |
| 507 | weatherdialog.value = true | 507 | weatherdialog.value = true |
| 508 | } | 508 | } |
| 509 | 509 | const goGuide = () => { | |
| 510 | router.push({ | ||
| 511 | name: 'guide', | ||
| 512 | query: { | ||
| 513 | index:8 | ||
| 514 | } | ||
| 515 | }) | ||
| 516 | } | ||
| 510 | </script> | 517 | </script> |
| 511 | 518 | ||
| 512 | <style scoped lang="scss"> | 519 | <style scoped lang="scss"> | ... | ... |
-
Please register or sign in to post a comment