{// ===================== Cover Variants ===================== } {video:imgalt video="$arrVideo" slot="detail_cover" item_type="poster" export_name="strAlt" /} {php} $strDetailCoverSlug = trim((string)($arrVideo['v_name_en'] ?? request()->route('strPinyin') ?? '')); if ($strDetailCoverSlug === '') { $strDetailCoverSlug = (string)($arrVideo['v_id'] ?? ''); } $strDetailCoverPlayUrl = app(\app\services\VideoService::class)->getVideoPlayUrl( (int)($arrVideo['v_id'] ?? 0), $strDetailCoverSlug, 'default', 1 ); {/php} {if $variant == 0}