[更新]修正微信小程序显示

This commit is contained in:
Anyon 2018-05-11 16:39:34 +08:00
parent da30dac3fd
commit b00cae0d02

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">微信类型:{if $wechat.service_type_info eq 2}服务号{elseif $wechat.service_type_info eq 3}小程序{else}订阅号{/if} /
<p class="margin-bottom-2 nowrap">微信类型:{if $wechat.service_type eq 2}服务号{elseif $wechat.service_type 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>