...
|
...
|
@@ -97,7 +97,6 @@ class FourBaogao extends Backend |
|
|
$this->assignconfig('BodyType', $Info['body_type']);
|
|
|
$this->assignconfig('WorkType', $Info['work_type']);
|
|
|
$this->assignconfig('EatType', $Info['eat_type']);
|
|
|
dump($row);
|
|
|
$this->view->assign("row", $row);
|
|
|
return $this->view->fetch();
|
|
|
}
|
...
|
...
|
|