正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -1003,7 +1003,7 @@ class SecondController extends RestBaseController | @@ -1003,7 +1003,7 @@ class SecondController extends RestBaseController | ||
1003 | $font='../static/font-awesome/fonts/PingFang Medium.ttf'; | 1003 | $font='../static/font-awesome/fonts/PingFang Medium.ttf'; |
1004 | $text1='姓名 '.$userInfo['name']; | 1004 | $text1='姓名 '.$userInfo['name']; |
1005 | $text2='身份 '.$userInfo['status']; | 1005 | $text2='身份 '.$userInfo['status']; |
1006 | - $text3='编号 '.$userInfo['user_num']; | 1006 | + $text3='编号 '.$userInfo['serial']; |
1007 | $text4='当前学时 '.$userInfo['work_time'].'小时'; | 1007 | $text4='当前学时 '.$userInfo['work_time'].'小时'; |
1008 | $locate1[]='35'; | 1008 | $locate1[]='35'; |
1009 | $locate1[]='100'; | 1009 | $locate1[]='100'; |
-
请 注册 或 登录 后发表评论