Commit ec961b3f by 冷斌

add

parent d9f59073
......@@ -53,7 +53,7 @@ class WelfareController extends AdminbaseController
foreach ($gifts as $gift) {
$data[$gift['id']] = $gift['name'];
}
var_dump($data);
var_dump($gifts, $data);
die;
return $data;
}
......
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 to comment