提交数据篮功能的程序修改
This commit is contained in:
parent
1f8e7b3a33
commit
c8e5aae446
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue