Commit b1f9c658 by doszhang

dos

parent 26e64bd3
......@@ -83,7 +83,7 @@ class IndexController extends Controller
return;
}
var_dump($user['prize_type']);die();
if($user['prize_type'] !== 0) {
if($user['prize_type'] !== '0') {
$this->ajaxReturn(array(
'status' => -1,
'msg' => '很遗憾,没有中奖',
......
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 sign in to comment