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

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

@@ -17,6 +17,7 @@ class Account
 
 
             $table = array();
             $table = array();
             if ($account['idcard_front']) {
             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">';
                 $table['<img src="'.$account['idcard_front'].'" width="100">'] = '<img src="'.$account['idcard_back'].'" width="100">';
             }
             }
             $html .= Dever::table($table);
             $html .= Dever::table($table);