|
@@ -13,7 +13,7 @@ class Account
|
|
}
|
|
}
|
|
$account = Dever::db('option/account')->find($id);
|
|
$account = Dever::db('option/account')->find($id);
|
|
if ($account && $account['is_idcard'] == 1) {
|
|
if ($account && $account['is_idcard'] == 1) {
|
|
- $html = '已上传';
|
|
|
|
|
|
+ $html = '';
|
|
|
|
|
|
$table = array();
|
|
$table = array();
|
|
if ($account['idcard_front']) {
|
|
if ($account['idcard_front']) {
|