提交 17e19b2d 编写于 作者: D devil_gong

debug

上级 fb29c5cc
......@@ -48,9 +48,9 @@ class Email extends Common
$this->assign('nav_type', $type);
if($type == 'email')
{
return $this->fetch('Index');
return $this->fetch('index');
} else {
return $this->fetch('Message');
return $this->fetch('message');
}
}
......
......@@ -48,9 +48,9 @@ class Sms extends Common
$this->assign('nav_type', $type);
if($type == 'sms')
{
return $this->fetch('Index');
return $this->fetch('index');
} else {
return $this->fetch('Message');
return $this->fetch('message');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册