dever преди 3 години
родител
ревизия
6ae28e83f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      service/option/lib/Account.php

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

@@ -17,7 +17,7 @@ class Account
 
             $table = array();
             if ($account['idcard_front']) {
-                $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);
             return $html;