Commit 58991675 by doszhang

dos

parent 98bd1df2
......@@ -98,7 +98,7 @@ class IndexController extends Controller
'id' => $user['id']
))->save(array(
'prize_type' => 1
))
));
$this->ajaxReturn(array(
'status' => 1,
'msg' => '恭喜您中奖了!',
......@@ -109,7 +109,7 @@ class IndexController extends Controller
'id' => $user['id']
))->save(array(
'prize_type' => 2
))
));
$this->ajaxReturn(array(
'status' => 2,
'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