Commit cf2b3767 by 冷斌

fix bug

parent 387175b0
...@@ -47,6 +47,7 @@ class LevelController extends HomebaseController { ...@@ -47,6 +47,7 @@ class LevelController extends HomebaseController {
$this->assign("type",$type); $this->assign("type",$type);
$this->assign('set', $set); $this->assign('set', $set);
$anchor_certification = 0; $anchor_certification = 0;
$auth=M("users_auth")->where("uid={$uid}")->find(); $auth=M("users_auth")->where("uid={$uid}")->find();
if (!empty($auth)) { if (!empty($auth)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment