迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
请问大牛,如何在列表页和内容页 调用邀请者 实名认证信息
{$invite}
{php $a = dr_member_auth($uid);} {$a.auth_type} 认证类型,个人0,企业1 {$a.auth_name}认证名称 {$a.auth_sn} 证件号码 {dr_get_file($a.auth_image)} 证件图片 {$a.auth_phone} 手机号码
{php $a = dr_member_auth($member.uid);} {if $member['is_auth'] or $member['is_invite']}
{$a.auth_type} 认证类型,个人0,企业1 {$a.auth_name}认证名称 {$a.auth_sn} 证件号码 {dr_get_file($a.auth_image)} 证件图片 {$a.auth_phone} 手机号码
{php $yq=\Poscms\Service::M()->table('member_invite')->where('rid', $uid)->getRow();} {if $yq} {php $a = dr_member_auth($yq.uid);} {$a.auth_type} 认证类型,个人0,企业1 {$a.auth_name}认证名称 {$a.auth_sn} 证件号码 {dr_get_file($a.auth_image)} 证件图片 {$a.auth_phone} 手机号码 {/if}