作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

商户申请

@@ -93,8 +93,6 @@ class UserExpLogAudit extends Backend @@ -93,8 +93,6 @@ class UserExpLogAudit extends Backend
93 $this->error(__('You have no permission')); 93 $this->error(__('You have no permission'));
94 } 94 }
95 } 95 }
96 - echo 1;  
97 - exit();  
98 if ($this->request->isPost()) { 96 if ($this->request->isPost()) {
99 $params = $this->request->post("row/a"); 97 $params = $this->request->post("row/a");
100 if ($params) { 98 if ($params) {
@@ -156,6 +154,8 @@ class UserExpLogAudit extends Backend @@ -156,6 +154,8 @@ class UserExpLogAudit extends Backend
156 } 154 }
157 $this->error(__('Parameter %s can not be empty', '')); 155 $this->error(__('Parameter %s can not be empty', ''));
158 } 156 }
  157 + echo 1;
  158 + exit();
159 $this->view->assign("row", $row); 159 $this->view->assign("row", $row);
160 return $this->view->fetch(); 160 return $this->view->fetch();
161 } 161 }