master
chenzhi 5 years ago
parent 451ea9588e
commit 44e2623efe

@ -76,6 +76,7 @@ class IndexController extends BaseController {
unset($adv[$key]); unset($adv[$key]);
} }
} }
foreach ($wap_index as $k1 => $v1) { foreach ($wap_index as $k1 => $v1) {
if(strpos($v1['url'],'http')===false){ if(strpos($v1['url'],'http')===false){
$wap_index[$k1]['url'] = U('Game/detail',array('id'=>$v1['url'])); $wap_index[$k1]['url'] = U('Game/detail',array('id'=>$v1['url']));
@ -651,6 +652,15 @@ class IndexController extends BaseController {
$this->display(); $this->display();
} }
/**
*公司简介
*/
public function introduce()
{
$this->display();
}
} }
Loading…
Cancel
Save