作者 anyv
1 个管道 的构建 通过 耗费 0 秒

投票

... ... @@ -25,6 +25,7 @@ class VoteController extends AdminBaseController{
$arr['title'] = $title;
$arr['pid'] = 0;
$arr['radio'] = $radio;
$arr['time'] = time();
$id = Db::name('vote') -> insertGetId($arr);
foreach ($option as $key => $value) {
$data['pid'] = $id;
... ...