Commit 98ba9ba7 authored by “yiyousong”'s avatar “yiyousong”

pref:修改首页事项展示

parent b451fbe3
...@@ -132,26 +132,19 @@ ...@@ -132,26 +132,19 @@
class="hot-matter-list flex1 mt10" class="hot-matter-list flex1 mt10"
v-if="matterList && matterList.length" v-if="matterList && matterList.length"
> >
<vue-seamless-scroll <div
:class-option="optionTop" class="hot-matter-item flex aic"
class="seamless-warp" v-for="(v, i) in matterList"
:key="v.id"
> >
<div> <div class="flex aic jcc item-index">
<div <img v-if="i < 3" :src="checkTopImg(i)" />
class="hot-matter-item flex aic" <span v-else>{{ i + 1 }}.</span>
v-for="(v, i) in matterList"
:key="v.id"
>
<div class="flex aic jcc item-index">
<img v-if="i < 3" :src="checkTopImg(i)" />
<span v-else>{{ i + 1 }}.</span>
</div>
<p class="flex1" v-ellipsis @click="checkMatter(v)">
{{ v.matterName ? v.matterName : v.matterFullName }}
</p>
</div>
</div> </div>
</vue-seamless-scroll> <p class="flex1" v-ellipsis @click="checkMatter(v)">
{{ v.matterName ? v.matterName : v.matterFullName }}
</p>
</div>
</div> </div>
<div v-else class="tac empty-text">暂无数据</div> <div v-else class="tac empty-text">暂无数据</div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment