* add for doc/testcase/todo xuanxuan view page.

This commit is contained in:
wangyidong
2018-12-14 15:37:52 +08:00
parent 2eb32fd6ba
commit dba1cbb7a1
4 changed files with 414 additions and 8 deletions
+2 -8
View File
@@ -168,10 +168,7 @@ class router extends baseRouter
{
parent::parsePathInfo();
if($this->get->display == 'card')
{
$this->viewType = 'xhtml';
}
if($this->get->display == 'card') $this->viewType = 'xhtml';
}
/**
@@ -185,9 +182,6 @@ class router extends baseRouter
{
parent::parseGET();
if($this->get->display == 'card')
{
$this->viewType = 'xhtml';
}
if($this->get->display == 'card') $this->viewType = 'xhtml';
}
}