Browse Source

Merge branch 'master' of http://git.dever.cc/dever-product/churen

Your Name 2 years ago
parent
commit
2faafe99b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/option/lib/Account.php

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

@@ -17,6 +17,7 @@ class Account
 
             $table = array();
             if ($account['idcard_front']) {
+                $account['idcard_front'] = Dever::load('upload/view')->get($account['idcard_front'], 't', 1);
                 $table['<img src="'.$account['idcard_front'].'" width="100">'] = '<img src="'.$account['idcard_back'].'" width="100">';
             }
             $html .= Dever::table($table);