|
|
@@ -14,13 +14,13 @@
|
|
|
</a>
|
|
|
</template>
|
|
|
</div>
|
|
|
- <a target="_blank" href="`/cat/?verified=${id}`">
|
|
|
+ <a target="_blank" :href="`/cat/?verified=${id}`">
|
|
|
<el-button class="avatar-more" icon="el-icon-more" circle></el-button>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="more-link">
|
|
|
<span>共{{showCount}}人,</span>
|
|
|
- <a target="_blank" href="`/cat/?verified=${id}`">查看更多</a>
|
|
|
+ <a target="_blank" :href="`/cat/?verified=${id}`">查看更多</a>
|
|
|
</div>
|
|
|
</section>
|
|
|
<section v-if="conditions.length" class="cert-quals">
|