提交数据篮功能的程序修改

This commit is contained in:
Li Jianxuan 2013-04-03 02:51:15 +00:00
parent 1f8e7b3a33
commit c8e5aae446
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,6 @@ class DataController extends Zend_Controller_Action
*/
function todownloadAction() {
$this->_helper->layout->setLayout('layout-bootstrap');
$this->view->pageID = "account-dataorder";
$this->_helper->viewRenderer('onlineapp-download');
@ -1448,6 +1447,7 @@ class DataController extends Zend_Controller_Action
*/
function orderAction()
{
$this->view->pageID = "account-dataorder";
$uuid=$this->_request->getParam('uuid');
$del = $this->_request->getParam('del');
$apply = $this->_request->getParam('apply');