Commit 4e6db46c by 肖康

Merge branch 'XK_SEO_REG20190403'

# Conflicts:
#	view/css/app.b0927897.css
#	view/css/chunk-1081bba5.c0f345b7.css
#	view/css/chunk-1a310afe.d7e46390.css
#	view/css/chunk-3d2d429e.045485d7.css
#	view/css/chunk-5226221d.b62bb465.css
#	view/css/chunk-a104e3e6.43c91bcb.css
#	view/css/chunk-e78c7db2.927a837d.css
#	view/index.html
#	view/js/chunk-vendors.d5d087bb.js
parents 9391a1b4 3eb7a4f2
Showing with 444 additions and 63 deletions
......@@ -10,30 +10,34 @@ import axios from 'axios'
* urlMarketing marketing营销系统接口
*/
var urlApi, url;
var urlApi, url,urlPc;
switch (window.location.hostname) {
case "m.ichunt.com":
urlPc='https://www.ichunt.com/v3/';
url = 'https://m.ichunt.com/v3/';
urlApi = 'https://api.ichunt.com/';
break;
case "szm.ichunt.com":
urlApi = 'https://szapi.ichunt.com/';
url = 'https://szm.ichunt.com/v3/';
urlPc='https://sz.ichunt.com/v3/';
break;
case "tm.ichunt.com":
url = 'https://tm.ichunt.com/v3/';
urlApi = 'https://api.ichunt.com/';
urlPc='https://t.ichunt.com/v3/';
break;
case "m.liexin.com":
url = 'http://m.liexin.com/v3/';
urlApi = 'http://api.liexin.com/';
urlPc='http://www.liexin.com/v3/';
break;
default:
//本地proxy配置参考vue.config.js
url = '/m/v3/'
urlApi = '/apis/';
}
export const productionUrlPc = urlPc;
export const productionUrl = url;
export const productionUrlApi = urlApi;
export const apis = {
......@@ -92,7 +96,25 @@ export const apis = {
* 新闻详情api
* *
*/
newsArticleDetailAd: productionUrl + 'api/newsdetailad'
newsArticleDetailAd: productionUrlApi + 'api/newsdetailad',
/**
* *
* 登录接口api
* *
*/
actionLogin: productionUrlApi + 'login/action',
/**
* *
* 获取短信api
* *
*/
smsVerify: productionUrlApi + 'public/smsVerify',
/**
* *
* 提交反馈api
* *
*/
feedback: productionUrlApi + 'help/help/feedback',
}
export const services = {
index(params) {
......@@ -105,6 +127,15 @@ export const services = {
}
})
},
smsVerify(params) {
return axios.post(apis.smsVerify, params)
},
actionLogin(params) {
return axios.post(apis.actionLogin, params)
},
feedback(params) {
return axios.post(apis.feedback, params)
},
cartCount(params) {
return axios.get(apis.cartCount, {
params: {
......
......@@ -79,7 +79,7 @@ body { overflow-x: hidden; }
.navigator ul li.curr .ico-5 { background: url("../images/home/i5_s.png") no-repeat center center; background-size: cover; }
.navigator ul li.curr p { color: #4e8eee; }
.loading-background { background: transparent; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; flex-direction: column; z-index: 99; }
.loading-background { background: transparent; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; flex-direction: column; z-index: 99; }
.slide-bar { position: fixed; right: 0; bottom: 23%; z-index: 3000; }
.slide-bar .customer-service { width: 1.053rem; height: 1.053rem; border-radius: 4px; background: rgba(78, 142, 238, 0.8); display: flex; align-items: center; justify-content: center; }
......
......@@ -116,7 +116,7 @@ $imgUrl: '../images/';
.loading-background {
background: transparent;
position: absolute;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
......
body{padding-top:0px; background: #10141d;}
.seo-content{
width:100%;
height:100%;
.seo-head{
width:100%;
height:11.4rem;
background: url("../../images/seo/head.png") no-repeat;
background-size: 100% 100%;
box-sizing: border-box;
padding-top:1.24rem;
.head-nav{
width:100%;height:22px;
background: #c9b086;
li{float: left;width:20%;text-align: center;height:22px;font-size: 12px;box-sizing: border-box;padding-top:2px;
a{color:#181c27;cursor: pointer;display: block;cursor: pointer;width:100%;height:18px;line-height: 16px;box-sizing: border-box;border-right: 1px solid #9f8d70;}
}
}
}
.seo-section{
.form-box1{
padding-top:30px;
.form-group{width:8.4rem;height:40px;line-height: 40px;text-align: center;
margin:0 auto;
margin-bottom:15px;
.pr{position: relative;}
span{
width: 2.506rem;
height:40px;
line-height: 40px;
background-color: #eecea4;
border-radius: 0.027rem;
font-size: 14px;
text-align:justify;
text-align-last:justify;
padding: 0 0.2rem;
box-sizing: border-box;
}
.input-box{
width: 5.573rem;
height:40px;
line-height: 40px;
background-color: #ffffff;
border-radius: 0.027rem;
border: solid 0.04rem #f2c58b;
box-sizing: border-box;
overflow: hidden;
i{float: left;height:100%;width:20%;font-size: 14px;position: relative;top:-1px;}
input{
font-size: 14px;
text-align: left;
width:80%;
float:left;
height:100%;
}
.code{position: absolute;right:0px;height:40px;line-height:40px;width:2rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:40px; font-size: 12px;}
.code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height:40px;width:2rem;top:0px;cursor: pointer;}
}
}
.submit-button{
width:8.4rem;height:40px;text-align: center;line-height:40px;
margin:0 auto;
background: url("../../images/seo/submit.png") no-repeat;
background-size: 100% 100%;
font-size: 14px;
cursor: pointer;
color:#181c27;
}
.form1-tips{text-align: center;color:#fff;font-size: 14px;}
}
.img-show-static{
height:14.706rem;
background: url("../../images/seo/staticx.png") no-repeat;
background-size: 100% 100%;
margin-top: 30px;
}
.zizi-box{
height:10.333rem;
width:8.4rem;
background: url("../../images/seo/lxzz.png") no-repeat;
background-size: 100% 100%;
margin:0 auto;
box-sizing: border-box;
padding-top:3.786rem;
.zizi-ct{
width: 7.333rem;
height: 3.4rem;
border-style: solid;
border-width: 0.08rem;
border-color:#c1b193;
margin:0 auto;
box-sizing: border-box;
padding-top:0.826rem;
.slide-box{
margin:0 auto;
width:3rem;height:2.28rem;
.slide-pic{ width:3rem;height:2.28rem;}
}
}
}
.form-box2{
width:8.4rem;
margin:0 auto;
margin-top: 30px;
.title-form{
img{vertical-align: middle;display: inline-block;width:17px;height:17px;margin-right:5px;}
color: #f2cea1;
font-size: 17px;
text-align: center;
margin-bottom: 30px;
}
.form-group{
.pr{position: relative;}
margin-bottom: 17px;
.input-box{
.f-red{color:#ff0000;position: relative;left:0.2rem;}
.hiddenfont{visibility: hidden;}
width: 8.4rem;
height: 40px;
line-height: 40px;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 0.053rem;
border: solid 0.04rem #f2c58b;
overflow: hidden;
i{float: left;height:100%;width:20%;font-size: 14px;text-align: center;position: relative;top:-1px;}
input{
font-size: 14px;
text-align: left;
width:80%;
float:left;
height:100%;
}
.code{position: absolute;right:0px;height:40px;width:2rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:40px; font-size: 14px;}
.code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height: 40px;width:2rem;top:0px;cursor: pointer;}
}
}
}
.form2-tips{text-align: center;color:#fff;font-size: 14px;margin-top: 30px;}
.submit-button1{
width: 8.4rem;
height: 40px;
background-color: #eecea4;
border-radius: 40px;
margin:0 auto;
color: #181c27;
font-size: 14px;
cursor: pointer;
line-height: 40px;
text-align: center;
margin-bottom: 50px;
}
.foot-box{
.foot-box-ct{
height: 30px;
line-height: 30px;
background-color: #e8b778;
text-align: center;
font-size: 14px;
color: #181c27;
position: relative;top:-10px;
i{font-size: 14px!important;}
a{ color: #181c27!important;}
}
height:2.2rem;
background: url("../../images/seo/foot.png") no-repeat;
background-size: 100% 100%;
margin:0 auto;
}
}
}
\ No newline at end of file
body{padding-top:0px;background:#10141d}.seo-content{width:100%;height:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url("../../images/seo/head.png") no-repeat;background-size:100% 100%;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;text-align-last:justify;padding:0 .2rem;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#ffffff;border-radius:.027rem;border:solid .04rem #f2c58b;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url("../../images/seo/submit.png") no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url("../../images/seo/staticx.png") no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url("../../images/seo/lxzz.png") no-repeat;background-size:100% 100%;margin:0 auto;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;box-sizing:border-box;background-color:#ffffff;border-radius:.053rem;border:solid .04rem #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:#ff0000;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0px;height:40px;width:2rem;top:0px;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url("../../images/seo/foot.png") no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27 !important}/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"AAAA,KAAK,eAAA,CAAkB,mBACvB,aACG,UAAA,CACA,YAFH,YAGE,WACE,UAAA,CACA,cAAA,CACA,eAAgB,sCAAhB,CACA,yBAAA,CACA,qBAAA,CACA,oBATJ,YAGE,UAOE,WACE,UAAA,CAAW,WAAA,CACX,mBAZN,YAGE,UAOE,UAGE,IAAG,UAAA,CAAY,SAAA,CAAU,iBAAA,CAAmB,WAAA,CAAY,cAAA,CAAgB,qBAAA,CAAuB,gBAbrG,YAGE,UAOE,UAGE,GACE,GAAE,aAAA,CAA8B,aAAA,CAAe,cAAA,CAAgB,UAAA,CAAW,WAAA,CAAY,gBAAA,CAAkB,qBAAA,CAAuB,+BAdvI,YAkBE,aAEI,YACE,iBArBR,YAkBE,aAEI,WAEE,aAAY,YAAA,CAAa,WAAA,CAAY,gBAAA,CAAkB,iBAAA,CACrD,aAAA,CACA,mBAxBV,YAkBE,aAEI,WAEE,YAGE,KAAI,kBAzBd,YAkBE,aAEI,WAEE,YAIE,MACE,cAAA,CACA,WAAA,CACA,gBAAA,CACA,wBAAA,CACA,qBAAA,CACA,cAAA,CACA,kBAAA,CACA,uBAAA,CACA,eAAA,CACA,sBApCZ,YAkBE,aAEI,WAEE,YAiBE,YACE,cAAA,CACA,WAAA,CACA,gBAAA,CACA,wBAAA,CACA,qBAAA,CACA,2BAAA,CACA,qBAAA,CACA,gBA/CZ,YAkBE,aAEI,WAEE,YAiBE,WAUE,GAAE,UAAA,CAAY,WAAA,CAAY,SAAA,CAAU,cAAA,CAAgB,iBAAA,CAAmB,SAjDnF,YAkBE,aAEI,WAEE,YAiBE,WAWE,OACE,cAAA,CACA,eAAA,CACA,SAAA,CACA,UAAA,CACA,YAvDd,YAkBE,aAEI,WAEE,YAiBE,WAkBE,OAAM,iBAAA,CAAmB,SAAA,CAAU,WAAA,CAA6B,UAAA,CAAW,OAAA,CAAQ,cAAA,CAAgB,aAAA,CAAc,iBAAA,CAAmB,gBAAA,CAAkB,eAzDlK,YAkBE,aAEI,WAEE,YAiBE,WAmBE,MAAK,KAAK,WA1DtB,YAkBE,aAEI,WAEE,YAiBE,WAoBE,WAAU,iBAAA,CAAmB,SAAA,CAAU,WAAA,CAAY,UAAA,CAAW,OAAA,CAAQ,eA3DlF,YAkBE,aAEI,WA4CE,gBACE,YAAA,CAAa,WAAA,CAAY,iBAAA,CAAmB,gBAAA,CAC5C,aAAA,CACA,eAAgB,wCAAhB,CACA,yBAAA,CACA,cAAA,CACA,cAAA,CACA,cAvEV,YAkBE,aAEI,WAqDE,aAAY,iBAAA,CAAmB,UAAA,CAAW,eAzElD,YAkBE,aAyDI,kBACE,gBAAA,CACA,eAAgB,yCAAhB,CACA,yBAAA,CACA,gBA/ER,YAkBE,aA+DI,WACE,gBAAA,CACA,YAAA,CACA,eAAgB,sCAAhB,CACA,yBAAA,CACA,aAAA,CACA,qBAAA,CACA,qBAxFR,YAkBE,aA+DI,UAQE,UACE,cAAA,CACA,aAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CACA,aAAA,CACA,qBAAA,CACA,oBAjGV,YAkBE,aA+DI,UAQE,SASE,YACE,aAAA,CACA,UAAA,CAAW,eApGvB,YAkBE,aA+DI,UAQE,SASE,WAGE,YAAY,UAAA,CAAW,eArGnC,YAkBE,aAuFI,YACG,YAAA,CAED,aAAA,CACA,gBA7GR,YAkBE,aAuFI,WAKE,aAEE,aAAA,CACA,cAAA,CACA,iBAAA,CACA,mBAnHV,YAkBE,aAuFI,WAKE,YACE,KAAI,qBAAA,CAAuB,oBAAA,CAAsB,UAAA,CAAW,WAAA,CAAY,iBA/GlF,YAkBE,aAuFI,WAYE,aAEE,mBAvHV,YAkBE,aAuFI,WAYE,YACE,KAAI,kBAtHd,YAkBE,aAuFI,WAYE,YAGE,YAGE,YAAA,CACA,WAAA,CACA,gBAAA,CACA,qBAAA,CACA,wBAAA,CACA,qBAAA,CACA,2BAAA,CACA,gBAlIZ,YAkBE,aAuFI,WAYE,YAGE,WACE,QAAO,aAAA,CAAc,iBAAA,CAAmB,WAzHpD,YAkBE,aAuFI,WAYE,YAGE,WAEE,aAAY,kBA1HxB,YAkBE,aAuFI,WAYE,YAGE,WAWE,GAAE,UAAA,CAAY,WAAA,CAAY,SAAA,CAAU,cAAA,CAAgB,iBAAA,CAAmB,iBAAA,CAAmB,SAnItG,YAkBE,aAuFI,WAYE,YAGE,WAYE,OACE,cAAA,CACA,eAAA,CACA,SAAA,CACA,UAAA,CACA,YAzId,YAkBE,aAuFI,WAYE,YAGE,WAmBE,OAAM,iBAAA,CAAmB,SAAA,CAAU,WAAA,CAAY,UAAA,CAAW,OAAA,CAAQ,cAAA,CAAgB,aAAA,CAAc,iBAAA,CAAmB,gBAAA,CAAkB,eA3IjJ,YAkBE,aAuFI,WAYE,YAGE,WAoBE,MAAK,KAAK,WA5ItB,YAkBE,aAuFI,WAYE,YAGE,WAqBE,WAAU,iBAAA,CAAmB,SAAA,CAAU,WAAA,CAAa,UAAA,CAAW,OAAA,CAAQ,eA7InF,YAkBE,aAgII,aAAY,iBAAA,CAAmB,UAAA,CAAW,cAAA,CAAgB,gBAlJhE,YAkBE,aAiII,iBACA,YAAA,CACA,WAAA,CACA,wBAAA,CACA,kBAAA,CACA,aAAA,CAEA,aAAA,CACA,cAAA,CACA,cAAA,CACA,gBAAA,CACA,iBAAA,CACA,mBA/JN,YAkBE,aA+II,WAYE,aAAA,CACA,eAAgB,sCAAhB,CACA,yBAAA,CACA,cAhLR,YAkBE,aA+II,UACE,cACE,WAAA,CACA,gBAAA,CACA,wBAAA,CACA,iBAAA,CACA,cAAA,CACA,aAAA,CACA,iBAAA,CAAmB,UAzK7B,YAkBE,aA+II,UACE,aAQE,GAAE,yBA1KZ,YAkBE,aA+II,UACE,aASE,GAAG,aAAA","file":"index.min.css"}
\ No newline at end of file
export default {
bind(el, binding) {
el.addEventListener('click', function () {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
document.querySelector('.container-wrap').scrollTop = 0;
var t = document.querySelector('.container-wrap').scrollTop
var step=(t/100).toFixed(0);
var timer=setInterval(function(){
t=t-step;
if(t<=0){
t=0;
clearInterval(timer);
}
document.querySelector('.container-wrap').scrollTop = t;
},1)
}, false);
}
}
\ No newline at end of file
......@@ -31,6 +31,30 @@ Vue.use(directive);
Vue.prototype.$http = axios;
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
axios.defaults.withCredentials = true;
axios.interceptors.request.use(function (config) {
if(config.method=='post'){
if(config.data){
if(config.data.indexOf("&pf=2")==-1){
config.data+="&pf=2";
}
}else{
config.data="pf=2"
}
}else if(config.method=='get'){
if(config.params.data){
if( config.params.data.indexOf("&pf=2")==-1){
config.params.data+="&pf=2";
}
}else{
config.params.data="pf=2"
}
}
return config;
}, function (error) {
return Promise.reject(error);
});
//本地初始化uid
var Yo4teW_gid = Util.getCookie('Yo4teW_gid');
......@@ -40,7 +64,10 @@ if (Yo4teW_gid == null) {
}
//微信授权
var params = Util.getParams();
var params={
urlhash: window.location.hash
}
params = Util.getParams(params);
Services.wxaccess(params).then((res) => {
let data = res.data;
if (data.err_code == 0 && data.data) {
......
......@@ -7,6 +7,7 @@ const Supplier = resolve => require(['@/views/supplier/Index'], resolve);
const Wxlist = resolve => require(['@/views/wxlist/Index'], resolve);
const News = resolve => require(['@/views/news/Index'], resolve);
const NewsDetail = resolve => require(['@/views/news/Detail'], resolve);
const Seo = resolve => require(['@/views/seo/Index'], resolve);
Vue.use(Router)
const routes=[
......@@ -48,6 +49,14 @@ const routes=[
}
},
{
path: '/seo',
name:'Seo',
component: Seo,
meta: {
title: '猎芯网——京东战投元器件商城'
}
},
{
path: '/news/detail/:art_id/:cat_id',
name:'NewsDetail',
component: NewsDetail,
......
import Vue from 'vue'
import {Toast} from 'vant';
import {services as Services} from '../../../api/index'
var qs = require('qs');
Vue.use(Toast);
const state = {
loading: false,
form1ImgShow:false,
form2ImgShow:false,
form1CodeStatus:false,//短信是否发送成功
form2CodeStatus:false,
isRegLogin:false//是否登录注册成功 进行下一步
}
const mutations = {
smsVerify(state, payload) {
}
}
const actions = {
smsVerify({commit}, payload) {
state.form1CodeStatus=false;
state.loading = true;
var params = {
mobile: payload.mobile,
verify: payload.verify,
channel:1
}
Services.smsVerify(qs.stringify(params)).then((res) => {
let data = res.data;
state.loading = false;
let form_=(payload.types=="form2")?"form2":"form1";
state[form_+'ImgShow']=false;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
state[form_+'CodeStatus']=true;
commit({
type: 'smsVerify',
data: data.data
});
}else if(data.err_code==23019||data.err_code==11008||data.err_code==11011){
Toast({
message: data.err_msg,
duration: 2000
});
state[form_+'ImgShow']=true;
}else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
},
actionLogin({commit}, payload) {
state.loading = true;
state.isRegLogin=false;
var params = {
account: payload.account,
sms_verify: payload.sms_verify
}
Services.actionLogin(qs.stringify(params)).then((res) => {
let data = res.data;
state.loading = false;
if (data.err_code == 0) {
if(payload.form_name=="form1"){
Toast({
message: "提交成功",
duration: 2000
});
setTimeout(function(){
window.location.href="/";
},2000)
return;
}
state.isRegLogin=true;
commit({
type: 'actionLogin',
data: data.data
});
}else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
},
feedback({commit}, payload) {
state.loading = true;
var params = {
type: payload.types,
content: payload.content,
mobile: payload.mobile,
source:(window.location.href)
}
Services.feedback(qs.stringify(params)).then((res) => {
let data = res.data;
state.loading = false;
if (data.err_code == 0) {
Toast({
message: "需求已提交成功,客服人员会尽快与您联系",
duration: 3000
});
setTimeout(function(){
window.location.href="/";
},3000)
commit({
type: 'feedback',
data: data.data
});
}else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
}
}
const getters = {}
export default {
state,
mutations,
actions,
getters
}
......@@ -6,6 +6,7 @@ import smt from './modules/smt/index'
import wxlist from './modules/wxlist/wxlist'
import news from './modules/news/index'
import newsdetail from './modules/news/detail'
import seo from './modules/seo/index'
Vue.use(Vuex)
export default new Vuex.Store({
......@@ -15,6 +16,7 @@ export default new Vuex.Store({
smt,
wxlist,
news,
newsdetail
newsdetail,
seo
}
})
......@@ -4,9 +4,17 @@
<div class="customer-service" @click="recordFn" v-if="kefuishow">
<i class="iconfont icon-kefu"></i>
</div>
<div class="backtop" v-backTop v-if="show">
<i class="iconfont icon-xiangshang1"></i>
</div>
<template v-if="isWindow">
<div class="backtop" v-backTopWindow v-show="show">
<i class="iconfont icon-xiangshang1"></i>
</div>
</template>
<template v-else>
<div class="backtop" v-backTop v-show="show">
<i class="iconfont icon-xiangshang1"></i>
</div>
</template>
</div>
<!--客服弹出框-->
<van-dialog v-model="flag" :showConfirmButton="showButton" :showCancelButton="showButton" :closeOnClickOverlay="closeOnClickOverlay">
......@@ -63,10 +71,8 @@
}),
mounted() {
if(this.isWindow){
this.scrollFnWindow();
}else{
this.scrollFn();
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.wxlist{height:100%;background:#f8f8f8}.wxlist .wxlist-content .menu-title{color:#333;font-size:18px;height:47px;line-height:47px;padding-left:.2rem}.wxlist .wxlist-content .wxlist-banner{padding:0 .2rem}.wxlist .wxlist-content .wxlist-banner .banner-header{padding:10px}.banner-box{background:#fff;border-radius:4px;min-height:275px}.banner-header .banner-title{font-size:19px;color:#333}.banner-header .banner-img{width:.8rem;height:.8rem;margin-right:10px}.banner-header .banner-img img{width:100%;height:100%;width:.8rem;height:.8rem;border-radius:50%;display:block}.banner-body img{width:100%;height:4.8rem}.banner-footer{font-size:16px;line-height:20px;color:#666;padding:.4rem .28rem}.banner-footer a{color:#666}.banner-footer span{color:#999}.wxlist-data{padding:10px}.wxlist-data-box{background:#fff;border-radius:4px}.group-right{width:2rem;height:60px}.group-left-box{height:50px;width:6.347rem;font-size:16px;color:#333;line-height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.group-left{width:6.347rem;border-bottom:1px solid #e5e5e5;padding-top:.1rem;padding-bottom:.5rem}.data-group{padding:.25rem;display:block}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.news-detail .bar,.news-detail .content-newsdetail,.news-detail .title{padding:0 10px}.news-detail .content-newsdetail img{max-width:100%!important}.news-detail h1.title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:22px;font-weight:700;line-height:30px;margin-top:10px}.news-detail .bar{height:16px;clear:both;font-size:12px;color:#999;margin-top:10px;margin-bottom:10px}.news-detail .bar span{line-height:16px;height:16px;float:left}.news-detail .bar .f24{color:#333}.news-detail .bar .f20{font-size:12px;padding-left:5px;padding-right:5px;border-radius:2px;border:1px solid #ccc;margin-right:10px}.news-detail .detail-pop{width:8.66rem;height:7.44rem;position:fixed;top:50%;left:50%;margin-left:-4.33rem;margin-top:-3.72rem}.news-detail .detail-pop img{width:100%;height:100%}.news-detail .closexdetailad{font-size:26px;float:right;color:#ccc}.news-detail .adbox{padding:0 10px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.news li,.news ul{font-family:"\5FAE\8F6F\96C5\9ED1"!important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}
\ No newline at end of file
body{padding-top:0;background:#10141d}.seo-content{width:100%;height:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url(../img/head.a2c80d72.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;text-align-last:justify;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#fff;border-radius:.027rem;border:.04rem solid #f2c58b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAAA3CAYAAABkUcJ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyREY5NDc1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyREY5NDY1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGICbgAAAvdJREFUeNrs2z9slGUcwPHfXY/3rte/kX9GMAwGJ8PoopNhcYCJARPUQdiIiZNOsJIwqCyEGBLRaoxhMLowGGGAhJjQxcHEyeggCXI0Xq93vdYez11CbMtbeJvI0N7nkz59c897XZ7l/ebp85YaszNHI+LLNCYDACDfzTTeLKdf50UDAPAUr6fxbj8c9loLAKCA/WVrAAAUVcmbbLY60es9Pl8qRdRHqzFSLlk5ANiiVtJDvv+cX1paju7Sv7nfybJK1LJKsXA4/N6FaC4sPjb//K7JuHT2rTh4YI9VB4AtqtzfCUg/l3/4OT754qfc75w69lp88M4bxcLhkYmx2mCX4ZGpidGoVEasOABsA/Xqjpgcr62Z63aXo5PGRp4YDj9efj8m6lUrCwDb0Ikjrw7Gap9dvRUfb7AL0edwJABQmHAAAIQDAPD/yz3j8MrBF2K+vei1SwAYMrufG49DL+8bvEmZp9SYnZlL16nVk/fnWoN3PHdNj695qwIA2N4WOt1otbtRr2UxNpqtv30ud8dh5/SYlQOAIdQPhv7YiDMOAEBhwgEAEA4AgHAAAIQDACAcAADhAAAIBwAA4QAACAcAQDgAAMIBABAOAIBwAAAQDgCAcAAAhAMAIBwAAOEAAAgHAADhAAAIBwBAOAAAwgEAEA4AgHAAAIQDAIBwAACedTjc/fuf+OOvRqz0elYIAIZIs9WJP+8+iLlmu3g4nDzzVbz90ZVod5asIAAMke9v/BInPvw8vr12J/d+JW/yXqMZzYVFOw4AMGQW2t2492A+WumaxxkHAKAw4QAAFFZ50s3mfCd6K//9u6JULkW9lsVIugIAW1unuxzdNFZbXPd5U+Fw+OSFNZ/3752Oi2eOx0sv7rbaALDFXfnudnw6c31Tf5MbDhPjtcHuwnrVbEc4LwkA28PYaBaT6Zmfp5rl7y2UGrMzc+k6ZfkAgKc453AkAFCYcAAANhUOv1sGAKCA3/rhcDqNX9Nw7BEAyNNK4+s0vnkowAAx5JXBwoLoMgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:.053rem;border:.04rem solid #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:red;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ 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.0, maximum-scale=1.0, 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="/v3/dist/res/m/css/font/iconfont.css">
<script type="text/javascript" src="/h5/view/get_time.php"></script>
<script type="text/javascript">
var fwtimes = window.fwtime - (Math.floor((new Date().getTime()) / 1000)); //获取服务器时间差
</script>
<script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js" type="text/javascript" charset="utf-8"></script>
<script src="//szh5static.ichunt.com/static/js/flexible.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//szh5static.ichunt.com/static/js/shence.min.js" type="text/javascript" charset="utf-8"></script>
<link href="//szh5static.ichunt.com/0.js" rel="prefetch"><link href="//szh5static.ichunt.com/1.js" rel="prefetch"><link href="//szh5static.ichunt.com/2.js" rel="prefetch"><link href="//szh5static.ichunt.com/3.js" rel="prefetch"><link href="//szh5static.ichunt.com/4.js" rel="prefetch"><link href="//szh5static.ichunt.com/5.js" rel="prefetch"><link href="//szh5static.ichunt.com/6.js" rel="prefetch"><link href="//szh5static.ichunt.com/7.js" rel="prefetch"><link href="//szh5static.ichunt.com/app.js" rel="preload" as="script"></head>
<body class="boxsiz">
<noscript>
<strong>网站出现了一点小问题,正在紧急修复中.......</strong>
</noscript>
<div id="app"></div>
<script type="text/javascript">
function SetCookie(name, value, time, domain) {
<!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=//h5static.ichunt.com/favicon.ico><link rel=stylesheet href=/v3/dist/res/m/css/font/iconfont.css><script src=/h5/view/get_time.php></script><script>var fwtimes = window.fwtime - (Math.floor((new Date().getTime()) / 1000)); //获取服务器时间差</script><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js charset=utf-8></script><script src=//h5static.ichunt.com/static/js/flexible.min.js charset=utf-8></script><script src=//h5static.ichunt.com/static/js/shence.min.js charset=utf-8></script><link href=//h5static.ichunt.com/css/chunk-1081bba5.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1a310afe.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3d2d429e.045485d7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5226221d.b62bb465.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6bb21423.29799028.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-a104e3e6.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e78c7db2.927a837d.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1081bba5.252ec957.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1a310afe.eae3e7a7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3d2d429e.5695e214.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5226221d.c3158946.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6bb21423.69722f2c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-a104e3e6.30f1eea3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e78c7db2.139a53e4.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.59ded326.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.86de0022.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.d5d087bb.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.59ded326.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.b0927897.css rel=stylesheet></head><body class=boxsiz><noscript><strong>网站出现了一点小问题,正在紧急修复中.......</strong></noscript><div id=app></div><script>function SetCookie(name, value, time, domain) {
domain = domain ? ";domain=" + domain : "";
var Days = time;
var exp = new Date();
......@@ -150,12 +114,7 @@
document.getElementsByTagName('head')[0].appendChild(mta);
})();
}
}
</script>
<script type="text/javascript">
//神策统计
}</script><script>//神策统计
var host_v = window.location.host;
var __PUBLIC__;
......@@ -265,7 +224,4 @@
user_rank: '0'
});
sensors.quick('autoTrack');
}
</script>
<script type="text/javascript" src="//szh5static.ichunt.com/app.js"></script></body>
</html>
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.d5d087bb.js></script><script src=//h5static.ichunt.com/js/app.86de0022.js></script></body></html>
\ No newline at end of file
This diff could not be displayed because it is too large.
......@@ -13,7 +13,7 @@ switch (env) {
NODE_ENV_H5 = 'http://m.liexin.com/'
break;
case 'development':
NODE_ENV = '//szh5static.ichunt.com';
NODE_ENV = '//static.leixin.com';
NODE_ENV_H5 = '/'
break;
case 'production':
......
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