goods->id)->first(); if ($tel) { $contact_tel = $tel['contact_tel'] ?: ''; } return ['contact_tel' => $contact_tel,]; } public function pluginFileName(): string { return 'contact_tel'; } public function pagePath() { return $this->getPath('resources/views/goods/assets/js/components/'); } }