作者 王智

xiugai

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