|
@@ -59,7 +59,7 @@
|
|
|
<HotCrowd :applicationTypeRank="homeDataNoCache.applicationTypeRank" v-if="HOME_DISPLAY.hot_crowd"/>
|
|
|
<HotAgency :agencyRank="homeDataNoCache.agencyRank" v-if="HOME_DISPLAY.hot_agency"/>
|
|
|
<HotUser :userRank="homeDataNoCache.userRank" v-if="HOME_DISPLAY.hot_user"/>
|
|
|
- <HotContest :competitionList="homeData.competitionList" v-if="HOME_DISPLAY.hot_crowd"/>
|
|
|
+ <HotContest :competitionList="homeData.competitionList" v-if="HOME_DISPLAY.hot_contest"/>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<InstitutionCard v-if="HOME_DISPLAY.institution_card"></InstitutionCard>
|