Commit 6367fde9 by cocomilk2012

update

parent eb54c83e
Showing with 3 additions and 1 deletions
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
<div class="fe-list-child-left"> <div class="fe-list-child-left">
<h3> <h3>
{{ {{
item.title.length > 10 ? item.title.substring(9) : item.title item.title.length > 10
? item.title.substring(0, 9)
: item.title
}} }}
</h3> </h3>
<p>{{ item.createTime | format }}</p> <p>{{ item.createTime | format }}</p>
......
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