refactor(UserRechargeLists): 修改已支付和未支付的状态显示
This commit is contained in:
parent
5cd73f3f40
commit
05f77fe9d2
@ -64,9 +64,9 @@ class UserRechargeLists extends BaseAdminDataLists implements ListsSearchInterfa
|
||||
$item['refund_time']='';
|
||||
}
|
||||
if($item['paid']==1){
|
||||
$item['paid_name']='已充值';
|
||||
$item['paid_name']='已支付';
|
||||
}else{
|
||||
$item['paid_name']='未充值';
|
||||
$item['paid_name']='未支付';
|
||||
}
|
||||
if($item['status']== -1){
|
||||
$item['paid_name']='已退款';
|
||||
|
Loading…
x
Reference in New Issue
Block a user