Commit a83684ea by 冷斌

fix bug

parent e62f2f66
......@@ -11,7 +11,7 @@
<div class="table-actions">
<button class="btn btn-primary btn-small js-ajax-submit" type="submit">{:L('SORT')}</button>
</div>
<table class="table table-hover table-bordered">
<thead>
<tr>
......@@ -56,13 +56,13 @@
<td>{$vo['swftime']}</td>
<td>{$vo.addtime|date="Y-m-d H:i:s",###}</td>
<td align="center">
<if condition="$vo['type'] eq 0 && $vo['mark'] eq 3">
<a href="{:U('Luckrate/index',array('giftid'=>$vo['id']))}" >中奖设置</a>
|
<a href="{:U('Jackpotrate/index',array('giftid'=>$vo['id']))}" >奖池设置</a>
|
</if>
<td align="center">
<!-- <if condition="$vo['type'] eq 0 && $vo['mark'] eq 3">-->
<!-- <a href="{:U('Luckrate/index',array('giftid'=>$vo['id']))}" >中奖设置</a>-->
<!-- |-->
<!-- <a href="{:U('Jackpotrate/index',array('giftid'=>$vo['id']))}" >奖池设置</a>-->
<!-- |-->
<!-- </if>-->
<if condition="$vo['isjusung'] eq 0 ">
<a href="{:U('Gift/recomm',array('id'=>$vo['id']))}" >推荐周星榜</a> |
<else/>
......@@ -85,4 +85,4 @@
</div>
<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>
\ No newline at end of file
</html>
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