diff --git a/Application/Mobile/Controller/IndexController.class.php b/Application/Mobile/Controller/IndexController.class.php index 2bdf9d927..18706aada 100644 --- a/Application/Mobile/Controller/IndexController.class.php +++ b/Application/Mobile/Controller/IndexController.class.php @@ -76,6 +76,7 @@ class IndexController extends BaseController { unset($adv[$key]); } } + foreach ($wap_index as $k1 => $v1) { if(strpos($v1['url'],'http')===false){ $wap_index[$k1]['url'] = U('Game/detail',array('id'=>$v1['url'])); @@ -651,6 +652,15 @@ class IndexController extends BaseController { $this->display(); } + + + /** + *公司简介 + */ + public function introduce() + { + $this->display(); + } } \ No newline at end of file