Commit d9f59073 by 冷斌

add

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