Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
4a3ba92035
@ -64,6 +64,9 @@ class UserRechargeLists extends BaseAdminDataLists implements ListsSearchInterfa
|
||||
}else{
|
||||
$item['paid_name']='未充值';
|
||||
}
|
||||
if($item['status']== -1){
|
||||
$item['paid_name']='已退款';
|
||||
}
|
||||
return $item;
|
||||
})
|
||||
->toArray();
|
||||
|
Loading…
x
Reference in New Issue
Block a user