|
@@ -169,7 +169,7 @@
|
|
|
{elseif ($info['sex'] == 2) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '女') /}
|
|
|
<i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
{else /}
|
|
|
- <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
|
|
|
+ <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
|
|
|
{/if}
|
|
|
{/case}
|
|
|
{default /}<i class="fa fa-exclamation" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
@@ -180,7 +180,20 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>出生日期</label>
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>
|
|
|
+ 出生日期
|
|
|
+ {switch name="info.rs.I010902.code"}
|
|
|
+ {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
+ {case value="200"}
|
|
|
+ {eq name="info.rs.I010902.data.list.0.DOB" value="$info.birthday"}
|
|
|
+ <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
+ {else /}
|
|
|
+ <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
|
|
|
+ {/eq}
|
|
|
+ {/case}
|
|
|
+ {default /}<i class="fa fa-exclamation" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
+ {/switch}
|
|
|
+ </label>
|
|
|
<input type="text" class="form-control" value="{$info.birthday}" readonly disabled id="birthday"/>
|
|
|
</div>
|
|
|
</td>
|