|
@@ -51,6 +51,7 @@ class Member
|
|
|
|
|
|
|
|
$data = [
|
|
$data = [
|
|
|
'idcard_check'=> $status,
|
|
'idcard_check'=> $status,
|
|
|
|
|
+ 'idcard_online_check'=> $status==3? 0 : 1,
|
|
|
'idcard_fail'=> $failRemark? trim($failRemark) : '',
|
|
'idcard_fail'=> $failRemark? trim($failRemark) : '',
|
|
|
];
|
|
];
|
|
|
break;
|
|
break;
|