Commit 43986753 by Administrator

'点击设置显示空白'

parent 187864e1
...@@ -555,7 +555,6 @@ abstract class Action ...@@ -555,7 +555,6 @@ abstract class Action
} else { } else {
$this->is_pc ? $templateFile : $templateFile = ($templateFile ?: ACTION_NAME) . "_w3g"; $this->is_pc ? $templateFile : $templateFile = ($templateFile ?: ACTION_NAME) . "_w3g";
} }
echo $templateFile;exit;
echo $this->fetch($templateFile, $charset, $contentType, true); echo $this->fetch($templateFile, $charset, $contentType, true);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment