|
|
|
@ -281,6 +281,9 @@ class GameController extends ThinkController
|
|
|
|
|
} else {
|
|
|
|
|
$_POST['display_site'] = '';
|
|
|
|
|
}
|
|
|
|
|
$relation_game_id = $_REQUEST['relation_game_id'];
|
|
|
|
|
$inv = D(self::model_name)->where("relation_game_id = '{$relation_game_id}'")->find();
|
|
|
|
|
$_POST['select_package_name'] = $inv['select_package_name'];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$pinyin = new \Think\Pinyin();
|
|
|
|
@ -431,7 +434,7 @@ class GameController extends ThinkController
|
|
|
|
|
$phone['game_type_name'] = $sibling['game_type_name'];
|
|
|
|
|
$phone['category'] = $sibling['category'];
|
|
|
|
|
$phone['recommend_status'] = $sibling['recommend_status'];
|
|
|
|
|
//$phone['game_status']= $sibling['game_status'];
|
|
|
|
|
$phone['select_package_name']= $_POST['select_package_name'];
|
|
|
|
|
$phone['sort'] = $sibling['sort'];
|
|
|
|
|
$phone['game_score'] = $sibling['game_score'];
|
|
|
|
|
$phone['features'] = $sibling['features'];
|
|
|
|
|