goods->id); if ($sale) { $saleModel->setRawAttributes($sale->toArray()); } $saleModel->is_store = $this->goods->plugin_id == 32 ? 1 : 0; $data = [ 'sale' => $saleModel, 'set' => $shop ]; return $data; } public function pagePath() { return $this->getPath('resources/views/goods/assets/js/components/'); } }