This commit is contained in:
aozhiwei 2022-03-03 15:35:40 +08:00
parent b8573fb101
commit b990d95d98

View File

@ -40,6 +40,7 @@ class User extends BaseModel {
'diamond' => $row['diamond'],
'hero_id' => $row['hero_id'],
'first_fight' => $row['first_fight'],
'already_guide' => $row['already_guide'],
'head_list' => self::getHeadList($row),
'head_frame_list' => emptyReplace(json_decode($row['head_frame_list'], true), array()),
);
@ -64,6 +65,7 @@ class User extends BaseModel {
'diamond' => $row['diamond'],
'hero_id' => $row['hero_id'],
'first_fight' => $row['first_fight'],
'already_guide' => $row['already_guide'],
'head_list' => self::getHeadList($row),
'head_frame_list' => emptyReplace(json_decode($row['head_frame_list'], true), array()),
);