From fea756084463ac35149612a6b9238fad133d72da Mon Sep 17 00:00:00 2001 From: lin fan Date: Fri, 18 Oct 2024 16:28:10 +0800 Subject: [PATCH] 1 --- home/controllers/h5/market/sytopic/Enter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }