gq 7 years ago
parent
commit
acc04b862d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/app/Http/Controllers/Api/V1/IndexController.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/IndexController.php

xqd
@@ -364,7 +364,7 @@ class IndexController extends Controller
         }
 
         if (!empty($age)) {
-            $age_arr = explode(',',$age);
+            $age_arr = explode(',',$age);  // 被选中的年龄数组
             foreach ($age_arr as $value) {
                 switch ($value) {
                     case 1: