goods_id && Share::getInfo($this->goods_id)) { $share = Share::getInfo($this->goods_id); } return view('goods.widgets.share', [ 'share'=> $share, ])->render(); } }