songxingwei 3 years ago
parent
commit
6e9870e9b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/model/User.php

+ 1 - 0
application/common/model/User.php

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