mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]兼容小程序显示
This commit is contained in:
parent
a5f8c2b95f
commit
da30dac3fd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user