Commit 5a60afc4 by 冷斌

add

parent af928b8a
...@@ -90,9 +90,7 @@ class WelfareController extends AdminbaseController ...@@ -90,9 +90,7 @@ class WelfareController extends AdminbaseController
$this->display(); $this->display();
} }
function add(){ function add(){
$giftid=I('giftid'); $this->assign('gift', $this->getGift());
$this->assign('giftid', $giftid);
$this->assign('numslist', $this->numslist);
$this->display(); $this->display();
} }
function add_post(){ function add_post(){
......
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