Commit 2b64b77c by 冷斌

支付宝

parent 6ae97e41
...@@ -32,8 +32,6 @@ class LevelController extends HomebaseController { ...@@ -32,8 +32,6 @@ class LevelController extends HomebaseController {
$lvid = $levelinfo['levelid']-1; $lvid = $levelinfo['levelid']-1;
$levelinfo = $Level->where("levelid={$lvid}")->find(); $levelinfo = $Level->where("levelid={$lvid}")->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