mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 13:02:53 +08:00
debug
This commit is contained in:
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user