Commit 4db3d343 by 梁建民

Merge branch 'master' into Pre-release

parents 330134ca 3a6e6617
<?php
echo "var time =".time().";";
\ No newline at end of file
......@@ -17,6 +17,7 @@
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"node-sass": "^4.9.0",
"qs": "^6.6.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
},
......
<?php
echo "var fwtime =".time().";";
\ No newline at end of file
......@@ -20,8 +20,11 @@
<meta name="keywords" content="猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="<%= BASE_URL %>static/iconfont.css">
<script type="text/javascript" src="get_time.php"></script>
<script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js" type="text/javascript" charset="utf-8"></script>
<script src="<%= BASE_URL %>static/flexible.min.js" type="text/javascript" charset="utf-8"></script>
<script src="<%= BASE_URL %>static/shence.min.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<noscript>
......@@ -29,6 +32,93 @@
</noscript>
<div id="app"></div>
<script type="text/javascript">
//设置cookie
function SetCookie(name, value, time, domain)//两个参数,一个是cookie的名子,一个是值,一个是天数
{
domain = domain ? ";domain=" + domain : "";
var Days = time; //此 cookie 将被保存 30 天
var exp = new Date(); //new Date("December 31, 9998");
exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
document.cookie = name + "=" + encodeURIComponent(value) + ";expires=" + exp.toGMTString() + ";path=/" + domain;
return true;
}
function getCookie(name)//取cookies函数
{
var arr = document.cookie.match(new RegExp("(^| )" + name + "=([^;]*)(;|$)"));
if (arr != null) return unescape(arr[2]);
return null;
}
function delCookie(name)//删除cookie
{
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if (cval != null) document.cookie = name + "=" + cval + ";expires=" + exp.toGMTString();
}
var cookiex = getCookie("Yo4teW_csrf") || "", csrf = "csrf";
var cookieHostname = window.location.hostname.split(".")[1] + "." + window.location.hostname.split(".")[2];
var browser = {
versions: function () {
var u = navigator.userAgent, app = navigator.appVersion;
return { //移动终端浏览器版本信息
trident: u.indexOf('Trident') > -1, //IE内核
presto: u.indexOf('Presto') > -1, //opera内核
webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核
mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端
android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或uc浏览器
iPhone: u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器
iPad: u.indexOf('iPad') > -1, //是否iPad
webApp: u.indexOf('Safari') == -1 //是否web应该程序,没有头部与底部
};
}(),
language: (navigator.browserLanguage || navigator.language).toLowerCase()
}
//判断是否在微信小程序打开
function is_miniProgram() {
if (window.__wxjs_environment === 'miniprogram') {
SetCookie("Yo4teW_miniProgram", true, 1, cookieHostname);
return true;
} else {
SetCookie("Yo4teW_miniProgram", false, 1, cookieHostname);
return false;
}
}
if (!window.WeixinJSBridge || !WeixinJSBridge.invoke) {
document.addEventListener('WeixinJSBridgeReady', is_miniProgram, false);
} else {
is_miniProgram();
}
if (getCookie("Yo4teW_miniProgram") !== 'true') {
var isMiniProgram = is_miniProgram();
//二次确认
wx.miniProgram.getEnv(function (res) {
if (res.miniprogram == true) {
isMiniProgram = res.miniprogram
SetCookie("Yo4teW_miniProgram", true, 1, cookieHostname);
} else {
SetCookie("Yo4teW_miniProgram", false, 1, cookieHostname);
}
if (isMiniProgram) {
lxpf = 6;
}
})
} else {
isMiniProgram = true
}
var lxpf = 2;
if (isMiniProgram) {
lxpf = 6;
}
//百度统计
var _hmt = _hmt || [];
(function () {
......@@ -87,18 +177,6 @@
__PUBLIC__ = 'http://res.liexin.com/dist';
}
function getCookie(name) {
var strCookie = document.cookie;
var arrCookie = strCookie.split("; ");
for (var i = 0; i < arrCookie.length; i++) {
var arr = arrCookie[i].split("=");
if (name == arr[0]) {
return arr[1];
}
}
return "";
}
if (host_v == "m.ichunt.com" || host_v == "sc.ichunt.com") {
(function (para) {
var p = para.sdk_url, n = para.name, w = window, d = document, s = 'script', x = null, y = null;
......
window.onload = function() {
// 在页面加载完毕或者也不用加载完毕,定义一个初始时间
var start = new Date();
// console.log(start);
// 在页面关闭前,调用sa的track方法
window.onbeforeunload = function() {
var end = new Date();
// 如果用户一直不关闭页面,可能出现超大值,可以根据业务需要处理,例如设置一个上限
var duration = (end.getTime() - start.getTime()) / 1000;
// console.log(duration);
// 定义一个记录页面停留时间的事件pageView,并且保存需要的属性(停留时间和当前页面的地址)
sensors.track('pageclose', {
pageStayTime: duration,
pageUrl: window.location.href
});
};
}
\ No newline at end of file
......@@ -44,11 +44,7 @@ export const apis = {
export const services = {
index(params) {
return axios.get(apis.index, {
params: {
data: params
}
})
return axios.post(apis.index, params)
},
cartCount(params) {
return axios.get(apis.cartCount, {
......
import Vue from 'vue'
import App from './App.vue'
import axios from 'axios'
import {router} from './router';
import store from './store/store'
import filters from './filters'
......@@ -11,6 +12,11 @@ import '@/assets/css/global.min.css'
//过滤器遍历
Object.keys(filters).forEach(key => Vue.filter(key, filters[key]));
//设置请求头
Vue.prototype.$http = axios;
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
Vue.config.productionTip = true;
new Vue({
......
......@@ -2,6 +2,7 @@ import Vue from 'vue'
import axios from 'axios'
import {services as Services} from '../../api/index'
import {Toast} from 'vant';
import Util from '../../util/index';
Vue.use(Toast);
......@@ -17,7 +18,9 @@ const mutations = {
const actions = {
index({commit}, payload) {
Services.index().then(function (res) {
var params=Util.getParams();
Services.index(params).then(function (res) {
let data = res.data;
if (data.err_code == 0) {
commit({
......@@ -42,3 +45,4 @@ export default {
actions,
getters
}
var hexcase = 0;
var b64pad = "";
var chrsz = 8;
export function hex_sha1(s) {
return binb2hex(core_sha1(str2binb(s), s.length * chrsz))
}
export function b64_sha1(s) {
return binb2b64(core_sha1(str2binb(s), s.length * chrsz))
}
export function str_sha1(s) {
return binb2str(core_sha1(str2binb(s), s.length * chrsz))
}
export function hex_hmac_sha1(key, data) {
return binb2hex(core_hmac_sha1(key, data))
}
export function b64_hmac_sha1(key, data) {
return binb2b64(core_hmac_sha1(key, data))
}
export function str_hmac_sha1(key, data) {
return binb2str(core_hmac_sha1(key, data))
}
export function sha1_vm_test() {
return hex_sha1("abc") == "a9993e364706816aba3e25717850c26c9cd0d89d"
}
export function core_sha1(x, len) {
x[len >> 5] |= 0x80 << (24 - len % 32);
x[((len + 64 >> 9) << 4) + 15] = len;
var w = Array(80);
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
var e = -1009589776;
for (var i = 0; i < x.length; i += 16) {
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
var olde = e;
for (var j = 0; j < 80; j++) {
if (j < 16) w[j] = x[i + j];
else w[j] = rol(w[j - 3] ^ w[j - 8] ^ w[j - 14] ^ w[j - 16], 1);
var t = safe_add(safe_add(rol(a, 5), sha1_ft(j, b, c, d)), safe_add(safe_add(e, w[j]), sha1_kt(j)));
e = d;
d = c;
c = rol(b, 30);
b = a;
a = t
}
a = safe_add(a, olda);
b = safe_add(b, oldb);
c = safe_add(c, oldc);
d = safe_add(d, oldd);
e = safe_add(e, olde)
}
return Array(a, b, c, d, e)
}
export function sha1_ft(t, b, c, d) {
if (t < 20) return (b & c) | ((~b) & d);
if (t < 40) return b ^ c ^ d;
if (t < 60) return (b & c) | (b & d) | (c & d);
return b ^ c ^ d
}
export function sha1_kt(t) {
return (t < 20) ? 1518500249 : (t < 40) ? 1859775393 : (t < 60) ? -1894007588 : -899497514
}
export function core_hmac_sha1(key, data) {
var bkey = str2binb(key);
if (bkey.length > 16) bkey = core_sha1(bkey, key.length * chrsz);
var ipad = Array(16),
opad = Array(16);
for (var i = 0; i < 16; i++) {
ipad[i] = bkey[i] ^ 0x36363636;
opad[i] = bkey[i] ^ 0x5C5C5C5C
}
var hash = core_sha1(ipad.concat(str2binb(data)), 512 + data.length * chrsz);
return core_sha1(opad.concat(hash), 512 + 160)
}
export function safe_add(x, y) {
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
return (msw << 16) | (lsw & 0xFFFF)
}
export function rol(num, cnt) {
return (num << cnt) | (num >>> (32 - cnt))
}
export function str2binb(str) {
var bin = Array();
var mask = (1 << chrsz) - 1;
for (var i = 0; i < str.length * chrsz; i += chrsz) bin[i >> 5] |= (str.charCodeAt(i / chrsz) & mask) << (24 - i % 32);
return bin
}
export function binb2str(bin) {
var str = "";
var mask = (1 << chrsz) - 1;
for (var i = 0; i < bin.length * 32; i += chrsz) str += String.fromCharCode((bin[i >> 5] >>> (24 - i % 32)) & mask);
return str
}
export function binb2hex(binarray) {
var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
var str = "";
for (var i = 0; i < binarray.length * 4; i++) {
str += hex_tab.charAt((binarray[i >> 2] >> ((3 - i % 4) * 8 + 4)) & 0xF) + hex_tab.charAt((binarray[i >> 2] >> ((3 - i % 4) * 8)) & 0xF)
}
return str
}
export function binb2b64(binarray) {
var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var str = "";
for (var i = 0; i < binarray.length * 4; i += 3) {
var triplet = (((binarray[i >> 2] >> 8 * (3 - i % 4)) & 0xFF) << 16) | (((binarray[i + 1 >> 2] >> 8 * (3 - (i + 1) % 4)) & 0xFF) << 8) | ((binarray[i + 2 >> 2] >> 8 * (3 - (i + 2) % 4)) & 0xFF);
for (var j = 0; j < 4; j++) {
if (i * 8 + j * 6 > binarray.length * 32) str += b64pad;
else str += tab.charAt((triplet >> 6 * (3 - j)) & 0x3F)
}
}
return str
}
\ No newline at end of file
import {hex_sha1} from '../util/des';
import filters from "../filters";
var qs = require('qs');
export default {
/**
* 设置cookie
......@@ -5,16 +10,13 @@ export default {
* @param value
* @param iDay
*/
setCookie: function (name, value, iDay, type) {
var oDate = new Date();
if (type == 1) {
var expires = new Date();
expires.setTime(oDate.getTime() + 1000 * 60 * 60 * 24);
document.cookie = name + '=' + value + ';expires=' + expires.toGMTString();
} else {
oDate.setDate(oDate.getDate() + iDay);
document.cookie = name + '=' + value + ';expires=' + oDate;
}
setCookie: function (name, value, time, domain) {
domain = domain ? ";domain=" + domain : "";
var Days = time;
var exp = new Date();
exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
document.cookie = name + "=" + encodeURIComponent(value) + ";expires=" + exp.toGMTString() + ";path=/" + domain;
return true;
},
/**
* 获取cookie
......@@ -42,5 +44,56 @@ export default {
var cval = this.getCookie(name);
if (cval != null)
document.cookie = name + "=" + cval + ";expires=" + exp.toGMTString();
},
/**
* 加密token
*/
getParams(params) {
var fwtimes = window.fwtime - Math.floor((new Date().getTime()) / 1000);
var qwertyuiop = Math.floor((new Date().getTime()) / 1000) + fwtimes;
var Yo4teW_gid = getCookie('Yo4teW_gid');
var abb = [];
var abbo = {};
var asdfghjkl = '';
var appx = '';
var aggx = '';
var as = {
pf: 2,
qwertyuiop: qwertyuiop,
Yo4teW_gid: Yo4teW_gid
}
var obj = Object.assign({}, as, params);
Object.keys(obj).forEach(function (value, index, array) {
abb.push(value);
});
abb = abb.sort();
abb.forEach(function (value, index, array) {
abbo[abb[index]] = obj[abb[index]]
})
Object.keys(abbo).forEach(function (value, index, array) {
asdfghjkl += value + '=' + abbo[value]
});
appx = asdfghjkl.replace(/[^0-9a-zA-Z]/g, '');
appx = appx.toUpperCase();
for (var i = 0; i < appx.length; i++) {
if (appx[i] != "A" && appx[i] != "B" && appx[i] != "C") {
aggx += appx[i]
}
}
asdfghjkl = hex_sha1(aggx);
var parameter = Object.assign({}, params, {asdfghjkl: asdfghjkl}, {qwertyuiop: qwertyuiop}, {pf: 2});
return qs.stringify(parameter);
}
}
......@@ -7,8 +7,8 @@
<Slide :slidedata="index.rollbanner"></Slide>
</div>
<div class="login-wrap">
<a href="/v3/login?ptag=index-topnav" class="btn" style="display: none">登录</a>
<a href="/v3/user?ptag=index-topnav" class="person-btn"><i></i></a>
<a href="/v3/login?ptag=index-topnav" class="btn">登录</a>
<a href="/v3/user?ptag=index-topnav" class="person-btn" style="display: none"><i></i></a>
</div>
<div class="search boxsiz">
<div class="search-wrap boxsiz">
......@@ -37,7 +37,7 @@
<div class="tab-content boxsiz">
<ul class="boxsiz">
<li v-for="(item,index) in index.business_entry">
<a :href="item.url" :target="item.window_open > 0 ?'_blank':'_self'">
<a :href="item.url+'?ptag='+ptag+'-path'+(index * 1 +1)" :target="item.window_open > 0 ?'_blank':'_self'">
<img :src="item.images" alt="">
<p>{{item.title}}</p>
</a>
......@@ -45,7 +45,7 @@
</ul>
</div>
<div class="content boxsiz">
<template v-for="(item,index) in index.template">
<template v-for="(item,count) in index.template">
<!--自营现货-->
<template v-if="item.class == 'temp2'">
<div class="selfshop boxsiz">
......@@ -56,7 +56,7 @@
<span class="t2 va-b">{{item.ad_words}}</span>
</div>
<template v-if="item.link_words">
<a class="r" :href="item.url+'?ptag=index-floor'+index">
<a class="r" :href="item.url+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<span class="va-m">{{item.link_words}}</span>
<i class="lineBlock va-m"></i>
</a>
......@@ -64,7 +64,7 @@
</div>
<ul class="boxsiz list">
<li class="boxsiz" v-for="(v,index) in item.data.tempGoods" :key="index">
<a :href="'/item/'+v.goods_id+'.html'">
<a :href="'/item/'+v.goods_id+'.html?ptag='+ptag+'-floor'+(count * 1 +1)">
<!--限时限量-->
<template v-if="v.ac_type == 1">
<img :src="v.default_img" :alt="v.supplier_name">
......@@ -126,7 +126,7 @@
<span class="t2 va-b">{{item.ad_words}}</span>
</div>
<template v-if="item.link_words">
<a class="r" :href="item.url">
<a class="r" :href="item.url+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<span class="va-m">{{item.link_words}}</span>
<i class="lineBlock va-m"></i>
</a>
......@@ -134,7 +134,7 @@
</div>
<ul class="boxsiz list">
<li class="boxsiz" v-for="(v,index) in item.data.brandImages" :key="index">
<a :href="v.url" class="boxsiz">
<a :href="v.url+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<div class="pic">
<img :src="v.images" :alt="v.title">
</div>
......@@ -153,7 +153,7 @@
<span class="t2 va-b">{{item.ad_words}}</span>
</div>
<template v-if="item.link_words">
<a class="r" :href="item.url">
<a class="r" :href="item.url+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<span class="va-m">{{item.link_words}}</span>
<i class="lineBlock va-m"></i>
</a>
......@@ -161,7 +161,7 @@
</div>
<ul class="list boxsiz">
<li class="boxsiz" v-for="(v,index) in item.data.pointGoods" :key="index">
<a class="boxsiz">
<a class="boxsiz" :href="'/v3/pointmall'+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<div class="pic">
<img :src="v.prize_img_url" :alt="v.prize_name">
</div>
......@@ -185,7 +185,7 @@
<span class="t2 va-b">{{item.ad_words}}</span>
</div>
<template v-if="item.link_words">
<a class="r" :href="item.url">
<a class="r" :href="item.url+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<span class="va-m">{{item.link_words}}</span>
<i class="lineBlock va-m"></i>
</a>
......@@ -193,7 +193,7 @@
</div>
<ul class="list boxsiz">
<li class="boxsiz" v-for="(v,index) in item.data.tempImages" :key="index">
<a class="boxsiz" href="v.url">
<a class="boxsiz" :href="v.url+'?ptag='+ptag+'-floor'+(count * 1 +1)">
<img :src="v.images" :alt="v.title">
</a>
</li>
......@@ -208,7 +208,7 @@
<i class="lineBlock va-b"></i>
<span class="t1 va-b">资讯中心</span>
</div>
<a class="r">
<a class="r" :href="'/news?cat_id=11&ptag='+ptag+'-dynamic'">
<span class="va-m">更多</span>
<i class="lineBlock va-m"></i>
</a>
......
<?php
echo "var fwtime =".time().";";
\ No newline at end of file
<!DOCTYPE HTML><html lang=zh-CN><head><title></title><meta name=author content=www.ichunt.com><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,user-scalable=no,minimal-ui"><meta http-equiv=Content-Type content="text/html;charset=utf-8"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=format-detection content="telephone=no"><meta http-equiv=Expires content=-1><meta http-equiv=Cache-Control content=no-cache><meta http-equiv=Pragma content=no-cache><meta name=full-screen content=yes><meta name=browsermode content=application><meta name=x5-fullscreen content=true><meta name=x5-page-mode content=app><meta name=description content=猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。><meta name=keywords content=猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,><link rel=icon href=//static.h5.ichunt.com/favicon.ico><link rel=stylesheet href=//static.h5.ichunt.com/static/iconfont.css><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js charset=utf-8></script><script src=//static.h5.ichunt.com/static/flexible.min.js charset=utf-8></script><link href=//static.h5.ichunt.com/css/chunk-b3993bd2.ba391bba.css rel=prefetch><link href=//static.h5.ichunt.com/js/chunk-b3993bd2.0f725a48.js rel=prefetch><link href=//static.h5.ichunt.com/css/app.49eecd25.css rel=preload as=style><link href=//static.h5.ichunt.com/css/chunk-vendors.521d5c8e.css rel=preload as=style><link href=//static.h5.ichunt.com/js/app.dbeb4433.js rel=preload as=script><link href=//static.h5.ichunt.com/js/chunk-vendors.184c91fd.js rel=preload as=script><link href=//static.h5.ichunt.com/css/chunk-vendors.521d5c8e.css rel=stylesheet><link href=//static.h5.ichunt.com/css/app.49eecd25.css rel=stylesheet></head><body><noscript><strong>网站出现了一点小问题,正在修复中.......</strong></noscript><div id=app></div><script>//百度统计
<!DOCTYPE HTML><html lang=zh-CN><head><title></title><meta name=author content=www.ichunt.com><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,user-scalable=no,minimal-ui"><meta http-equiv=Content-Type content="text/html;charset=utf-8"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=format-detection content="telephone=no"><meta http-equiv=Expires content=-1><meta http-equiv=Cache-Control content=no-cache><meta http-equiv=Pragma content=no-cache><meta name=full-screen content=yes><meta name=browsermode content=application><meta name=x5-fullscreen content=true><meta name=x5-page-mode content=app><meta name=description content=猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。><meta name=keywords content=猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,><link rel=icon href=//szh5static.ichunt.com/favicon.ico><link rel=stylesheet href=//szh5static.ichunt.com/static/iconfont.css><script src=get_time.php></script><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js charset=utf-8></script><script src=//szh5static.ichunt.com/static/flexible.min.js charset=utf-8></script><script src=//szh5static.ichunt.com/static/shence.min.js charset=utf-8></script><link href=//szh5static.ichunt.com/css/chunk-79532a8a.f1694ee3.css rel=prefetch><link href=//szh5static.ichunt.com/js/chunk-79532a8a.bd277a4a.js rel=prefetch><link href=//szh5static.ichunt.com/css/app.49eecd25.css rel=preload as=style><link href=//szh5static.ichunt.com/css/chunk-vendors.521d5c8e.css rel=preload as=style><link href=//szh5static.ichunt.com/js/app.175da165.js rel=preload as=script><link href=//szh5static.ichunt.com/js/chunk-vendors.a6cc3c8c.js rel=preload as=script><link href=//szh5static.ichunt.com/css/chunk-vendors.521d5c8e.css rel=stylesheet><link href=//szh5static.ichunt.com/css/app.49eecd25.css rel=stylesheet></head><body><noscript><strong>网站出现了一点小问题,正在修复中.......</strong></noscript><div id=app></div><script>//设置cookie
function SetCookie(name, value, time, domain)//两个参数,一个是cookie的名子,一个是值,一个是天数
{
domain = domain ? ";domain=" + domain : "";
var Days = time; //此 cookie 将被保存 30 天
var exp = new Date(); //new Date("December 31, 9998");
exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
document.cookie = name + "=" + encodeURIComponent(value) + ";expires=" + exp.toGMTString() + ";path=/" + domain;
return true;
}
function getCookie(name)//取cookies函数
{
var arr = document.cookie.match(new RegExp("(^| )" + name + "=([^;]*)(;|$)"));
if (arr != null) return unescape(arr[2]);
return null;
}
function delCookie(name)//删除cookie
{
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval = getCookie(name);
if (cval != null) document.cookie = name + "=" + cval + ";expires=" + exp.toGMTString();
}
var cookiex = getCookie("Yo4teW_csrf") || "", csrf = "csrf";
var cookieHostname = window.location.hostname.split(".")[1] + "." + window.location.hostname.split(".")[2];
var browser = {
versions: function () {
var u = navigator.userAgent, app = navigator.appVersion;
return { //移动终端浏览器版本信息
trident: u.indexOf('Trident') > -1, //IE内核
presto: u.indexOf('Presto') > -1, //opera内核
webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核
mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端
android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或uc浏览器
iPhone: u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器
iPad: u.indexOf('iPad') > -1, //是否iPad
webApp: u.indexOf('Safari') == -1 //是否web应该程序,没有头部与底部
};
}(),
language: (navigator.browserLanguage || navigator.language).toLowerCase()
}
//判断是否在微信小程序打开
function is_miniProgram() {
if (window.__wxjs_environment === 'miniprogram') {
SetCookie("Yo4teW_miniProgram", true, 1, cookieHostname);
return true;
} else {
SetCookie("Yo4teW_miniProgram", false, 1, cookieHostname);
return false;
}
}
if (!window.WeixinJSBridge || !WeixinJSBridge.invoke) {
document.addEventListener('WeixinJSBridgeReady', is_miniProgram, false);
} else {
is_miniProgram();
}
if (getCookie("Yo4teW_miniProgram") !== 'true') {
var isMiniProgram = is_miniProgram();
//二次确认
wx.miniProgram.getEnv(function (res) {
if (res.miniprogram == true) {
isMiniProgram = res.miniprogram
SetCookie("Yo4teW_miniProgram", true, 1, cookieHostname);
} else {
SetCookie("Yo4teW_miniProgram", false, 1, cookieHostname);
}
if (isMiniProgram) {
lxpf = 6;
}
})
} else {
isMiniProgram = true
}
var lxpf = 2;
if (isMiniProgram) {
lxpf = 6;
}
//百度统计
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
......@@ -52,18 +139,6 @@
__PUBLIC__ = 'http://res.liexin.com/dist';
}
function getCookie(name) {
var strCookie = document.cookie;
var arrCookie = strCookie.split("; ");
for (var i = 0; i < arrCookie.length; i++) {
var arr = arrCookie[i].split("=");
if (name == arr[0]) {
return arr[1];
}
}
return "";
}
if (host_v == "m.ichunt.com" || host_v == "sc.ichunt.com") {
(function (para) {
var p = para.sdk_url, n = para.name, w = window, d = document, s = 'script', x = null, y = null;
......@@ -144,4 +219,4 @@
user_rank: '0'
});
sensors.quick('autoTrack');
}</script><script src=//static.h5.ichunt.com/js/chunk-vendors.184c91fd.js></script><script src=//static.h5.ichunt.com/js/app.dbeb4433.js></script></body></html>
\ No newline at end of file
}</script><script src=//szh5static.ichunt.com/js/chunk-vendors.a6cc3c8c.js></script><script src=//szh5static.ichunt.com/js/app.175da165.js></script></body></html>
\ No newline at end of file
(function(e){function t(t){for(var r,a,c=t[0],u=t[1],s=t[2],f=0,l=[];f<c.length;f++)a=c[f],o[a]&&l.push(o[a][0]),o[a]=0;for(r in u)Object.prototype.hasOwnProperty.call(u,r)&&(e[r]=u[r]);d&&d(t);while(l.length)l.shift()();return i.push.apply(i,s||[]),n()}function n(){for(var e,t=0;t<i.length;t++){for(var n=i[t],r=!0,a=1;a<n.length;a++){var c=n[a];0!==o[c]&&(r=!1)}r&&(i.splice(t--,1),e=u(u.s=n[0]))}return e}var r={},a={app:0},o={app:0},i=[];function c(e){return u.p+"js/"+({}[e]||e)+"."+{"chunk-79532a8a":"bd277a4a"}[e]+".js"}function u(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,u),n.l=!0,n.exports}u.e=function(e){var t=[],n={"chunk-79532a8a":1};a[e]?t.push(a[e]):0!==a[e]&&n[e]&&t.push(a[e]=new Promise(function(t,n){for(var r="css/"+({}[e]||e)+"."+{"chunk-79532a8a":"f1694ee3"}[e]+".css",o=u.p+r,i=document.getElementsByTagName("link"),c=0;c<i.length;c++){var s=i[c],f=s.getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(f===r||f===o))return t()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){s=l[c],f=s.getAttribute("data-href");if(f===r||f===o)return t()}var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.onload=t,d.onerror=function(t){var r=t&&t.target&&t.target.src||o,i=new Error("Loading CSS chunk "+e+" failed.\n("+r+")");i.request=r,delete a[e],d.parentNode.removeChild(d),n(i)},d.href=o;var p=document.getElementsByTagName("head")[0];p.appendChild(d)}).then(function(){a[e]=0}));var r=o[e];if(0!==r)if(r)t.push(r[2]);else{var i=new Promise(function(t,n){r=o[e]=[t,n]});t.push(r[2]=i);var s,f=document.createElement("script");f.charset="utf-8",f.timeout=120,u.nc&&f.setAttribute("nonce",u.nc),f.src=c(e),s=function(t){f.onerror=f.onload=null,clearTimeout(l);var n=o[e];if(0!==n){if(n){var r=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src,i=new Error("Loading chunk "+e+" failed.\n("+r+": "+a+")");i.type=r,i.request=a,n[1](i)}o[e]=void 0}};var l=setTimeout(function(){s({type:"timeout",target:f})},12e4);f.onerror=f.onload=s,document.head.appendChild(f)}return Promise.all(t)},u.m=e,u.c=r,u.d=function(e,t,n){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},u.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(u.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)u.d(n,r,function(t){return e[t]}.bind(null,r));return n},u.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="//szh5static.ichunt.com/",u.oe=function(e){throw console.error(e),e};var s=window["webpackJsonp"]=window["webpackJsonp"]||[],f=s.push.bind(s);s.push=t,s=s.slice();for(var l=0;l<s.length;l++)t(s[l]);var d=f;i.push([0,"chunk-vendors"]),n()})({0:function(e,t,n){e.exports=n("56d7")},"56d7":function(e,t,n){"use strict";n.r(t);var r=n("0ec6"),a=n.n(r),o=(n("c764"),n("9f07"),n("0964"),n("1cc5")),i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("keep-alive",{attrs:{exclude:""}},[n("router-view",{staticClass:"router-view"})],1)],1)},c=[],u={name:"app"},s=u,f=n("25c1"),l=Object(f["a"])(s,i,c,!1,null,null,null);l.options.__file="App.vue";var d=l.exports,p=n("7f43"),h=n.n(p),m=(n("0a16"),n("081a")),v=function(e){return n.e("chunk-79532a8a").then(function(){var t=[n("9553")];e.apply(null,t)}.bind(this)).catch(n.oe)};o["a"].use(m["a"]);var g=[{path:"/home",component:v,meta:{title:"猎芯网"}},{path:"/",redirect:"/home"},{path:"*",redirect:"/"}];g.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var w=new m["a"]({routes:g});w.beforeEach(function(e,t,n){var r=e.meta&&e.meta.title;r&&(document.title=r),n()});var y,b=n("52c1");switch(window.location.hostname){case"www.ichunt.com":y="https://api.ichunt.com/";break;case"www.liexin.com":y="http://api.liexin.com/";break;case"m.liexin.com":y="http://m.liexin.com/";break;case"sz.ichunt.com":y="https://szapi.ichunt.com/";break;case"t.ichunt.com":y="https://api.ichunt.com/";break;default:y="/api/"}var k=y,x={index:k+"index",cartCount:k+"cart/count"},C={index:function(e){return h.a.post(x.index,e)},cartCount:function(e){return h.a.get(x.cartCount,{params:{data:e}})}},T=n("6ef6"),E=(n("ac74"),n("9029"),n("ab01")),j=n.n(E),A=(n("4ddc"),0),_=8;function O(e){return z(P(q(e),e.length*_))}function P(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n=Array(80),r=1732584193,a=-271733879,o=-1732584194,i=271733878,c=-1009589776,u=0;u<e.length;u+=16){for(var s=r,f=a,l=o,d=i,p=c,h=0;h<80;h++){n[h]=h<16?e[u+h]:B(n[h-3]^n[h-8]^n[h-14]^n[h-16],1);var m=D(D(B(r,5),S(h,a,o,i)),D(D(c,n[h]),M(h)));c=i,i=o,o=B(a,30),a=r,r=m}r=D(r,s),a=D(a,f),o=D(o,l),i=D(i,d),c=D(c,p)}return Array(r,a,o,i,c)}function S(e,t,n,r){return e<20?t&n|~t&r:e<40?t^n^r:e<60?t&n|t&r|n&r:t^n^r}function M(e){return e<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514}function D(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n}function B(e,t){return e<<t|e>>>32-t}function q(e){for(var t=Array(),n=(1<<_)-1,r=0;r<e.length*_;r+=_)t[r>>5]|=(e.charCodeAt(r/_)&n)<<24-r%32;return t}function z(e){for(var t=A?"0123456789ABCDEF":"0123456789abcdef",n="",r=0;r<4*e.length;r++)n+=t.charAt(e[r>>2]>>8*(3-r%4)+4&15)+t.charAt(e[r>>2]>>8*(3-r%4)&15);return n}var N=function(e){var t=new Date;t.setTime(1e3*e);var n=t.getFullYear(),r=t.getMonth()+1;r=r<10?"0"+r:r;var a=t.getDate();a=a<10?"0"+a:a;var o=t.getHours();o=o<10?"0"+o:o;var i=t.getMinutes(),c=t.getSeconds();return i=i<10?"0"+i:i,c=c<10?"0"+c:c,n+"-"+r+"-"+a+" "},F={dateTimeFormate:N},Y=n("0427"),$={setCookie:function(e,t,n,r){r=r?";domain="+r:"";var a=n,o=new Date;return o.setTime(o.getTime()+24*a*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+o.toGMTString()+";path=/"+r,!0},getCookie:function(e){for(var t=document.cookie,n=t.split("; "),r=0;r<n.length;r++){var a=n[r].split("=");if(e==a[0])return a[1]}return""},delCookie:function(e){var t=new Date;t.setTime(t.getTime()-1);var n=this.getCookie(e);null!=n&&(document.cookie=e+"="+n+";expires="+t.toGMTString())},getParams:function(e){var t=window.fwtime-Math.floor((new Date).getTime()/1e3),n=Math.floor((new Date).getTime()/1e3)+t,r=getCookie("Yo4teW_gid"),o=[],i={},c="",u="",s="",f={pf:2,qwertyuiop:n,Yo4teW_gid:r},l=j()({},f,e);a()(l).forEach(function(e,t,n){o.push(e)}),o=o.sort(),o.forEach(function(e,t,n){i[o[t]]=l[o[t]]}),a()(i).forEach(function(e,t,n){c+=e+"="+i[e]}),u=c.replace(/[^0-9a-zA-Z]/g,""),u=u.toUpperCase();for(var d=0;d<u.length;d++)"A"!=u[d]&&"B"!=u[d]&&"C"!=u[d]&&(s+=u[d]);c=O(s);var p=j()({},e,{asdfghjkl:c},{qwertyuiop:n},{pf:2});return Y.stringify(p)}};o["a"].use(T["d"]);var G={index:{}},J={index:function(e,t){e.index=t.data}},L={index:function(e,t){var n=e.commit,r=$.getParams();C.index(r).then(function(e){var t=e.data;0==t.err_code&&n({type:"index",data:t.data})}).catch(function(e){Object(T["d"])({message:"网络出现问题,请重试",duration:1500})})}},U={},W={state:G,mutations:J,actions:L,getters:U};o["a"].use(T["d"]);var H={cartCount:""},I={cartCount:function(e,t){e.cartCount=0==t.data?"":t.data}},R={cartCount:function(e,t){var n=e.commit;C.cartCount().then(function(e){var t=e.data;0==t.err_code&&n({type:"cartCount",data:t.data})}).catch(function(e){Object(T["d"])({message:"网络出现问题,请重试",duration:1500})})}},Z={},K={state:H,mutations:I,actions:R,getters:Z};o["a"].use(b["a"]);var Q=new b["a"].Store({modules:{home:W,common:K}});n("e1a5"),n("bfd9");a()(F).forEach(function(e){return o["a"].filter(e,F[e])}),o["a"].prototype.$http=h.a,h.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",o["a"].config.productionTip=!0,new o["a"]({router:w,store:Q,render:function(e){return e(d)}}).$mount("#app")},bfd9:function(e,t,n){}});
//# sourceMappingURL=app.175da165.js.map
\ No newline at end of file
(function(e){function t(t){for(var r,a,i=t[0],u=t[1],s=t[2],d=0,l=[];d<i.length;d++)a=i[d],o[a]&&l.push(o[a][0]),o[a]=0;for(r in u)Object.prototype.hasOwnProperty.call(u,r)&&(e[r]=u[r]);f&&f(t);while(l.length)l.shift()();return c.push.apply(c,s||[]),n()}function n(){for(var e,t=0;t<c.length;t++){for(var n=c[t],r=!0,a=1;a<n.length;a++){var i=n[a];0!==o[i]&&(r=!1)}r&&(c.splice(t--,1),e=u(u.s=n[0]))}return e}var r={},a={app:0},o={app:0},c=[];function i(e){return u.p+"js/"+({}[e]||e)+"."+{"chunk-b3993bd2":"0f725a48"}[e]+".js"}function u(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,u),n.l=!0,n.exports}u.e=function(e){var t=[],n={"chunk-b3993bd2":1};a[e]?t.push(a[e]):0!==a[e]&&n[e]&&t.push(a[e]=new Promise(function(t,n){for(var r="css/"+({}[e]||e)+"."+{"chunk-b3993bd2":"ba391bba"}[e]+".css",o=u.p+r,c=document.getElementsByTagName("link"),i=0;i<c.length;i++){var s=c[i],d=s.getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(d===r||d===o))return t()}var l=document.getElementsByTagName("style");for(i=0;i<l.length;i++){s=l[i],d=s.getAttribute("data-href");if(d===r||d===o)return t()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=t,f.onerror=function(t){var r=t&&t.target&&t.target.src||o,c=new Error("Loading CSS chunk "+e+" failed.\n("+r+")");c.request=r,delete a[e],f.parentNode.removeChild(f),n(c)},f.href=o;var p=document.getElementsByTagName("head")[0];p.appendChild(f)}).then(function(){a[e]=0}));var r=o[e];if(0!==r)if(r)t.push(r[2]);else{var c=new Promise(function(t,n){r=o[e]=[t,n]});t.push(r[2]=c);var s,d=document.createElement("script");d.charset="utf-8",d.timeout=120,u.nc&&d.setAttribute("nonce",u.nc),d.src=i(e),s=function(t){d.onerror=d.onload=null,clearTimeout(l);var n=o[e];if(0!==n){if(n){var r=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src,c=new Error("Loading chunk "+e+" failed.\n("+r+": "+a+")");c.type=r,c.request=a,n[1](c)}o[e]=void 0}};var l=setTimeout(function(){s({type:"timeout",target:d})},12e4);d.onerror=d.onload=s,document.head.appendChild(d)}return Promise.all(t)},u.m=e,u.c=r,u.d=function(e,t,n){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},u.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(u.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)u.d(n,r,function(t){return e[t]}.bind(null,r));return n},u.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="//static.h5.ichunt.com/",u.oe=function(e){throw console.error(e),e};var s=window["webpackJsonp"]=window["webpackJsonp"]||[],d=s.push.bind(s);s.push=t,s=s.slice();for(var l=0;l<s.length;l++)t(s[l]);var f=d;c.push([0,"chunk-vendors"]),n()})({0:function(e,t,n){e.exports=n("56d7")},"56d7":function(e,t,n){"use strict";n.r(t);var r=n("0ec6"),a=n.n(r),o=(n("c764"),n("9f07"),n("0964"),n("1cc5")),c=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("keep-alive",{attrs:{exclude:""}},[n("router-view",{staticClass:"router-view"})],1)],1)},i=[],u={name:"app"},s=u,d=n("25c1"),l=Object(d["a"])(s,c,i,!1,null,null,null);l.options.__file="App.vue";var f=l.exports,p=(n("0a16"),n("081a")),h=function(e){return n.e("chunk-b3993bd2").then(function(){var t=[n("9553")];e.apply(null,t)}.bind(this)).catch(n.oe)};o["a"].use(p["a"]);var m=[{path:"/home",component:h,meta:{title:"猎芯网"}},{path:"/",redirect:"/home"},{path:"*",redirect:"/"}];m.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var v=new p["a"]({routes:m});v.beforeEach(function(e,t,n){var r=e.meta&&e.meta.title;r&&(document.title=r),n()});var b,g=n("52c1"),w=n("7f43"),y=n.n(w);switch(window.location.hostname){case"www.ichunt.com":b="https://api.ichunt.com/";break;case"www.liexin.com":b="http://api.liexin.com/";break;case"m.liexin.com":b="http://m.liexin.com/";break;case"sz.ichunt.com":b="https://szapi.ichunt.com/";break;case"t.ichunt.com":b="https://api.ichunt.com/";break;default:b="/api/"}var x=b,k={index:x+"index",cartCount:x+"cart/count"},C={index:function(e){return y.a.get(k.index,{params:{data:e}})},cartCount:function(e){return y.a.get(k.cartCount,{params:{data:e}})}},j=n("6ef6");o["a"].use(j["e"]),o["a"].use(j["a"]);var O={index:{}},_={index:function(e,t){e.index=t.data}},E={index:function(e,t){var n=e.commit;C.index().then(function(e){var t=e.data;0==t.err_code&&n({type:"index",data:t.data})}).catch(function(e){Object(j["e"])({message:"网络出现问题,请重试",duration:1500})})}},T={},P={state:O,mutations:_,actions:E,getters:T};o["a"].use(j["e"]);var S={cartCount:""},M={cartCount:function(e,t){e.cartCount=0==t.data?"":t.data}},A={cartCount:function(e,t){var n=e.commit;C.cartCount().then(function(e){var t=e.data;0==t.err_code&&n({type:"cartCount",data:t.data})}).catch(function(e){Object(j["e"])({message:"网络出现问题,请重试",duration:1500})})}},N={},B={state:S,mutations:M,actions:A,getters:N};o["a"].use(g["a"]);var q=new g["a"].Store({modules:{home:P,common:B}}),z=(n("4ddc"),function(e){var t=new Date;t.setTime(1e3*e);var n=t.getFullYear(),r=t.getMonth()+1;r=r<10?"0"+r:r;var a=t.getDate();a=a<10?"0"+a:a;var o=t.getHours();o=o<10?"0"+o:o;var c=t.getMinutes(),i=t.getSeconds();return c=c<10?"0"+c:c,i=i<10?"0"+i:i,n+"-"+r+"-"+a+" "}),D={dateTimeFormate:z};n("e1a5"),n("bfd9");a()(D).forEach(function(e){return o["a"].filter(e,D[e])}),o["a"].config.productionTip=!0,new o["a"]({router:v,store:q,render:function(e){return e(f)}}).$mount("#app")},bfd9:function(e,t,n){}});
//# sourceMappingURL=app.dbeb4433.js.map
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b3993bd2"],{"0218":function(s,t,a){"use strict";var i=a("8b2f"),l=a.n(i);l.a},"266c":function(s,t,a){s.exports=a.p+"img/logo.77238714.png"},"3d12":function(s,t,a){s.exports=a.p+"img/banner.712c55b3.png"},"6cf3":function(s,t,a){},"8a9e":function(s,t,a){"use strict";var i=a("6cf3"),l=a.n(i);l.a},"8b2f":function(s,t,a){},9553:function(s,t,a){"use strict";a.r(t);var i=function(){var s=this,t=s.$createElement,i=s._self._c||t;return i("section",{staticClass:"main-interface boxsiz"},[i("div",{staticClass:"container-wrap boxsiz"},[i("van-pull-refresh",{on:{refresh:s.onRefresh},model:{value:s.isLoading,callback:function(t){s.isLoading=t},expression:"isLoading"}},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"banner boxsiz"},[i("Slide",{attrs:{slidedata:s.index.rollbanner}})],1),i("div",{staticClass:"login-wrap"},[i("a",{staticClass:"btn",staticStyle:{display:"none"},attrs:{href:"/v3/login?ptag=index-topnav"}},[s._v("登录")]),i("a",{staticClass:"person-btn",attrs:{href:"/v3/user?ptag=index-topnav"}},[i("i")])]),i("div",{staticClass:"search boxsiz"},[i("div",{staticClass:"search-wrap boxsiz"},[i("div",{staticClass:"pic"},[i("img",{staticClass:"logo",attrs:{src:a("266c"),alt:""}})]),i("div",{staticClass:"inp boxsiz"},[i("i"),i("input",{staticClass:"boxsiz",attrs:{type:"text",placeholder:"请输入元器件型号、参数"}})])])])]),s.index.lx_activity?i("div",{staticClass:"notice boxsiz"},[i("span",[s._v("猎芯活动")]),i("i",{staticClass:"lineBlock va-m"}),i("div",{staticClass:"notice-contant"},[i("van-swipe",{attrs:{vertical:"","show-indicators":!1,height:s.height,autoplay:3e3}},s._l(s.index.lx_activity,function(t,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:t.url}},[s._v(s._s(t.title))])])}),1)],1),i("a",{staticClass:"more"},[s._v("更多")])]):s._e(),i("div",{staticClass:"tab-content boxsiz"},[i("ul",{staticClass:"boxsiz"},s._l(s.index.business_entry,function(t,a){return i("li",[i("a",{attrs:{href:t.url,target:t.window_open>0?"_blank":"_self"}},[i("img",{attrs:{src:t.images,alt:""}}),i("p",[s._v(s._s(t.title))])])])}),0)]),i("div",{staticClass:"content boxsiz"},[s._l(s.index.template,function(t,a){return["temp2"==t.class?[i("div",{staticClass:"selfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock va-b"}),i("span",{staticClass:"t1 va-b"},[s._v(s._s(t.tem_name))]),i("span",{staticClass:"t2 va-b"},[s._v(s._s(t.ad_words))])]),t.link_words?[i("a",{staticClass:"r",attrs:{href:t.url+"?ptag=index-floor"+a}},[i("span",{staticClass:"va-m"},[s._v(s._s(t.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:s._e()],2),i("ul",{staticClass:"boxsiz list"},s._l(t.data.tempGoods,function(t,a){return i("li",{key:a,staticClass:"boxsiz"},[i("a",{attrs:{href:"/item/"+t.goods_id+".html"}},[1==t.ac_type?[i("img",{attrs:{src:t.default_img,alt:t.supplier_name}}),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[s._v(s._s(t.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[s._v(s._s(t.price_ac))]),i("span",{staticClass:"r"},[s._v("抢购")])]),i("p",{staticClass:"t3"},[s._v(s._s(t.price))])])]:2==t.ac_type?[i("img",{attrs:{src:t.default_img,alt:t.supplier_name}}),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[s._v(s._s(t.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[s._v(s._s(t.price_ac))]),i("span",{staticClass:"r"},[s._v("抢购")])]),i("p",{staticClass:"t3"},[s._v(s._s(t.price))])])]:3==t.ac_type?[i("img",{attrs:{src:t.default_img,alt:t.supplier_name}}),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[s._v(s._s(t.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[s._v(s._s(t.price_ac))]),i("span",{staticClass:"r"},[s._v("优惠")])]),i("p",{staticClass:"t3"},[s._v(s._s(t.price))])])]:[i("img",{attrs:{src:t.default_img,alt:t.supplier_name}}),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[s._v(s._s(t.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[s._v(s._s(t.price_ac))])])])]],2)])}),0)])]:"temp1"==t.class?[i("div",{staticClass:"lxshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock va-b"}),i("span",{staticClass:"t1 va-b"},[s._v(s._s(t.tem_name))]),i("span",{staticClass:"t2 va-b"},[s._v(s._s(t.ad_words))])]),t.link_words?[i("a",{staticClass:"r",attrs:{href:t.url}},[i("span",{staticClass:"va-m"},[s._v(s._s(t.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:s._e()],2),i("ul",{staticClass:"boxsiz list"},s._l(t.data.brandImages,function(s,t){return i("li",{key:t,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:s.url}},[i("div",{staticClass:"pic"},[i("img",{attrs:{src:s.images,alt:s.title}})])])])}),0)])]:"temp3"==t.class?[i("div",{staticClass:"jfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock va-b"}),i("span",{staticClass:"t1 va-b"},[s._v(s._s(t.tem_name))]),i("span",{staticClass:"t2 va-b"},[s._v(s._s(t.ad_words))])]),t.link_words?[i("a",{staticClass:"r",attrs:{href:t.url}},[i("span",{staticClass:"va-m"},[s._v(s._s(t.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:s._e()],2),i("ul",{staticClass:"list boxsiz"},s._l(t.data.pointGoods,function(t,a){return i("li",{key:a,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz"},[i("div",{staticClass:"pic"},[i("img",{attrs:{src:t.prize_img_url,alt:t.prize_name}})]),i("p",{staticClass:"t1"},[s._v(s._s(t.prize_name))]),i("p",{staticClass:"t2"},[i("i",{staticClass:"va-m lineBlock"}),i("em",[s._v(s._s(t.prize_point))])])])])}),0)])]:"temp4"==t.class?[i("div",{staticClass:"pcb boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock va-b"}),i("span",{staticClass:"t1 va-b"},[s._v(s._s(t.tem_name))]),i("span",{staticClass:"t2 va-b"},[s._v(s._s(t.ad_words))])]),t.link_words?[i("a",{staticClass:"r",attrs:{href:t.url}},[i("span",{staticClass:"va-m"},[s._v(s._s(t.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:s._e()],2),i("ul",{staticClass:"list boxsiz"},s._l(t.data.tempImages,function(s,t){return i("li",{key:t,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"v.url"}},[i("img",{attrs:{src:s.images,alt:s.title}})])])}),0)])]:s._e()]}),s.index.footer_new_article?i("div",{staticClass:"news boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock va-b"}),i("span",{staticClass:"t1 va-b"},[s._v("资讯中心")])]),i("a",{staticClass:"r"},[i("span",{staticClass:"va-m"},[s._v("更多")]),i("i",{staticClass:"lineBlock va-m"})])]),i("ul",{staticClass:"list boxsiz"},s._l(s.index.footer_new_article,function(t){return i("li",{key:t.art_id,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/article/"+t.art_id+".html?ptag="+s.ptag+"-dynamic"}},[i("div",{staticClass:"pic"},[i("img",{attrs:{src:t.litpic}})]),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[s._v(s._s(t.title_seo))]),i("div",{staticClass:"t2"},[i("span",[s._v("来源:"+s._s(t.writer))]),i("div",[i("i",{staticClass:"ico lineBlock va-m"}),i("em",{staticClass:"va-m"},[s._v("\n "+s._s(parseInt(t.click)+parseInt(t.start_review))+"\n ")])])])])])])}),0)]):s._e()],2)])],1),i("Navigator")],1)},l=[],e=(a("9f07"),a("0964"),a("1cc5")),c=a("52c1"),n=a("6ef6"),r=function(){var s=this,t=s.$createElement,a=s._self._c||t;return a("div",{staticClass:"navigator"},[a("ul",{staticClass:"boxsiz"},[s._m(0),s._m(1),s._m(2),a("li",[a("a",{attrs:{href:"/v3/joincart?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-gouwuche1"}),a("p",[s._v("购物车")]),a("span",{staticClass:"cart boxsiz"},[s._v(s._s(s.cartCount>99?"99+":s.cartCount))])])]),s._m(3)])])},o=[function(){var s=this,t=s.$createElement,a=s._self._c||t;return a("li",{staticClass:"curr"},[a("a",{attrs:{href:"/v3?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-shouye"}),a("p",[s._v("首页")])])])},function(){var s=this,t=s.$createElement,a=s._self._c||t;return a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-ziying"}),a("p",[s._v("自营商城")])])])},function(){var s=this,t=s.$createElement,a=s._self._c||t;return a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-lianying"}),a("p",[s._v("联营商城")])])])},function(){var s=this,t=s.$createElement,a=s._self._c||t;return a("li",[a("a",{attrs:{href:"/v3/user?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-huiyuanzhongxin1"}),a("p",[s._v("会员中心")])])])}],_={name:"navigator",computed:Object(c["b"])({cartCount:function(s){return s.common.cartCount}}),created:function(){}},v=_,p=a("25c1"),d=Object(p["a"])(v,r,o,!1,null,null,null);d.options.__file="Navigator.vue";var C=d.exports,u=function(){var s=this,t=s.$createElement,i=s._self._c||t;return i("van-swipe",{attrs:{autoplay:3e6,"indicator-color":"#ffffff",loop:!1}},[s.slidedata?s._l(s.slidedata,function(s,t){return i("van-swipe-item",{key:t},[i("img",{staticClass:"slide-pic",attrs:{src:s.images}})])}):[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:a("3d12")}})])]],2)},m=[];e["a"].use(n["c"]).use(n["d"]);var f={name:"slide",props:{slidedata:Array}},b=f,x=(a("0218"),Object(p["a"])(b,u,m,!1,null,null,null));x.options.__file="Slide.vue";var g=x.exports;e["a"].use(n["b"]);var h={name:"index",computed:Object(c["b"])({index:function(s){return s.home.index}}),data:function(){return{ptag:"index",isLoading:!1,height:33}},created:function(){this.$store.dispatch({type:"index"})},methods:{onRefresh:function(){var s=this;setTimeout(function(){s.isLoading=!1},500)}},components:{Navigator:C,Slide:g}},z=h,w=(a("8a9e"),Object(p["a"])(z,i,l,!1,null,"2858528a",null));w.options.__file="Index.vue";t["default"]=w.exports}}]);
//# sourceMappingURL=chunk-b3993bd2.0f725a48.js.map
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
window.onload = function() {
// 在页面加载完毕或者也不用加载完毕,定义一个初始时间
var start = new Date();
// console.log(start);
// 在页面关闭前,调用sa的track方法
window.onbeforeunload = function() {
var end = new Date();
// 如果用户一直不关闭页面,可能出现超大值,可以根据业务需要处理,例如设置一个上限
var duration = (end.getTime() - start.getTime()) / 1000;
// console.log(duration);
// 定义一个记录页面停留时间的事件pageView,并且保存需要的属性(停留时间和当前页面的地址)
sensors.track('pageclose', {
pageStayTime: duration,
pageUrl: window.location.href
});
};
}
\ No newline at end of file
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '//static.h5.ichunt.com/' : '/',
publicPath: process.env.NODE_ENV === 'production' ? '//szh5static.ichunt.com/' : '//szh5static.ichunt.com/',
outputDir: 'view',
assetsDir: '',
devServer: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment