{include file="common/common_head_content" /}
{include file="common/common_statistical_code_body_start" /} {include file="common/common_header_nav" /} {include file="common/common_page_banner" /} {php} $videoUrl = ''; $siteSessionLanguageInfo = siteSessionLanguageInfo(); if ($detail['video_type'] === 1) { //判断是否为中文语种 if (!empty($siteSessionLanguageInfo['language_info']['gm_language_id']) && $siteSessionLanguageInfo['language_info']['gm_language_id'] === 2) { $videoUrl = $detail['video_url_cn']; } else { $videoUrl = $detail['video_url_en']; } } else { $videoUrl = $detail['video_file']; } {/php}{$aboutUsItem.introduction|default=''}