Commit 1dc33f12 by cocomilk2012

update

parent 8218a158
Showing with 5 additions and 1 deletions
......@@ -15,7 +15,11 @@
</div>
<div class="fe-detial-bottom-detial">
<p>{{ item.fullName }}</p>
<p>{{ item.title }}</p>
<p>
{{
item.title.length > 24 ? item.title.substring(0, 23) : item.title
}}
</p>
<p>{{ item.description }}</p>
<p>{{ item.payTime }}</p>
<p>{{ item.banko }}</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