refactor(UserRechargeLists): 修改已支付和未支付的状态显示

This commit is contained in:
mkm 2024-07-19 17:48:44 +08:00
parent 5cd73f3f40
commit 05f77fe9d2

View File

@ -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']='已退款';