cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3032::6815:4e83:8443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 02:33:09 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19313,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc93ee34803289f-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3035::ac43:ddc7:80 · best360plus.com
2026-01-12 02:32
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Length: 0
Connection: close
Location: https://best360plus.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=R847HS8%2B2ruPyTQmcDHCakkLJhKbZISKPQdyxhjlbbYlcjwF%2B1M3Qvc7aMLuWWeg43p2K4PyDdcR7gQ3lSxp%2Fe9XC9%2Bh962QtqzB4fiiz8MYnM7AZQPMhHvwfA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bc93edd28b44307-EWR
Open service 2606:4700:3032::6815:4e83:443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 02:32:50 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Fri, 14 Nov 2025 11:54:00 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=277
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=w5k9YnK2UwYi8cX%2BGkwEHeTGnYEhpfCTRIpj5U7n%2FXCLlVhLu%2BRweQcrqpZsZtCosyDptBgQmMOqyWi5wDQ%2BifMo%2FpmvA7paYgVM4%2BmbW73Y1X9B4olQ8CWxtw%3D%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bc93ededeabe7eb-SJC
alt-svc: h3=":443"; ma=86400
Page title: VIP360
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VIP360</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="./img/favicon.svg" type="image/x-icon" />
<!--标准mui.css-->
<link rel="stylesheet" href="./css/mui.min.css" />
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<!--App自定义的css-->
<link rel="stylesheet" type="text/css" href="./css/index.css?v=20250823" />
</head>
<body>
<!-- header -->
<header class="mui-bar mui-bar-nav">
<a class="mui-pull-left">
<img src="./img/vip-logo.png" alt="" />
</a>
<div class="mui-pull-right" id="contacts"></div>
</header>
<!-- grid -->
<div class="mui-content" id="grid"></div>
<!-- popover -->
<div id="drawer" class="mui-popover mui-popover-bottom drawer">
<!-- swiper -->
<div class="swiper-container">
<div class="swiper-wrapper" id="swiper"></div>
</div>
<div class="list-content mui-scroll-wrapper">
<div class="mui-scroll">
<!-- close -->
<img class="close" id="close" src="./img/icon/close.png" />
<!-- introduce -->
<div id="introduce" class="introduce"></div>
<!-- list-item -->
<div id="list-item" class="list-item"></div>
</div>
</div>
</div>
<!-- help -->
<div class="link-area" id="help"></div>
<!-- loading -->
<div class="mui-loading" id="loading">
<div class="mui-spinner"></div>
</div>
<a href="https://best360.help" target="_blank" class="sidebar" id="sidebar">
<img src="./img/contact-customer.png" alt="" />
</a>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"116d025ab4bf4498b5b37f0e3364ec0a","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="./js/mui.min.js?v=<%= new Date().getTime() %>"></script>
<script src="./js/swiper-bundle.min.js"></script>
<script>
// 独立站域名
var domain;
// var domain = "https://hot360fly.com";
// 请求设备宽度
var deviceWidth,
flag = 1;
var mySwiper;
// 激活的一级分类index
var active = 0;
// 数据源
var data;
mui.init();
mui.ready(function () {
domain = window.location.href.split("//")[0] + "//" + document.domain;
mui.ajax(domain + "/api/sc/show", {
dataType: "json",
type: "post",
timeout: 10000,
headers: { "Content-Type": "application/json" },
success: function (res) {
if (res.success) {
document.getElementById("loading").style.display = "none";
data = res.data;
init();
} else {
mui.toast("Request failed, please refresh!");
}
},
error: function (xhr, type, errorThrown) {
//异常处理;
console.log(type);
mui.toast("Server error, please refresh!");
},
});
});
// 内容初始化
function init() {
// 初始化参考数据
initReferenceData();
// 加载联系方式内容
initContacts();
// 加载帮助内容
initHelp();
// 加载grid
initGrid();
// 联动处理
handleGridTap();
// 加载swiper
initSwiper();
}
// 一级分类内容加载
function initGrid() {
var gridFr
Open service 2606:4700:3035::ac43:ddc7:8443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 02:33:10 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19645,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc93ee31cfc1492-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.221.199:8443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 02:33:09 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc93ee2b940c72a-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.221.199:443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Fri, 14 Nov 2025 11:54:00 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=B%2BkcOTUH0AVXxBk9AvvxsvKL%2BKVUI32JqvR6%2F0PDQI6DS%2FBs83%2BE2l14eR2kz3%2FKexw7ajY%2FTm4OaZw3noN%2FjfZes2in7FxiwvcZvys%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bc93edcec155c7a-FRA
alt-svc: h3=":443"; ma=86400
Page title: VIP360
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VIP360</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="./img/favicon.svg" type="image/x-icon" />
<!--标准mui.css-->
<link rel="stylesheet" href="./css/mui.min.css" />
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<!--App自定义的css-->
<link rel="stylesheet" type="text/css" href="./css/index.css?v=20250823" />
</head>
<body>
<!-- header -->
<header class="mui-bar mui-bar-nav">
<a class="mui-pull-left">
<img src="./img/vip-logo.png" alt="" />
</a>
<div class="mui-pull-right" id="contacts"></div>
</header>
<!-- grid -->
<div class="mui-content" id="grid"></div>
<!-- popover -->
<div id="drawer" class="mui-popover mui-popover-bottom drawer">
<!-- swiper -->
<div class="swiper-container">
<div class="swiper-wrapper" id="swiper"></div>
</div>
<div class="list-content mui-scroll-wrapper">
<div class="mui-scroll">
<!-- close -->
<img class="close" id="close" src="./img/icon/close.png" />
<!-- introduce -->
<div id="introduce" class="introduce"></div>
<!-- list-item -->
<div id="list-item" class="list-item"></div>
</div>
</div>
</div>
<!-- help -->
<div class="link-area" id="help"></div>
<!-- loading -->
<div class="mui-loading" id="loading">
<div class="mui-spinner"></div>
</div>
<a href="https://best360.help" target="_blank" class="sidebar" id="sidebar">
<img src="./img/contact-customer.png" alt="" />
</a>
</body>
<script src="./js/mui.min.js?v=<%= new Date().getTime() %>"></script>
<script src="./js/swiper-bundle.min.js"></script>
<script>
// 独立站域名
var domain;
// var domain = "https://hot360fly.com";
// 请求设备宽度
var deviceWidth,
flag = 1;
var mySwiper;
// 激活的一级分类index
var active = 0;
// 数据源
var data;
mui.init();
mui.ready(function () {
domain = window.location.href.split("//")[0] + "//" + document.domain;
mui.ajax(domain + "/api/sc/show", {
dataType: "json",
type: "post",
timeout: 10000,
headers: { "Content-Type": "application/json" },
success: function (res) {
if (res.success) {
document.getElementById("loading").style.display = "none";
data = res.data;
init();
} else {
mui.toast("Request failed, please refresh!");
}
},
error: function (xhr, type, errorThrown) {
//异常处理;
console.log(type);
mui.toast("Server error, please refresh!");
},
});
});
// 内容初始化
function init() {
// 初始化参考数据
initReferenceData();
// 加载联系方式内容
initContacts();
// 加载帮助内容
initHelp();
// 加载grid
initGrid();
// 联动处理
handleGridTap();
// 加载swiper
initSwiper();
}
// 一级分类内容加载
function initGrid() {
var gridFragment = "<ul class='mui-table-view mui-grid-view mui-grid-9'>";
for (var i = 0; i < data.productList.length; i++) {
gridFragment +=
'<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-col-sm-4 gridItem" data-index="' +
i +
'"><a href="javascript:void(0);"><img src="./img/logo/' +
data.productList[i].logo.split(".")[0] +
'.svg" /><div class="mui-media-body">' +
data.productList[i].productName +
"</div
Open service 2606:4700:3032::6815:4e83:80 · best360plus.com
2026-01-12 02:32
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Length: 0
Connection: close
Location: https://best360plus.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kzT1pDTLfXGLdCIuktMbDfr%2FuqAuyZHSLobHYSWXawuUByy1V3NT6XNctQ90%2Brwi7j15VV%2FBV%2By5kQ59%2FZFebUS702EXssuTlwpG3OUj1GI3TFMQr9gKafT%2Bvw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bc93edc7bda9740-FRA
Open service 2606:4700:3035::ac43:ddc7:443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Fri, 14 Nov 2025 11:54:00 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M0TnvO6wIqWFBrORQLz1mn0JWkWV8Ok1hPdzBeYrMfSDiUg7nGZT8PYBRLF94ewvKdkbGVvLgC8V9wGPQvxilWnVBtoelw%2FSqKWBILW4f%2B3At8YAtLQwxkzBaw%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bc93edc89b08f36-FRA
alt-svc: h3=":443"; ma=86400
Page title: VIP360
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VIP360</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="./img/favicon.svg" type="image/x-icon" />
<!--标准mui.css-->
<link rel="stylesheet" href="./css/mui.min.css" />
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<!--App自定义的css-->
<link rel="stylesheet" type="text/css" href="./css/index.css?v=20250823" />
</head>
<body>
<!-- header -->
<header class="mui-bar mui-bar-nav">
<a class="mui-pull-left">
<img src="./img/vip-logo.png" alt="" />
</a>
<div class="mui-pull-right" id="contacts"></div>
</header>
<!-- grid -->
<div class="mui-content" id="grid"></div>
<!-- popover -->
<div id="drawer" class="mui-popover mui-popover-bottom drawer">
<!-- swiper -->
<div class="swiper-container">
<div class="swiper-wrapper" id="swiper"></div>
</div>
<div class="list-content mui-scroll-wrapper">
<div class="mui-scroll">
<!-- close -->
<img class="close" id="close" src="./img/icon/close.png" />
<!-- introduce -->
<div id="introduce" class="introduce"></div>
<!-- list-item -->
<div id="list-item" class="list-item"></div>
</div>
</div>
</div>
<!-- help -->
<div class="link-area" id="help"></div>
<!-- loading -->
<div class="mui-loading" id="loading">
<div class="mui-spinner"></div>
</div>
<a href="https://best360.help" target="_blank" class="sidebar" id="sidebar">
<img src="./img/contact-customer.png" alt="" />
</a>
</body>
<script src="./js/mui.min.js?v=<%= new Date().getTime() %>"></script>
<script src="./js/swiper-bundle.min.js"></script>
<script>
// 独立站域名
var domain;
// var domain = "https://hot360fly.com";
// 请求设备宽度
var deviceWidth,
flag = 1;
var mySwiper;
// 激活的一级分类index
var active = 0;
// 数据源
var data;
mui.init();
mui.ready(function () {
domain = window.location.href.split("//")[0] + "//" + document.domain;
mui.ajax(domain + "/api/sc/show", {
dataType: "json",
type: "post",
timeout: 10000,
headers: { "Content-Type": "application/json" },
success: function (res) {
if (res.success) {
document.getElementById("loading").style.display = "none";
data = res.data;
init();
} else {
mui.toast("Request failed, please refresh!");
}
},
error: function (xhr, type, errorThrown) {
//异常处理;
console.log(type);
mui.toast("Server error, please refresh!");
},
});
});
// 内容初始化
function init() {
// 初始化参考数据
initReferenceData();
// 加载联系方式内容
initContacts();
// 加载帮助内容
initHelp();
// 加载grid
initGrid();
// 联动处理
handleGridTap();
// 加载swiper
initSwiper();
}
// 一级分类内容加载
function initGrid() {
var gridFragment = "<ul class='mui-table-view mui-grid-view mui-grid-9'>";
for (var i = 0; i < data.productList.length; i++) {
gridFragment +=
'<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-col-sm-4 gridItem" data-index="' +
i +
'"><a href="javascript:void(0);"><img src="./img/logo/' +
data.productList[i].logo.split(".")[0] +
'.svg" /><div class="mui-media-body">' +
data.productList[i].productName +
"</div
Open service 172.67.221.199:80 · best360plus.com
2026-01-12 02:32
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Length: 0
Connection: close
Location: https://best360plus.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LIRngbdYM44FAVHJyGv6yDm4DOUjTy5eV%2BmzI7XlaUYrjBDdJgq9mAbeBTV9Gnu9YETKeFITziZBfHCB0sDfaAbJbUM239iOwD0bmQqZ0w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bc93edc3ce42bfc-FRA
Open service 104.21.78.131:8443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 522 <none> Date: Mon, 12 Jan 2026 02:33:09 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc93ee26db2dca4-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.78.131:80 · best360plus.com
2026-01-12 02:32
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Length: 0
Connection: close
Location: https://best360plus.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9zXjw2vnbDGIfr8T32vlyp6uwfo1dlwFdmId88ibJIhiJpbBzbk5gI51Y6VIj1mgk9kV10PMvcEMlOww%2FYnm4DB3W64cmtx1t1Df8Hx6bA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bc93edc385f37c6-FRA
Open service 104.21.78.131:443 · best360plus.com
2026-01-12 02:32
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 02:32:49 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Fri, 14 Nov 2025 11:54:00 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QbZsLTUm0jpVM3MGazEfyOJ9HIYvvz%2FyLno16bVe4w0%2BRSiN4VpaqEkKL9Bb85ggRn9hxIgaZsxb845VoVDLa5XwxJ%2B6lJgg3RL6uXeh1g%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bc93edc7f369f45-FRA
alt-svc: h3=":443"; ma=86400
Page title: VIP360
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VIP360</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="./img/favicon.svg" type="image/x-icon" />
<!--标准mui.css-->
<link rel="stylesheet" href="./css/mui.min.css" />
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<!--App自定义的css-->
<link rel="stylesheet" type="text/css" href="./css/index.css?v=20250823" />
</head>
<body>
<!-- header -->
<header class="mui-bar mui-bar-nav">
<a class="mui-pull-left">
<img src="./img/vip-logo.png" alt="" />
</a>
<div class="mui-pull-right" id="contacts"></div>
</header>
<!-- grid -->
<div class="mui-content" id="grid"></div>
<!-- popover -->
<div id="drawer" class="mui-popover mui-popover-bottom drawer">
<!-- swiper -->
<div class="swiper-container">
<div class="swiper-wrapper" id="swiper"></div>
</div>
<div class="list-content mui-scroll-wrapper">
<div class="mui-scroll">
<!-- close -->
<img class="close" id="close" src="./img/icon/close.png" />
<!-- introduce -->
<div id="introduce" class="introduce"></div>
<!-- list-item -->
<div id="list-item" class="list-item"></div>
</div>
</div>
</div>
<!-- help -->
<div class="link-area" id="help"></div>
<!-- loading -->
<div class="mui-loading" id="loading">
<div class="mui-spinner"></div>
</div>
<a href="https://best360.help" target="_blank" class="sidebar" id="sidebar">
<img src="./img/contact-customer.png" alt="" />
</a>
</body>
<script src="./js/mui.min.js?v=<%= new Date().getTime() %>"></script>
<script src="./js/swiper-bundle.min.js"></script>
<script>
// 独立站域名
var domain;
// var domain = "https://hot360fly.com";
// 请求设备宽度
var deviceWidth,
flag = 1;
var mySwiper;
// 激活的一级分类index
var active = 0;
// 数据源
var data;
mui.init();
mui.ready(function () {
domain = window.location.href.split("//")[0] + "//" + document.domain;
mui.ajax(domain + "/api/sc/show", {
dataType: "json",
type: "post",
timeout: 10000,
headers: { "Content-Type": "application/json" },
success: function (res) {
if (res.success) {
document.getElementById("loading").style.display = "none";
data = res.data;
init();
} else {
mui.toast("Request failed, please refresh!");
}
},
error: function (xhr, type, errorThrown) {
//异常处理;
console.log(type);
mui.toast("Server error, please refresh!");
},
});
});
// 内容初始化
function init() {
// 初始化参考数据
initReferenceData();
// 加载联系方式内容
initContacts();
// 加载帮助内容
initHelp();
// 加载grid
initGrid();
// 联动处理
handleGridTap();
// 加载swiper
initSwiper();
}
// 一级分类内容加载
function initGrid() {
var gridFragment = "<ul class='mui-table-view mui-grid-view mui-grid-9'>";
for (var i = 0; i < data.productList.length; i++) {
gridFragment +=
'<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-col-sm-4 gridItem" data-index="' +
i +
'"><a href="javascript:void(0);"><img src="./img/logo/' +
data.productList[i].logo.split(".")[0] +
'.svg" /><div class="mui-media-body">' +
data.productList[i].productName +
"</div