code add
This commit is contained in:
@@ -83,10 +83,12 @@ class Article
|
||||
}
|
||||
|
||||
public function getlists(){
|
||||
/*
|
||||
$userid = $GLOBALS['data']['userid'];
|
||||
if(empty($userid)){
|
||||
return show("请登录后操作!");
|
||||
}
|
||||
*/
|
||||
if(empty($GLOBALS['data']['data']['student_userid'])){
|
||||
return show("请输入用户ID!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user