Commit a7b393de by 冷斌

update

parent aafe31f2
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
$type=array("income"=>"收入","expend"=>"支出"); $type=array("income"=>"收入","expend"=>"支出");
$action=array("sendgift"=>"赠送礼物","sendbarrage"=>"弹幕","loginbonus"=>"登录奖励","buyvip"=>"购买VIP","buycar"=>"购买坐骑","buyliang"=>"购买靓号",'game_bet'=>'游戏下注','game_return'=>'游戏退还','game_win'=>'游戏获胜','game_banker'=>'庄家收益','set_deposit'=>'上庄扣除','deposit_return'=>'下庄退还','roomcharge'=>'房间扣费','timecharge'=>'计时扣费','sendred'=>'发送红包','robred'=>'抢红包','buyguard'=>'开通守护','reg_reward'=>'注册奖励'); $action=array("sendgift"=>"赠送礼物","sendbarrage"=>"弹幕","loginbonus"=>"登录奖励","buyvip"=>"购买VIP","buycar"=>"购买坐骑","buyliang"=>"购买靓号",'game_bet'=>'游戏下注','game_return'=>'游戏退还','game_win'=>'游戏获胜','game_banker'=>'庄家收益','set_deposit'=>'上庄扣除','deposit_return'=>'下庄退还','roomcharge'=>'房间扣费','timecharge'=>'计时扣费','sendred'=>'发送红包','robred'=>'抢红包','buyguard'=>'开通守护','reg_reward'=>'注册奖励');
</php> </php>
<form class="well form-search" method="post" action="{:U('Coinrecord/index')}"> <form class="well form-search" name="form1" method="post" action="{:U('Coinrecord/index')}">
<if condition="$showlevel eq 0"> <if condition="$showlevel eq 0">
代理商: 代理商:
<select class="select_2" name="proxyid" id="proxyid"> <select class="select_2" name="proxyid" id="proxyid">
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
主播: 主播:
<input type="text" name="touid" style="width: 200px;" value="{$formget.touid}" placeholder="请输入主播ID值..."> <input type="text" name="touid" style="width: 200px;" value="{$formget.touid}" placeholder="请输入主播ID值...">
<input type="submit" class="btn btn-primary" value="搜索"> <input type="submit" class="btn btn-primary" value="搜索">
<input type="button" class="btn btn-primary" style="background-color: #1dccaa;" value="导出" onclick="form1.action='{:U('Userauth/export')}';form1.submit();"/>
</form> </form>
<form method="post" class="js-ajax-form"> <form method="post" class="js-ajax-form">
......
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