* Move code to biz.

This commit is contained in:
宋辰轩
2023-03-29 17:26:35 +08:00
parent 051a55e68e
commit cc1c1c0838
-5
View File
@@ -29,11 +29,6 @@ class pivotZen extends pivot
$this->view->method = $method;
$this->view->params = $params;
$pivot = new stdclass();
parse_str($params, $output);
if(isset($output['pivotID'])) $pivot = $this->pivot->getByID($output['pivotID']);
$this->view->pivot = $pivot;
if(empty($this->view->title)) $this->view->title = $this->lang->pivot->list;
}