Commit 24bd1a48 by doszhang

dos

parent e3d234bd
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
<th>生成头像时间</th> <th>生成头像时间</th>
<th>生成的海报</th> <th>生成的海报</th>
<th>生成海报时间</th> <th>生成海报时间</th>
<th>{:$item.headposter_times}</th>
</tr> </tr>
</thead> </thead>
<tbody class="text-left"> <tbody class="text-left">
...@@ -58,7 +57,11 @@ ...@@ -58,7 +57,11 @@
{:/if} {:/if}
</td> </td>
<td >{:$item.headposter_times}</td> <td >
{:if $item['headposter_times'] != 0}
{:$item.headposter_times|date_format:'%Y-%m-%d %H:%M:%S'}
{:/if}
</td>
<td> <td>
{:if $item['poster_url']} {:if $item['poster_url']}
...@@ -67,7 +70,11 @@ ...@@ -67,7 +70,11 @@
{:/if} {:/if}
</td> </td>
<td >{:$item.poster_times|date_format:'%Y-%m-%d %H:%M:%S'}</td> <td>
{:if $item['headposter_times'] != 0}
{:$item.poster_times|date_format:'%Y-%m-%d %H:%M:%S'}
{:/if}
</td>
</tr> </tr>
{:/foreach} {:/foreach}
</tbody> </tbody>
......
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