Commit 1a637147 by 冷斌

add

parent 96c4da99
...@@ -70,6 +70,8 @@ class WelfareController extends AdminbaseController ...@@ -70,6 +70,8 @@ class WelfareController extends AdminbaseController
$check = $jackpot->where("id=1")->find(); $check = $jackpot->where("id=1")->find();
$this->assign('price', $check['rate']); $this->assign('price', $check['rate']);
$this->assign("page", $page->show('Admin')); $this->assign("page", $page->show('Admin'));
var_dump($this->gift());
die;
$this->assign('gift', $this->gift()); $this->assign('gift', $this->gift());
$this->display(); $this->display();
} }
......
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