mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信预览
This commit is contained in:
parent
c1258140b6
commit
374ddb1730
@ -27,7 +27,7 @@
|
||||
<div class="aui-chat-header"><span class="time">{:date('H:i')}</span></div>
|
||||
<div class="aui-chat-item aui-chat-left">
|
||||
<div class="aui-chat-media">
|
||||
<img style="min-width:42px;display:inline-block;" src="http://plugs.ctolog.com/theme/default/img/head.gif"/>
|
||||
<img style="min-width:42px;display:inline-block;" src="__STATIC__/theme/img/headimg.png"/>
|
||||
</div>
|
||||
<div class="aui-chat-inner">
|
||||
{if $type eq 'text'}
|
||||
@ -40,7 +40,7 @@
|
||||
<div class="aui-chat-content bg-white">
|
||||
<div class="aui-chat-arrow one"></div>
|
||||
<div class="aui-chat-arrow two"></div>
|
||||
<img src='{$content|default="http://plugs.ctolog.com/default/img/image.png"}'/>
|
||||
<img src='{$content|default="__STATIC__/theme/img/image.png"}'/>
|
||||
</div>
|
||||
{elseif $type eq 'music'}
|
||||
<div class="aui-chat-content" style='background:#080'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user