diff --git a/application/wechat/view/config/index.html b/application/wechat/view/config/index.html index 70bda8a16..63fbacff6 100644 --- a/application/wechat/view/config/index.html +++ b/application/wechat/view/config/index.html @@ -104,7 +104,7 @@

微信昵称:{$wechat.nick_name}

-

微信类型:{$wechat.service_type_info == 2 ? '服务号' : '订阅号'} / +

微信类型:{if $wechat.service_type_info eq 2}服务号{elseif $wechat.service_type_info eq 3}小程序{else}订阅号{/if} / {$wechat.verify_type_info == -1 ? '未认证' : '已认证'}

注册公司:{$wechat.principal_name}

授权绑定:{$wechat.create_at|format_datetime}