[更新]兼容小程序显示

This commit is contained in:
Anyon 2018-05-11 16:37:59 +08:00
parent a5f8c2b95f
commit da30dac3fd

View File

@ -104,7 +104,7 @@
</div>
<div class="pull-left padding-left-10">
<p class="margin-bottom-2 nowrap">微信昵称:{$wechat.nick_name}</p>
<p class="margin-bottom-2 nowrap">微信类型:{$wechat.service_type_info == 2 ? '服务号' : '订阅号'} /
<p class="margin-bottom-2 nowrap">微信类型:{if $wechat.service_type_info eq 2}服务号{elseif $wechat.service_type_info eq 3}小程序{else}订阅号{/if} /
{$wechat.verify_type_info == -1 ? '未认证' : '<span class="color-green">已认证</span>'}</p>
<p class="margin-bottom-2 nowrap">注册公司:{$wechat.principal_name}</p>
<p class=" nowrap">授权绑定:{$wechat.create_at|format_datetime}</p>