020bfaca by 杨炀

开放指南

1 parent f8ec2f11
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
120 <el-col :sm="24" :lg="10"> 120 <el-col :sm="24" :lg="10">
121 <div class="bgbg"> 121 <div class="bgbg">
122 <h1 style="color: #fff">{{matchData?.name}}</h1> 122 <h1 style="color: #fff">{{matchData?.name}}</h1>
123 <a class="zn-btn" @click="goGuide" target="_blank" v-show="matchData?.id=='1778253367748993026'">参赛指南 123 <a class="zn-btn" @click="goGuide" target="_blank" >参赛指南
124 <el-icon> 124 <el-icon>
125 <download/> 125 <download/>
126 </el-icon> 126 </el-icon>
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
92 <div class="bgbg"> 92 <div class="bgbg">
93 <h1 style="color: #fff">{{matchData?.name}}</h1> 93 <h1 style="color: #fff">{{matchData?.name}}</h1>
94 <div class="mb30"> 94 <div class="mb30">
95 <a class="zn-btn" style="font-size: 15px" v-show="matchData?.id=='1778253367748993026'" @click="goGuide"> 95 <a class="zn-btn" style="font-size: 15px" @click="goGuide">
96 GUIDELINE 96 GUIDELINE
97 <el-icon><download /></el-icon> 97 <el-icon><download /></el-icon>
98 </a> 98 </a>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!