fix link problem
This commit is contained in:
parent
ed6d450d4a
commit
4f7a2765b3
|
@ -33,19 +33,19 @@ class HaiheController extends DataController
|
||||||
|
|
||||||
function daxingAction()
|
function daxingAction()
|
||||||
{
|
{
|
||||||
$this->getmd(array('大兴区'));
|
$this->getmd(array('大兴区'),'place');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
function miyunAction()
|
function miyunAction()
|
||||||
{
|
{
|
||||||
$this->getmd(array('密云'));
|
$this->getmd(array('密云'),'place');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
function guantaoAction()
|
function guantaoAction()
|
||||||
{
|
{
|
||||||
$this->getmd(array('馆陶县'));
|
$this->getmd(array('馆陶县'),'place');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue