Browse Source

默认的

Kirin 3 years ago
parent
commit
8bff015e42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/user/UserController.php

+ 1 - 0
app/api/controller/user/UserController.php

@@ -634,6 +634,7 @@ class UserController
         } else {
         } else {
             $info['grade_info'] = MemberGrade::where(['type' => $info['type'], 'grade' => $info['grade']])->find();
             $info['grade_info'] = MemberGrade::where(['type' => $info['type'], 'grade' => $info['grade']])->find();
             $info['id'] = str_pad($info['check_id'], '6', '0', STR_PAD_LEFT);
             $info['id'] = str_pad($info['check_id'], '6', '0', STR_PAD_LEFT);
+            $info['imgs'] = explode(',', $info['imgs']);
             return app('json')->success('ok', ['data' => $info]);
             return app('json')->success('ok', ['data' => $info]);
         }
         }
     }
     }