update template

This commit is contained in:
jack 2018-05-12 16:47:31 +08:00
parent c01c37e4ad
commit 50bf790fda
1 changed files with 2 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ where ds.uuid=? )) ) a ) p on r.id=p.refid order by p.place";
* @param int $userid
*/
function todownloadAction() {
$this->_helper->layout->setLayout('layout');
$this->view->pageID = "account-dataorder";
$this->_helper->viewRenderer('onlineapp-download');
@ -1498,6 +1498,7 @@ where ds.uuid=? )) ) a ) p on r.id=p.refid order by p.place";
*/
function downloadAction()
{
$this->_helper->layout->setLayout('layout');
$uuid=$this->_request->getParam('uuid');
$onlineappid=$this->_request->getParam('onlineappid');
$this->view->pageID = "account-dataorder";