管理后台->充值->平台币订单->平台币回收--更新

master
chenxiaojun 5 years ago
commit 8ac33bb9e4

@ -110,6 +110,9 @@ class PromoteCoinController extends ThinkController
public function deduct()
{
if (empty(I('user_id'))) {
$this->error('请输入正确的玩家账号');
}
$this->m_title = '平台币收回';
$this->assign('commonset', M('Kuaijieicon')->where(['url' => 'PromoteCoin/deduct_lists', 'status' => 1])->find());
$this->add(2, 'deduct_lists', $_REQUEST['typee'] ? $_REQUEST['typee'] : 1);

@ -161,6 +161,8 @@ $('#user_account').change(function () {
var msgElement = $('.user-account-msg');
msgElement.text(data.msg);
msgElement.show();
$('#user_id').val('');
$(".coin_yue2").val('0.00');
}
},
error:function (result) {

Loading…
Cancel
Save