修改: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">
|
||||
|
Reference in New Issue
Block a user