Commit b80dc701 by 冷斌

fix bug

parent c512c586
......@@ -17,8 +17,6 @@ class RechangeController extends HomebaseController
public function index()
{
$chargelist=M('charge_rules')->field('id,coin,money,money_ios,product_id,give')->order('orderno asc')->select();
var_dump($chargelist);
die;
$this->assign('chargelist',$chargelist);
$this->display();
}
......
......@@ -25,7 +25,7 @@
<div class="userName">手机用户0565</div>
</div>
</div>
{$chargelist}
<div class="body">
<div class="chooseTips">请选择充值金额</div>
<div class="chooseBox">
......
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