|
|
@ -994,7 +994,14 @@ class Information extends CI_Controller
|
|
|
|
$tipsRightList[] = $recommand_information[$key];
|
|
|
|
$tipsRightList[] = $recommand_information[$key];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$firstList = array_slice($tipsRightList, 0, 12);
|
|
|
|
|
|
|
|
$secondList = array_slice($tipsRightList, 12, 12);
|
|
|
|
|
|
|
|
$thirdList = array_slice($tipsRightList, 24, 12);
|
|
|
|
var_dump($tipsRightList);
|
|
|
|
var_dump($tipsRightList);
|
|
|
|
|
|
|
|
var_dump($firstList);
|
|
|
|
|
|
|
|
var_dump($secondList);
|
|
|
|
|
|
|
|
var_dump($thirdList);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function test_feedback()
|
|
|
|
public function test_feedback()
|
|
|
|