Commit 387175b0 by 冷斌

fix bug

parent be3a2aed
......@@ -40,7 +40,7 @@ class LevelController extends HomebaseController {
$type="0";
}
$set=M("experlevel_set")->where('id=1')->find();
$set['send_gift'] = (int)$set['send_gift'];
$this->assign("baifen",$baifen);
$this->assign("levelinfo",$levelinfo);
$this->assign("cha",$cha);
......
......@@ -67,7 +67,7 @@
<img class="downlistHd" src="__PUBLIC__/appapi/img/chongzhi@2x.png" >
<div class="downlistBd">
<div class="downlistBd_1">送礼</div>
<div class="downlistBd_2">{$set['send_gift']|string_format:"%d"}钻石/{$set['send_gift2']}经验</div>
<div class="downlistBd_2">{$set['send_gift']}钻石/{$set['send_gift2']}经验</div>
</div>
</div>
<!--
......
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