Browse Source

会员升级

Kirin 10 months ago
parent
commit
9a0d078214
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/services/user/UserExchangeServices.php

+ 1 - 0
app/services/user/UserExchangeServices.php

@@ -98,6 +98,7 @@ class UserExchangeServices extends BaseServices
             $item['nickname'] = $item['user']['nickname'] ?? '';
             $item['real_name'] = $item['user']['real_name'] ?? '';
             $item['card_id'] = $item['user']['card_id'] ?? '';
+            $item['phone'] = $item['user']['phone'] ?? '';
         }
         $count = $this->dao->count($where);
         return compact('list', 'count');