Commit d7324479 by 冷斌

update

parent 4ad87228
...@@ -33,8 +33,6 @@ class LevelController extends HomebaseController { ...@@ -33,8 +33,6 @@ class LevelController extends HomebaseController {
if(!$levelinfo){ if(!$levelinfo){
$levelinfo=$Level->order("levelid desc")->find(); $levelinfo=$Level->order("levelid desc")->find();
} }
var_dump($levelinfo);
die;
$cha=$levelinfo['level_up']+1-$userinfo['consumption']; $cha=$levelinfo['level_up']+1-$userinfo['consumption'];
if($cha>0) if($cha>0)
{ {
......
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