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