作者 王智

修改

... ... @@ -86,14 +86,10 @@ class QuestionBoy extends Backend
}
$this->error(__('Parameter %s can not be empty', ''));
}
echo '1';
foreach ($row as $k => $v) {
// $Config[$k]['config'] = json_decode($v['config']);
dump($v);
}
echo '2';
die;
// dump($Config);
$this->view->assign("row", $row);
return $this->view->fetch();
... ...