mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修正微信小程序显示
This commit is contained in:
parent
da30dac3fd
commit
b00cae0d02
@ -104,7 +104,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="pull-left padding-left-10">
|
<div class="pull-left padding-left-10">
|
||||||
<p class="margin-bottom-2 nowrap">微信昵称:{$wechat.nick_name}</p>
|
<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>
|
{$wechat.verify_type_info == -1 ? '未认证' : '<span class="color-green">已认证</span>'}</p>
|
||||||
<p class="margin-bottom-2 nowrap">注册公司:{$wechat.principal_name}</p>
|
<p class="margin-bottom-2 nowrap">注册公司:{$wechat.principal_name}</p>
|
||||||
<p class=" nowrap">授权绑定:{$wechat.create_at|format_datetime}</p>
|
<p class=" nowrap">授权绑定:{$wechat.create_at|format_datetime}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user