请对照您所购买的产品上的防伪标识,依次输入防伪码验证结果分为以下三种情况:
注意:您所查询的防伪编码(null)已被查询0次;如果您不是首次查询,请谨防假冒,如不放心请联系本公司售后确认情况!
引用标签:如{$website_company}
{if condition="$is_mobile eq 0"}
PC展示
{else/}
手机展示
{/if}
SEO代码:
<title>{$seo_title}</title>:
<meta name="description" content="{$seo_description}" />
<meta name="keywords" content="{$seo_keywords}" />
公司名称【website_company】:江门易腾网络科技有限公司
网站名称【website_name】:江门易腾网络科技有限公司
icp备案证书【website_icp】:粤ICP备20045822号
网站域名【website_domain】:demo.gdeten.com
网站网址【website_url】:https://demo.gdeten.com
网站地址【website_sitemap_url】:https://demo.gdeten.com/sitemap.xml
搜索功能:支持单类目搜索,也可以支持全站搜索
全站:/search.html?keyword=易腾
产品:/product.html?keyword=易腾
新闻:/news.html?keyword=易腾
文章:/article.html?keyword=易腾
案例:/project.html?keyword=易腾
招聘:/job.html?keyword=易腾
下载:/download-list.html?keyword=易腾
视频:/video.html?keyword=易腾
全站示例
<form name="eten-search-form" action="/search.html" method="get" onSubmit="return false;">
<input id="eten-search-keyword" type="text" value="{$search_keyword}" placeholder="请输入关键字" autocomplete="off">
<button type="button" id="eten-click-search"><i class="bi bi-search"></i></button>
</form>
其他类目页面可以仿上面示例
请参考建站公共JS:https://www.gdeten.com/website-js.html
全局数据源:
array (
'is_mobile' => '0 || 是否手机端访问,1是,0不是',
'is_ajax' => '0 || 是否AJAX访问,1是,0不是',
'website_company' => '江门易腾网络科技有限公司 || 网站主体名称,即公司名称,如:江门易腾网络科技有限公司',
'website_lang_id' => '15 || 当前语言版本ID',
'website_lang_title' => '中文版 || 当前语言版本名称',
'website_lang_icon' => '/uploads/website/image/20241011/f78ea0f11bf0dbe2bd7c666d5530352d.png || 当前语言图标',
'website_name' => '江门易腾网络科技有限公司 || 网站名称',
'website_icp' => '粤ICP备20045822号 || icp备案证书',
'website_logo' => '/static/common/images/logo.png || 通用网站LOGO',
'website_logo_wap' => ' || 手机端网站LOGO',
'website_favicon' => ' || 网站favicon图标',
'website_http' => 'https:// || 网站 如:http://',
'website_domain' => 'demo.gdeten.com || 网站域名 如:www.gdeten.com',
'website_url' => 'https://demo.gdeten.com || https://www.gdeten.com',
'website_sitemap_url' => 'https://demo.gdeten.com/sitemap.xml || 如:https://www.gdeten.com/sitemap.xml',
'website_author' => '江门易腾网络科技有限公司 || 江门易腾网络科技有限公司',
'title' => '防伪验证 || 页面栏目标题目,如产品中心',
'subtitle' => '防伪验证 || 页面栏目副标题目,如产品中心不错',
'content' => ' || 页面栏目内容',
'seo_title' => '江门易腾网络科技有限公司-测试站点 || 页面标题(Title)',
'seo_keywords' => '网络科技,江门网站建设,江门小程序开发,江门做网站公司,江门网站设计,江门网站制作,江门软件开发,阳江软件开发,中山软件开发,佛山软件开发,惠州软件开发,恩平建站,恩平做网站 || 页面关键词(KeyWords)',
'seo_description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。 || 页面描述(Description) ',
'seo_copyright' => '江门易腾网络科技有限公司 || 页面底部版权',
'seo_banner_image' => ' || 页面banner(单图)',
'seo_banner_title' => ' || 页面banner标题',
'map_address' => '恩平市外资民资工业区F区F5-1号永丰办公室三楼A1 || 百度地图地址:恩平市外资民资工业区F区F5-1号永丰办公室三楼A1',
'map_longitude' => '112.333528 || 百度地图经度:112.333528',
'map_latitude' => '22.175634 || 百度地图纬度:22.175634',
)模板标签:website_lang_list
{notempty name="website_lang_list"}
{volist name="website_lang_list" id="item_lang" key="key_lang"}
<li lang-id="{$item_lang.id}" ><a class="dropdown-item" href="javascript:;"><img src="{$item_lang.icon}" alt="{$item_lang.title}"> {$item_lang.title}</a></li>
{/volist}
{/notempty}
请求方法:$.post("/clang.html",{"lang":$(this).attr("lang-id")}, function(result){}); //也可以自行封装。
全局数据源:
array (
15 =>
array (
'id' => 15,
'title' => '中文版',
'icon' => '/uploads/website/image/20241011/f78ea0f11bf0dbe2bd7c666d5530352d.png',
'folder' => 'default',
),
)模板标签:menu ,头部导航 ,支持多级菜单&导航,菜单焦点样式名:class="active"
{notempty name="menu"}
{volist name="menu" id="item_nav" key="key_nav"}
{notempty name="item_nav.childs"}
{volist name="item_nav.childs" id="item_subnav"}
二级菜单循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","model" => "模型ID,2 => 内容系统, 3 => 产品系统, 4 => 文章系统, 5 => 案例系统, 6 => 下载系统, 7 => 招聘系统, 8 => 视频系统","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "菜单焦点样式"
{/volist}
{else/}
一级菜单循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","model" => "模型ID,2 => 内容系统, 3 => 产品系统, 4 => 文章系统, 5 => 案例系统, 6 => 下载系统, 7 => 招聘系统, 8 => 视频系统","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "菜单焦点样式"
{/notempty}
{/volist}
{/notempty}
模板标签:footer_menu,底部导航 .支持多级菜单&导航
{notempty name="footer_menu"}
{volist name="footer_menu" id="item_footer_menu" key="key_footer_menu"}
{notempty name="item_footer_menu.childs"}
{volist name="item_footer_menu.childs" id="footer_subnav"}
二级菜单循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集"
{/volist}
{else/}
一级菜单循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集"
{/notempty}
{/volist}
{/notempty}
二级导航标签:subnav , 示例如下:
{notempty name="subnav"}
{volist name="subnav" id="item_subnav" key="key_subnav"}
{notempty name="item_subnav.childs"}
{volist name="item_subnav.childs" id="item_subnav_childs"}
二级子分类循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "分类焦点样式"
{/volist}
{else/}
二级分类循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "分类焦点样式"
{/notempty}
{/volist}
{/notempty}
三级导航标签:threenav , 示例如下:
{notempty name="threenav"}
{volist name="threenav " id="item_threenav" key="key_threenav"}
三级分类循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "分类焦点样式"
{/volist}
{/notempty}
区块单元导航:以栏目路由为命名, 示例如下:unit_menu_product
常规区块单元导航有:unit_menu_product【产品系统/product.html】,unit_menu_news【新闻系统/news.html】,unit_menu_project【案例系统/project.html】,规则是“unit_menu_”+现有含二级栏目的导航地址(中横线转下横线,如/faq-list.html,则标签为:unit_menu_faq_list)
{notempty name="unit_menu_product"}
{volist name="unit_menu_product " id="item_procat" key="key_procat"}
{notempty name="item_procat.childs"}
{volist name="item_procat.childs" id="item_procat_childs"}
区块子分类循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "分类焦点样式"
{/volist}
{else/}
区块分类循环:"id" => "栏目ID","title" => "栏目标题","subtitle" => "栏目副标题","url" => "栏目链接","target" =>"栏目目标","icon" => "栏目图标","description" => "栏目描述简介,SEO description","childs" => "子栏目集","subrecord" => "产品/文章/案例分类下的记录总数,其他为0","current" => "分类焦点样式"
{/notempty}
{/volist}
{/notempty}
menu 全局数据源
array (
244 =>
array (
'id' => 244,
'title' => '网站首页',
'subtitle' => '',
'url' => '/index.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 1,
'subrecord' => 0,
'current' => '',
'childs_style' => '',
),
245 =>
array (
'id' => 245,
'title' => '产品信息',
'subtitle' => '',
'url' => '/product.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 1,
'childs' =>
array (
250 =>
array (
'id' => 250,
'title' => '音响系统',
'subtitle' => '',
'url' => '/product-250.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/520f8b416a128186a9b5cdac1bfccb3a.jpg',
'description' => '',
'model' => 3,
'subrecord' => 1,
'childs' =>
array (
251 =>
array (
'id' => 251,
'title' => '功放',
'subtitle' => '',
'url' => '/product-251.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
252 =>
array (
'id' => 252,
'title' => '音箱',
'subtitle' => '',
'url' => '/product-252.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
253 =>
array (
'id' => 253,
'title' => '周边设备',
'subtitle' => '',
'url' => '/product-253.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
),
),
246 =>
array (
'id' => 246,
'title' => '麦克风',
'subtitle' => '',
'url' => '/product-246.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/47797fedaf765136a39d77f0812b163a.jpg',
'description' => '',
'model' => 3,
'subrecord' => 0,
'childs' =>
array (
247 =>
array (
'id' => 247,
'title' => '无线话筒',
'subtitle' => '',
'url' => '/product-247.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
248 =>
array (
'id' => 248,
'title' => '有线会议',
'subtitle' => '',
'url' => '/product-248.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
),
),
249 =>
array (
'id' => 249,
'title' => 'IP公共广播',
'subtitle' => '',
'url' => '/product-249.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/51ee181c7b2fd720af119a4524941af1.jpg',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
254 =>
array (
'id' => 254,
'title' => '声卡',
'subtitle' => '',
'url' => '/product-254.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/026fbea85091ba837cdbfb459e99a768.jpg',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
),
'current' => '',
'childs_style' => 3,
),
255 =>
array (
'id' => 255,
'title' => '解决方案',
'subtitle' => '',
'url' => '/solution.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 1,
'subrecord' => 0,
'childs' =>
array (
256 =>
array (
'id' => 256,
'title' => '解决方案',
'subtitle' => '',
'url' => '/article-256.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee77b92e7377f1aab5f0b22d076bea1a.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 4,
'subrecord' => 0,
),
257 =>
array (
'id' => 257,
'title' => '工程案例',
'subtitle' => '',
'url' => '/project.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/389ee84341de794d087012fa24f5fc40.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 5,
'subrecord' => 1,
'childs' =>
array (
258 =>
array (
'id' => 258,
'title' => '政府会议音频',
'subtitle' => '',
'url' => '/project-258.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 1,
),
259 =>
array (
'id' => 259,
'title' => '企事业单位会议音频',
'subtitle' => '',
'url' => '/project-259.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
260 =>
array (
'id' => 260,
'title' => 'KTV音响工程',
'subtitle' => '',
'url' => '/project-260.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
261 =>
array (
'id' => 261,
'title' => '酒吧音响工程',
'subtitle' => '',
'url' => '/project-261.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
262 =>
array (
'id' => 262,
'title' => '同声/导览案例',
'subtitle' => '',
'url' => '/project-262.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
263 =>
array (
'id' => 263,
'title' => '电教音响系统',
'subtitle' => '',
'url' => '/project-263.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
264 =>
array (
'id' => 264,
'title' => '校园扩声案例',
'subtitle' => '',
'url' => '/project-264.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
265 =>
array (
'id' => 265,
'title' => '其他工程案例',
'subtitle' => '',
'url' => '/project-265.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
),
),
266 =>
array (
'id' => 266,
'title' => '视频中心',
'subtitle' => '',
'url' => '/video.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/904a9f75747a5f9f9a2d1da5c1949b5b.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 8,
'subrecord' => 0,
),
),
'current' => '',
'childs_style' => 4,
),
267 =>
array (
'id' => 267,
'title' => '服务支持',
'subtitle' => '',
'url' => '/service.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 1,
'subrecord' => 0,
'childs' =>
array (
268 =>
array (
'id' => 268,
'title' => '售后政策',
'subtitle' => '',
'url' => '/service-268.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee3762ef424d147c6cf67fd548376a8e.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
269 =>
array (
'id' => 269,
'title' => '维修网点',
'subtitle' => '',
'url' => '/service-269.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c91e3ce13fb14220c68c28da5357ec1f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
270 =>
array (
'id' => 270,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/8720e209b9833a616a719e2071e1f0e6.jpg',
'description' => '',
'model' => 6,
'subrecord' => 0,
),
271 =>
array (
'id' => 271,
'title' => '防伪验证',
'subtitle' => '',
'url' => '/security-code.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/bfaa275243f36697a0ef4d4f69ccf3b3.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 9,
'subrecord' => 0,
),
),
'current' => 'active',
'childs_style' => 3,
),
272 =>
array (
'id' => 272,
'title' => '新闻资讯',
'subtitle' => '',
'url' => '/news.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 4,
'subrecord' => 2,
'childs' =>
array (
274 =>
array (
'id' => 274,
'title' => '企业新闻',
'subtitle' => '',
'url' => '/news-274.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 4,
'subrecord' => 1,
),
275 =>
array (
'id' => 275,
'title' => '行业资讯',
'subtitle' => '',
'url' => '/news-275.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c4bd3d4b5414b22670f4861b2dbdc311.jpg',
'description' => '',
'model' => 4,
'subrecord' => 1,
),
),
'current' => '',
'childs_style' => 6,
),
276 =>
array (
'id' => 276,
'title' => '关于我们',
'subtitle' => '',
'url' => '/about.html',
'target' => '_self',
'icon' => '',
'description' => '关于我们。。关于我们。。关于我们。。关于我们。。',
'model' => 1,
'subrecord' => 0,
'childs' =>
array (
277 =>
array (
'id' => 277,
'title' => '公司简介',
'subtitle' => '',
'url' => '/about-277.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/babfeaef8f225835c63166f7bb9ebb45.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
278 =>
array (
'id' => 278,
'title' => '公司实力',
'subtitle' => '',
'url' => '/about-278.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/24edc02d1ef3a9243f64fb783b9a463f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
279 =>
array (
'id' => 279,
'title' => '技术研发',
'subtitle' => '',
'url' => '/about-279.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/cf4625ec7f93aa288a509d68df2c4c5d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
280 =>
array (
'id' => 280,
'title' => 'OEM',
'subtitle' => '',
'url' => '/about-280.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/4d9b1a17ccdd7f1092bbe90f9fe7ab3c.jpg',
'description' => '',
'model' => 2,
'subrecord' => 0,
),
281 =>
array (
'id' => 281,
'title' => '联系我们',
'subtitle' => '',
'url' => '/contact-281.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/a416ce5b150fd9e8046d43a596f79c0d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
282 =>
array (
'id' => 282,
'title' => '人才招聘',
'subtitle' => '',
'url' => '/job.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/5263fe6eb3cf1ef795422125c684aa82.jpg',
'description' => '',
'model' => 7,
'subrecord' => 0,
),
),
'current' => '',
'childs_style' => 4,
),
286 =>
array (
'id' => 286,
'title' => '常见问题',
'subtitle' => '',
'url' => '/faq-list.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 11,
'subrecord' => 0,
'current' => '',
'childs_style' => '',
),
287 =>
array (
'id' => 287,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list-287.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 6,
'subrecord' => 0,
'current' => '',
'childs_style' => '',
),
)
footer_menu 全局数据源
array (
245 =>
array (
'id' => 245,
'title' => '产品信息',
'subtitle' => '',
'url' => '/product.html',
'target' => '_self',
'icon' => '',
'description' => '',
'childs' =>
array (
250 =>
array (
'id' => 250,
'title' => '音响系统',
'subtitle' => '',
'url' => '/product-250.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/520f8b416a128186a9b5cdac1bfccb3a.jpg',
'description' => '',
'childs' =>
array (
251 =>
array (
'id' => 251,
'title' => '功放',
'subtitle' => '',
'url' => '/product-251.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
252 =>
array (
'id' => 252,
'title' => '音箱',
'subtitle' => '',
'url' => '/product-252.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
253 =>
array (
'id' => 253,
'title' => '周边设备',
'subtitle' => '',
'url' => '/product-253.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
),
),
246 =>
array (
'id' => 246,
'title' => '麦克风',
'subtitle' => '',
'url' => '/product-246.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/47797fedaf765136a39d77f0812b163a.jpg',
'description' => '',
'childs' =>
array (
247 =>
array (
'id' => 247,
'title' => '无线话筒',
'subtitle' => '',
'url' => '/product-247.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
248 =>
array (
'id' => 248,
'title' => '有线会议',
'subtitle' => '',
'url' => '/product-248.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
),
),
249 =>
array (
'id' => 249,
'title' => 'IP公共广播',
'subtitle' => '',
'url' => '/product-249.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/51ee181c7b2fd720af119a4524941af1.jpg',
'description' => '',
),
254 =>
array (
'id' => 254,
'title' => '声卡',
'subtitle' => '',
'url' => '/product-254.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/026fbea85091ba837cdbfb459e99a768.jpg',
'description' => '',
),
),
),
255 =>
array (
'id' => 255,
'title' => '解决方案',
'subtitle' => '',
'url' => '/solution.html',
'target' => '_self',
'icon' => '',
'description' => '',
'childs' =>
array (
256 =>
array (
'id' => 256,
'title' => '解决方案',
'subtitle' => '',
'url' => '/article-256.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee77b92e7377f1aab5f0b22d076bea1a.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
257 =>
array (
'id' => 257,
'title' => '工程案例',
'subtitle' => '',
'url' => '/project.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/389ee84341de794d087012fa24f5fc40.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'childs' =>
array (
258 =>
array (
'id' => 258,
'title' => '政府会议音频',
'subtitle' => '',
'url' => '/project-258.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
259 =>
array (
'id' => 259,
'title' => '企事业单位会议音频',
'subtitle' => '',
'url' => '/project-259.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
260 =>
array (
'id' => 260,
'title' => 'KTV音响工程',
'subtitle' => '',
'url' => '/project-260.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
261 =>
array (
'id' => 261,
'title' => '酒吧音响工程',
'subtitle' => '',
'url' => '/project-261.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
262 =>
array (
'id' => 262,
'title' => '同声/导览案例',
'subtitle' => '',
'url' => '/project-262.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
263 =>
array (
'id' => 263,
'title' => '电教音响系统',
'subtitle' => '',
'url' => '/project-263.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
264 =>
array (
'id' => 264,
'title' => '校园扩声案例',
'subtitle' => '',
'url' => '/project-264.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
265 =>
array (
'id' => 265,
'title' => '其他工程案例',
'subtitle' => '',
'url' => '/project-265.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
),
),
266 =>
array (
'id' => 266,
'title' => '视频中心',
'subtitle' => '',
'url' => '/video.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/904a9f75747a5f9f9a2d1da5c1949b5b.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
),
),
267 =>
array (
'id' => 267,
'title' => '服务支持',
'subtitle' => '',
'url' => '/service.html',
'target' => '_self',
'icon' => '',
'description' => '',
'childs' =>
array (
268 =>
array (
'id' => 268,
'title' => '售后政策',
'subtitle' => '',
'url' => '/service-268.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee3762ef424d147c6cf67fd548376a8e.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
269 =>
array (
'id' => 269,
'title' => '维修网点',
'subtitle' => '',
'url' => '/service-269.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c91e3ce13fb14220c68c28da5357ec1f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
270 =>
array (
'id' => 270,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/8720e209b9833a616a719e2071e1f0e6.jpg',
'description' => '',
),
271 =>
array (
'id' => 271,
'title' => '防伪验证',
'subtitle' => '',
'url' => '/security-code.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/bfaa275243f36697a0ef4d4f69ccf3b3.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
),
),
276 =>
array (
'id' => 276,
'title' => '关于我们',
'subtitle' => '',
'url' => '/about.html',
'target' => '_self',
'icon' => '',
'description' => '关于我们。。关于我们。。关于我们。。关于我们。。',
'childs' =>
array (
277 =>
array (
'id' => 277,
'title' => '公司简介',
'subtitle' => '',
'url' => '/about-277.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/babfeaef8f225835c63166f7bb9ebb45.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
278 =>
array (
'id' => 278,
'title' => '公司实力',
'subtitle' => '',
'url' => '/about-278.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/24edc02d1ef3a9243f64fb783b9a463f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
279 =>
array (
'id' => 279,
'title' => '技术研发',
'subtitle' => '',
'url' => '/about-279.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/cf4625ec7f93aa288a509d68df2c4c5d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
280 =>
array (
'id' => 280,
'title' => 'OEM',
'subtitle' => '',
'url' => '/about-280.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/4d9b1a17ccdd7f1092bbe90f9fe7ab3c.jpg',
'description' => '',
),
281 =>
array (
'id' => 281,
'title' => '联系我们',
'subtitle' => '',
'url' => '/contact-281.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/a416ce5b150fd9e8046d43a596f79c0d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
282 =>
array (
'id' => 282,
'title' => '人才招聘',
'subtitle' => '',
'url' => '/job.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/5263fe6eb3cf1ef795422125c684aa82.jpg',
'description' => '',
),
),
),
)模板标签:current_path_label(路径字符串) , current_path_data(路径数组)
{notempty name="current_path_data"}
{volist name="current_path_data" id="item_current" key="key_current"}
数据循环:"title" => "易腾网络","url" => "https://www.gdeten.com/"
{/volist}
{/notempty}
全局数据源:
array (
'current_path_label' => '首页 > 服务支持 > 防伪验证',
'current_path_data' =>
array (
0 =>
array (
'title' => '首页',
'url' => 'https://demo.gdeten.com',
),
1 =>
array (
'title' => '服务支持',
'url' => '/service.html',
),
2 =>
array (
'title' => '防伪验证',
'url' => '/security-code.html',
),
),
)留言反馈:
表单字段构建
eten_fb_title:留言主题 , 选填
eten_fb_message:留言内容 , 必填
eten_fb_name:留言姓名 , 必填
eten_fb_phone:留言手机 , 选填
eten_fb_email:留言邮箱 , 选填
eten_fb_product_id:选填,如果输入产品ID,即为产品询盘
check_code_type:验证码类型: 0 验证码 1滑动验证码 2 无须验证码,默认为0
通用案例如下(带验证码):
eten_fb_product_id:选填,如果输入产品ID,即为产品询盘
<form action="" class="inquiry-form" method="post" onsubmit="return false;">
<input type="hidden" id="eten-fb-code" name="eten_fb_code" value=""/>
<input type="hidden" id="check-code-type" name="check_code_type" value="1"/>
<input type="text" name="eten_fb_name" id="eten-fb-name" autocomplete="off" maxlength="50" placeholder="* 请输入您的姓名">
<input type="text" name="eten_fb_phone" id="eten-fb-phone" autocomplete="off" maxlength="50" placeholder="* 请输入您的手机">
<input type="text" name="eten_fb_email" id="eten-fb-email" autocomplete="off" maxlength="50" placeholder="* 请输入您的邮箱">
<input type="text" name="eten_fb_title" id="eten-fb-title" autocomplete="off" maxlength="50" placeholder="* 请输入留言主题">
<textarea name="eten_fb_message" id="eten-fb-message" cols="30" rows="10" placeholder="* 请输入留言内容">
<p><div id="contact-fb-code-box">
<input name="eten_fb_code" id="eten-fb-code" type="text" maxlength="4" autocomplete="off" placeholder="* 请输入验证码"/>
<span><img id="refresh-eten-fb-captcha" title="点击更新" src="/feedback-code.html" /><em>点击更新</em> </span>
</div> </p>
<input type="hidden" name="eten_fb_product_id" id="eten-fb-product-id" value="{$product_data.id}"> eten_fb_product_id:选填,如果输入产品ID,即为产品询盘
<button type="submit" id="eten-fb-submit"><div class="span">提交</div></button>
</form>
公共留言feedback.js 插件
<script language="javascript" type="text/javascript" src="/static/common/feedback/feedback.js?v=2024"></script>
提示弹窗需引入jquery.js & layer.js & tn-code插件
<link rel="stylesheet" href="/static/common/feedback/tn-code/style.css">
<script language="javascript" type="text/javascript" src="/static/common/js/jquery-3.4.1.min.js"></script>
<script language="javascript" type="text/javascript" src="/static/plugins/layer-v3.1.1/layer.js"></script>
<script type="text/javascript" src="/static/common/feedback/tn-code/tn_code.js"></script>
<script>
var $TN=tncode;$TN.init();$TN.onsuccess(function(){var page_loading=layer.load(1,{shade:[0.1,"#fff"]});$.ajax({type:"POST",url:"/feedback.html",data:$(".eten-fb-form").serialize(),success:function(result){if(result.status==1){layer.msg(result.msg,{icon:1,time:3000});setTimeout(()=>{location.reload()},2000)}else{layer.msg(result.msg,{icon:2,time:3000})}},error:function(e){layer.msg("请求失败",{icon:2,time:3000})}})});
</script>
或者在模板里使用{$tn_code|raw}标签
//点击刷新验证码
$("#refresh-eten-fb-captcha").click(function() {document.getElementById("refresh-eten-fb-captcha").src = "/feedback-code.html?v=" + Math.random();});
//点击提交留言
$("#eten-fb-submit").click(function() { 详细见 /static/common/feedback/feedback.js });
模板标签:website_dictionary
{$website_dictionary.COMPANY_NAME}
{$website_dictionary.CONTACT_400}
全局数据源:
array (
'WEBSITE_OPEN' => '1',
'COMPANY_NAME' => '江门易腾网络科技有限公司',
'FILE_RELATED_DELETE' => '1',
'CONTACT_400' => '18138038238',
'WEBSITE_NAME' => '江门易腾网络科技有限公司',
'CONTACT_REN' => '张生',
'WEBSITE_DOMAIN' => 'demo.gdeten.com',
'CONTACT_PHONE' => '18138038238',
'WEBSITE_ICP' => '粤ICP备20045822号',
'CONTACT_EMAIL' => 'gdeten@qq.com',
'WEBSITE_LOGO' => '',
'CONTACT_TEL' => '18138038238',
'WEBSITE_WAP_LOGO' => '',
'CONTACT_QQ' => 'gdeten',
'WEBSITE_FAVICON' => '',
'BAIDU_TOKEN' => '',
'CONTACT_ADDRESS' => '恩平市外资民资工业区F区F5-1号恩平市永丰音响器材厂厂房办公室三楼A1',
'MAP_LONGITUDE_LATITUDE' => '',
'BOSSMP' => '',
'OPEN_SIDE_KF' => '',
'OFFICE_HOURS' => '',
'WECHAT_NAME' => '',
'WECHAT_NO' => '',
'WECHAT_ID' => '',
'WECHAT_APPID' => '',
'WECHAT_APPSECRET' => '',
'WECHAT_ENCODINGAESKEY' => '',
'WECHAT_TOKEN' => '',
'WECHAT_QRCODE' => '/static/common/images/company-qrcode.png',
'WECHAT_LOGO' => '',
'WECHAT_SHARE_IMAGE' => '',
'WECHAT_SHARE_TITLE' => '',
'WECHAT_SHARE_LINK' => '',
'WECHAT_SHARE_BRIEF' => '',
'IMAGE_OPEN_THUMB' => '1',
'IMAGE_THUMB_TYPE' => '1',
'PRODUCT_THUMB' => '5|5',
'CASE_THUMB' => '',
'ARTICLE_THUMB' => '',
'IMAGE_OPEN_WATER' => '',
'UEDITOR_OPEN_WATER' => '',
'WATER_TYPE' => '',
'WATER_IMAGE' => '',
'WATER_ALPHA' => '',
'WATER_TEXT' => '',
'POWER_DATA_1' => '',
'POWER_DATA_2' => '',
'POWER_DATA_3' => '',
'POWER_DATA_4' => '',
'POWER_DATA_5' => '',
'POWER_DATA_6' => '',
)模板标签:website_album
{notempty name="website_album.album_key"}
{volist name="website_album.album_key" id="item_album_key"}
图册数据循环:"title"=> "标题", "description"=> "描述","image"=> "图片","icon"=> "图标","link"=> "链接","tags"=> array (标签集),"content"=> "内容"
{/volist}
{/notempty}
album_key为后台的“图册管理=》KEY”
全局数据源:
array (
'honor' =>
array (
),
'power' =>
array (
),
'quality' =>
array (
),
)模板标签:ilink
{notempty name="ilink"}
{volist name="ilink" id="item_link"}
链接数据循环:"title" => "易腾网络","image" => "","url" => "https://www.gdeten.com/"
{/volist}
{/notempty}
全局数据源:
array (
)防伪验证页模板标签:该页面支持地址栏GET方法传参,也支持点击事件POST方法传参
GET方法传参:如https://www.gdeten.com/security-code.html?code=11112222,可以生成二维码,经手机扫码进入验证页面
POST方法传参:请求地址:"/security-code.html",POST参数:"type":防伪编码分类,"code":防伪编码
正确查询:{$security_tip_true|raw}
重复查询:{$security_tip_repeat|raw}
错误查询:{$security_tip_false|raw}
下面为完整示例:
<form>
{if condition="$multi_type_inquire eq 1"}
<div class="row">
<div class="col-12 col-sm-6">
<select class="form-select" id="security-code-type">{$multi_type_option|raw}</select>
</div>
<div class="col-12 col-sm-6">
<input type="text" class="form-control" maxlength="30" id="security-code" value="{$security_code}" placeholder="请在此栏目输入防伪码">
</div>
</div>
{else/}
<div class="col-12 col-sm-2"><label class="inquiry-title">防伪码:</label></div>
<div class="col-12 col-sm-6 security-code-box">
<input type="hidden" id="security-code-type" value="{$security_code_type}" />
<input type="text" class="form-control" maxlength="30" id="security-code" value="{$security_code}" placeholder="请在此栏目输入防伪码">
</div>
<div class="col-12 col-sm-4">
<button type="button" class="btn btn-primary" id="inquiry-submit">确认查询</button>
</div>
<div id="security-code-tip" class="form-text">{$inquire_regex_title}</div>
{/if}
</form>
相对应的 JS脚本:
<script>
var security_code_regex= {$security_code_regex}; //防伪码正则表达式
var security_code_type = "{$security_code_type}";
var security_code = "{$security_code}";
function inquireByJson(){
security_code_type = $("#security-code-type").val();
security_code = $("#security-code").val();
if(!security_code_type){
layer.msg("请正确选择防伪码分类!",{icon:2,time:2000});return false;
}
if(!security_code_regex.test(security_code)){
layer.msg("请正确输入防伪编码!",{icon:2,time:2000});return false;
}
var page_loading =layer.load(1, {shade: [0.1,"#fff"]});
$.post("/security-code.html",{"type":security_code_type,"code":security_code}, function(result){
layer.close(page_loading);
if(result.status>0){
var data = result.data;
$("#inquire-return-label").html("询查成功")
$("#return-show-box").removeClass("alert-secondary alert-success alert-warning alert-danger").addClass(data.bg);
$("#return-title").html("<i class=\""++data.icon++"\"></i>"+data.title);
$("#return-describe").html(data.describe);
$("#inquire-return").modal("show");
}else{
layer.msg(result.msg,{icon:2,time:2000});
}
});
}
$(document).ready(function() {
if(security_code!=""){
$("#inquire-return-label").html("询查成功");
$("#return-show-box").removeClass("alert-secondary").addClass("{$inquire_data.bg}
$("#return-title").html("<i class="{$inquire_data.icon}"></i> {$inquire_data.title}");
$("#return-describe").html("{$inquire_data.describe|raw}");
$("#inquire-return").modal("show");
}
//防伪查询
$("#inquiry-submit").click(function () {inquireByJson();});
});
</script>
array (
'template_name' => '',
'is_mobile' => 0,
'is_ajax' => '0',
'website_company' => '江门易腾网络科技有限公司',
'website_lang_id' => '15',
'website_lang_title' => '中文版',
'website_lang_icon' => '/uploads/website/image/20241011/f78ea0f11bf0dbe2bd7c666d5530352d.png',
'website_lang_list' =>
array (
15 =>
array (
'id' => 15,
'title' => '中文版',
'icon' => '/uploads/website/image/20241011/f78ea0f11bf0dbe2bd7c666d5530352d.png',
'folder' => 'default',
),
),
'website_name' => '江门易腾网络科技有限公司',
'website_icp' => '粤ICP备20045822号',
'website_logo' => '/static/common/images/logo.png',
'website_logo_wap' => '',
'website_favicon' => '',
'website_http' => 'https://',
'website_domain' => 'demo.gdeten.com',
'website_url' => 'https://demo.gdeten.com',
'website_sitemap_url' => 'https://demo.gdeten.com/sitemap.xml',
'website_author' => '江门易腾网络科技有限公司',
'website_dictionary' =>
array (
'WEBSITE_OPEN' => '1',
'COMPANY_NAME' => '江门易腾网络科技有限公司',
'FILE_RELATED_DELETE' => '1',
'CONTACT_400' => '18138038238',
'WEBSITE_NAME' => '江门易腾网络科技有限公司',
'CONTACT_REN' => '张生',
'WEBSITE_DOMAIN' => 'demo.gdeten.com',
'CONTACT_PHONE' => '18138038238',
'WEBSITE_ICP' => '粤ICP备20045822号',
'CONTACT_EMAIL' => 'gdeten@qq.com',
'WEBSITE_LOGO' => '',
'CONTACT_TEL' => '18138038238',
'WEBSITE_WAP_LOGO' => '',
'CONTACT_QQ' => 'gdeten',
'WEBSITE_FAVICON' => '',
'BAIDU_TOKEN' => '',
'CONTACT_ADDRESS' => '恩平市外资民资工业区F区F5-1号恩平市永丰音响器材厂厂房办公室三楼A1',
'MAP_LONGITUDE_LATITUDE' => '',
'BOSSMP' => '',
'OPEN_SIDE_KF' => '',
'OFFICE_HOURS' => '',
'WECHAT_NAME' => '',
'WECHAT_NO' => '',
'WECHAT_ID' => '',
'WECHAT_APPID' => '',
'WECHAT_APPSECRET' => '',
'WECHAT_ENCODINGAESKEY' => '',
'WECHAT_TOKEN' => '',
'WECHAT_QRCODE' => '/static/common/images/company-qrcode.png',
'WECHAT_LOGO' => '',
'WECHAT_SHARE_IMAGE' => '',
'WECHAT_SHARE_TITLE' => '',
'WECHAT_SHARE_LINK' => '',
'WECHAT_SHARE_BRIEF' => '',
'IMAGE_OPEN_THUMB' => '1',
'IMAGE_THUMB_TYPE' => '1',
'PRODUCT_THUMB' => '5|5',
'CASE_THUMB' => '',
'ARTICLE_THUMB' => '',
'IMAGE_OPEN_WATER' => '',
'UEDITOR_OPEN_WATER' => '',
'WATER_TYPE' => '',
'WATER_IMAGE' => '',
'WATER_ALPHA' => '',
'WATER_TEXT' => '',
'POWER_DATA_1' => '',
'POWER_DATA_2' => '',
'POWER_DATA_3' => '',
'POWER_DATA_4' => '',
'POWER_DATA_5' => '',
'POWER_DATA_6' => '',
),
'website_album' =>
array (
'honor' =>
array (
),
'power' =>
array (
),
'quality' =>
array (
),
),
'title' => '防伪验证',
'subtitle' => '防伪验证',
'content' => '',
'seo_title' => '江门易腾网络科技有限公司-测试站点',
'seo_keywords' => '网络科技,江门网站建设,江门小程序开发,江门做网站公司,江门网站设计,江门网站制作,江门软件开发,阳江软件开发,中山软件开发,佛山软件开发,惠州软件开发,恩平建站,恩平做网站',
'seo_description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'seo_copyright' => '江门易腾网络科技有限公司',
'seo_banner_image' => '',
'seo_banner_title' => '',
'website_current_url' => 'https://demo.gdeten.com/security-code.html',
'page_loader' => 1,
'side_kf' => 'side-kf-',
'open_page_author' => 0,
'map_address' => '恩平市外资民资工业区F区F5-1号永丰办公室三楼A1',
'map_longitude' => '112.333528',
'map_latitude' => '22.175634',
'ajax_load_url' => '/security-code.html?isajax=1',
'ibanner' =>
array (
0 =>
array (
'title' => 'banner-3',
'image' => '/uploads/website/image/20241011/38e4eeaf230398f386796246f69ef360.jpg',
'image_wap' => '/uploads/website/image/20241011/38e4eeaf230398f386796246f69ef360.jpg',
'url' => 'javascript:;',
'content' => '',
'target' => '',
),
1 =>
array (
'title' => 'banner-2',
'image' => '/uploads/website/image/20241011/e93a057c74cad0f1b25d79f2dee877f7.jpg',
'image_wap' => '/uploads/website/image/20241011/e93a057c74cad0f1b25d79f2dee877f7.jpg',
'url' => 'javascript:;',
'content' => '',
'target' => '',
),
2 =>
array (
'title' => 'banner-1',
'image' => '/uploads/website/image/20241011/00e2f601515c897e1fb402e2232a8bb8.jpg',
'image_wap' => '/uploads/website/image/20241011/00e2f601515c897e1fb402e2232a8bb8.jpg',
'url' => 'javascript:;',
'content' => '',
'target' => '',
),
),
'ilink' =>
array (
),
'menu' =>
array (
244 =>
array (
'id' => 244,
'title' => '网站首页',
'subtitle' => '',
'url' => '/index.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 1,
'subrecord' => 0,
'current' => '',
'childs_style' => '',
),
245 =>
array (
'id' => 245,
'title' => '产品信息',
'subtitle' => '',
'url' => '/product.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 1,
'childs' =>
array (
250 =>
array (
'id' => 250,
'title' => '音响系统',
'subtitle' => '',
'url' => '/product-250.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/520f8b416a128186a9b5cdac1bfccb3a.jpg',
'description' => '',
'model' => 3,
'subrecord' => 1,
'childs' =>
array (
251 =>
array (
'id' => 251,
'title' => '功放',
'subtitle' => '',
'url' => '/product-251.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
252 =>
array (
'id' => 252,
'title' => '音箱',
'subtitle' => '',
'url' => '/product-252.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
253 =>
array (
'id' => 253,
'title' => '周边设备',
'subtitle' => '',
'url' => '/product-253.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
),
),
246 =>
array (
'id' => 246,
'title' => '麦克风',
'subtitle' => '',
'url' => '/product-246.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/47797fedaf765136a39d77f0812b163a.jpg',
'description' => '',
'model' => 3,
'subrecord' => 0,
'childs' =>
array (
247 =>
array (
'id' => 247,
'title' => '无线话筒',
'subtitle' => '',
'url' => '/product-247.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
248 =>
array (
'id' => 248,
'title' => '有线会议',
'subtitle' => '',
'url' => '/product-248.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
),
),
249 =>
array (
'id' => 249,
'title' => 'IP公共广播',
'subtitle' => '',
'url' => '/product-249.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/51ee181c7b2fd720af119a4524941af1.jpg',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
254 =>
array (
'id' => 254,
'title' => '声卡',
'subtitle' => '',
'url' => '/product-254.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/026fbea85091ba837cdbfb459e99a768.jpg',
'description' => '',
'model' => 3,
'subrecord' => 0,
),
),
'current' => '',
'childs_style' => 3,
),
255 =>
array (
'id' => 255,
'title' => '解决方案',
'subtitle' => '',
'url' => '/solution.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 1,
'subrecord' => 0,
'childs' =>
array (
256 =>
array (
'id' => 256,
'title' => '解决方案',
'subtitle' => '',
'url' => '/article-256.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee77b92e7377f1aab5f0b22d076bea1a.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 4,
'subrecord' => 0,
),
257 =>
array (
'id' => 257,
'title' => '工程案例',
'subtitle' => '',
'url' => '/project.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/389ee84341de794d087012fa24f5fc40.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 5,
'subrecord' => 1,
'childs' =>
array (
258 =>
array (
'id' => 258,
'title' => '政府会议音频',
'subtitle' => '',
'url' => '/project-258.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 1,
),
259 =>
array (
'id' => 259,
'title' => '企事业单位会议音频',
'subtitle' => '',
'url' => '/project-259.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
260 =>
array (
'id' => 260,
'title' => 'KTV音响工程',
'subtitle' => '',
'url' => '/project-260.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
261 =>
array (
'id' => 261,
'title' => '酒吧音响工程',
'subtitle' => '',
'url' => '/project-261.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
262 =>
array (
'id' => 262,
'title' => '同声/导览案例',
'subtitle' => '',
'url' => '/project-262.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
263 =>
array (
'id' => 263,
'title' => '电教音响系统',
'subtitle' => '',
'url' => '/project-263.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
264 =>
array (
'id' => 264,
'title' => '校园扩声案例',
'subtitle' => '',
'url' => '/project-264.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
265 =>
array (
'id' => 265,
'title' => '其他工程案例',
'subtitle' => '',
'url' => '/project-265.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 5,
'subrecord' => 0,
),
),
),
266 =>
array (
'id' => 266,
'title' => '视频中心',
'subtitle' => '',
'url' => '/video.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/904a9f75747a5f9f9a2d1da5c1949b5b.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 8,
'subrecord' => 0,
),
),
'current' => '',
'childs_style' => 4,
),
267 =>
array (
'id' => 267,
'title' => '服务支持',
'subtitle' => '',
'url' => '/service.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 1,
'subrecord' => 0,
'childs' =>
array (
268 =>
array (
'id' => 268,
'title' => '售后政策',
'subtitle' => '',
'url' => '/service-268.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee3762ef424d147c6cf67fd548376a8e.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
269 =>
array (
'id' => 269,
'title' => '维修网点',
'subtitle' => '',
'url' => '/service-269.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c91e3ce13fb14220c68c28da5357ec1f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
270 =>
array (
'id' => 270,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/8720e209b9833a616a719e2071e1f0e6.jpg',
'description' => '',
'model' => 6,
'subrecord' => 0,
),
271 =>
array (
'id' => 271,
'title' => '防伪验证',
'subtitle' => '',
'url' => '/security-code.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/bfaa275243f36697a0ef4d4f69ccf3b3.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 9,
'subrecord' => 0,
),
),
'current' => 'active',
'childs_style' => 3,
),
272 =>
array (
'id' => 272,
'title' => '新闻资讯',
'subtitle' => '',
'url' => '/news.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 4,
'subrecord' => 2,
'childs' =>
array (
274 =>
array (
'id' => 274,
'title' => '企业新闻',
'subtitle' => '',
'url' => '/news-274.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 4,
'subrecord' => 1,
),
275 =>
array (
'id' => 275,
'title' => '行业资讯',
'subtitle' => '',
'url' => '/news-275.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c4bd3d4b5414b22670f4861b2dbdc311.jpg',
'description' => '',
'model' => 4,
'subrecord' => 1,
),
),
'current' => '',
'childs_style' => 6,
),
276 =>
array (
'id' => 276,
'title' => '关于我们',
'subtitle' => '',
'url' => '/about.html',
'target' => '_self',
'icon' => '',
'description' => '关于我们。。关于我们。。关于我们。。关于我们。。',
'model' => 1,
'subrecord' => 0,
'childs' =>
array (
277 =>
array (
'id' => 277,
'title' => '公司简介',
'subtitle' => '',
'url' => '/about-277.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/babfeaef8f225835c63166f7bb9ebb45.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
278 =>
array (
'id' => 278,
'title' => '公司实力',
'subtitle' => '',
'url' => '/about-278.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/24edc02d1ef3a9243f64fb783b9a463f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
279 =>
array (
'id' => 279,
'title' => '技术研发',
'subtitle' => '',
'url' => '/about-279.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/cf4625ec7f93aa288a509d68df2c4c5d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
280 =>
array (
'id' => 280,
'title' => 'OEM',
'subtitle' => '',
'url' => '/about-280.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/4d9b1a17ccdd7f1092bbe90f9fe7ab3c.jpg',
'description' => '',
'model' => 2,
'subrecord' => 0,
),
281 =>
array (
'id' => 281,
'title' => '联系我们',
'subtitle' => '',
'url' => '/contact-281.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/a416ce5b150fd9e8046d43a596f79c0d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
),
282 =>
array (
'id' => 282,
'title' => '人才招聘',
'subtitle' => '',
'url' => '/job.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/5263fe6eb3cf1ef795422125c684aa82.jpg',
'description' => '',
'model' => 7,
'subrecord' => 0,
),
),
'current' => '',
'childs_style' => 4,
),
286 =>
array (
'id' => 286,
'title' => '常见问题',
'subtitle' => '',
'url' => '/faq-list.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 11,
'subrecord' => 0,
'current' => '',
'childs_style' => '',
),
287 =>
array (
'id' => 287,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list-287.html',
'target' => '_self',
'icon' => '',
'description' => '',
'model' => 6,
'subrecord' => 0,
'current' => '',
'childs_style' => '',
),
),
'footer_menu' =>
array (
245 =>
array (
'id' => 245,
'title' => '产品信息',
'subtitle' => '',
'url' => '/product.html',
'target' => '_self',
'icon' => '',
'description' => '',
'childs' =>
array (
250 =>
array (
'id' => 250,
'title' => '音响系统',
'subtitle' => '',
'url' => '/product-250.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/520f8b416a128186a9b5cdac1bfccb3a.jpg',
'description' => '',
'childs' =>
array (
251 =>
array (
'id' => 251,
'title' => '功放',
'subtitle' => '',
'url' => '/product-251.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
252 =>
array (
'id' => 252,
'title' => '音箱',
'subtitle' => '',
'url' => '/product-252.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
253 =>
array (
'id' => 253,
'title' => '周边设备',
'subtitle' => '',
'url' => '/product-253.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
),
),
246 =>
array (
'id' => 246,
'title' => '麦克风',
'subtitle' => '',
'url' => '/product-246.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/47797fedaf765136a39d77f0812b163a.jpg',
'description' => '',
'childs' =>
array (
247 =>
array (
'id' => 247,
'title' => '无线话筒',
'subtitle' => '',
'url' => '/product-247.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
248 =>
array (
'id' => 248,
'title' => '有线会议',
'subtitle' => '',
'url' => '/product-248.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
),
),
249 =>
array (
'id' => 249,
'title' => 'IP公共广播',
'subtitle' => '',
'url' => '/product-249.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/51ee181c7b2fd720af119a4524941af1.jpg',
'description' => '',
),
254 =>
array (
'id' => 254,
'title' => '声卡',
'subtitle' => '',
'url' => '/product-254.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/026fbea85091ba837cdbfb459e99a768.jpg',
'description' => '',
),
),
),
255 =>
array (
'id' => 255,
'title' => '解决方案',
'subtitle' => '',
'url' => '/solution.html',
'target' => '_self',
'icon' => '',
'description' => '',
'childs' =>
array (
256 =>
array (
'id' => 256,
'title' => '解决方案',
'subtitle' => '',
'url' => '/article-256.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee77b92e7377f1aab5f0b22d076bea1a.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
257 =>
array (
'id' => 257,
'title' => '工程案例',
'subtitle' => '',
'url' => '/project.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/389ee84341de794d087012fa24f5fc40.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'childs' =>
array (
258 =>
array (
'id' => 258,
'title' => '政府会议音频',
'subtitle' => '',
'url' => '/project-258.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
259 =>
array (
'id' => 259,
'title' => '企事业单位会议音频',
'subtitle' => '',
'url' => '/project-259.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
260 =>
array (
'id' => 260,
'title' => 'KTV音响工程',
'subtitle' => '',
'url' => '/project-260.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
261 =>
array (
'id' => 261,
'title' => '酒吧音响工程',
'subtitle' => '',
'url' => '/project-261.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
262 =>
array (
'id' => 262,
'title' => '同声/导览案例',
'subtitle' => '',
'url' => '/project-262.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
263 =>
array (
'id' => 263,
'title' => '电教音响系统',
'subtitle' => '',
'url' => '/project-263.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
264 =>
array (
'id' => 264,
'title' => '校园扩声案例',
'subtitle' => '',
'url' => '/project-264.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
265 =>
array (
'id' => 265,
'title' => '其他工程案例',
'subtitle' => '',
'url' => '/project-265.html',
'target' => '_self',
'icon' => '',
'description' => '',
),
),
),
266 =>
array (
'id' => 266,
'title' => '视频中心',
'subtitle' => '',
'url' => '/video.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/904a9f75747a5f9f9a2d1da5c1949b5b.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
),
),
267 =>
array (
'id' => 267,
'title' => '服务支持',
'subtitle' => '',
'url' => '/service.html',
'target' => '_self',
'icon' => '',
'description' => '',
'childs' =>
array (
268 =>
array (
'id' => 268,
'title' => '售后政策',
'subtitle' => '',
'url' => '/service-268.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee3762ef424d147c6cf67fd548376a8e.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
269 =>
array (
'id' => 269,
'title' => '维修网点',
'subtitle' => '',
'url' => '/service-269.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c91e3ce13fb14220c68c28da5357ec1f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
270 =>
array (
'id' => 270,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/8720e209b9833a616a719e2071e1f0e6.jpg',
'description' => '',
),
271 =>
array (
'id' => 271,
'title' => '防伪验证',
'subtitle' => '',
'url' => '/security-code.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/bfaa275243f36697a0ef4d4f69ccf3b3.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
),
),
276 =>
array (
'id' => 276,
'title' => '关于我们',
'subtitle' => '',
'url' => '/about.html',
'target' => '_self',
'icon' => '',
'description' => '关于我们。。关于我们。。关于我们。。关于我们。。',
'childs' =>
array (
277 =>
array (
'id' => 277,
'title' => '公司简介',
'subtitle' => '',
'url' => '/about-277.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/babfeaef8f225835c63166f7bb9ebb45.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
278 =>
array (
'id' => 278,
'title' => '公司实力',
'subtitle' => '',
'url' => '/about-278.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/24edc02d1ef3a9243f64fb783b9a463f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
279 =>
array (
'id' => 279,
'title' => '技术研发',
'subtitle' => '',
'url' => '/about-279.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/cf4625ec7f93aa288a509d68df2c4c5d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
280 =>
array (
'id' => 280,
'title' => 'OEM',
'subtitle' => '',
'url' => '/about-280.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/4d9b1a17ccdd7f1092bbe90f9fe7ab3c.jpg',
'description' => '',
),
281 =>
array (
'id' => 281,
'title' => '联系我们',
'subtitle' => '',
'url' => '/contact-281.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/a416ce5b150fd9e8046d43a596f79c0d.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
),
282 =>
array (
'id' => 282,
'title' => '人才招聘',
'subtitle' => '',
'url' => '/job.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/5263fe6eb3cf1ef795422125c684aa82.jpg',
'description' => '',
),
),
),
),
'subnav' =>
array (
268 =>
array (
'id' => 268,
'title' => '售后政策',
'subtitle' => '',
'url' => '/service-268.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/ee3762ef424d147c6cf67fd548376a8e.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
'current' => '',
),
269 =>
array (
'id' => 269,
'title' => '维修网点',
'subtitle' => '',
'url' => '/service-269.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/c91e3ce13fb14220c68c28da5357ec1f.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 2,
'subrecord' => 0,
'current' => '',
),
270 =>
array (
'id' => 270,
'title' => '下载中心',
'subtitle' => '',
'url' => '/download-list.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/8720e209b9833a616a719e2071e1f0e6.jpg',
'description' => '',
'model' => 6,
'subrecord' => 0,
'current' => '',
),
271 =>
array (
'id' => 271,
'title' => '防伪验证',
'subtitle' => '',
'url' => '/security-code.html',
'target' => '_self',
'icon' => '/uploads/website/image/20241011/bfaa275243f36697a0ef4d4f69ccf3b3.jpg',
'description' => '江门易腾网络科技有限公司是一家以云架构为技术支撑的互联网企业级基础应用服务商。',
'model' => 9,
'subrecord' => 0,
'current' => 'active',
),
),
'page_model' => 9,
'top_id' => 267,
'top_page_url' => '/service.html',
'top_title' => '服务支持',
'top_subtitle' => '',
'current_id' => 271,
'current_title' => '防伪验证',
'father_id' => 267,
'current_path_label' => '首页 > 服务支持 > 防伪验证',
'current_path_data' =>
array (
0 =>
array (
'title' => '首页',
'url' => 'https://demo.gdeten.com',
),
1 =>
array (
'title' => '服务支持',
'url' => '/service.html',
),
2 =>
array (
'title' => '防伪验证',
'url' => '/security-code.html',
),
),
'close_header_footer' => 0,
'search_keyword' => '',
'security_code_type' => 0,
'security_code' => '',
'inquire_data' =>
array (
'code' => '',
'time' => '2025-12-06 12:03:35',
'title' => '查询中...',
'icon' => 'bi bi-search',
'bg' => ' alert-secondary',
'describe' => '江门易腾网络科技有限公司防伪码查询系统',
),
'multi_type_inquire' => 1,
'multi_type_option' => '',
'inquire_regex_title' => '*防伪编码规则为字母数字混编,字母大小写不限,至少三位起,最多30位',
'security_code_regex' => '/^[A-Za-z0-9]{3,30}$/',
'is_post' => false,
'security_title_true' => '正确查询',
'security_title_repeat' => '重复查询',
'security_title_false' => '错误查询',
'security_tip_true' => '感谢您对江门易腾网络科技有限公司的支持!所查询的是官方正版产品,请放心使用!',
'security_tip_repeat' => '注意:您所查询的防伪编码(null)已被查询0次;如果您不是首次查询,请谨防假冒,如不放心请联系本公司售后确认情况!
',
'security_tip_false' => '江门易腾网络科技有限公司官方没有此防伪码,可能非官方正版产品,请及时联系本公司售前且谨慎购买。',
)

