Commit eb54c83e by cocomilk2012

update

parent 214ebe34
Showing with 5 additions and 1 deletions
...@@ -53,7 +53,11 @@ ...@@ -53,7 +53,11 @@
@click="toDetail(item.id)" @click="toDetail(item.id)"
> >
<div class="fe-list-child-left"> <div class="fe-list-child-left">
<h3>{{ item.title }}</h3> <h3>
{{
item.title.length > 10 ? item.title.substring(9) : item.title
}}
</h3>
<p>{{ item.createTime | format }}</p> <p>{{ item.createTime | format }}</p>
</div> </div>
<div class="fe-list-child-right"> <div class="fe-list-child-right">
......
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 sign in to comment