From f75d6eb20b2e68266f06b40b16e2caca173cc43f Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 7 Nov 2023 09:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=90=9C=E7=B4=A2=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/recommend/controllers/index.php | 10 ++++++++++ application/third_party/recommend/views/welcome.php | 8 ++++++++ 2 files changed, 18 insertions(+) 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 @@

广告管理 添加广告

+