Commit c255bbfb by Administrator

'点击设置显示空白'

parent bd37d75d
...@@ -553,10 +553,9 @@ abstract class Action ...@@ -553,10 +553,9 @@ abstract class Action
if (APP_NAME == admin || strrpos(MODULE_NAME, 'Admin') === 0) { if (APP_NAME == admin || strrpos(MODULE_NAME, 'Admin') === 0) {
$templateFile = $templateFile; $templateFile = $templateFile;
} else { } else {
echo $templateFile;
$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