diff --git a/home/controllers/h5/market/sytopic/Enter.php b/home/controllers/h5/market/sytopic/Enter.php index 5ff55893..5717d400 100644 --- a/home/controllers/h5/market/sytopic/Enter.php +++ b/home/controllers/h5/market/sytopic/Enter.php @@ -55,7 +55,7 @@ class Enter extends CI_Controller $this->data['_title'] = $row['title']; $this->load->view('h5/market/sylive2/header', $this->data); - $this->show_view('h5/market/sytopic/index2'); + $this->load->view('h5/market/sytopic/index2'); $this->load->view('h5/market/sylive2/footer'); }