fix: mobile 文章列表发布时间问题
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<h3>{$ar.title}</h3>
|
||||
<p>{$ar.desc|raw}</p>
|
||||
</a>
|
||||
<span class="blue">{$ar.release_time|default=''|date='Y-m-d'}</span>
|
||||
<span class="blue">{$ar.release_time|date_format_i18n}</span>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user