修改:1、页面展示时间格式化 2、其他细节修改
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<span class="fly-jing">精</span>
|
||||
#end
|
||||
<a href="/jie/detail/#(x.contentid)" class="jie-title">#(x.title)</a>
|
||||
<i>#(x.createtime)</i>
|
||||
<i>#(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm'))</i>
|
||||
<em class="layui-hide-xs">#(x.viewnum)阅/#(x.replynum)答</em>
|
||||
</li>
|
||||
#end
|
||||
@@ -75,7 +75,7 @@
|
||||
#for(x : comments.rows??)
|
||||
<li>
|
||||
<p>
|
||||
<span>#(x.createtime)</span>
|
||||
<span>#(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm'))</span>
|
||||
在<a href="/jie/detail/#(x.contentid)" target="_blank">#(x.title)</a>中回答:
|
||||
</p>
|
||||
<div class="home-dacontent">
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#for(x : contents.rows)
|
||||
<li>
|
||||
<a class="jie-title" href="/jie/detail/#(x.contentid)" target="_blank">#(x.title)</a>
|
||||
<i>#(x.createtime) </i>
|
||||
<i>#(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm')) </i>
|
||||
<a class="mine-edit" href="/jie/add/#(x.contentid)">编辑</a>
|
||||
<em>#(x.viewnum)阅/#(x.replynum)答</em>
|
||||
</li>
|
||||
@@ -45,7 +45,7 @@
|
||||
#for(x : collects.rows??)
|
||||
<li>
|
||||
<a class="jie-title" href="/jie/detail/#(x.contentid)" target="_blank">#(x.title)</a>
|
||||
<i>收藏于#(x.createtime)</i>
|
||||
<i>收藏于#(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm'))</i>
|
||||
</li>
|
||||
#end
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user