linwu 4 tháng trước cách đây
mục cha
commit
9b11f92f99
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/love/controller/ActiveController.php

+ 1 - 0
app/love/controller/ActiveController.php

@@ -174,6 +174,7 @@ class ActiveController extends LoveBaseController
         foreach ($list as $v) {
             $v['age'] = Fun::getAgeByBirth($v['birthday']);
         }
+        halt($list[0]);
         $this->assign('list', $list);
 
         return $this->fetch();