|
|
|
@ -1,86 +1,86 @@ |
|
|
|
<!doctype html> |
|
|
|
<html lang="zh-CN"> |
|
|
|
{php} |
|
|
|
// var_dump($hc_content);exit; |
|
|
|
// 基本信息 |
|
|
|
$id = $hc_content['id'] ?? ''; |
|
|
|
$category_id = $hc_content['category_id'] ?? ''; |
|
|
|
$sub_category_ids = $hc_content['sub_category_ids'] ?? ''; |
|
|
|
$module_id = $hc_content['module_id'] ?? ''; |
|
|
|
$lang = $hc_content['lang'] ?? ''; |
|
|
|
$main_id = $hc_content['main_id'] ?? ''; |
|
|
|
$title = $hc_content['title'] ?? ''; |
|
|
|
$sub_title = $hc_content['sub_title'] ?? ''; |
|
|
|
$description = $hc_content['description'] ?? ''; |
|
|
|
$content = $hc_content['content'] ?? ''; |
|
|
|
$cover = $hc_content['cover'] ?? ''; |
|
|
|
$hits = $hc_content['hits'] ?? ''; |
|
|
|
$admin_id = $hc_content['admin_id'] ?? ''; |
|
|
|
$author = $hc_content['author'] ?? ''; |
|
|
|
$status = $hc_content['status'] ?? ''; |
|
|
|
$check_status = $hc_content['check_status'] ?? ''; |
|
|
|
$url = $hc_content['url'] ?? ''; |
|
|
|
$publish_time = $hc_content['publish_time'] ?? ''; |
|
|
|
$is_top = $hc_content['is_top'] ?? ''; |
|
|
|
$top_time = $hc_content['top_time'] ?? ''; |
|
|
|
$is_recommend = $hc_content['is_recommend'] ?? ''; |
|
|
|
$sort = $hc_content['sort'] ?? ''; |
|
|
|
$detail_tpl = $hc_content['detail_tpl'] ?? ''; |
|
|
|
$seo_title = $hc_content['seo_title'] ?? ''; |
|
|
|
$seo_keyword = $hc_content['seo_keyword'] ?? ''; |
|
|
|
$seo_description = $hc_content['seo_description'] ?? ''; |
|
|
|
$version = $hc_content['version'] ?? ''; |
|
|
|
$show_version = $hc_content['show_version'] ?? ''; |
|
|
|
$is_del = $hc_content['is_del'] ?? ''; |
|
|
|
$del_user_id = $hc_content['del_user_id'] ?? ''; |
|
|
|
$delete_time = $hc_content['delete_time'] ?? ''; |
|
|
|
$create_time = $hc_content['create_time'] ?? ''; |
|
|
|
$update_time = $hc_content['update_time'] ?? ''; |
|
|
|
$tag = $hc_content['tag'] ?? []; |
|
|
|
{php} |
|
|
|
// var_dump($hc_content);exit; |
|
|
|
// 基本信息 |
|
|
|
$id = $hc_content['id'] ?? ''; |
|
|
|
$category_id = $hc_content['category_id'] ?? ''; |
|
|
|
$sub_category_ids = $hc_content['sub_category_ids'] ?? ''; |
|
|
|
$module_id = $hc_content['module_id'] ?? ''; |
|
|
|
$lang = $hc_content['lang'] ?? ''; |
|
|
|
$main_id = $hc_content['main_id'] ?? ''; |
|
|
|
$title = $hc_content['title'] ?? ''; |
|
|
|
$sub_title = $hc_content['sub_title'] ?? ''; |
|
|
|
$description = $hc_content['description'] ?? ''; |
|
|
|
$content = $hc_content['content'] ?? ''; |
|
|
|
$cover = $hc_content['cover'] ?? ''; |
|
|
|
$hits = $hc_content['hits'] ?? ''; |
|
|
|
$admin_id = $hc_content['admin_id'] ?? ''; |
|
|
|
$author = $hc_content['author'] ?? ''; |
|
|
|
$status = $hc_content['status'] ?? ''; |
|
|
|
$check_status = $hc_content['check_status'] ?? ''; |
|
|
|
$url = $hc_content['url'] ?? ''; |
|
|
|
$publish_time = $hc_content['publish_time'] ?? ''; |
|
|
|
$is_top = $hc_content['is_top'] ?? ''; |
|
|
|
$top_time = $hc_content['top_time'] ?? ''; |
|
|
|
$is_recommend = $hc_content['is_recommend'] ?? ''; |
|
|
|
$sort = $hc_content['sort'] ?? ''; |
|
|
|
$detail_tpl = $hc_content['detail_tpl'] ?? ''; |
|
|
|
$seo_title = $hc_content['seo_title'] ?? ''; |
|
|
|
$seo_keyword = $hc_content['seo_keyword'] ?? ''; |
|
|
|
$seo_description = $hc_content['seo_description'] ?? ''; |
|
|
|
$version = $hc_content['version'] ?? ''; |
|
|
|
$show_version = $hc_content['show_version'] ?? ''; |
|
|
|
$is_del = $hc_content['is_del'] ?? ''; |
|
|
|
$del_user_id = $hc_content['del_user_id'] ?? ''; |
|
|
|
$delete_time = $hc_content['delete_time'] ?? ''; |
|
|
|
$create_time = $hc_content['create_time'] ?? ''; |
|
|
|
$update_time = $hc_content['update_time'] ?? ''; |
|
|
|
$tag = $hc_content['tag'] ?? []; |
|
|
|
|
|
|
|
// 缩略图 |
|
|
|
$thumbnail = (array)($hc_content['thumbnail'] ?? []); |
|
|
|
$thumbnail_id = $thumbnail['id'] ?? ''; |
|
|
|
$thumbnail_name = $thumbnail['name'] ?? ''; |
|
|
|
$thumbnail_url = $thumbnail['url'] ?? ''; |
|
|
|
$thumbnail_type = $thumbnail['type'] ?? ''; |
|
|
|
$thumbnail_description = $thumbnail['description'] ?? ''; |
|
|
|
// 缩略图 |
|
|
|
$thumbnail = (array)($hc_content['thumbnail'] ?? []); |
|
|
|
$thumbnail_id = $thumbnail['id'] ?? ''; |
|
|
|
$thumbnail_name = $thumbnail['name'] ?? ''; |
|
|
|
$thumbnail_url = $thumbnail['url'] ?? ''; |
|
|
|
$thumbnail_type = $thumbnail['type'] ?? ''; |
|
|
|
$thumbnail_description = $thumbnail['description'] ?? ''; |
|
|
|
|
|
|
|
// 扩展内容 |
|
|
|
$main_content = $hc_content['main_content'] ?? []; |
|
|
|
$main_content_id = $main_content['id'] ?? ''; |
|
|
|
$rich_text_two = $main_content['rich_text_two'] ?? ''; |
|
|
|
$pic_many_one = $main_content['pic_many_one'] ?? []; // 产品介绍多图 |
|
|
|
$pic_many = $main_content['pic_many'] ?? []; // 规格参数展示图集 |
|
|
|
$rich_text_three = $main_content['rich_text_three'] ?? ''; // 规格参数第一个富文本框 |
|
|
|
$rich_text_four = $main_content['rich_text_four'] ?? ''; |
|
|
|
$rich_text_five = $main_content['rich_text_five'] ?? ''; |
|
|
|
$rich_text_six = $main_content['rich_text_six'] ?? ''; |
|
|
|
$rich_text_seven = $main_content['rich_text_seven'] ?? ''; |
|
|
|
$resource_download_names = $main_content['resource_download_names'] ?? ''; // 下载文件自定义名称 |
|
|
|
$atlas = $main_content['atlas'] ?? []; |
|
|
|
$file = $main_content['file'] ?? ''; |
|
|
|
$content_desc = $main_content['content_desc'] ?? ''; |
|
|
|
$mc_lang = $main_content['lang'] ?? ''; |
|
|
|
$lang_pid = $main_content['lang_pid'] ?? ''; |
|
|
|
$sub_id = $main_content['sub_id'] ?? ''; |
|
|
|
$mc_create_time = $main_content['create_time'] ?? ''; |
|
|
|
$mc_update_time = $main_content['update_time'] ?? ''; |
|
|
|
// 扩展内容 |
|
|
|
$main_content = $hc_content['main_content'] ?? []; |
|
|
|
$main_content_id = $main_content['id'] ?? ''; |
|
|
|
$rich_text_two = $main_content['rich_text_two'] ?? ''; |
|
|
|
$pic_many_one = $main_content['pic_many_one'] ?? []; // 产品介绍多图 |
|
|
|
$pic_many = $main_content['pic_many'] ?? []; // 规格参数展示图集 |
|
|
|
$rich_text_three = $main_content['rich_text_three'] ?? ''; // 规格参数第一个富文本框 |
|
|
|
$rich_text_four = $main_content['rich_text_four'] ?? ''; |
|
|
|
$rich_text_five = $main_content['rich_text_five'] ?? ''; |
|
|
|
$rich_text_six = $main_content['rich_text_six'] ?? ''; |
|
|
|
$rich_text_seven = $main_content['rich_text_seven'] ?? ''; |
|
|
|
$resource_download_names = $main_content['resource_download_names'] ?? ''; // 下载文件自定义名称 |
|
|
|
$atlas = $main_content['atlas'] ?? []; |
|
|
|
$file = $main_content['file'] ?? ''; |
|
|
|
$content_desc = $main_content['content_desc'] ?? ''; |
|
|
|
$mc_lang = $main_content['lang'] ?? ''; |
|
|
|
$lang_pid = $main_content['lang_pid'] ?? ''; |
|
|
|
$sub_id = $main_content['sub_id'] ?? ''; |
|
|
|
$mc_create_time = $main_content['create_time'] ?? ''; |
|
|
|
$mc_update_time = $main_content['update_time'] ?? ''; |
|
|
|
|
|
|
|
// 资源图片 |
|
|
|
$resource_pic = $main_content['resource_pic'] ?? []; |
|
|
|
$resource_pic_id = $resource_pic['id'] ?? ''; |
|
|
|
$resource_pic_name = $resource_pic['name'] ?? ''; |
|
|
|
$resource_pic_url = $resource_pic['url'] ?? ''; |
|
|
|
$resource_pic_type = $resource_pic['type'] ?? ''; |
|
|
|
$resource_pic_description = $resource_pic['description'] ?? ''; |
|
|
|
$resource_pic_children = $resource_pic['children'] ?? []; |
|
|
|
// 资源图片 |
|
|
|
$resource_pic = (array)($main_content['resource_pic'] ?? []); |
|
|
|
$resource_pic_id = $resource_pic['id'] ?? ''; |
|
|
|
$resource_pic_name = $resource_pic['name'] ?? ''; |
|
|
|
$resource_pic_url = $resource_pic['url'] ?? ''; |
|
|
|
$resource_pic_type = $resource_pic['type'] ?? ''; |
|
|
|
$resource_pic_description = $resource_pic['description'] ?? ''; |
|
|
|
$resource_pic_children = $resource_pic['children'] ?? []; |
|
|
|
|
|
|
|
// 资源下载 |
|
|
|
$resource_download = $main_content['resource_download'] ?? []; |
|
|
|
{/php} |
|
|
|
// 资源下载 |
|
|
|
$resource_download = $main_content['resource_download'] ?? []; |
|
|
|
{/php} |
|
|
|
|
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
<title>{$title} - 睿能科技</title> |
|
|
|
@ -131,14 +131,14 @@ |
|
|
|
<link rel="modulepreload" crossorigin href="/themes/dist_static/static/js/common.js" /> |
|
|
|
<link rel="stylesheet" crossorigin href="/themes/dist_static/static/css/common.css" /> |
|
|
|
<link rel="stylesheet" crossorigin href="/themes/dist_static/static/css/product.css" /> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<!-- header --> |
|
|
|
<!-- header --> |
|
|
|
{include file="components/header"} |
|
|
|
<body> |
|
|
|
<!-- header --> |
|
|
|
<!-- header --> |
|
|
|
{include file="components/header"} |
|
|
|
|
|
|
|
<nav class="p-subnav" aria-label="产品导航" data-p-subnav aria-hidden="true"> |
|
|
|
<nav class="p-subnav" aria-label="产品导航" data-p-subnav aria-hidden="true"> |
|
|
|
<div class="p-subnav__inner section__wrap"> |
|
|
|
<p class="p-subnav__title">{$title}</p> |
|
|
|
<div class="p-subnav__links" role="list"> |
|
|
|
@ -149,9 +149,9 @@ |
|
|
|
</div> |
|
|
|
<a class="p-subnav__cta {if empty($content)}hidden{/if}" href="#p-spec" data-selection-trigger>查看选型表</a> |
|
|
|
</div> |
|
|
|
</nav> |
|
|
|
</nav> |
|
|
|
|
|
|
|
<main class="main-product" data-header-dark data-nav="产品"> |
|
|
|
<main class="main-product" data-header-dark data-nav="产品"> |
|
|
|
<section class="p-hero section__wrap"> |
|
|
|
<div class="p-hero__inner"> |
|
|
|
<h1 class="section__title">{$title}</h1> |
|
|
|
@ -171,7 +171,7 @@ |
|
|
|
<div class="swiper-wrapper"> |
|
|
|
{volist name="pic_many_one" id="vo" key="key"} |
|
|
|
<div class="swiper-slide"> |
|
|
|
<img src="{:deal_image_url($vo.url)}" width="200" height="514" alt="RA3产品图" /> |
|
|
|
<img src="{:deal_image_url($vo['url'] ?? '')}" width="200" height="514" alt="RA3产品图" /> |
|
|
|
</div> |
|
|
|
{/volist} |
|
|
|
|
|
|
|
@ -213,7 +213,7 @@ |
|
|
|
aria-selected="{if $key==1}true{else /}false{/if}" |
|
|
|
> |
|
|
|
<span class="p-spec__tab-media"> |
|
|
|
<img src="{:deal_image_url($vo.url)}" width="80" height="111" alt="" /> |
|
|
|
<img src="{:deal_image_url($vo['url'] ?? '')}" width="80" height="111" alt="" /> |
|
|
|
</span> |
|
|
|
<span class="p-spec__tab-name">{$vo.description}</span> |
|
|
|
</button> |
|
|
|
@ -284,13 +284,14 @@ |
|
|
|
<section class="p-download section__wrap" id="p-download"> |
|
|
|
<div class="p-download__inner"> |
|
|
|
<div class="p-download__visual"> |
|
|
|
<img src="{:deal_image_url($resource_pic.url)}" width="354" height="447" alt="RA3资料示意" /> |
|
|
|
<img src="{:deal_image_url($resource_pic['url'] ?? '')}" width="354" height="447" alt="RA3资料示意" /> |
|
|
|
</div> |
|
|
|
<div class="p-download__content"> |
|
|
|
<h2 class="section__title">资料下载</h2> |
|
|
|
<ul class="p-download__list"> |
|
|
|
{volist name="resource_download" id="one_resource" key="key"} |
|
|
|
{php} |
|
|
|
$downloadUrl = $one_resource['url'] ?? ''; |
|
|
|
$nameTmp = $download_names[$key-1][0] ?? ($one_resource['name'] ?? '文件-'.$key); |
|
|
|
$descTmp = $download_names[$key-1][1] ?? ('描述-'.$key); |
|
|
|
$dateTmp = $download_names[$key-1][2] ?? ('日期-'.$key); |
|
|
|
@ -308,7 +309,7 @@ |
|
|
|
</div> |
|
|
|
<a |
|
|
|
class="p-download__link" |
|
|
|
href="{$one_resource.url}" |
|
|
|
href="{$downloadUrl}" |
|
|
|
download |
|
|
|
> |
|
|
|
<svg |
|
|
|
@ -587,9 +588,9 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</main> |
|
|
|
</main> |
|
|
|
|
|
|
|
<div class="mask" id="mask"> |
|
|
|
<div class="mask" id="mask"> |
|
|
|
<header class="mask-header"> |
|
|
|
<a href="/" class="mask-header__logo" aria-label="睿能科技"> |
|
|
|
<img src="/themes/dist_static/static/images/logo-2-Ek-18nmQ.svg" alt="RAYNEN 睿能科技" width="252" height="26" /> |
|
|
|
@ -1411,9 +1412,9 @@ |
|
|
|
</ul> |
|
|
|
</nav> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 模块:底部 --> |
|
|
|
<footer class="site-footer section__wrap" id="footer" data-header-dark> |
|
|
|
</div> |
|
|
|
<!-- 模块:底部 --> |
|
|
|
<footer class="site-footer section__wrap" id="footer" data-header-dark> |
|
|
|
<div class="site-footer__inner"> |
|
|
|
<div class="site-footer__main"> |
|
|
|
<div class="site-footer__brand"> |
|
|
|
@ -1506,22 +1507,22 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</footer> |
|
|
|
</footer> |
|
|
|
|
|
|
|
<script src="https://unpkg.com/lenis@1.3.23/dist/lenis.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/ScrollTrigger.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> |
|
|
|
<script |
|
|
|
<script src="https://unpkg.com/lenis@1.3.23/dist/lenis.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/ScrollTrigger.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> |
|
|
|
<script |
|
|
|
src="https://cdn.jsdelivr.net.cn/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" |
|
|
|
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" |
|
|
|
crossorigin="anonymous" |
|
|
|
></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.js"></script> |
|
|
|
<script src="https://unpkg.com/counterup2@2.0.2/dist/index.js"></script> |
|
|
|
></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.js"></script> |
|
|
|
<script src="https://unpkg.com/counterup2@2.0.2/dist/index.js"></script> |
|
|
|
|
|
|
|
<div class="p-selection-modal" id="p-selection-modal" data-selection-modal hidden> |
|
|
|
<div class="p-selection-modal" id="p-selection-modal" data-selection-modal hidden> |
|
|
|
<div class="p-selection-modal__overlay" data-selection-close></div> |
|
|
|
<div class="p-selection-modal__dialog" role="dialog" aria-modal="true" aria-label="选型表"> |
|
|
|
<div class="p-selection-modal__head"> |
|
|
|
@ -1546,6 +1547,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html> |