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