This commit is contained in:
yangduo 2025-03-31 17:20:53 +08:00
parent 18b85d8c5d
commit d65820dc46

View File

@ -671,7 +671,7 @@ class SoloController
); );
if (!is_null($solorow['gamelevel']) && !empty($solorow['gamelevel'])) { if (!is_null($solorow['gamelevel']) && !empty($solorow['gamelevel'])) {
$gamelevel = json_encode($solorow['gamelevel'], true); $gamelevel = json_decode($solorow['gamelevel'], true);
} }
$curlevelcfg = $this->getGameLevelInfo($gamelevel['curlevel']); $curlevelcfg = $this->getGameLevelInfo($gamelevel['curlevel']);