diff --git a/application/third_party/recommend/controllers/index.php b/application/third_party/recommend/controllers/index.php index 5a400e93..bad6328d 100644 --- a/application/third_party/recommend/controllers/index.php +++ b/application/third_party/recommend/controllers/index.php @@ -27,6 +27,16 @@ class Index extends CI_Controller $this->load->view('bootstrap3/footer'); } + public function search() + { + $data = array(); + $data['groupList'] = $this->Information_model->group_list(); + $data['tipsList'] = $this->infoTips_model->get_list(); + $this->load->view('bootstrap3/header', $data); + $this->load->view('welcome'); + $this->load->view('bootstrap3/footer'); + } + //节点绑定信息推荐或者广告 public function bind($is_id) { diff --git a/application/third_party/recommend/views/welcome.php b/application/third_party/recommend/views/welcome.php index afbaf497..e97443a9 100644 --- a/application/third_party/recommend/views/welcome.php +++ b/application/third_party/recommend/views/welcome.php @@ -5,6 +5,14 @@