修改提现显示
This commit is contained in:
@@ -202,7 +202,7 @@ class CashOutAdmin extends Controller
|
||||
}
|
||||
}
|
||||
$cash = new CashMoedl;
|
||||
$list = $cash->search($where, '*', 'id desc', '10000', $where_str);
|
||||
$list = $cash->search($where, '*', 'id desc', '100', $where_str);
|
||||
//提现状态
|
||||
$status = ['待处理', '同意', '拒绝'];
|
||||
foreach ($list as &$v) {
|
||||
|
||||
Reference in New Issue
Block a user