Commit 69390ebd by 冷斌

add

parent 1a637147
......@@ -26,7 +26,7 @@
<foreach name="lists" item="vo">
<tr>
<td align="center">{$vo.id}</td>
<td>{$gift[$vo['nums']]}</td>
<td>{$gift[$vo['giftid']]}</td>
<td>{$vo['rate']}%</td>
<td><if condition="$vo['isall'] eq 1"><else/></if></td>
<td align="center">
......
......@@ -70,8 +70,6 @@ class WelfareController extends AdminbaseController
$check = $jackpot->where("id=1")->find();
$this->assign('price', $check['rate']);
$this->assign("page", $page->show('Admin'));
var_dump($this->gift());
die;
$this->assign('gift', $this->gift());
$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