Commit 2305d7d3 by 梁建民

平台入住

parent b0cb46b0
......@@ -72,7 +72,19 @@ export const apis = {
/**
* 微信授权
*/
wxaccess: productionUrl + 'api/wxaccess'
wxaccess: productionUrl + 'api/wxaccess',
/**
* 验证用户是否存在
*/
checkAccountExists: productionUrlApi + 'public/checkAccountExists',
/**
* 获取sms验证码
*/
customSmsVerify: productionUrlApi + 'public/customSmsVerify',
/**
* 提交报关信息
*/
chainFind: productionUrl + 'Home/Service/chainFind'
}
export const services = {
......@@ -105,5 +117,14 @@ export const services = {
},
wxaccess(params) {
return axios.post(apis.wxaccess, params)
},
checkAccountExists(params) {
return axios.post(apis.checkAccountExists, params)
},
customSmsVerify(params) {
return axios.post(apis.customSmsVerify, params)
},
chainFind(params) {
return axios.post(apis.chainFind, params)
}
}
.smt { width: 100%; }
.smt .head { width: 100%; height: 7.693rem; background: url("../../images/smt/bg.jpg") no-repeat center; background-size: cover; }
/*# sourceMappingURL=index.min.css.map */
{
"version": 3,
"mappings": "AAAA,IAAI,GACF,KAAK,EAAE,IAAI;AACX,UAAK,GACH,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,QAAQ,EAChB,UAAU,EAAE,+CAA+C,EAC3D,eAAe,EAAE,KAAK",
"sources": ["index.scss"],
"names": [],
"file": "index.min.css"
}
\ No newline at end of file
.smt{
width: 100%;
.head{
width: 100%;
height: 7.693rem;
background: url("../../images/smt/bg.jpg") no-repeat center;
background-size: cover;
}
}
\ No newline at end of file
.supplier { width: 100%; }
.supplier .head { width: 100%; background: #09152a; padding-bottom: 0.533rem; }
.supplier .head .banner { width: 100%; height: 6.187rem; background: url("../../images/supplier/banner.png") no-repeat center; background-size: cover; }
.supplier .head .head-form { margin: 0 0.533rem; padding: 0.333rem 0.4rem 0.547rem 0.4rem; border-radius: 3px; background: rgba(255, 255, 255, 0.2); box-shadow: 0rem -0.027rem 0.233rem 0.1rem rgba(0, 0, 0, 0.5); }
.supplier .head .head-form .head-form-wrap { display: flex; flex-direction: column; background-color: #ffffff; border-radius: 3px; align-items: center; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap { width: 100%; border-bottom: 1px solid #3a4455; height: 1.333rem; padding-left: 0.28rem; white-space: nowrap; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap > label { width: 77px; text-align: right; font-size: 14px; color: #666666; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap > label em { font-size: 13px; color: #ffa200; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap > input.inp { width: 71%; height: 100%; font-size: 14px; color: #333333; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap > input.inp.w1 { width: 43%; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .code-text { font-size: 14px; background: none; color: #1080d0; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .code-text.code-text-disabled { color: #999999; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap > textarea { width: 71%; height: 100%; font-size: 14px; color: #333333; padding-top: 0.45rem; resize: none; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio { height: 100%; width: 71%; white-space: nowrap; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb { height: 100%; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb:first-child { margin-right: 0.667rem; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb em { color: #333333; font-size: 14px; margin-left: 0.253rem; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb .icn { width: 13px; height: 13px; background: url("../../images/supplier/c-1.png") no-repeat center; background-size: cover; display: inline-block; vertical-align: middle; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb .icn.icn-curr { background: url("../../images/supplier/c-2.png") no-repeat center; background-size: cover; }
.supplier .head .head-form .head-form-wrap dd.inp-wrap:last-child { border-bottom: none; }
.supplier .head .head-form .submit { height: 40px; line-height: 40px; text-align: center; background-color: #ffffff; border-radius: 3px; font-size: 14px; color: #1080d0; display: block; margin: 0.933rem 0.4rem 0 0.4rem; font-weight: bold; }
.supplier .content { padding-top: 0.567rem; }
.supplier .content .wrap { padding: 0 0.267rem; border-bottom: 0.267rem solid #f6f6f6; background: #fff; }
.supplier .content .wrap .tit { display: flex; align-items: center; padding: 0.373rem 0 0.667rem 0; }
.supplier .content .wrap .tit b { width: 5px; height: 20px; background-color: #1080d0; }
.supplier .content .wrap .tit span { margin-left: 0.28rem; font-size: 13px; color: #000000; font-weight: bold; }
.supplier .content .wrap.wrap-1 { padding-bottom: 0.5rem; }
.supplier .content .wrap.wrap-1 .supplier-slide { padding-bottom: 0.5rem; }
.supplier .content .wrap.wrap-1 .supplier-slide .slide-box { width: 50%; }
.supplier .content .wrap.wrap-1 .supplier-slide .slide-box img { width: 100%; }
.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicator { width: 8px !important; height: 8px !important; background-color: #cccccc !important; }
.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicator--active { background-color: #1080d0 !important; }
.supplier .content .wrap.wrap-2 { padding-bottom: 0.667rem; }
.supplier .content .wrap.wrap-2 .tab { display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #e5e5e5; }
.supplier .content .wrap.wrap-2 .tab li { position: relative; font-size: 16px; color: #333333; flex: 1; text-align: center; padding: 0.24rem 0; transition: all 0.4s ease; }
.supplier .content .wrap.wrap-2 .tab li.curr { color: #1080d0; }
.supplier .content .wrap.wrap-2 .tab li.curr:after { position: absolute; bottom: 0; width: 77%; left: 0; right: 0; margin: 0 auto; height: 2px; background-color: #1080d0; display: block; content: ""; }
.supplier .content .wrap.wrap-2 .tab-wrap { margin-top: 0.293rem; background-color: #ffffff; box-shadow: 0px 0px 5px 0px rgba(16, 128, 208, 0.3); border-radius: 2px; }
.supplier .content .wrap.wrap-2 .tab-wrap li { padding: 0.333rem 0 0.253rem 0; margin: 0 0.267rem; border-bottom: 1px dashed #e5e5e5; white-space: nowrap; }
.supplier .content .wrap.wrap-2 .tab-wrap li:last-child { border-bottom: none; padding-bottom: 0.4rem; }
.supplier .content .wrap.wrap-2 .tab-wrap li .ico { width: 20px; height: 18px; background: url("../../images/supplier/im2.png") no-repeat center; background-size: contain; font-size: 11px; color: #ffffff; text-align: center; line-height: 18px; }
.supplier .content .wrap.wrap-2 .tab-wrap li .text { width: 84%; white-space: normal; margin-left: 0.16rem; }
.supplier .content .wrap.wrap-2 .tab-wrap li .text .t1 { font-size: 14px; color: #333333; margin-bottom: 0.2rem; font-weight: bold; }
.supplier .content .wrap.wrap-2 .tab-wrap li .text .t2 { font-size: 12px; color: #666666; }
.supplier .content .wrap.wrap-2 .tab-wrap li .btn { width: 150px; height: 35px; background-color: #1080d0; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6); border-radius: 3px; display: flex; align-items: center; justify-content: center; margin: 0.533rem auto 0; }
.supplier .content .wrap.wrap-2 .tab-wrap li .btn em { font-size: 14px; color: #ffffff; }
.supplier .content .wrap.wrap-2 .tab-wrap li .btn i { width: 14px; height: 14px; background: url("../../images/supplier/c-3.png") no-repeat center; background-size: cover; margin-left: 0.267rem; }
.supplier .content .wrap.wrap-3 { padding-bottom: 1.2rem; border-bottom: none; }
.supplier .content .wrap.wrap-3 .join-wrap { position: relative; text-align: center; width: 100%; height: 145px; background: url("../../images/supplier/liucheng.png") no-repeat center; background-size: cover; }
.supplier .content .wrap.wrap-3 .join-wrap .bnt-wrap { width: 150px; padding: 5px; border: solid 1px #1080d0; background-color: #ffffff; position: absolute; left: 0; right: 0; top: 122px; margin: 0 auto; text-align: center; }
.supplier .content .wrap.wrap-3 .join-wrap .bnt-wrap .btn { width: 140px; height: 35px; background-color: #1080d0; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6); border-radius: 3px; font-size: 16px; color: #ffffff; text-align: center; line-height: 35px; display: block; }
/*# sourceMappingURL=index.min.css.map */
{
"version": 3,
"mappings": "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",
"sources": ["index.scss"],
"names": [],
"file": "index.min.css"
}
\ No newline at end of file
.supplier {
width: 100%;
.head {
width: 100%;
background: #09152a;
padding-bottom: 0.533rem;
.banner {
width: 100%;
height: 6.187rem;
background: url("../../images/supplier/banner.png") no-repeat center;
background-size: cover;
}
.head-form {
margin: 0 0.533rem;
padding: 0.333rem 0.4rem 0.547rem 0.4rem;
border-radius: 3px;
background: rgba(255, 255, 255, 0.2);
box-shadow: 0rem -0.027rem 0.233rem 0.1rem rgba(0, 0, 0, 0.5);
.head-form-wrap {
display: flex;
flex-direction: column;
background-color: #ffffff;
border-radius: 3px;
align-items: center;
dd.inp-wrap {
width: 100%;
border-bottom: 1px solid #3a4455;
height: 1.333rem;
padding-left: 0.28rem;
white-space: nowrap;
> label {
width: 77px;
text-align: right;
font-size: 14px;
color: #666666;
em {
font-size: 13px;
color: #ffa200;
}
}
> input.inp {
width: 71%;
height: 100%;
font-size: 14px;
color: #333333;
&.w1 {
width: 43%;
}
}
.code-text {
font-size: 14px;
background: none;
color: rgb(16, 128, 208);
&.code-text-disabled {
color: rgb(153, 153, 153);
}
}
> textarea {
width: 71%;
height: 100%;
font-size: 14px;
color: #333333;
padding-top: 0.45rem;
resize: none;
}
.inp-wrap-radio {
height: 100%;
width: 71%;
white-space: nowrap;
.inp-wrap-radio-bb {
height: 100%;
&:first-child {
margin-right: 0.667rem;
}
em {
color: #333333;
font-size: 14px;
margin-left: 0.253rem;
}
.icn {
width: 13px;
height: 13px;
background: url("../../images/supplier/c-1.png") no-repeat center;
background-size: cover;
display: inline-block;
vertical-align: middle;
&.icn-curr {
background: url("../../images/supplier/c-2.png") no-repeat center;
background-size: cover;
}
}
}
}
&:last-child {
border-bottom: none;
}
}
}
.submit {
height: 40px;
line-height: 40px;
text-align: center;
background-color: #ffffff;
border-radius: 3px;
font-size: 14px;
color: #1080d0;
display: block;
margin: 0.933rem 0.4rem 0 0.4rem;
font-weight: bold;
}
}
}
.content {
padding-top: 0.567rem;
.wrap {
padding: 0 0.267rem;
border-bottom: 0.267rem solid #f6f6f6;
background: #fff;
.tit {
display: flex;
align-items: center;
padding: 0.373rem 0 0.667rem 0;
b {
width: 5px;
height: 20px;
background-color: #1080d0;
}
span {
margin-left: 0.28rem;
font-size: 13px;
color: #000000;
font-weight: bold;
}
}
&.wrap-1 {
padding-bottom: 0.5rem;
.supplier-slide {
padding-bottom: 0.5rem;
.slide-box {
width: 50%;
img {
width: 100%;
}
}
.van-swipe__indicator {
width: 8px !important;
height: 8px !important;
background-color: #cccccc !important;
}
.van-swipe__indicator--active {
background-color: #1080d0 !important;
}
}
}
&.wrap-2 {
padding-bottom: 0.667rem;
.tab {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #e5e5e5;
li {
position: relative;
font-size: 16px;
color: #333333;
flex: 1;
text-align: center;
padding: 0.24rem 0;
transition: all 0.4s ease;
&.curr {
color: #1080d0;
&:after {
position: absolute;
bottom: 0;
width: 77%;
left: 0;
right: 0;
margin: 0 auto;
height: 2px;
background-color: #1080d0;
display: block;
content: "";
}
}
}
}
.tab-wrap {
margin-top: 0.293rem;
background-color: #ffffff;
box-shadow: 0px 0px 5px 0px rgba(16, 128, 208, 0.3);
border-radius: 2px;
li {
padding: 0.333rem 0 0.253rem 0;
margin: 0 0.267rem;
border-bottom: 1px dashed #e5e5e5;
white-space: nowrap;
&:last-child {
border-bottom: none;
padding-bottom: 0.4rem;
}
.ico {
width: 20px;
height: 18px;
background: url("../../images/supplier/im2.png") no-repeat center;
background-size: contain;
font-size: 11px;
color: #ffffff;
text-align: center;
line-height: 18px;
}
.text {
width: 84%;
white-space: normal;
margin-left: 0.16rem;
.t1 {
font-size: 14px;
color: #333333;
margin-bottom: 0.2rem;
font-weight: bold;
}
.t2 {
font-size: 12px;
color: #666666;
}
}
.btn {
width: 150px;
height: 35px;
background-color: #1080d0;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
margin: 0.533rem auto 0;
em {
font-size: 14px;
color: #ffffff;
}
i {
width: 14px;
height: 14px;
background: url("../../images/supplier/c-3.png") no-repeat center;
background-size: cover;
margin-left: 0.267rem;
}
}
}
}
}
&.wrap-3 {
padding-bottom: 1.2rem;
border-bottom: none;
.join-wrap {
position: relative;
text-align: center;
width: 100%;
height: 145px;
background: url("../../images/supplier/liucheng.png") no-repeat center;
background-size: cover;
.bnt-wrap {
width: 150px;
padding: 5px;
border: solid 1px #1080d0;
background-color: #ffffff;
position: absolute;
left: 0;
right: 0;
top: 122px;
margin: 0 auto;
text-align: center;
.btn {
width: 140px;
height: 35px;
background-color: #1080d0;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
border-radius: 3px;
font-size: 16px;
color: #ffffff;
text-align: center;
line-height: 35px;
display: block;
}
}
}
}
}
}
}
\ No newline at end of file
import Vue from 'vue'
import Router from 'vue-router'
const Home = resolve => require(['@/views/home/Index'], resolve)
const Home = resolve => require(['@/views/home/Index'], resolve);
const Smt = resolve => require(['@/views/smt/Index'], resolve);
const Supplier = resolve => require(['@/views/supplier/Index'], resolve);
Vue.use(Router)
......@@ -14,6 +16,27 @@ const routes = [
}
},
{
path: '/',
component: Home,
meta: {
title: '猎芯网'
}
},
{
path: '/smt',
component: Smt,
meta: {
title: 'SMT打样'
}
},
{
path: '/supplier',
component: Supplier,
meta: {
title: '猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网'
}
},
{
path: '*',
redirect: '/'
}
......
import Vue from 'vue'
import {Toast} from 'vant';
import {services as Services} from '../../../api/index'
import Util from '../../../util/index'
var qs = require('qs');
Vue.use(Toast);
const state = {
loading: true
}
const mutations = {
index(state, payload) {
state.index = payload.data;
}
}
const actions = {
checkAccountExists({commit}, payload) {
state.loading = true;
var params = {
pf: 2,
type: 2,
account: payload.account
}
Services.checkAccountExists(qs.stringify(params)).then((res) => {
let data = res.data;
state.loading = false;
if (data.err_code != 0) {
Toast({
message: '该手机号尚未注册,我们将为您自动生成猎芯网帐号',
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
},
customSmsVerify({commit}, payload) {
state.loading = true;
var params = {
pf: 2,
verify: '',
mobile: payload.mobile
}
Services.customSmsVerify(qs.stringify(params)).then((res) => {
let data = res.data;
state.loading = false;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
},
chainFind({commit}, payload) {
state.loading = true;
var params = {
type: 2,
mobile: payload.mobile,
linkName: payload.linkName,
verifyCode: payload.verifyCode,
com_name: payload.com_name,
main_brand: payload.main_brand,
supplier_type: payload.supplier_type
}
Services.chainFind(qs.stringify(params)).then((res) => {
let data = res.data;
state.loading = false;
if (data.errcode == 1) {
Toast({
message: data.errmsg,
duration: 3000
});
} else if (resp.errcode == 2) {
Toast({
message: '已为您自动创建的猎芯网登录账号为' + payload.mobile + '请使用免密码登录',
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
Toast({
message: '网络出现问题,请重试',
duration: 3000
});
});
}
}
const getters = {}
export default {
state,
mutations,
actions,
getters
}
......@@ -2,12 +2,14 @@ import Vue from 'vue'
import Vuex from 'vuex'
import home from './modules/home'
import common from './modules/common'
import smt from './modules/smt/index'
Vue.use(Vuex)
export default new Vuex.Store({
modules: {
home,
common
common,
smt
}
})
<template>
<section class="smt boxsiz">
<div class="head">
<div class="head-form">
<div class="inp-wrap">
<em class="va-m">*</em>
<input type="text" placeholder="联系人">
</div>
<div class="inp-wrap">
<em class="va-m">*</em>
<input type="text" placeholder="联系方式">
</div>
<a href="javascript:;" class="btn">确定提交</a>
</div>
</div>
</section>
</template>
<script>
export default {
name: 'smt',
data() {
return {}
},
methods: {}
}
</script>
<style scoped lang="scss">
@import "../../assets/css/smt/index.min.css";
</style>
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
<!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-7690e408.3c469a98.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7690e408.8cb66967.js rel=prefetch><link href=//h5static.ichunt.com/css/app.adc8e432.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.e3aaf946.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.a6fd0b8b.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.adc8e432.css rel=stylesheet></head><body><noscript><strong>网站出现了一点小问题,正在紧急修复中.......</strong></noscript><div id=app></div><script>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.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/app.js" rel="preload" as="script"></head>
<body>
<noscript>
<strong>网站出现了一点小问题,正在紧急修复中.......</strong>
</noscript>
<div id="app"></div>
<script type="text/javascript">
function SetCookie(name, value, time, domain) {
domain = domain ? ";domain=" + domain : "";
var Days = time;
var exp = new Date();
......@@ -114,7 +150,12 @@
document.getElementsByTagName('head')[0].appendChild(mta);
})();
}
}</script><script>//神策统计
}
</script>
<script type="text/javascript">
//神策统计
var host_v = window.location.host;
var __PUBLIC__;
......@@ -224,4 +265,7 @@
user_rank: '0'
});
sensors.quick('autoTrack');
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.a6fd0b8b.js></script><script src=//h5static.ichunt.com/js/app.e3aaf946.js></script></body></html>
\ No newline at end of file
}
</script>
<script type="text/javascript" src="//szh5static.ichunt.com/app.js"></script></body>
</html>
This diff could not be displayed because it is too large.
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