dever 3 年之前
父节点
当前提交
79ee533178
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/option/lib/Account.php

+ 1 - 1
service/option/lib/Account.php

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