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