|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<meta itemprop="image" content="{$icon}"/>
|
|
|
|
|
<meta itemprop="image" content="{:get_cover($data[0]['icon'],'path')}"/>
|
|
|
|
|
<meta name="description" itemprop="description"
|
|
|
|
|
content="{$data[0]['features']}"/>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
|
|
|
|
|
<body class="main_bg">
|
|
|
|
|
<input type="hidden" name="title" value="{$data[0]['relation_game_name']}">
|
|
|
|
|
<input type="hidden" name="icon" value="{$icon}">
|
|
|
|
|
<input type="hidden" name="icon" value="{:get_cover($data[0]['icon'],'path')}">
|
|
|
|
|
<input type="hidden" name="desc" value="{$data[0]['features']}">
|
|
|
|
|
<div class="bn-rule" style="display: none;"><img id="rule-img" src=""></div>
|
|
|
|
|
|
|
|
|
|