|
@@ -2,7 +2,7 @@
|
|
<el-card class="popular-card">
|
|
<el-card class="popular-card">
|
|
<div slot="header" class="popular-header">
|
|
<div slot="header" class="popular-header">
|
|
<img src="../../assets/img/agency.png" alt="hot-crowd" class="popular-header-img"/>
|
|
<img src="../../assets/img/agency.png" alt="hot-crowd" class="popular-header-img"/>
|
|
- <span class="popular-header-title">评测机构排行榜</span>
|
|
|
|
|
|
+ <span class="popular-header-title">测评机构排行榜</span>
|
|
<el-button style="float: right; padding: 3px 0;line-height: 25px" type="text" @click="goToMoreAgency()">more>></el-button>
|
|
<el-button style="float: right; padding: 3px 0;line-height: 25px" type="text" @click="goToMoreAgency()">more>></el-button>
|
|
</div>
|
|
</div>
|
|
<div class="popular-list">
|
|
<div class="popular-list">
|
|
@@ -47,7 +47,7 @@
|
|
},
|
|
},
|
|
goToDetail(userId) {
|
|
goToDetail(userId) {
|
|
this.$router.push({
|
|
this.$router.push({
|
|
- name: 'AgencyDetail',
|
|
|
|
|
|
+ name: 'NewAgencyDetail',
|
|
params: {id: userId, type: 0}
|
|
params: {id: userId, type: 0}
|
|
})
|
|
})
|
|
},
|
|
},
|