From 87a7d18e4f53d59439d5c05d57fa4bf3e9c17744 Mon Sep 17 00:00:00 2001 From: lmrwork <59361885@qq.com> Date: Fri, 19 Oct 2018 12:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=87=8F=20AMP=20PC=20CSS=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/info_amp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index 7dfa3d5c..2ac24192 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -23,9 +23,9 @@ class Info_amp extends CI_Controller $icid = $this->input->get_post('icid'); $json = $this->input->get_post('json'); $html = $this->input->get_post('html'); - $pc_html = $this->input->post('pc_html'); + $pc_html = $this->input->post('pchtml'); if ($pc_html == 0) $pc_html = ''; - $pc_css = $this->input->post('pc_css'); + $pc_css = $this->input->post('pccss'); if ($pc_css == 0) $pc_css = ''; $css = $this->input->get_post('css'); $schema = $this->input->get_post('schema');