审核记录
{notempty name="$userInfo['auditRecord']"}
| 审核人 |
审核时间 |
审核结果 |
审核对象所属身份 |
审核类型 |
审核失败原因 |
{volist name="$userInfo['auditRecord']" id="vo"}
| {$vo.account} |
{$vo.timeFormat} |
{$vo.statusText} |
{$vo.auditTypeText} |
{$vo.checkStatusText} |
{$vo.fail_reason} |
{/volist}
{if condition="isset($pageType) && $pageType == 1"}
{if $userInfo.otherInfo.check_status == 1 || $userInfo.otherInfo.check_status == 7}
{/if}
{/if}
{/notempty}
{if condition="isset($pageType) && $pageType == 2"}
{if $userInfo.baseInfo.user_status == 0 || $userInfo.baseInfo.user_status == 2 || $userInfo.baseInfo.user_status == 7}
{/if}
{/if}