...
|
...
|
@@ -1003,7 +1003,7 @@ class SecondController extends RestBaseController |
|
|
$font='../static/font-awesome/fonts/PingFang Medium.ttf';
|
|
|
$text1='姓名 '.$userInfo['name'];
|
|
|
$text2='身份 '.$userInfo['status'];
|
|
|
$text3='编号 '.$userInfo['user_num'];
|
|
|
$text3='编号 '.$userInfo['serial'];
|
|
|
$text4='当前学时 '.$userInfo['work_time'].'小时';
|
|
|
$locate1[]='35';
|
|
|
$locate1[]='100';
|
...
|
...
|
|