|
|
|
@ -147,7 +147,7 @@ |
|
|
|
|
<img :src="setImageUrl(item.image)" alt="" v-default-image /> |
|
|
|
|
</div> |
|
|
|
|
<div class="reac-info"> |
|
|
|
|
<div class="niandu">{{ item.annualname }}年度</div> |
|
|
|
|
<div class="niandu"><div>{{ item.annualname }}年度</div><el-button type="primary" size="small">报名</el-button></div> |
|
|
|
|
<div |
|
|
|
|
class="reac-title" |
|
|
|
|
style="font-weight: 600; color: #000; font-size: 16px" |
|
|
|
@ -230,7 +230,7 @@ const goToCompetition = async (id: any) => { |
|
|
|
|
console.log(projectId.result) |
|
|
|
|
|
|
|
|
|
// return |
|
|
|
|
Router.push(`/projectName?id=${projectId.result}&bcId=${projectId.result}`) |
|
|
|
|
Router.push(`/projectName?id=${projectId.result}&bcId=${id}`) |
|
|
|
|
|
|
|
|
|
// Router.push({ path: '/competition', query: { id, raceId: Route.query.id } }) |
|
|
|
|
} |
|
|
|
@ -333,6 +333,9 @@ const scrollToPosition = () => { |
|
|
|
|
font-size: 18px; |
|
|
|
|
margin-top: 20px; |
|
|
|
|
font-weight: 600; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|