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']) {