up()) { return $this->response()->success('上架成功')->refresh(); } else { return $this->response()->error('上架失败')->refresh(); } } public function dialog() { $this->confirm('确定上架吗'); } }