Browse Source

Merge branch 'master' of ssh://120.24.33.109:11022/hyzjshwo/mp_lanzu_cat

master
liangyuyan 5 years ago
parent
commit
5569008cd8
  1. 2
      app/Admin/Controllers/LanzuCsWithdrawController.php

2
app/Admin/Controllers/LanzuCsWithdrawController.php

@ -119,7 +119,7 @@ class LanzuCsWithdrawController extends AdminController
$aduid = LanzuCsInfo::where('id', $form->model()->cs_id)->pluck('admin_user_id')->first();
$form->display('amount', '可提现金额')->value(LanzuUserBalance::getBalance($aduid, Type::BALANCE_USER_TYPE_CS));
$form->display('cs_id', '提现用户')->value($form->model()->name);
$form->display('cs_name', '提现用户')->value($form->model()->cs_info['name']);
$form->display('money');
if ($form->model()->status != 0) {//提现审核后 就能再编辑

Loading…
Cancel
Save