提现
This commit is contained in:
@@ -62,7 +62,7 @@ class CashOutIndex extends Controller
|
||||
public function getData()
|
||||
{
|
||||
$cash = new CashMoedl;
|
||||
$list = $cash->getListPage([],'username,money,apply_reason,alipay_account,status,create_time');
|
||||
$list = $cash->getListPage(['userid'=>$this->userinfo['UserId']],'username,money,apply_reason,alipay_account,status,create_time');
|
||||
//提现状态
|
||||
$status = ['待处理', '提现成功', '提现未成功'];
|
||||
foreach ($list as &$v) {
|
||||
|
||||
Reference in New Issue
Block a user