Commit 3074c6d9 by 冷斌

update

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