|
@@ -53,7 +53,7 @@ const chartsList = ref([
|
|
<IndexNews />
|
|
<IndexNews />
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
- <IndexTitle title="精选咨询" />
|
|
|
|
|
|
+ <IndexTitle title="精选文章" />
|
|
<div class="content-list content-list--c2 flex-row flex-jc-sb">
|
|
<div class="content-list content-list--c2 flex-row flex-jc-sb">
|
|
<template v-for="(item, idx) in 9" :key="idx">
|
|
<template v-for="(item, idx) in 9" :key="idx">
|
|
<IndexSection :type="idx === 2 ? 'article' : 'common'" />
|
|
<IndexSection :type="idx === 2 ? 'article' : 'common'" />
|