Commit ab49b65f by doszhang

Update IndexController.class.php

parent 4dbe48d6
...@@ -90,7 +90,7 @@ class IndexController extends Controller ...@@ -90,7 +90,7 @@ class IndexController extends Controller
))->count(); ))->count();
// 1牙膏 // 1牙膏
if ($type == 1) { if ($type == 1) {
if ($c >= 2) { if ($c >= 12) {
continue; continue;
} }
} }
......
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