Commit 241c21cc by doszhang

dos

parent 449d8528
...@@ -45,8 +45,10 @@ ...@@ -45,8 +45,10 @@
<td>{:$item['tel']}</td> <td>{:$item['tel']}</td>
<td>{:$item.submit_time|date_format:'%Y-%m-%d %H:%M:%S'}</td> <td>{:$item.submit_time|date_format:'%Y-%m-%d %H:%M:%S'}</td>
<td> <td>
{:if $item['uid'] == 'weibo'} {:if $item['uid'] == "weibo"}
微博 微博
{:else}
微信
{:/if} {:/if}
</td> </td>
</tr> </tr>
......
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