@@ -629,6 +629,7 @@ class User Extends Model
$withdraw = $withdraw->toArray();
foreach ($withdraw as &$v){
$v['price'] = '-'.$v['price'];
+ $v['project_name'] = '';
}
}else{
$withdraw = [];