Commit 3cc2b039 by doszhang

Update IndexController.class.php

parent 62e60529
......@@ -46,7 +46,7 @@ class IndexController extends Controller
'prize_type' => $type,
'is_get' => 1
))->count();
if ($c >= 8) {
if ($c >= 10) {
return false;
}
......
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