Commit 23d808a2 by doszhang

d

parent 045805f3
......@@ -26,7 +26,6 @@ class IndexController extends Controller
$this->request_auth($this->get_url());
return;
}
echo 2;die();
M('join_num')->where('id=1')->setInc('num');
$joinNum = M('join_num')->where('id=1')->find();
$this->assign('pt',$user['prize_type']);
......
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