request->isGet()) { $this->title = '轮播图管理'; $this->data = sysdata('slider'); $this->fetch(); } else { if (sysdata('slider', json_decode(input('data'), true))) { $this->success('轮播图保存成功!', ''); } else { $this->error('轮播图保存失败,请稍候再试!'); } } } }