Commit cff89bf3 by 梁建民

js

parent be517701
...@@ -37,7 +37,7 @@ const mutations = { ...@@ -37,7 +37,7 @@ const mutations = {
state.walletInfoData = payload.data; state.walletInfoData = payload.data;
}, },
sendSafesms(state, payload) { sendSafesms(state, payload) {
state.showImgCode = true; state.showImgCode = payload.countDownFlag;
state.countDownFlag = payload.countDownFlag state.countDownFlag = payload.countDownFlag
}, },
verifyResetsms(state, payload) { verifyResetsms(state, payload) {
...@@ -69,7 +69,7 @@ const mutations = { ...@@ -69,7 +69,7 @@ const mutations = {
}, },
payTodo(state, payload) { payTodo(state, payload) {
state.rechargeWithdrawOrderDetail = payload.data state.rechargeWithdrawOrderDetail = payload.data
}, }
} }
const actions = { const actions = {
...@@ -153,6 +153,10 @@ const actions = { ...@@ -153,6 +153,10 @@ const actions = {
}); });
}, },
sendSafesms({commit}, payload) { sendSafesms({commit}, payload) {
Toast.loading({
message: '处理中...'
});
var params = { var params = {
verify: payload.imgCode, verify: payload.imgCode,
channel: 3 channel: 3
...@@ -167,16 +171,17 @@ const actions = { ...@@ -167,16 +171,17 @@ const actions = {
}); });
commit({ commit({
type: 'sendSafesms', type: 'sendSafesms',
countDownFlag: true countDownFlag: false
}); });
} else if (data.err_code == 23019) { //请确认图形验证码 } else if (data.err_code == 23019) {
//请确认图形验证码
Toast({ Toast({
message: data.err_msg, message: data.err_msg,
duration: 2000 duration: 2000
}); });
commit({ commit({
type: 'sendSafesms', type: 'sendSafesms',
countDownFlag: false countDownFlag: true
}); });
} else { } else {
Toast({ Toast({
...@@ -185,7 +190,7 @@ const actions = { ...@@ -185,7 +190,7 @@ const actions = {
}); });
} }
}).catch(function (err) { }).catch(function (err) {
Toast.clear();
}); });
}, },
verifyResetsms({commit}, payload) { verifyResetsms({commit}, payload) {
...@@ -317,10 +322,18 @@ const actions = { ...@@ -317,10 +322,18 @@ const actions = {
setTimeout(function () { setTimeout(function () {
window.location.href = "/h5/view/#/wallet/bind"; window.location.href = "/h5/view/#/wallet/bind";
}, 2000) }, 2000)
} else if (data.err_code == 11030) {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(() => {
window.location.href = '/h5/view/#/';
}, 2000)
} else { } else {
Toast({ Toast({
message: data.err_msg, message: data.err_msg,
duration: 3000 duration: 200
}); });
} }
}).catch(function (err) { }).catch(function (err) {
...@@ -504,7 +517,7 @@ const actions = { ...@@ -504,7 +517,7 @@ const actions = {
}).catch(function (err) { }).catch(function (err) {
}); });
}, }
} }
const getters = {} const getters = {}
......
<template> <template>
<section> <section class="head-dom">
<div class="header-page clr"> <div class="header-page clr">
<i class="icon iconfont icon-xiangzuo fl" @click="historyback"></i> <i class="icon iconfont icon-xiangzuo fl" @click="historyback"></i>
<h3 class="title fl">{{title}}</h3> <h3 class="title fl">{{title}}</h3>
<Menu v-if="meaushow" :color="color"></Menu> <Menu v-if="meaushow" :color="color"></Menu>
</div> </div>
</section> </section>
</template> </template>
<script> <script>
import Menu from '@/views/common/Menu.vue'; import Menu from '@/views/common/Menu.vue';
export default {
export default {
name: 'header-page', name: 'header-page',
props: { props: {
color: { color: {
...@@ -20,23 +21,21 @@ export default { ...@@ -20,23 +21,21 @@ export default {
type: String, type: String,
default: '猎芯网' default: '猎芯网'
}, },
meaushow:{ meaushow: {
type: Boolean, type: Boolean,
default: false default: false
} }
}, },
data() { data() {
return { return {}
}
}, },
mounted() { mounted() {
}, },
methods: { methods: {
historyback:function(){ historyback: function () {
history.go(-1) history.go(-1)
} }
}, },
components: { components: {
Menu Menu
...@@ -44,19 +43,37 @@ export default { ...@@ -44,19 +43,37 @@ export default {
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
body{padding-top:40px;} .head-dom {
.header-page{ padding-top: 40px;
height:40px; .header-page {
width:100%; height: 40px;
padding: 0 0.2rem; width: 100%;
position:fixed; padding: 0 0.2rem;
z-index: 998; position: fixed;
top:0; z-index: 998;
background:#fafafa; top: 0;
i{font-size:18px;margin-top:10px;color:#666} background: #fafafa;
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:0px 10%!important;} i {
} font-size: 18px;
margin-top: 10px;
color: #666
}
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: 0px 10% !important;
}
}
}
</style> </style>
.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}.wallet-content{background:#f0f0f0}.wallet-balance{background:#fff;margin-bottom:.267rem}.wallet-balance .balance-bg{width:94%;height:4rem;background:url(../img/bg.17d60605.png) no-repeat 50%;background-size:cover;margin:.267rem auto;color:#fff;-webkit-box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);border-radius:.093rem}.wallet-balance .balance-bg .text-1{width:94%;font-size:16px;margin-top:.627rem;padding-left:.4rem}.wallet-balance .balance-bg .text-2{width:94%;font-size:24px;margin-top:.3rem;padding-left:.4rem}.wallet-balance .balance-bg .text-3{font-size:45px}.wallet-balance .balance-bg .text-4{width:94%;font-size:12px;margin-top:.2rem;padding-right:.4rem;text-align:right}.wallet-balance .balance-bg .text-4 a{color:#fff}.wallet-balance .balance-handle{width:9.387rem;height:1.333rem;margin:0 auto;padding-bottom:.253rem}.wallet-balance .balance-handle span{float:left;width:49.5%;text-align:center;height:1.333rem;line-height:1.333rem;font-size:18px;color:#1080d0}.wallet-balance .balance-handle .withdraw{border-right:1px solid #e5e5e5}.wallet-balance .balance-handle .gray{color:#999}.wallet-content ul{background:#fff}.wallet-content ul li{float:left;width:33.33%;text-align:center;margin:.8rem 0}.wallet-content ul li p{margin-top:.587rem;font-size:14px;color:#000}#app,.status-content{background:#f0f0f0}.status-content .form-wrap{background:#fff}.status-content .form-wrap .inp-wrap{height:1.6rem;border-bottom:1px solid #f0f0f0}.status-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.6rem;width:25%;color:#666;padding-left:.3rem}.status-content .form-wrap .inp-wrap input{font-size:18px;line-height:1.6rem;width:45%;color:#333;padding-left:.7rem}.status-content .form-wrap .inp-wrap .bind-bank,.status-content .form-wrap .inp-wrap .forget-password{font-size:16px;line-height:1.6rem;color:#1080d0}.status-content .submit{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap{background:#fff;padding-bottom:20px}.activate-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.activate-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.activate-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.activate-content .form-wrap .inp-wrap:nth-child(2) input{width:65%!important}.activate-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.activate-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.activate-content .confirm,.activate-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.activate-content{position:relative}.activate-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.recharge-content .wallet-account{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.recharge-content .recharge-amount{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px}.recharge-content .recharge-amount p{height:40px;line-height:40px;font-size:16px;color:#333}.recharge-content .recharge-amount .money,.recharge-content .recharge-amount span{height:40px;line-height:40px;font-size:24px;color:#333}.recharge-content .payment-method{height:30px;line-height:30px;font-size:14px;color:#666;padding:0 .32rem}.recharge-content .payment-content{background:#fff}.recharge-content .payment-content .vanCell{height:60px;border-bottom:1px solid #f0f0f0}.recharge-content .payment-content .vanCell:last-child{border-bottom:none}.recharge-content .payment-content .vanCell .vanCelldt{display:inline-block;width:25px;height:40px;margin-right:15px;vertical-align:top;position:relative}.recharge-content .payment-content .vanCell .vanCelldt img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.recharge-content .payment-content .vanCell .vanCelldd{display:inline-block;height:40px;vertical-align:top;font-size:12px;line-height:18px;color:#999}.recharge-content .payment-content .vanCell .vanCelldd span{font-size:14px;line-height:18px;color:#333}.recharge-content .recharge{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.recharge-content .rechargeNO{opacity:.5}.verify-content .form-wrap{background:#fff;padding-bottom:20px}.verify-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.verify-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.verify-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333;width:65%!important}.verify-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.verify-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.verify-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.verify-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.bind-content .safe-mobile{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.bind-content .form-wrap{background:#fff;padding-bottom:10px}.bind-content .form-wrap .inp-wrap{height:2.2rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.bind-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.1rem;color:#333}.bind-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.1rem;width:85%;color:#333}.bind-content .form-wrap .inp-wrap:last-child input{width:65%!important}.bind-content .form-wrap .inp-wrap .send-yzm{color:#1080d0;border-radius:20px;border:1px solid #1080d0}.bind-content .form-wrap .inp-wrap .send-yzm,.bind-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px}.bind-content .form-wrap .inp-wrap .sending-yzm{color:#666;border-radius:20px;background:#f0f0f0}.bind-content .confirm{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.bind-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}.withdraw-content .withdrawUser-ifo{height:105px;line-height:35px;font-size:16px;color:#333;background:#fff;padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdrawUser-ifo span{float:right;font-size:14px;color:#666}.withdraw-content .withdraw-tips{height:40px;line-height:40px;font-size:12px;color:#ffa200;background:rgba(255,162,0,.2);padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdraw-amount{height:120px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-amount em{color:red}.withdraw-content .withdraw-amount p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-amount .money,.withdraw-content .withdraw-amount span{height:40px;line-height:40px;font-size:24px}.withdraw-content .withdraw-amount .withdraw-money{height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-amount .withdraw-money span{height:40px;line-height:40px;font-size:14px;color:#1080d0;margin-left:.2rem}.withdraw-content .withdraw-amount .amount-tips{color:red;height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-password{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-password em{color:red}.withdraw-content .withdraw-password p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .password{width:85%;height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.withdraw-content .submit{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.withdraw-content .submitNO{opacity:.5}.wallet-detail-content .trade-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.wallet-detail-content .trade-date{height:35px;padding:0 .32rem}.wallet-detail-content .trade-date span{height:20px;line-height:20px;font-size:16px;color:#333}.wallet-detail-content .trade-date p{height:20px;line-height:20px;font-size:14px;color:#666}.wallet-detail-content .trade-detail{background:#fff;max-height:520px;overflow-y:auto}.wallet-detail-content .trade-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.wallet-detail-content .trade-detail li.no-data{height:auto;margin-left:0;border:none;background:#f0f0f0}.wallet-detail-content .trade-detail li.no-data .no-data-pic{width:100px;height:75px;display:block;margin:0 auto;background:url(../img/nodata.47035aa0.png) no-repeat;background-size:contain}.wallet-detail-content .trade-detail li .typeIcon{display:inline-block;width:25px;height:64px;margin-right:15px;vertical-align:middle;position:relative}.wallet-detail-content .trade-detail li .typeIcon img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.wallet-detail-content .trade-detail li .typeDetail{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.wallet-detail-content .trade-detail li .typeDetail span{font-size:14px;line-height:18px;color:#333}.wallet-detail-content .trade-detail li .trade-num{display:inline-block;height:64px;line-height:64px;font-size:18px;color:#333;vertical-align:middle;float:right;margin-right:.32rem;position:relative}.account-detail-content{background:#fff}.account-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.account-detail-content .detail-box:last-child{border-bottom:none}.account-detail-content .detail-content-1{height:180px}.account-detail-content .detail-content-1 .pay-img{height:45px;text-align:center;margin-top:20px}.account-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.account-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.account-detail-content .detail-content-1 p{text-align:center}.account-detail-content .detail-content-1 .pay-type{font-size:14px;line-height:36px;color:#333}.account-detail-content .detail-content-1 .pay-amount{font-size:24px;line-height:36px;color:#333}.account-detail-content .detail-content-1 .pay-status{font-size:12px;line-height:36px;color:#999}.account-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.account-detail-content .detail-content-2 p span{float:right;color:#333}.account-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.account-detail-content .detail-content-3 p span{float:right;color:#333}.account-detail-content .detail-content-3 p a{float:right;color:#1080d0}.record-content .record-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.record-content .record-date{height:35px;padding:0 .32rem}.record-content .record-date span{height:20px;line-height:20px;font-size:16px;color:#333}.record-content .record-date p{height:20px;line-height:20px;font-size:14px;color:#666}.record-content .record-detail{background:#fff;max-height:520px;overflow-y:auto}.record-content .record-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.record-content .record-detail li.no-data{height:auto;margin-left:0;border:none;background:#f0f0f0}.record-content .record-detail li.no-data .no-data-pic{width:100px;height:75px;display:block;margin:0 auto;background:url(../img/nodata.47035aa0.png) no-repeat;background-size:contain}.record-content .record-detail li .record-item{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.record-content .record-detail li .record-item span{font-size:16px;line-height:18px;color:#333}.record-content .record-detail li .record-num{display:inline-block;height:54px;line-height:26px;font-size:18px;color:#333;text-align:right;vertical-align:middle;float:right;margin-right:.32rem;padding:5px 0;position:relative}.record-content .record-detail li .record-num .withdrawText{width:75px;height:25px;line-height:25px;font-size:14px;color:red}.record-content .record-detail li .record-num .successText{width:75px;height:25px;line-height:25px;font-size:14px;color:#999}.record-content .record-detail li .record-num .rechargeBtn{display:inline-block;text-align:center;width:75px;height:25px;line-height:25px;font-size:14px;color:#1080d0;border:1px solid #1080d0;border-radius:15px}.withdraw-detail-content{background:#fff}.withdraw-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.withdraw-detail-content .detail-box:last-child{border-bottom:none}.withdraw-detail-content .detail-content-1{height:120px}.withdraw-detail-content .detail-content-1 .withdraw-img{height:45px;text-align:center;margin-top:20px}.withdraw-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.withdraw-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.withdraw-detail-content .detail-content-1 p{text-align:center}.withdraw-detail-content .detail-content-1 .withdraw-record{font-size:14px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-amount{font-size:24px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-status{font-size:12px;line-height:36px;color:#999}.withdraw-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-2 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-3 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p a{float:right;color:#1080d0}.retrieve-content .form-wrap{background:#fff;padding-bottom:20px}.retrieve-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.retrieve-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.retrieve-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.retrieve-content .form-wrap .inp-wrap:nth-child(2) input,.retrieve-content .form-wrap .inp-wrap:nth-child(3) input{width:65%!important}.retrieve-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.retrieve-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.retrieve-content .confirm,.retrieve-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.retrieve-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.retrieve-content{position:relative}.retrieve-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.cashier-content .cashier-detail{background:#fff;height:85px;margin-bottom:10px}.cashier-content .cashier-detail p{color:#333;text-align:center}.cashier-content .cashier-detail .order-num{font-size:14px;line-height:36px}.cashier-content .cashier-detail .order-money{font-size:24px;line-height:36px}.cashier-content .form-wrap{background:#fff}.cashier-content .form-wrap .inp-wrap{height:60px}.cashier-content .form-wrap .inp-wrap label{font-size:16px;line-height:60px;width:25%;color:#333;padding-left:.3rem}.cashier-content .form-wrap .inp-wrap input{font-size:16px;line-height:60px;width:45%;color:#333}.cashier-content .pay{width:9.2rem;height:1.33rem;line-height:1.33rem;background:#1080d0;text-align:center;border-radius:.6rem;font-size:16px;color:#fff;display:block;margin:1.333rem auto;font-weight:700}.cashier-content .forget-password{text-align:right;font-size:14px;line-height:36px;padding-right:.3rem}.cashier-content .forget-password a{color:#666}.dialog-layer-shade{position:fixed;width:100%;height:100%;top:0;right:0;left:0;z-index:2018;background:rgba(0,0,0,.4)}.dialog-layer-shade .dialog-layer{width:100%;position:fixed;bottom:0;left:0;right:0;text-align:center;background-color:#f0f0f0;min-height:150px;-webkit-animation:fadeInUp .3s ease-in-out}.dialog-layer-shade .dialog-layer .tit{font-size:16px;color:#333;height:48px;line-height:48px;border-bottom:1px solid #e5e5e5;font-weight:700}.dialog-layer-shade .dialog-layer .tab{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.533rem .4rem;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-flow:wrap;flex-flow:wrap}.dialog-layer-shade .dialog-layer .tab li{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%;height:55px;line-height:55px;text-align:center;background-color:#fff;font-size:16px;color:#666;margin-bottom:.16rem;margin-right:.16rem}.dialog-layer-shade .dialog-layer .tab li.curr{background-color:#1080d0;color:#fff}.dialog-layer-shade .dialog-layer .btn{display:block;width:100%;height:50px;line-height:50px;background-color:#fff;text-align:center;font-size:16px;color:#333;font-weight:700;border-top:.133rem solid rgba(0,0,0,.4)}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translateY(200px)}to{-webkit-transform:translateY(0)}}
\ 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
.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}.head-dom[data-v-3efd14ca]{padding-top:40px}.head-dom .header-page[data-v-3efd14ca]{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.head-dom .header-page i[data-v-3efd14ca]{font-size:18px;margin-top:10px;color:#666}.head-dom .header-page h3[data-v-3efd14ca]{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}.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}.head-dom[data-v-3efd14ca]{padding-top:40px}.head-dom .header-page[data-v-3efd14ca]{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.head-dom .header-page i[data-v-3efd14ca]{font-size:18px;margin-top:10px;color:#666}.head-dom .header-page h3[data-v-3efd14ca]{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}.head-dom[data-v-3efd14ca]{padding-top:40px}.head-dom .header-page[data-v-3efd14ca]{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.head-dom .header-page i[data-v-3efd14ca]{font-size:18px;margin-top:10px;color:#666}.head-dom .header-page h3[data-v-3efd14ca]{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}.wallet-content{background:#f0f0f0}.wallet-balance{background:#fff;margin-bottom:.267rem}.wallet-balance .balance-bg{width:94%;height:4rem;background:url(../img/bg.17d60605.png) no-repeat 50%;background-size:cover;margin:.267rem auto;color:#fff;-webkit-box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);border-radius:.093rem}.wallet-balance .balance-bg .text-1{width:94%;font-size:16px;margin-top:.627rem;padding-left:.4rem}.wallet-balance .balance-bg .text-2{width:94%;font-size:24px;margin-top:.3rem;padding-left:.4rem}.wallet-balance .balance-bg .text-3{font-size:45px}.wallet-balance .balance-bg .text-4{width:94%;font-size:12px;margin-top:.2rem;padding-right:.4rem;text-align:right}.wallet-balance .balance-bg .text-4 a{color:#fff}.wallet-balance .balance-handle{width:9.387rem;height:1.333rem;margin:0 auto;padding-bottom:.253rem}.wallet-balance .balance-handle span{float:left;width:49.5%;text-align:center;height:1.333rem;line-height:1.333rem;font-size:18px;color:#1080d0}.wallet-balance .balance-handle .withdraw{border-right:1px solid #e5e5e5}.wallet-balance .balance-handle .gray{color:#999}.wallet-content ul{background:#fff}.wallet-content ul li{float:left;width:33.33%;text-align:center;margin:.8rem 0}.wallet-content ul li p{margin-top:.587rem;font-size:14px;color:#000}#app,.status-content{background:#f0f0f0}.status-content .form-wrap{background:#fff}.status-content .form-wrap .inp-wrap{height:1.6rem;border-bottom:1px solid #f0f0f0}.status-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.6rem;width:25%;color:#666;padding-left:.3rem}.status-content .form-wrap .inp-wrap input{font-size:18px;line-height:1.6rem;width:45%;color:#333;padding-left:.7rem}.status-content .form-wrap .inp-wrap .bind-bank,.status-content .form-wrap .inp-wrap .forget-password{font-size:16px;line-height:1.6rem;color:#1080d0}.status-content .submit{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap{background:#fff;padding-bottom:20px}.activate-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.activate-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.activate-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.activate-content .form-wrap .inp-wrap:nth-child(2) input{width:65%!important}.activate-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.activate-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.activate-content .confirm,.activate-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.activate-content{position:relative}.activate-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.recharge-content .wallet-account{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.recharge-content .recharge-amount{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px}.recharge-content .recharge-amount p{height:40px;line-height:40px;font-size:16px;color:#333}.recharge-content .recharge-amount .money,.recharge-content .recharge-amount span{height:40px;line-height:40px;font-size:24px;color:#333}.recharge-content .payment-method{height:30px;line-height:30px;font-size:14px;color:#666;padding:0 .32rem}.recharge-content .payment-content{background:#fff}.recharge-content .payment-content .vanCell{height:60px;border-bottom:1px solid #f0f0f0}.recharge-content .payment-content .vanCell:last-child{border-bottom:none}.recharge-content .payment-content .vanCell .vanCelldt{display:inline-block;width:25px;height:40px;margin-right:15px;vertical-align:top;position:relative}.recharge-content .payment-content .vanCell .vanCelldt img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.recharge-content .payment-content .vanCell .vanCelldd{display:inline-block;height:40px;vertical-align:top;font-size:12px;line-height:18px;color:#999}.recharge-content .payment-content .vanCell .vanCelldd span{font-size:14px;line-height:18px;color:#333}.recharge-content .recharge{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.recharge-content .rechargeNO{opacity:.5}.verify-content .form-wrap{background:#fff;padding-bottom:20px}.verify-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.verify-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.verify-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333;width:65%!important}.verify-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.verify-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.verify-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.verify-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.bind-content .safe-mobile{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.bind-content .form-wrap{background:#fff;padding-bottom:10px}.bind-content .form-wrap .inp-wrap{height:2.2rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.bind-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.1rem;color:#333}.bind-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.1rem;width:85%;color:#333}.bind-content .form-wrap .inp-wrap:last-child input{width:65%!important}.bind-content .form-wrap .inp-wrap .send-yzm{color:#1080d0;border-radius:20px;border:1px solid #1080d0}.bind-content .form-wrap .inp-wrap .send-yzm,.bind-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px}.bind-content .form-wrap .inp-wrap .sending-yzm{color:#666;border-radius:20px;background:#f0f0f0}.bind-content .confirm{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.bind-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}.withdraw-content .withdrawUser-ifo{height:105px;line-height:35px;font-size:16px;color:#333;background:#fff;padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdrawUser-ifo span{float:right;font-size:14px;color:#666}.withdraw-content .withdraw-tips{height:40px;line-height:40px;font-size:12px;color:#ffa200;background:rgba(255,162,0,.2);padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdraw-amount{height:120px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-amount em{color:red}.withdraw-content .withdraw-amount p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-amount .money,.withdraw-content .withdraw-amount span{height:40px;line-height:40px;font-size:24px}.withdraw-content .withdraw-amount .withdraw-money{height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-amount .withdraw-money span{height:40px;line-height:40px;font-size:14px;color:#1080d0;margin-left:.2rem}.withdraw-content .withdraw-amount .amount-tips{color:red;height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-password{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-password em{color:red}.withdraw-content .withdraw-password p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .password{width:85%;height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.withdraw-content .submit{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.withdraw-content .submitNO{opacity:.5}.wallet-detail-content .trade-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.wallet-detail-content .trade-date{height:35px;padding:0 .32rem}.wallet-detail-content .trade-date span{height:20px;line-height:20px;font-size:16px;color:#333}.wallet-detail-content .trade-date p{height:20px;line-height:20px;font-size:14px;color:#666}.wallet-detail-content .trade-detail{background:#fff;max-height:520px;overflow-y:auto}.wallet-detail-content .trade-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.wallet-detail-content .trade-detail li.no-data{height:auto;margin-left:0;border:none;background:#f0f0f0}.wallet-detail-content .trade-detail li.no-data .no-data-pic{width:100px;height:75px;display:block;margin:0 auto;background:url(../img/nodata.47035aa0.png) no-repeat;background-size:contain}.wallet-detail-content .trade-detail li .typeIcon{display:inline-block;width:25px;height:64px;margin-right:15px;vertical-align:middle;position:relative}.wallet-detail-content .trade-detail li .typeIcon img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.wallet-detail-content .trade-detail li .typeDetail{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.wallet-detail-content .trade-detail li .typeDetail span{font-size:14px;line-height:18px;color:#333}.wallet-detail-content .trade-detail li .trade-num{display:inline-block;height:64px;line-height:64px;font-size:18px;color:#333;vertical-align:middle;float:right;margin-right:.32rem;position:relative}.account-detail-content{background:#fff}.account-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.account-detail-content .detail-box:last-child{border-bottom:none}.account-detail-content .detail-content-1{height:180px}.account-detail-content .detail-content-1 .pay-img{height:45px;text-align:center;margin-top:20px}.account-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.account-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.account-detail-content .detail-content-1 p{text-align:center}.account-detail-content .detail-content-1 .pay-type{font-size:14px;line-height:36px;color:#333}.account-detail-content .detail-content-1 .pay-amount{font-size:24px;line-height:36px;color:#333}.account-detail-content .detail-content-1 .pay-status{font-size:12px;line-height:36px;color:#999}.account-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.account-detail-content .detail-content-2 p span{float:right;color:#333}.account-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.account-detail-content .detail-content-3 p span{float:right;color:#333}.account-detail-content .detail-content-3 p a{float:right;color:#1080d0}.record-content .record-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.record-content .record-date{height:35px;padding:0 .32rem}.record-content .record-date span{height:20px;line-height:20px;font-size:16px;color:#333}.record-content .record-date p{height:20px;line-height:20px;font-size:14px;color:#666}.record-content .record-detail{background:#fff;max-height:520px;overflow-y:auto}.record-content .record-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.record-content .record-detail li.no-data{height:auto;margin-left:0;border:none;background:#f0f0f0}.record-content .record-detail li.no-data .no-data-pic{width:100px;height:75px;display:block;margin:0 auto;background:url(../img/nodata.47035aa0.png) no-repeat;background-size:contain}.record-content .record-detail li .record-item{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.record-content .record-detail li .record-item span{font-size:16px;line-height:18px;color:#333}.record-content .record-detail li .record-num{display:inline-block;height:54px;line-height:26px;font-size:18px;color:#333;text-align:right;vertical-align:middle;float:right;margin-right:.32rem;padding:5px 0;position:relative}.record-content .record-detail li .record-num .withdrawText{width:75px;height:25px;line-height:25px;font-size:14px;color:red}.record-content .record-detail li .record-num .successText{width:75px;height:25px;line-height:25px;font-size:14px;color:#999}.record-content .record-detail li .record-num .rechargeBtn{display:inline-block;text-align:center;width:75px;height:25px;line-height:25px;font-size:14px;color:#1080d0;border:1px solid #1080d0;border-radius:15px}.withdraw-detail-content{background:#fff}.withdraw-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.withdraw-detail-content .detail-box:last-child{border-bottom:none}.withdraw-detail-content .detail-content-1{height:120px}.withdraw-detail-content .detail-content-1 .withdraw-img{height:45px;text-align:center;margin-top:20px}.withdraw-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.withdraw-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.withdraw-detail-content .detail-content-1 p{text-align:center}.withdraw-detail-content .detail-content-1 .withdraw-record{font-size:14px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-amount{font-size:24px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-status{font-size:12px;line-height:36px;color:#999}.withdraw-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-2 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-3 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p a{float:right;color:#1080d0}.retrieve-content .form-wrap{background:#fff;padding-bottom:20px}.retrieve-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.retrieve-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.retrieve-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.retrieve-content .form-wrap .inp-wrap:nth-child(2) input,.retrieve-content .form-wrap .inp-wrap:nth-child(3) input{width:65%!important}.retrieve-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.retrieve-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.retrieve-content .confirm,.retrieve-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.retrieve-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.retrieve-content{position:relative}.retrieve-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.cashier-content .cashier-detail{background:#fff;height:85px;margin-bottom:10px}.cashier-content .cashier-detail p{color:#333;text-align:center}.cashier-content .cashier-detail .order-num{font-size:14px;line-height:36px}.cashier-content .cashier-detail .order-money{font-size:24px;line-height:36px}.cashier-content .form-wrap{background:#fff}.cashier-content .form-wrap .inp-wrap{height:60px}.cashier-content .form-wrap .inp-wrap label{font-size:16px;line-height:60px;width:25%;color:#333;padding-left:.3rem}.cashier-content .form-wrap .inp-wrap input{font-size:16px;line-height:60px;width:45%;color:#333}.cashier-content .pay{width:9.2rem;height:1.33rem;line-height:1.33rem;background:#1080d0;text-align:center;border-radius:.6rem;font-size:16px;color:#fff;display:block;margin:1.333rem auto;font-weight:700}.cashier-content .forget-password{text-align:right;font-size:14px;line-height:36px;padding-right:.3rem}.cashier-content .forget-password a{color:#666}.dialog-layer-shade{position:fixed;width:100%;height:100%;top:0;right:0;left:0;z-index:2018;background:rgba(0,0,0,.4)}.dialog-layer-shade .dialog-layer{width:100%;position:fixed;bottom:0;left:0;right:0;text-align:center;background-color:#f0f0f0;min-height:150px;-webkit-animation:fadeInUp .3s ease-in-out}.dialog-layer-shade .dialog-layer .tit{font-size:16px;color:#333;height:48px;line-height:48px;border-bottom:1px solid #e5e5e5;font-weight:700}.dialog-layer-shade .dialog-layer .tab{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.533rem .4rem;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-flow:wrap;flex-flow:wrap}.dialog-layer-shade .dialog-layer .tab li{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%;height:55px;line-height:55px;text-align:center;background-color:#fff;font-size:16px;color:#666;margin-bottom:.16rem;margin-right:.16rem}.dialog-layer-shade .dialog-layer .tab li.curr{background-color:#1080d0;color:#fff}.dialog-layer-shade .dialog-layer .btn{display:block;width:100%;height:50px;line-height:50px;background-color:#fff;text-align:center;font-size:16px;color:#333;font-weight:700;border-top:.133rem solid rgba(0,0,0,.4)}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translateY(200px)}to{-webkit-transform:translateY(0)}}
\ 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}.head-dom[data-v-3efd14ca]{padding-top:40px}.head-dom .header-page[data-v-3efd14ca]{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.head-dom .header-page i[data-v-3efd14ca]{font-size:18px;margin-top:10px;color:#666}.head-dom .header-page h3[data-v-3efd14ca]{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
<!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-028bdf4e.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0440b270.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-102cd202.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1a2ea83e.4415e799.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-206b79a6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-236d51c7.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-271adf58.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-30664260.24a1d1a4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-39848aeb.927a837d.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3be59844.d9679dad.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-40d9be3a.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-42f0e6ef.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-47e2197c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4a2fcb5c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5935c7ce.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5f6a2832.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-61476b42.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6c7293c0.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7b714e7b.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8bf31510.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-90775f4a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-f2ac357a.29799028.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-028bdf4e.90ddcc2a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0440b270.be91522c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-102cd202.2a266e73.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1a2ea83e.ada08760.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-206b79a6.21d0c64a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-236d51c7.e206e96f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-271adf58.46c30b18.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-30664260.efc7c245.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-39848aeb.2f4e423f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3be59844.0fd10a50.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-40d9be3a.543088ab.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-42f0e6ef.bf18dc39.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-47e2197c.5cc83eae.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4a2fcb5c.ded48309.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5935c7ce.de3d98d3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5f6a2832.101bbbe8.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-61476b42.3fd5b827.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6c7293c0.0b61e37c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7b714e7b.be5d558f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8bf31510.9245a6b3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-90775f4a.77028cc7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-f2ac357a.ffb0136b.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.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.25940424.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.2ff889b4.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.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) { <!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-028bdf4e.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0440b270.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-102cd202.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-206b79a6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-236d51c7.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-271adf58.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-39848aeb.927a837d.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-40d9be3a.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-411c813f.768ec1f7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-42f0e6ef.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-47e2197c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4a2fcb5c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5935c7ce.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5f6a2832.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6199b240.f866fa36.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6c7293c0.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-74b6e450.c2725186.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7b714e7b.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8bf31510.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-90775f4a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-aa726976.daebf705.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-f2ac357a.29799028.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-028bdf4e.90ddcc2a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0440b270.be91522c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-102cd202.2a266e73.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-206b79a6.21d0c64a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-236d51c7.e206e96f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-271adf58.46c30b18.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-39848aeb.2f4e423f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-40d9be3a.543088ab.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-411c813f.192cc2c8.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-42f0e6ef.bf18dc39.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-47e2197c.5cc83eae.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4a2fcb5c.ded48309.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5935c7ce.de3d98d3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5f6a2832.101bbbe8.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6199b240.01bfbdc4.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6c7293c0.0b61e37c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-74b6e450.adde28b9.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7b714e7b.be5d558f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8bf31510.9245a6b3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-90775f4a.77028cc7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-aa726976.df7656a2.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-f2ac357a.ffb0136b.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.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.cddc690c.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.2ff889b4.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.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 : ""; domain = domain ? ";domain=" + domain : "";
var Days = time; var Days = time;
var exp = new Date(); var exp = new Date();
...@@ -224,4 +224,4 @@ ...@@ -224,4 +224,4 @@
user_rank: '0' user_rank: '0'
}); });
sensors.quick('autoTrack'); sensors.quick('autoTrack');
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.2ff889b4.js></script><script src=//h5static.ichunt.com/js/app.25940424.js></script></body></html> }</script><script src=//h5static.ichunt.com/js/chunk-vendors.2ff889b4.js></script><script src=//h5static.ichunt.com/js/app.cddc690c.js></script></body></html>
\ No newline at end of file \ No newline at end of file
(function(e){function t(t){for(var n,i,r=t[0],s=t[1],u=t[2],l=0,d=[];l<r.length;l++)i=r[l],c[i]&&d.push(c[i][0]),c[i]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);f&&f(t);while(d.length)d.shift()();return o.push.apply(o,u||[]),a()}function a(){for(var e,t=0;t<o.length;t++){for(var a=o[t],n=!0,i=1;i<a.length;i++){var r=a[i];0!==c[r]&&(n=!1)}n&&(o.splice(t--,1),e=s(s.s=a[0]))}return e}var n={},i={app:0},c={app:0},o=[];function r(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-1a2ea83e":"ada08760","chunk-028bdf4e":"90ddcc2a","chunk-0440b270":"be91522c","chunk-102cd202":"2a266e73","chunk-206b79a6":"21d0c64a","chunk-236d51c7":"e206e96f","chunk-271adf58":"46c30b18","chunk-42f0e6ef":"bf18dc39","chunk-47e2197c":"5cc83eae","chunk-4a2fcb5c":"ded48309","chunk-5f6a2832":"101bbbe8","chunk-6c7293c0":"0b61e37c","chunk-7b714e7b":"be5d558f","chunk-8bf31510":"9245a6b3","chunk-90775f4a":"77028cc7","chunk-30664260":"efc7c245","chunk-39848aeb":"2f4e423f","chunk-3be59844":"0fd10a50","chunk-40d9be3a":"543088ab","chunk-5935c7ce":"de3d98d3","chunk-61476b42":"3fd5b827","chunk-f2ac357a":"ffb0136b"}[e]+".js"}function s(t){if(n[t])return n[t].exports;var a=n[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,s),a.l=!0,a.exports}s.e=function(e){var t=[],a={"chunk-1a2ea83e":1,"chunk-028bdf4e":1,"chunk-0440b270":1,"chunk-102cd202":1,"chunk-206b79a6":1,"chunk-236d51c7":1,"chunk-271adf58":1,"chunk-42f0e6ef":1,"chunk-47e2197c":1,"chunk-4a2fcb5c":1,"chunk-5f6a2832":1,"chunk-6c7293c0":1,"chunk-7b714e7b":1,"chunk-8bf31510":1,"chunk-90775f4a":1,"chunk-30664260":1,"chunk-39848aeb":1,"chunk-3be59844":1,"chunk-40d9be3a":1,"chunk-5935c7ce":1,"chunk-61476b42":1,"chunk-f2ac357a":1};i[e]?t.push(i[e]):0!==i[e]&&a[e]&&t.push(i[e]=new Promise(function(t,a){for(var n="css/"+({}[e]||e)+"."+{"chunk-1a2ea83e":"4415e799","chunk-028bdf4e":"92647ec0","chunk-0440b270":"92647ec0","chunk-102cd202":"92647ec0","chunk-206b79a6":"92647ec0","chunk-236d51c7":"92647ec0","chunk-271adf58":"92647ec0","chunk-42f0e6ef":"92647ec0","chunk-47e2197c":"92647ec0","chunk-4a2fcb5c":"92647ec0","chunk-5f6a2832":"92647ec0","chunk-6c7293c0":"92647ec0","chunk-7b714e7b":"92647ec0","chunk-8bf31510":"92647ec0","chunk-90775f4a":"92647ec0","chunk-30664260":"24a1d1a4","chunk-39848aeb":"927a837d","chunk-3be59844":"d9679dad","chunk-40d9be3a":"d7e46390","chunk-5935c7ce":"43c91bcb","chunk-61476b42":"c0f345b7","chunk-f2ac357a":"29799028"}[e]+".css",c=s.p+n,o=document.getElementsByTagName("link"),r=0;r<o.length;r++){var u=o[r],l=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(l===n||l===c))return t()}var d=document.getElementsByTagName("style");for(r=0;r<d.length;r++){u=d[r],l=u.getAttribute("data-href");if(l===n||l===c)return t()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=t,f.onerror=function(t){var n=t&&t.target&&t.target.src||c,o=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");o.request=n,delete i[e],f.parentNode.removeChild(f),a(o)},f.href=c;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[e]=0}));var n=c[e];if(0!==n)if(n)t.push(n[2]);else{var o=new Promise(function(t,a){n=c[e]=[t,a]});t.push(n[2]=o);var u,l=document.createElement("script");l.charset="utf-8",l.timeout=120,s.nc&&l.setAttribute("nonce",s.nc),l.src=r(e),u=function(t){l.onerror=l.onload=null,clearTimeout(d);var a=c[e];if(0!==a){if(a){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src,o=new Error("Loading chunk "+e+" failed.\n("+n+": "+i+")");o.type=n,o.request=i,a[1](o)}c[e]=void 0}};var d=setTimeout(function(){u({type:"timeout",target:l})},12e4);l.onerror=l.onload=u,document.head.appendChild(l)}return Promise.all(t)},s.m=e,s.c=n,s.d=function(e,t,a){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},s.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(s.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)s.d(a,n,function(t){return e[t]}.bind(null,n));return a},s.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="//h5static.ichunt.com/",s.oe=function(e){throw e};var u=window["webpackJsonp"]=window["webpackJsonp"]||[],l=u.push.bind(u);u.push=t,u=u.slice();for(var d=0;d<u.length;d++)t(u[d]);var f=l;o.push([0,"chunk-vendors"]),a()})({0:function(e,t,a){e.exports=a("56d7")},"365c":function(e,t,a){"use strict";a.d(t,"a",function(){return s}),a.d(t,"b",function(){return f});var n,i,c,o=a("7f43"),r=a.n(o);switch(window.location.hostname){case"m.ichunt.com":c="https://www.ichunt.com/v3/",i="https://m.ichunt.com/v3/",n="https://api.ichunt.com/";break;case"szm.ichunt.com":n="https://szapi.ichunt.com/",i="https://szm.ichunt.com/v3/",c="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":i="https://tm.ichunt.com/v3/",n="https://api.ichunt.com/",c="https://t.ichunt.com/v3/";break;case"m.liexin.com":i="http://m.liexin.com/v3/",n="http://api.liexin.com/",c="http://www.liexin.com/v3/";break;default:i="/m/v3/",n="/apis/"}var s=c,u=i,l=n,d={index:u+"index",loginCheck:l+"login/check",cartCount:l+"cart/count",customsrService:l+"public/customsrservice",getCommonParams:u+"getcommonparams",wxaccess:u+"api/wxaccess",checkAccountExists:l+"public/checkAccountExists",customSmsVerify:l+"public/customSmsVerify",chainFind:u+"Service/chainFind",wechatArticle:l+"Wechat/WechatArticleJinJi/article",newsArticle:l+"Article/Article/index",newsArticleDetail:l+"Article/Article/details",newsArticleDetailAd:l+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getWalletInfo:l+"wallet/info",activateWallet:l+"wallet/activate",sendSafesms:l+"wallet/safesms",verifyResetsms:l+"wallet/verifyresetsms",changeWalletpwd:l+"wallet/changepwd",walletListLog:l+"wallet/log",walletRecordList:l+"wallet/lists",verifySafeMobile:l+"wallet/verifysafe",getBindBankmsg:l+"wallet/getbankmsg",bindBankCard:l+"wallet/bindbankcard",walletRecharge:l+"wallet/recharge",walletWithdraw:l+"wallet/withdraw",rechargeWithdrawOrderIfo:l+"wallet/orderinfo",payTodo:l+"pay/todo"},f={index:function(e){return r.a.post(d.index,e)},loginCheck:function(e){return r.a.get(d.loginCheck,{params:{data:e}})},smsVerify:function(e){return r.a.post(d.smsVerify,e)},actionLogin:function(e){return r.a.post(d.actionLogin,e)},feedback:function(e){return r.a.post(d.feedback,e)},cartCount:function(e){return r.a.get(d.cartCount,{params:{data:e}})},customsrService:function(e){return r.a.get(d.customsrService,{params:{data:e}})},getCommonParams:function(e){return r.a.post(d.getCommonParams,e)},wxaccess:function(e){return r.a.post(d.wxaccess,e)},checkAccountExists:function(e){return r.a.post(d.checkAccountExists,e)},customSmsVerify:function(e){return r.a.post(d.customSmsVerify,e)},chainFind:function(e){return r.a.post(d.chainFind,e)},wechatArticle:function(e){return r.a.post(d.wechatArticle,e)},newsArticle:function(e){return r.a.post(d.newsArticle,e)},newsArticleDetail:function(e){return r.a.post(d.newsArticleDetail,e)},newsArticleDetailAd:function(e){return r.a.post(d.newsArticleDetailAd,e)},getWalletInfo:function(e){return r.a.get(d.getWalletInfo,{params:{data:e}})},activateWallet:function(e){return r.a.post(d.activateWallet,e)},sendSafesms:function(e){return r.a.post(d.sendSafesms,e)},verifyResetsms:function(e){return r.a.post(d.verifyResetsms,e)},walletListLog:function(e){return r.a.post(d.walletListLog,e)},changeWalletpwd:function(e){return r.a.post(d.changeWalletpwd,e)},walletRecordList:function(e){return r.a.post(d.walletRecordList,e)},verifySafeMobile:function(e){return r.a.post(d.verifySafeMobile,e)},getBindBankmsg:function(e){return r.a.post(d.getBindBankmsg,e)},bindBankCard:function(e){return r.a.post(d.bindBankCard,e)},walletRecharge:function(e){return r.a.post(d.walletRecharge,e)},walletWithdraw:function(e){return r.a.post(d.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return r.a.post(d.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return r.a.post(d.payTodo,e)}}},4260:function(e,t,a){"use strict";a("ac74"),a("9029");var n=a("0ec6"),i=a.n(n),c=(a("c764"),a("ab01")),o=a.n(c),r=(a("4ddc"),0),s=8;function u(e){return g(l(p(e),e.length*s))}function l(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var a=Array(80),n=1732584193,i=-271733879,c=-1732584194,o=271733878,r=-1009589776,s=0;s<e.length;s+=16){for(var u=n,l=i,p=c,g=o,w=r,b=0;b<80;b++){a[b]=b<16?e[s+b]:h(a[b-3]^a[b-8]^a[b-14]^a[b-16],1);var v=m(m(h(n,5),d(b,i,c,o)),m(m(r,a[b]),f(b)));r=o,o=c,c=h(i,30),i=n,n=v}n=m(n,u),i=m(i,l),c=m(c,p),o=m(o,g),r=m(r,w)}return Array(n,i,c,o,r)}function d(e,t,a,n){return e<20?t&a|~t&n:e<40?t^a^n:e<60?t&a|t&n|a&n:t^a^n}function f(e){return e<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514}function m(e,t){var a=(65535&e)+(65535&t),n=(e>>16)+(t>>16)+(a>>16);return n<<16|65535&a}function h(e,t){return e<<t|e>>>32-t}function p(e){for(var t=Array(),a=(1<<s)-1,n=0;n<e.length*s;n+=s)t[n>>5]|=(e.charCodeAt(n/s)&a)<<24-n%32;return t}function g(e){for(var t=r?"0123456789ABCDEF":"0123456789abcdef",a="",n=0;n<4*e.length;n++)a+=t.charAt(e[n>>2]>>8*(3-n%4)+4&15)+t.charAt(e[n>>2]>>8*(3-n%4)&15);return a}var w=a("0427");t["a"]={setCookie:function(e,t,a,n){n=n?";domain="+n:"";var i=a,c=new Date;return c.setTime(c.getTime()+24*i*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+c.toGMTString()+";path=/"+n,!0},getCookie:function(e){for(var t=document.cookie,a=t.split("; "),n=0;n<a.length;n++){var i=a[n].split("=");if(e==i[0])return i[1]}return null},delCookie:function(e){var t=new Date;t.setTime(t.getTime()-1);var a=this.getCookie(e);null!=a&&(document.cookie=e+"="+a+";expires="+t.toGMTString())},getParams:function(e){var t=this.getCookie("Yo4teW_gid"),a=this.getCookie("cache_time");if(null!=a)var n=Math.floor((new Date).getTime()/1e3);else{n=Math.floor((new Date).getTime()/1e3)+window.fwtimes;this.setCookie("cache_time",window.fwtimes,1,window.cookieHostname)}var c=[],r={},s="",l="",d="",f={pf:2,qwertyuiop:n,Yo4teW_gid:t},m=o()({},f,e);i()(m).forEach(function(e,t,a){c.push(e)}),c=c.sort(),c.forEach(function(e,t,a){r[c[t]]=m[c[t]]}),i()(r).forEach(function(e,t,a){s+=e+"="+r[e]}),l=s.replace(/[^0-9a-zA-Z]/g,""),l=l.toUpperCase();for(var h=0;h<l.length;h++)"A"!=l[h]&&"B"!=l[h]&&"C"!=l[h]&&(d+=l[h]);s=u(d);var p=o()({},e,{asdfghjkl:s},{qwertyuiop:n},{pf:2});return w.stringify(p)}}},"56d7":function(e,t,a){"use strict";a.r(t);var n=a("a700"),i=a.n(n),c=a("bd31"),o=a("0ec6"),r=a.n(o),s=(a("c764"),a("9f07"),a("0964"),a("1cc5")),u=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"app"}},[a("keep-alive",{attrs:{exclude:"newsDetail,wallet,status"}},[a("router-view",{staticClass:"router-view"})],1)],1)},l=[],d={name:"app"},f=d,m=a("fc05"),h=Object(m["a"])(f,u,l,!1,null,null,null),p=h.exports,g=a("7f43"),w=a.n(g),b=(a("0a16"),a("081a")),v=function(e){return a.e("chunk-39848aeb").then(function(){var t=[a("9553")];e.apply(null,t)}.bind(this)).catch(a.oe)},k=function(e){return a.e("chunk-40d9be3a").then(function(){var t=[a("2500")];e.apply(null,t)}.bind(this)).catch(a.oe)},y=function(e){return a.e("chunk-5935c7ce").then(function(){var t=[a("9055")];e.apply(null,t)}.bind(this)).catch(a.oe)},_=function(e){return a.e("chunk-61476b42").then(function(){var t=[a("bd04")];e.apply(null,t)}.bind(this)).catch(a.oe)},C=function(e){return a.e("chunk-3be59844").then(function(){var t=[a("2536")];e.apply(null,t)}.bind(this)).catch(a.oe)},O=function(e){return a.e("chunk-30664260").then(function(){var t=[a("832f")];e.apply(null,t)}.bind(this)).catch(a.oe)},A=function(e){return a.e("chunk-f2ac357a").then(function(){var t=[a("f825")];e.apply(null,t)}.bind(this)).catch(a.oe)},S=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-271adf58")]).then(function(){var t=[a("7526")];e.apply(null,t)}.bind(this)).catch(a.oe)},j=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-6c7293c0")]).then(function(){var t=[a("e175")];e.apply(null,t)}.bind(this)).catch(a.oe)},x=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-7b714e7b")]).then(function(){var t=[a("51d9")];e.apply(null,t)}.bind(this)).catch(a.oe)},D=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-8bf31510")]).then(function(){var t=[a("f9f6")];e.apply(null,t)}.bind(this)).catch(a.oe)},T=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-236d51c7")]).then(function(){var t=[a("bdad")];e.apply(null,t)}.bind(this)).catch(a.oe)},W=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-42f0e6ef")]).then(function(){var t=[a("6a6c")];e.apply(null,t)}.bind(this)).catch(a.oe)},L=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-4a2fcb5c")]).then(function(){var t=[a("c96d")];e.apply(null,t)}.bind(this)).catch(a.oe)},P=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-5f6a2832")]).then(function(){var t=[a("a34f")];e.apply(null,t)}.bind(this)).catch(a.oe)},I=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-47e2197c")]).then(function(){var t=[a("a619")];e.apply(null,t)}.bind(this)).catch(a.oe)},R=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-90775f4a")]).then(function(){var t=[a("10b5")];e.apply(null,t)}.bind(this)).catch(a.oe)},B=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-0440b270")]).then(function(){var t=[a("2d18")];e.apply(null,t)}.bind(this)).catch(a.oe)},E=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-206b79a6")]).then(function(){var t=[a("4c69")];e.apply(null,t)}.bind(this)).catch(a.oe)},M=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-102cd202")]).then(function(){var t=[a("a179")];e.apply(null,t)}.bind(this)).catch(a.oe)},F=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-028bdf4e")]).then(function(){var t=[a("82d7")];e.apply(null,t)}.bind(this)).catch(a.oe)};s["a"].use(b["a"]);var V=[{path:"/",component:v,meta:{title:"猎芯网"}},{path:"/smt",component:k,meta:{title:"SMT打样"}},{path:"/supplier",component:y,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:_,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:A,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:O,meta:{title:"猎芯网-新闻详情"}},{path:"/wallet",component:S,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:j,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:x,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:D,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:T,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:W,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:L,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:P,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:I,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:R,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:B,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:E,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:M,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:F,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];V.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var N=new b["a"]({routes:V});N.beforeEach(function(e,t,a){var n=e.meta&&e.meta.title;n&&(document.title=n),a()});var q=a("52c1"),z=a("01c5"),Y=a("365c"),J=a("4260"),H=a("0427");s["a"].use(z["p"]);var U={walletInfoData:{},showImgCode:!1,countDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[]},$={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.showImgCode=!0,e.countDownFlag=t.countDownFlag},verifyResetsms:function(e,t){e.passwordToken=t.data},walletListLog:function(e,t){e.walletListData=t.data},walletRecordList:function(e,t){e.walletRecordData=t.data},verifySafeMobile:function(e,t){e.bankPasswordToken=t.data,J["a"].setCookie("bankPasswordToken",t.data,1)},getBindBankmsg:function(e,t){e.bankCountDownFlag=t.bankCountDownFlag,e.bindBankKey=t.data.access_key,e.bindBankData=t.data.access_data},walletRecharge:function(e,t){e.amountRechargeID=t.data},walletWithdraw:function(e,t){e.amountWithdrawID=t.data},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data}},G={getWalletInfo:function(e,t){var a=e.commit,n={};Y["b"].getWalletInfo(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code&&a({type:"getWalletInfo",data:t.data})}).catch(function(e){})},smsVerifyActivate:function(e,t){e.commit;var a={mobile:t.mobile,channel:3};Y["b"].smsVerify(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):23019==t.err_code||11008==t.err_code||11011==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},activateWallet:function(e,t){e.commit;var a={intl_code:"",safe_mobile:t.mobile,verify_code:t.verifyCode,pay_password:t.password,reconfirm:t.passwordConfirm};Y["b"].activateWallet(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet/activate"},2e3))}).catch(function(e){})},sendSafesms:function(e,t){var a=e.commit,n={verify:t.imgCode,channel:3};Y["b"].sendSafesms(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",countDownFlag:!0})):23019==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",countDownFlag:!1})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},verifyResetsms:function(e,t){var a=e.commit,n={verify_code:t.verify_code};Y["b"].verifyResetsms(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"verifyResetsms",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},changeWalletpwd:function(e,t){e.commit;var a={token:t.token,pay_password:t.pay_password,reconfirm:t.reconfirm,mode:t.mode};Y["b"].changeWalletpwd(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var a=e.commit;z["p"].loading({message:"加载中..."});var n={log_type:t.log_type,stime:t.stime,etime:t.etime};Y["b"].walletListLog(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?a({type:"walletListLog",data:t.data.list}):Object(z["p"])({message:t.err_msg,duration:3e3}),z["p"].clear()}).catch(function(e){z["p"].clear()})},walletRecordList:function(e,t){var a=e.commit;z["p"].loading({message:"加载中..."});var n={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};Y["b"].walletRecordList(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?a({type:"walletRecordList",data:t.data.list}):Object(z["p"])({message:t.err_msg,duration:3e3}),z["p"].clear()}).catch(function(e){z["p"].clear()})},verifySafeMobile:function(e,t){var a=e.commit,n={verify_code:t.verify_code,pay_password:t.pay_password};Y["b"].verifySafeMobile(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"verifySafeMobile",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/bind"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},getBindBankmsg:function(e,t){var a=e.commit,n={bank_user:t.bank_user,bank_id:t.bank_id,bank_account:t.bank_account,id_type:t.id_type,id_number:t.id_number,account_type:t.account_type,mobile:t.mobile,channel:3};Y["b"].getBindBankmsg(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;z["p"].loading({message:"处理中..."});var a={token:t.token,wallet_bank_id:t.wallet_bank_id,sms_code:t.sms_code,access_key:t.access_key,access_data:t.access_data};Y["b"].bindBankCard(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){z["p"].clear()})},walletRecharge:function(e,t){var a=e.commit,n={amount:t.amount};Y["b"].walletRecharge(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"walletRecharge",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){var a=e.commit,n={amount:t.amount,pay_password:t.pay_password};Y["b"].walletWithdraw(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),a({type:"walletWithdraw",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/record"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},rechargeWithdrawOrderIfo:function(e,t){var a=e.commit,n={wallet_id:t.wallet_id};Y["b"].rechargeWithdrawOrderIfo(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},payTodo:function(e,t){e.commit;var a={pay_code:t.pay_code,rescue:t.rescue,types:t.types,site_type:t.site_type,order_id:t.order_id};Y["b"].payTodo(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),is_miniProgram()||(window.location.href=t.data)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})}},K={},Z={state:U,mutations:$,actions:G,getters:K};s["a"].use(z["p"]);var Q={index:{},loading:!0},X={index:function(e,t){e.index=t.data}},ee={index:function(e,t){var a=e.commit;Q.loading=!0;var n=J["a"].getParams();Y["b"].index(n).then(function(e){var t=e.data;Q.loading=!1,0==t.err_code?a({type:"index",data:t.data}):2==t.err_code&&Object(z["p"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){Q.loading=!1})}},te={},ae={state:Q,mutations:X,actions:ee,getters:te};s["a"].use(z["p"]);var ne={cartCount:"",loginCheck:!1,phpParams:{}},ie={cartCount:function(e,t){e.cartCount=0==t.data?"":t.data},loginCheck:function(e,t){0==t.data.err_code?e.loginCheck=!0:11030==t.data.err_code?e.loginCheck=!0:e.loginCheck=!1},phpParams:function(e,t){e.phpParams=t.data.data}},ce={cartCount:function(e,t){var a=e.commit;Y["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&a({type:"cartCount",data:t.data})}).catch(function(e){})},loginCheck:function(e,t){var a=e.commit;Y["b"].loginCheck().then(function(e){var t=e.data;a({type:"loginCheck",data:t})}).catch(function(e){})},customsrService:function(e,t){e.commit;var a={pf:window.lxpf,searchModel:""};Y["b"].customsrService(a).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var a=e.commit,n=J["a"].getParams();Y["b"].getCommonParams(n).then(function(e){var t=e.data;a({type:"phpParams",data:t})}).catch(function(e){})}},oe={},re={state:ne,mutations:ie,actions:ce,getters:oe},se=a("0427");s["a"].use(z["p"]);var ue={loading:!1},le={index:function(e,t){e.index=t.data}},de={checkAccountExists:function(e,t){e.commit;ue.loading=!0;var a={pf:2,type:2,account:t.account};Y["b"].checkAccountExists(se.stringify(a)).then(function(e){var t=e.data;ue.loading=!1,0!=t.err_code&&Object(z["p"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){ue.loading=!1})},customSmsVerify:function(e,t){e.commit;ue.loading=!0;var a={pf:2,verify:"",mobile:t.mobile};Y["b"].customSmsVerify(se.stringify(a)).then(function(e){var t=e.data;ue.loading=!1,0==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){ue.loading=!1})},chainFind:function(e,t){e.commit;if(ue.loading=!0,1==t.types)var a={type:2,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode,com_name:t.com_name,main_brand:t.main_brand,supplier_type:t.supplier_type};else if(3==t.types)a={type:3,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};Y["b"].chainFind(se.stringify(a)).then(function(e){var a=e.data;ue.loading=!1,1==a.errcode?Object(z["p"])({message:a.errmsg,duration:3e3}):2==a.errcode?(Object(z["p"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(z["p"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){ue.loading=!1,Object(z["p"])({message:"网络出现问题,请重试",duration:3e3})})}},fe={},me={state:ue,mutations:le,actions:de,getters:fe},he=a("0427");s["a"].use(z["p"]);var pe={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},ge={wechatArticle:function(e,t){e.wechatArticle=t.data,e.wechatArticleList=e.wechatArticleList.concat(t.data.list),e.limits=Math.ceil(t.data.total/6),t.page>=e.limits&&(e.finished=!0)}},we={wechatArticle:function(e,t){var a=e.commit;pe.loadStatus=!0;var n={type_id:t.type_id,page:t.page,limit:t.limit};Y["b"].wechatArticle(he.stringify(n)).then(function(e){var n=e.data;pe.loadStatus=!1,0==n.err_code&&a({type:"wechatArticle",data:n.data,page:t.page,limit:t.limit})}).catch(function(e){pe.loadStatus=!1})}},be={},ve={state:pe,mutations:ge,actions:we,getters:be},ke=(a("27fb"),a("0427"));s["a"].use(z["p"]);var ye={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},_e={newsArticle:function(e,t){e.rollbanner=t.data.rollbanner,e.cat_list=t.data.cat_list,1==e.p?e.content_list=t.data.content_list:e.content_list=e.content_list.concat(t.data.content_list),e.totalLimit=Math.ceil(Number(t.data.tatol_num)/e.limit),e.p>=e.totalLimit?e.finished=!0:e.finished=!1}},Ce={newsArticle:function(e,t){var a=e.commit;ye.loadStatus=!0;var n={cat_id:t.cat_id,p:t.p,limit:t.limit};ye.p=t.p,ye.limit=t.limit,Y["b"].newsArticle(ke.stringify(n)).then(function(e){var t=e.data;ye.loadStatus=!1,0==t.err_code&&a({type:"newsArticle",data:t.data})}).catch(function(e){ye.loadStatus=!1})}},Oe={},Ae={state:ye,mutations:_e,actions:Ce,getters:Oe},Se=a("0427");s["a"].use(z["p"]);var je={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},xe={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,J["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":J["a"].setCookie("newsdetailpop","1",1)}},De={newsArticleDetail:function(e,t){var a=e.commit;je.newsDetailObj={},je.loadStatus=!0;var n={art_id:t.art_id};Y["b"].newsArticleDetail(Se.stringify(n)).then(function(e){je.loadStatus=!1;var t=e.data;0==t.err_code&&a({type:"newsArticleDetail",data:t.data})}).catch(function(e){je.loadStatus=!1})},newsArticleDetailAd:function(e,t){var a=e.commit,n={cat_id:t.cat_id},i=J["a"].getParams(n);Y["b"].newsArticleDetailAd(i).then(function(e){var t=e.data;0==t.err_code&&a({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},Te={},We={state:je,mutations:xe,actions:De,getters:Te},Le=a("0427");s["a"].use(z["p"]);var Pe={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Ie={smsVerify:function(e,t){}},Re={smsVerify:function(e,t){var a=e.commit;Pe.form1CodeStatus=!1,Pe.loading=!0;var n={mobile:t.mobile,verify:t.verify,channel:1};Y["b"].smsVerify(Le.stringify(n)).then(function(e){var n=e.data;Pe.loading=!1;var i="form2"==t.types?"form2":"form1";Pe[i+"ImgShow"]=!1,0==n.err_code?(Object(z["p"])({message:n.err_msg,duration:2e3}),Pe[i+"CodeStatus"]=!0,a({type:"smsVerify",data:n.data})):23019==n.err_code||11008==n.err_code||11011==n.err_code?(Object(z["p"])({message:n.err_msg,duration:2e3}),Pe[i+"ImgShow"]=!0):Object(z["p"])({message:n.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},actionLogin:function(e,t){var a=e.commit;Pe.loading=!0,Pe.isRegLogin=!1;var n={account:t.account,sms_verify:t.sms_verify};Y["b"].actionLogin(Le.stringify(n)).then(function(e){var n=e.data;if(Pe.loading=!1,0==n.err_code){if("form1"==t.form_name)return Object(z["p"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);Pe.isRegLogin=!0,a({type:"actionLogin",data:n.data})}else Object(z["p"])({message:n.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},feedback:function(e,t){var a=e.commit;Pe.loading=!0;var n={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Y["b"].feedback(Le.stringify(n)).then(function(e){var t=e.data;Pe.loading=!1,0==t.err_code?(Object(z["p"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),a({type:"feedback",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})}},Be={},Ee={state:Pe,mutations:Ie,actions:Re,getters:Be};s["a"].use(q["a"]);var Me=new q["a"].Store({modules:{wallet:Z,home:ae,common:re,smt:me,wxlist:ve,news:Ae,newsdetail:We,seo:Ee}}),Fe=function(e,t){var a=e;return-1==a.indexOf("ptag")&&(a=a.indexOf("?")>-1?a+"&ptag="+t:a+"?ptag="+t),a},Ve=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},Ne=function(e,t){var a=new Date(1e3*e);function n(e){return e<10&&(e="0"+e),e}var i=a.getFullYear(),c=a.getMonth()+1,o=a.getDate(),r=a.getHours(),s=a.getMinutes(),u=a.getSeconds();return i+"-"+n(c)+"-"+n(o)+" "+n(r)+":"+n(s)+":"+n(u)},qe={dateTimeFormate:Ne,urlParams:Ve,urlPatg:Fe},ze={bind:function(e,t){e.addEventListener("click",function(){var e=document.querySelector(".container-wrap").scrollTop,t=(e/100).toFixed(0),a=setInterval(function(){e-=t,e<=0&&(e=0,clearInterval(a)),document.querySelector(".container-wrap").scrollTop=e},1)},!1)}},Ye={bind:function(e,t){e.addEventListener("click",function(e){var t=document.documentElement.scrollTop||document.body.scrollTop,a=(t/100).toFixed(0),n=setInterval(function(){t-=a,t<=0&&(t=0,clearInterval(n)),document.documentElement.scrollTop?document.documentElement.scrollTop=t:document.body.scrollTop?document.body.scrollTop=t:document.querySelector("html,body").scrollTop=t},1)},!1)}},Je={install:function(e){e.directive("backTop",ze),e.directive("backTopWindow",Ye)}},He=a("897d"),Ue=a.n(He),$e=a("c501"),Ge=a.n($e);a("d6f9"),a("bfd9");s["a"].config.productionTip=!1;var Ke="production";if("production"!=Ke)new Ge.a;r()(qe).forEach(function(e){return s["a"].filter(e,qe[e])}),s["a"].use(Je),s["a"].prototype.$http=w.a,w.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",w.a.defaults.withCredentials=!0,w.a.interceptors.request.use(function(e){if("post"==e.method)e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf="+window.lxpf):e.data="pf="+window.lxpf;else if("get"==e.method){var t=r()(e.params);t.length?-1==t.indexOf("pf")&&(e.params=Object(c["a"])({pf:window.lxpf},e.params)):e.params={pf:window.lxpf}}return e},function(e){return i.a.reject(e)});var Ze=J["a"].getCookie("Yo4teW_gid");if(null==Ze){var Qe=Ue()("");J["a"].setCookie("Yo4teW_gid",Qe,1,window.cookieHostname)}var Xe={urlhash:window.location.hash};Xe=J["a"].getParams(Xe),Y["b"].wxaccess(Xe).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),N.beforeEach(function(e,t,a){var n=e.meta&&e.meta.title;n&&(document.title=n);var i=e.meta.back||"";if(i){var c=!!J["a"].isLogin();c?a():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else a()}),new s["a"]({router:N,store:Me,render:function(e){return e(p)}}).$mount("#app")},bfd9:function(e,t,a){}});
\ No newline at end of file
(function(e){function t(t){for(var a,c,r=t[0],s=t[1],u=t[2],l=0,d=[];l<r.length;l++)c=r[l],i[c]&&d.push(i[c][0]),i[c]=0;for(a in s)Object.prototype.hasOwnProperty.call(s,a)&&(e[a]=s[a]);f&&f(t);while(d.length)d.shift()();return o.push.apply(o,u||[]),n()}function n(){for(var e,t=0;t<o.length;t++){for(var n=o[t],a=!0,c=1;c<n.length;c++){var r=n[c];0!==i[r]&&(a=!1)}a&&(o.splice(t--,1),e=s(s.s=n[0]))}return e}var a={},c={app:0},i={app:0},o=[];function r(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-39848aeb":"2f4e423f","chunk-40d9be3a":"543088ab","chunk-411c813f":"192cc2c8","chunk-5935c7ce":"de3d98d3","chunk-6199b240":"01bfbdc4","chunk-74b6e450":"adde28b9","chunk-028bdf4e":"90ddcc2a","chunk-0440b270":"be91522c","chunk-102cd202":"2a266e73","chunk-206b79a6":"21d0c64a","chunk-236d51c7":"e206e96f","chunk-271adf58":"46c30b18","chunk-42f0e6ef":"bf18dc39","chunk-47e2197c":"5cc83eae","chunk-4a2fcb5c":"ded48309","chunk-5f6a2832":"101bbbe8","chunk-6c7293c0":"0b61e37c","chunk-7b714e7b":"be5d558f","chunk-8bf31510":"9245a6b3","chunk-90775f4a":"77028cc7","chunk-aa726976":"df7656a2","chunk-f2ac357a":"ffb0136b"}[e]+".js"}function s(t){if(a[t])return a[t].exports;var n=a[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,s),n.l=!0,n.exports}s.e=function(e){var t=[],n={"chunk-39848aeb":1,"chunk-40d9be3a":1,"chunk-411c813f":1,"chunk-5935c7ce":1,"chunk-6199b240":1,"chunk-74b6e450":1,"chunk-028bdf4e":1,"chunk-0440b270":1,"chunk-102cd202":1,"chunk-206b79a6":1,"chunk-236d51c7":1,"chunk-271adf58":1,"chunk-42f0e6ef":1,"chunk-47e2197c":1,"chunk-4a2fcb5c":1,"chunk-5f6a2832":1,"chunk-6c7293c0":1,"chunk-7b714e7b":1,"chunk-8bf31510":1,"chunk-90775f4a":1,"chunk-aa726976":1,"chunk-f2ac357a":1};c[e]?t.push(c[e]):0!==c[e]&&n[e]&&t.push(c[e]=new Promise(function(t,n){for(var a="css/"+({}[e]||e)+"."+{"chunk-39848aeb":"927a837d","chunk-40d9be3a":"d7e46390","chunk-411c813f":"768ec1f7","chunk-5935c7ce":"43c91bcb","chunk-6199b240":"f866fa36","chunk-74b6e450":"c2725186","chunk-028bdf4e":"92647ec0","chunk-0440b270":"92647ec0","chunk-102cd202":"92647ec0","chunk-206b79a6":"92647ec0","chunk-236d51c7":"92647ec0","chunk-271adf58":"92647ec0","chunk-42f0e6ef":"92647ec0","chunk-47e2197c":"92647ec0","chunk-4a2fcb5c":"92647ec0","chunk-5f6a2832":"92647ec0","chunk-6c7293c0":"92647ec0","chunk-7b714e7b":"92647ec0","chunk-8bf31510":"92647ec0","chunk-90775f4a":"92647ec0","chunk-aa726976":"daebf705","chunk-f2ac357a":"29799028"}[e]+".css",i=s.p+a,o=document.getElementsByTagName("link"),r=0;r<o.length;r++){var u=o[r],l=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(l===a||l===i))return t()}var d=document.getElementsByTagName("style");for(r=0;r<d.length;r++){u=d[r],l=u.getAttribute("data-href");if(l===a||l===i)return t()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=t,f.onerror=function(t){var a=t&&t.target&&t.target.src||i,o=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");o.request=a,delete c[e],f.parentNode.removeChild(f),n(o)},f.href=i;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){c[e]=0}));var a=i[e];if(0!==a)if(a)t.push(a[2]);else{var o=new Promise(function(t,n){a=i[e]=[t,n]});t.push(a[2]=o);var u,l=document.createElement("script");l.charset="utf-8",l.timeout=120,s.nc&&l.setAttribute("nonce",s.nc),l.src=r(e),u=function(t){l.onerror=l.onload=null,clearTimeout(d);var n=i[e];if(0!==n){if(n){var a=t&&("load"===t.type?"missing":t.type),c=t&&t.target&&t.target.src,o=new Error("Loading chunk "+e+" failed.\n("+a+": "+c+")");o.type=a,o.request=c,n[1](o)}i[e]=void 0}};var d=setTimeout(function(){u({type:"timeout",target:l})},12e4);l.onerror=l.onload=u,document.head.appendChild(l)}return Promise.all(t)},s.m=e,s.c=a,s.d=function(e,t,n){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},s.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(s.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)s.d(n,a,function(t){return e[t]}.bind(null,a));return n},s.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="//h5static.ichunt.com/",s.oe=function(e){throw e};var u=window["webpackJsonp"]=window["webpackJsonp"]||[],l=u.push.bind(u);u.push=t,u=u.slice();for(var d=0;d<u.length;d++)t(u[d]);var f=l;o.push([0,"chunk-vendors"]),n()})({0:function(e,t,n){e.exports=n("56d7")},"365c":function(e,t,n){"use strict";n.d(t,"a",function(){return s}),n.d(t,"b",function(){return f});var a,c,i,o=n("7f43"),r=n.n(o);switch(window.location.hostname){case"m.ichunt.com":i="https://www.ichunt.com/v3/",c="https://m.ichunt.com/v3/",a="https://api.ichunt.com/";break;case"szm.ichunt.com":a="https://szapi.ichunt.com/",c="https://szm.ichunt.com/v3/",i="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":c="https://tm.ichunt.com/v3/",a="https://api.ichunt.com/",i="https://t.ichunt.com/v3/";break;case"m.liexin.com":c="http://m.liexin.com/v3/",a="http://api.liexin.com/",i="http://www.liexin.com/v3/";break;default:c="/m/v3/",a="/apis/"}var s=i,u=c,l=a,d={index:u+"index",loginCheck:l+"login/check",cartCount:l+"cart/count",customsrService:l+"public/customsrservice",getCommonParams:u+"getcommonparams",wxaccess:u+"api/wxaccess",checkAccountExists:l+"public/checkAccountExists",customSmsVerify:l+"public/customSmsVerify",chainFind:u+"Service/chainFind",wechatArticle:l+"Wechat/WechatArticleJinJi/article",newsArticle:l+"Article/Article/index",newsArticleDetail:l+"Article/Article/details",newsArticleDetailAd:l+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getWalletInfo:l+"wallet/info",activateWallet:l+"wallet/activate",sendSafesms:l+"wallet/safesms",verifyResetsms:l+"wallet/verifyresetsms",changeWalletpwd:l+"wallet/changepwd",walletListLog:l+"wallet/log",walletRecordList:l+"wallet/lists",verifySafeMobile:l+"wallet/verifysafe",getBindBankmsg:l+"wallet/getbankmsg",bindBankCard:l+"wallet/bindbankcard",walletRecharge:l+"wallet/recharge",walletWithdraw:l+"wallet/withdraw",rechargeWithdrawOrderIfo:l+"wallet/orderinfo",payTodo:l+"pay/todo"},f={index:function(e){return r.a.post(d.index,e)},loginCheck:function(e){return r.a.get(d.loginCheck,{params:{data:e}})},smsVerify:function(e){return r.a.post(d.smsVerify,e)},actionLogin:function(e){return r.a.post(d.actionLogin,e)},feedback:function(e){return r.a.post(d.feedback,e)},cartCount:function(e){return r.a.get(d.cartCount,{params:{data:e}})},customsrService:function(e){return r.a.get(d.customsrService,{params:{data:e}})},getCommonParams:function(e){return r.a.post(d.getCommonParams,e)},wxaccess:function(e){return r.a.post(d.wxaccess,e)},checkAccountExists:function(e){return r.a.post(d.checkAccountExists,e)},customSmsVerify:function(e){return r.a.post(d.customSmsVerify,e)},chainFind:function(e){return r.a.post(d.chainFind,e)},wechatArticle:function(e){return r.a.post(d.wechatArticle,e)},newsArticle:function(e){return r.a.post(d.newsArticle,e)},newsArticleDetail:function(e){return r.a.post(d.newsArticleDetail,e)},newsArticleDetailAd:function(e){return r.a.post(d.newsArticleDetailAd,e)},getWalletInfo:function(e){return r.a.get(d.getWalletInfo,{params:{data:e}})},activateWallet:function(e){return r.a.post(d.activateWallet,e)},sendSafesms:function(e){return r.a.post(d.sendSafesms,e)},verifyResetsms:function(e){return r.a.post(d.verifyResetsms,e)},walletListLog:function(e){return r.a.post(d.walletListLog,e)},changeWalletpwd:function(e){return r.a.post(d.changeWalletpwd,e)},walletRecordList:function(e){return r.a.post(d.walletRecordList,e)},verifySafeMobile:function(e){return r.a.post(d.verifySafeMobile,e)},getBindBankmsg:function(e){return r.a.post(d.getBindBankmsg,e)},bindBankCard:function(e){return r.a.post(d.bindBankCard,e)},walletRecharge:function(e){return r.a.post(d.walletRecharge,e)},walletWithdraw:function(e){return r.a.post(d.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return r.a.post(d.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return r.a.post(d.payTodo,e)}}},4260:function(e,t,n){"use strict";n("ac74"),n("9029");var a=n("0ec6"),c=n.n(a),i=(n("c764"),n("ab01")),o=n.n(i),r=(n("4ddc"),0),s=8;function u(e){return g(l(p(e),e.length*s))}function l(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n=Array(80),a=1732584193,c=-271733879,i=-1732584194,o=271733878,r=-1009589776,s=0;s<e.length;s+=16){for(var u=a,l=c,p=i,g=o,w=r,b=0;b<80;b++){n[b]=b<16?e[s+b]:h(n[b-3]^n[b-8]^n[b-14]^n[b-16],1);var v=m(m(h(a,5),d(b,c,i,o)),m(m(r,n[b]),f(b)));r=o,o=i,i=h(c,30),c=a,a=v}a=m(a,u),c=m(c,l),i=m(i,p),o=m(o,g),r=m(r,w)}return Array(a,c,i,o,r)}function d(e,t,n,a){return e<20?t&n|~t&a:e<40?t^n^a:e<60?t&n|t&a|n&a:t^n^a}function f(e){return e<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514}function m(e,t){var n=(65535&e)+(65535&t),a=(e>>16)+(t>>16)+(n>>16);return a<<16|65535&n}function h(e,t){return e<<t|e>>>32-t}function p(e){for(var t=Array(),n=(1<<s)-1,a=0;a<e.length*s;a+=s)t[a>>5]|=(e.charCodeAt(a/s)&n)<<24-a%32;return t}function g(e){for(var t=r?"0123456789ABCDEF":"0123456789abcdef",n="",a=0;a<4*e.length;a++)n+=t.charAt(e[a>>2]>>8*(3-a%4)+4&15)+t.charAt(e[a>>2]>>8*(3-a%4)&15);return n}var w=n("0427");t["a"]={setCookie:function(e,t,n,a){a=a?";domain="+a:"";var c=n,i=new Date;return i.setTime(i.getTime()+24*c*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+i.toGMTString()+";path=/"+a,!0},getCookie:function(e){for(var t=document.cookie,n=t.split("; "),a=0;a<n.length;a++){var c=n[a].split("=");if(e==c[0])return c[1]}return null},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=this.getCookie("Yo4teW_gid"),n=this.getCookie("cache_time");if(null!=n)var a=Math.floor((new Date).getTime()/1e3);else{a=Math.floor((new Date).getTime()/1e3)+window.fwtimes;this.setCookie("cache_time",window.fwtimes,1,window.cookieHostname)}var i=[],r={},s="",l="",d="",f={pf:2,qwertyuiop:a,Yo4teW_gid:t},m=o()({},f,e);c()(m).forEach(function(e,t,n){i.push(e)}),i=i.sort(),i.forEach(function(e,t,n){r[i[t]]=m[i[t]]}),c()(r).forEach(function(e,t,n){s+=e+"="+r[e]}),l=s.replace(/[^0-9a-zA-Z]/g,""),l=l.toUpperCase();for(var h=0;h<l.length;h++)"A"!=l[h]&&"B"!=l[h]&&"C"!=l[h]&&(d+=l[h]);s=u(d);var p=o()({},e,{asdfghjkl:s},{qwertyuiop:a},{pf:2});return w.stringify(p)}}},"56d7":function(e,t,n){"use strict";n.r(t);var a=n("a700"),c=n.n(a),i=n("bd31"),o=n("0ec6"),r=n.n(o),s=(n("c764"),n("9f07"),n("0964"),n("1cc5")),u=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("keep-alive",{attrs:{exclude:"newsDetail,wallet,status"}},[n("router-view",{staticClass:"router-view"})],1)],1)},l=[],d={name:"app"},f=d,m=n("fc05"),h=Object(m["a"])(f,u,l,!1,null,null,null),p=h.exports,g=n("7f43"),w=n.n(g),b=(n("0a16"),n("081a")),v=function(e){return n.e("chunk-39848aeb").then(function(){var t=[n("9553")];e.apply(null,t)}.bind(this)).catch(n.oe)},k=function(e){return n.e("chunk-40d9be3a").then(function(){var t=[n("2500")];e.apply(null,t)}.bind(this)).catch(n.oe)},y=function(e){return n.e("chunk-5935c7ce").then(function(){var t=[n("9055")];e.apply(null,t)}.bind(this)).catch(n.oe)},_=function(e){return n.e("chunk-6199b240").then(function(){var t=[n("bd04")];e.apply(null,t)}.bind(this)).catch(n.oe)},C=function(e){return n.e("chunk-aa726976").then(function(){var t=[n("2536")];e.apply(null,t)}.bind(this)).catch(n.oe)},O=function(e){return n.e("chunk-411c813f").then(function(){var t=[n("832f")];e.apply(null,t)}.bind(this)).catch(n.oe)},A=function(e){return n.e("chunk-f2ac357a").then(function(){var t=[n("f825")];e.apply(null,t)}.bind(this)).catch(n.oe)},S=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-271adf58")]).then(function(){var t=[n("7526")];e.apply(null,t)}.bind(this)).catch(n.oe)},j=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-6c7293c0")]).then(function(){var t=[n("e175")];e.apply(null,t)}.bind(this)).catch(n.oe)},x=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-7b714e7b")]).then(function(){var t=[n("51d9")];e.apply(null,t)}.bind(this)).catch(n.oe)},D=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-8bf31510")]).then(function(){var t=[n("f9f6")];e.apply(null,t)}.bind(this)).catch(n.oe)},T=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-236d51c7")]).then(function(){var t=[n("bdad")];e.apply(null,t)}.bind(this)).catch(n.oe)},W=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-42f0e6ef")]).then(function(){var t=[n("6a6c")];e.apply(null,t)}.bind(this)).catch(n.oe)},L=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-4a2fcb5c")]).then(function(){var t=[n("c96d")];e.apply(null,t)}.bind(this)).catch(n.oe)},P=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-5f6a2832")]).then(function(){var t=[n("a34f")];e.apply(null,t)}.bind(this)).catch(n.oe)},I=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-47e2197c")]).then(function(){var t=[n("a619")];e.apply(null,t)}.bind(this)).catch(n.oe)},R=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-90775f4a")]).then(function(){var t=[n("10b5")];e.apply(null,t)}.bind(this)).catch(n.oe)},B=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-0440b270")]).then(function(){var t=[n("2d18")];e.apply(null,t)}.bind(this)).catch(n.oe)},E=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-206b79a6")]).then(function(){var t=[n("4c69")];e.apply(null,t)}.bind(this)).catch(n.oe)},F=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-102cd202")]).then(function(){var t=[n("a179")];e.apply(null,t)}.bind(this)).catch(n.oe)},M=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-028bdf4e")]).then(function(){var t=[n("82d7")];e.apply(null,t)}.bind(this)).catch(n.oe)};s["a"].use(b["a"]);var V=[{path:"/",component:v,meta:{title:"猎芯网"}},{path:"/smt",component:k,meta:{title:"SMT打样"}},{path:"/supplier",component:y,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:_,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:A,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:O,meta:{title:"猎芯网-新闻详情"}},{path:"/wallet",component:S,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:j,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:x,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:D,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:T,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:W,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:L,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:P,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:I,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:R,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:B,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:E,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:F,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:M,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];V.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var N=new b["a"]({routes:V});N.beforeEach(function(e,t,n){var a=e.meta&&e.meta.title;a&&(document.title=a),n()});var q=n("52c1"),z=n("01c5"),Y=n("365c"),J=n("4260"),H=n("0427");s["a"].use(z["p"]);var U={walletInfoData:{},showImgCode:!1,countDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[]},$={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.showImgCode=t.countDownFlag,e.countDownFlag=t.countDownFlag},verifyResetsms:function(e,t){e.passwordToken=t.data},walletListLog:function(e,t){e.walletListData=t.data},walletRecordList:function(e,t){e.walletRecordData=t.data},verifySafeMobile:function(e,t){e.bankPasswordToken=t.data,J["a"].setCookie("bankPasswordToken",t.data,1)},getBindBankmsg:function(e,t){e.bankCountDownFlag=t.bankCountDownFlag,e.bindBankKey=t.data.access_key,e.bindBankData=t.data.access_data},walletRecharge:function(e,t){e.amountRechargeID=t.data},walletWithdraw:function(e,t){e.amountWithdrawID=t.data},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data}},G={getWalletInfo:function(e,t){var n=e.commit,a={};Y["b"].getWalletInfo(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code&&n({type:"getWalletInfo",data:t.data})}).catch(function(e){})},smsVerifyActivate:function(e,t){e.commit;var n={mobile:t.mobile,channel:3};Y["b"].smsVerify(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):23019==t.err_code||11008==t.err_code||11011==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},activateWallet:function(e,t){e.commit;var n={intl_code:"",safe_mobile:t.mobile,verify_code:t.verifyCode,pay_password:t.password,reconfirm:t.passwordConfirm};Y["b"].activateWallet(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet/activate"},2e3))}).catch(function(e){})},sendSafesms:function(e,t){var n=e.commit;z["p"].loading({message:"处理中..."});var a={verify:t.imgCode,channel:3};Y["b"].sendSafesms(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"sendSafesms",countDownFlag:!1})):23019==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"sendSafesms",countDownFlag:!0})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){z["p"].clear()})},verifyResetsms:function(e,t){var n=e.commit,a={verify_code:t.verify_code};Y["b"].verifyResetsms(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"verifyResetsms",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},changeWalletpwd:function(e,t){e.commit;var n={token:t.token,pay_password:t.pay_password,reconfirm:t.reconfirm,mode:t.mode};Y["b"].changeWalletpwd(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var n=e.commit;z["p"].loading({message:"加载中..."});var a={log_type:t.log_type,stime:t.stime,etime:t.etime};Y["b"].walletListLog(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?n({type:"walletListLog",data:t.data.list}):Object(z["p"])({message:t.err_msg,duration:3e3}),z["p"].clear()}).catch(function(e){z["p"].clear()})},walletRecordList:function(e,t){var n=e.commit;z["p"].loading({message:"加载中..."});var a={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};Y["b"].walletRecordList(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?n({type:"walletRecordList",data:t.data.list}):Object(z["p"])({message:t.err_msg,duration:3e3}),z["p"].clear()}).catch(function(e){z["p"].clear()})},verifySafeMobile:function(e,t){var n=e.commit,a={verify_code:t.verify_code,pay_password:t.pay_password};Y["b"].verifySafeMobile(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"verifySafeMobile",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/bind"},2e3)):11030==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/"},2e3)):Object(z["p"])({message:t.err_msg,duration:200})}).catch(function(e){})},getBindBankmsg:function(e,t){var n=e.commit,a={bank_user:t.bank_user,bank_id:t.bank_id,bank_account:t.bank_account,id_type:t.id_type,id_number:t.id_number,account_type:t.account_type,mobile:t.mobile,channel:3};Y["b"].getBindBankmsg(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;z["p"].loading({message:"处理中..."});var n={token:t.token,wallet_bank_id:t.wallet_bank_id,sms_code:t.sms_code,access_key:t.access_key,access_data:t.access_data};Y["b"].bindBankCard(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){z["p"].clear()})},walletRecharge:function(e,t){var n=e.commit,a={amount:t.amount};Y["b"].walletRecharge(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"walletRecharge",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){var n=e.commit,a={amount:t.amount,pay_password:t.pay_password};Y["b"].walletWithdraw(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),n({type:"walletWithdraw",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/record"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},rechargeWithdrawOrderIfo:function(e,t){var n=e.commit,a={wallet_id:t.wallet_id};Y["b"].rechargeWithdrawOrderIfo(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),n({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},payTodo:function(e,t){e.commit;var n={pay_code:t.pay_code,rescue:t.rescue,types:t.types,site_type:t.site_type,order_id:t.order_id};Y["b"].payTodo(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),is_miniProgram()||(window.location.href=t.data)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})}},K={},Z={state:U,mutations:$,actions:G,getters:K};s["a"].use(z["p"]);var Q={index:{},loading:!0},X={index:function(e,t){e.index=t.data}},ee={index:function(e,t){var n=e.commit;Q.loading=!0;var a=J["a"].getParams();Y["b"].index(a).then(function(e){var t=e.data;Q.loading=!1,0==t.err_code?n({type:"index",data:t.data}):2==t.err_code&&Object(z["p"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){Q.loading=!1})}},te={},ne={state:Q,mutations:X,actions:ee,getters:te};s["a"].use(z["p"]);var ae={cartCount:"",loginCheck:!1,phpParams:{}},ce={cartCount:function(e,t){e.cartCount=0==t.data?"":t.data},loginCheck:function(e,t){0==t.data.err_code?e.loginCheck=!0:11030==t.data.err_code?e.loginCheck=!0:e.loginCheck=!1},phpParams:function(e,t){e.phpParams=t.data.data}},ie={cartCount:function(e,t){var n=e.commit;Y["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&n({type:"cartCount",data:t.data})}).catch(function(e){})},loginCheck:function(e,t){var n=e.commit;Y["b"].loginCheck().then(function(e){var t=e.data;n({type:"loginCheck",data:t})}).catch(function(e){})},customsrService:function(e,t){e.commit;var n={pf:window.lxpf,searchModel:""};Y["b"].customsrService(n).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var n=e.commit,a=J["a"].getParams();Y["b"].getCommonParams(a).then(function(e){var t=e.data;n({type:"phpParams",data:t})}).catch(function(e){})}},oe={},re={state:ae,mutations:ce,actions:ie,getters:oe},se=n("0427");s["a"].use(z["p"]);var ue={loading:!1},le={index:function(e,t){e.index=t.data}},de={checkAccountExists:function(e,t){e.commit;ue.loading=!0;var n={pf:2,type:2,account:t.account};Y["b"].checkAccountExists(se.stringify(n)).then(function(e){var t=e.data;ue.loading=!1,0!=t.err_code&&Object(z["p"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){ue.loading=!1})},customSmsVerify:function(e,t){e.commit;ue.loading=!0;var n={pf:2,verify:"",mobile:t.mobile};Y["b"].customSmsVerify(se.stringify(n)).then(function(e){var t=e.data;ue.loading=!1,0==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){ue.loading=!1})},chainFind:function(e,t){e.commit;if(ue.loading=!0,1==t.types)var n={type:2,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode,com_name:t.com_name,main_brand:t.main_brand,supplier_type:t.supplier_type};else if(3==t.types)n={type:3,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};Y["b"].chainFind(se.stringify(n)).then(function(e){var n=e.data;ue.loading=!1,1==n.errcode?Object(z["p"])({message:n.errmsg,duration:3e3}):2==n.errcode?(Object(z["p"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(z["p"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){ue.loading=!1,Object(z["p"])({message:"网络出现问题,请重试",duration:3e3})})}},fe={},me={state:ue,mutations:le,actions:de,getters:fe},he=n("0427");s["a"].use(z["p"]);var pe={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},ge={wechatArticle:function(e,t){e.wechatArticle=t.data,e.wechatArticleList=e.wechatArticleList.concat(t.data.list),e.limits=Math.ceil(t.data.total/6),t.page>=e.limits&&(e.finished=!0)}},we={wechatArticle:function(e,t){var n=e.commit;pe.loadStatus=!0;var a={type_id:t.type_id,page:t.page,limit:t.limit};Y["b"].wechatArticle(he.stringify(a)).then(function(e){var a=e.data;pe.loadStatus=!1,0==a.err_code&&n({type:"wechatArticle",data:a.data,page:t.page,limit:t.limit})}).catch(function(e){pe.loadStatus=!1})}},be={},ve={state:pe,mutations:ge,actions:we,getters:be},ke=(n("27fb"),n("0427"));s["a"].use(z["p"]);var ye={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},_e={newsArticle:function(e,t){e.rollbanner=t.data.rollbanner,e.cat_list=t.data.cat_list,1==e.p?e.content_list=t.data.content_list:e.content_list=e.content_list.concat(t.data.content_list),e.totalLimit=Math.ceil(Number(t.data.tatol_num)/e.limit),e.p>=e.totalLimit?e.finished=!0:e.finished=!1}},Ce={newsArticle:function(e,t){var n=e.commit;ye.loadStatus=!0;var a={cat_id:t.cat_id,p:t.p,limit:t.limit};ye.p=t.p,ye.limit=t.limit,Y["b"].newsArticle(ke.stringify(a)).then(function(e){var t=e.data;ye.loadStatus=!1,0==t.err_code&&n({type:"newsArticle",data:t.data})}).catch(function(e){ye.loadStatus=!1})}},Oe={},Ae={state:ye,mutations:_e,actions:Ce,getters:Oe},Se=n("0427");s["a"].use(z["p"]);var je={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},xe={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,J["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":J["a"].setCookie("newsdetailpop","1",1)}},De={newsArticleDetail:function(e,t){var n=e.commit;je.newsDetailObj={},je.loadStatus=!0;var a={art_id:t.art_id};Y["b"].newsArticleDetail(Se.stringify(a)).then(function(e){je.loadStatus=!1;var t=e.data;0==t.err_code&&n({type:"newsArticleDetail",data:t.data})}).catch(function(e){je.loadStatus=!1})},newsArticleDetailAd:function(e,t){var n=e.commit,a={cat_id:t.cat_id},c=J["a"].getParams(a);Y["b"].newsArticleDetailAd(c).then(function(e){var t=e.data;0==t.err_code&&n({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},Te={},We={state:je,mutations:xe,actions:De,getters:Te},Le=n("0427");s["a"].use(z["p"]);var Pe={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Ie={smsVerify:function(e,t){}},Re={smsVerify:function(e,t){var n=e.commit;Pe.form1CodeStatus=!1,Pe.loading=!0;var a={mobile:t.mobile,verify:t.verify,channel:1};Y["b"].smsVerify(Le.stringify(a)).then(function(e){var a=e.data;Pe.loading=!1;var c="form2"==t.types?"form2":"form1";Pe[c+"ImgShow"]=!1,0==a.err_code?(Object(z["p"])({message:a.err_msg,duration:2e3}),Pe[c+"CodeStatus"]=!0,n({type:"smsVerify",data:a.data})):23019==a.err_code||11008==a.err_code||11011==a.err_code?(Object(z["p"])({message:a.err_msg,duration:2e3}),Pe[c+"ImgShow"]=!0):Object(z["p"])({message:a.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},actionLogin:function(e,t){var n=e.commit;Pe.loading=!0,Pe.isRegLogin=!1;var a={account:t.account,sms_verify:t.sms_verify};Y["b"].actionLogin(Le.stringify(a)).then(function(e){var a=e.data;if(Pe.loading=!1,0==a.err_code){if("form1"==t.form_name)return Object(z["p"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);Pe.isRegLogin=!0,n({type:"actionLogin",data:a.data})}else Object(z["p"])({message:a.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},feedback:function(e,t){var n=e.commit;Pe.loading=!0;var a={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Y["b"].feedback(Le.stringify(a)).then(function(e){var t=e.data;Pe.loading=!1,0==t.err_code?(Object(z["p"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})}},Be={},Ee={state:Pe,mutations:Ie,actions:Re,getters:Be};s["a"].use(q["a"]);var Fe=new q["a"].Store({modules:{wallet:Z,home:ne,common:re,smt:me,wxlist:ve,news:Ae,newsdetail:We,seo:Ee}}),Me=function(e,t){var n=e;return-1==n.indexOf("ptag")&&(n=n.indexOf("?")>-1?n+"&ptag="+t:n+"?ptag="+t),n},Ve=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},Ne=function(e,t){var n=new Date(1e3*e);function a(e){return e<10&&(e="0"+e),e}var c=n.getFullYear(),i=n.getMonth()+1,o=n.getDate(),r=n.getHours(),s=n.getMinutes(),u=n.getSeconds();return c+"-"+a(i)+"-"+a(o)+" "+a(r)+":"+a(s)+":"+a(u)},qe={dateTimeFormate:Ne,urlParams:Ve,urlPatg:Me},ze={bind:function(e,t){e.addEventListener("click",function(){var e=document.querySelector(".container-wrap").scrollTop,t=(e/100).toFixed(0),n=setInterval(function(){e-=t,e<=0&&(e=0,clearInterval(n)),document.querySelector(".container-wrap").scrollTop=e},1)},!1)}},Ye={bind:function(e,t){e.addEventListener("click",function(e){var t=document.documentElement.scrollTop||document.body.scrollTop,n=(t/100).toFixed(0),a=setInterval(function(){t-=n,t<=0&&(t=0,clearInterval(a)),document.documentElement.scrollTop?document.documentElement.scrollTop=t:document.body.scrollTop?document.body.scrollTop=t:document.querySelector("html,body").scrollTop=t},1)},!1)}},Je={install:function(e){e.directive("backTop",ze),e.directive("backTopWindow",Ye)}},He=n("897d"),Ue=n.n(He),$e=n("c501"),Ge=n.n($e);n("d6f9"),n("bfd9");s["a"].config.productionTip=!1;var Ke="production";if("production"!=Ke)new Ge.a;r()(qe).forEach(function(e){return s["a"].filter(e,qe[e])}),s["a"].use(Je),s["a"].prototype.$http=w.a,w.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",w.a.defaults.withCredentials=!0,w.a.interceptors.request.use(function(e){if("post"==e.method)e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf="+window.lxpf):e.data="pf="+window.lxpf;else if("get"==e.method){var t=r()(e.params);t.length?-1==t.indexOf("pf")&&(e.params=Object(i["a"])({pf:window.lxpf},e.params)):e.params={pf:window.lxpf}}return e},function(e){return c.a.reject(e)});var Ze=J["a"].getCookie("Yo4teW_gid");if(null==Ze){var Qe=Ue()("");J["a"].setCookie("Yo4teW_gid",Qe,1,window.cookieHostname)}var Xe={urlhash:window.location.hash};Xe=J["a"].getParams(Xe),Y["b"].wxaccess(Xe).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),N.beforeEach(function(e,t,n){var a=e.meta&&e.meta.title;a&&(document.title=a);var c=e.meta.back||"";if(c){var i=!!J["a"].isLogin();i?n():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else n()}),new s["a"]({router:N,store:Fe,render:function(e){return e(p)}}).$mount("#app")},bfd9:function(e,t,n){}});
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1a2ea83e"],{"3b79":function(t,n,a){"use strict";var i=a("db41"),o=a.n(i);o.a},"57af":function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},o=[],s=a("7272"),e={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:s["a"]}},c=e,l=(a("9f93"),a("fc05")),r=Object(l["a"])(c,i,o,!1,null,null,null);n["a"]=r.exports},7272:function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},o=[function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},e=s,c=(a("3b79"),a("fc05")),l=Object(c["a"])(e,i,o,!1,null,null,null);n["a"]=l.exports},"9f93":function(t,n,a){"use strict";var i=a("fe55"),o=a.n(i);o.a},db41:function(t,n,a){},fe55:function(t,n,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-30664260"],{"1a47":function(t,e,a){},"2e96":function(t,e,a){var s=a("9c9a"),n=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return n.stringify.apply(n,arguments)}},"3b79":function(t,e,a){"use strict";var s=a("db41"),n=a.n(s);n.a},"57af":function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],i=a("7272"),o={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:i["a"]}},l=o,c=(a("9f93"),a("fc05")),r=Object(c["a"])(l,s,n,!1,null,null,null);e["a"]=r.exports},"6a0f":function(t,e,a){"use strict";var s=a("1a47"),n=a.n(s);n.a},7272:function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],i={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=i,l=(a("3b79"),a("fc05")),c=Object(l["a"])(o,s,n,!1,null,null,null);e["a"]=c.exports},"832f":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?a("div",[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),a("div",{staticClass:"bar"},[a("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),a("span",{staticClass:"f24"},[t._v("来源:")]),a("span",{staticClass:"f24"},[t._v(t._s(t.newsDetailObj.current_info.writer)+"   "+t._s(t._f("dateTimeFormate")(t.newsDetailObj.current_info.publish_time)))])]),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.header?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.header.images,alt:t.newsDetailAd.news_details_ad.header.title,width:"100%",height:"120"}})])])]:t._e()]:t._e(),a("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.footer.images,alt:t.newsDetailAd.news_details_ad.footer.title,width:"100%",height:"120"}})])])]:t._e()]:t._e()],2):t._e(),t.newsDetailAd.h5_news_ad_pop?[a("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[a("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){t.popdetailact()}}}),a("a",{attrs:{href:t.newsDetailAd.h5_news_ad_pop.url,target:t.newsDetailAd.h5_news_ad_pop.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.h5_news_ad_pop.images,alt:t.newsDetailAd.h5_news_ad_pop.title}})])],1)]:t._e(),t.loadStatus?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],2)},n=[],i=a("badb"),o=a.n(i),l=a("bd31"),c=a("1cc5"),r=a("52c1"),d=a("01c5"),u=a("57af");c["a"].use(d["h"]).use(d["e"]);var f={name:"newsDetail",data:function(){return{title:"猎芯网-新闻列表详情",p:1,meaushow:!0,popdetailbool:!1}},computed:Object(l["a"])({},Object(r["b"])({newsDetailObj:function(t){return t.newsdetail.newsDetailObj},loadStatus:function(t){return t.newsdetail.loadStatus},newsDetailAd:function(t){return t.newsdetail.newsDetailAd}})),watch:{newsDetailObj:function(t){"{}"!=o()(t)&&(this.title=t.current_info.title,window.document.title=t.current_info.title)}},created:function(){this.getDataAd(),this.getData(),this.scrollFns()},methods:{getData:function(){this.$store.dispatch({type:"newsArticleDetail",art_id:this.$route.params.art_id})},getDataAd:function(){this.$store.dispatch({type:"newsArticleDetailAd",cat_id:this.$route.params.cat_id})},popdetailact:function(){this.popdetailbool=!1,this.newsDetailAd.h5_news_ad_pop=""},scrollFns:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;e>=100&&(t.popdetailbool=!0)}}},components:{Header:u["a"]}},_=f,p=(a("6a0f"),a("fc05")),w=Object(p["a"])(_,s,n,!1,null,null,null);e["default"]=w.exports},"9f93":function(t,e,a){"use strict";var s=a("fe55"),n=a.n(s);n.a},badb:function(t,e,a){t.exports=a("2e96")},db41:function(t,e,a){},fe55:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3be59844"],{2536:function(t,i,a){"use strict";a.r(i);var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"news"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},t._l(t.rollbanner,function(i,n){return a("van-swipe-item",{key:n},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"news-banner-"+(n+1)),target:i.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:i.images,height:"100%",width:"100%"}})])])}),1),t.cat_list.length>0?a("div",{staticClass:"navList clearfix",class:{navList44:4==t.cat_list.length,navListfixed:t.navListfixed}},t._l(t.cat_list,function(i,n){return a("p",{key:n,staticClass:"fl",class:{act:t.act==n},on:{click:function(i){t.tab(n)}}},[t._v("\n "+t._s(i.cat_name)+"\n ")])}),0):t._e(),a("ul",{staticClass:"listBox clr"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.content_list,function(i,n){return a("router-link",{key:n,attrs:{tag:"li",to:{path:"/news/detail/"+i.art_id+"/"+i.cat_id}}},[a("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}]},[a("img",{attrs:{"data-src":i.litpic,alt:i.title,"data-error":"static/images/news.png"}})]),a("div",{staticClass:"boxgrt"},[a("h1",{staticClass:"title"},[t._v(t._s(i.title))]),a("p",{staticClass:"titleLook clearfix"},[a("span",{staticClass:"fl"},[t._v(t._s(i.writer))]),a("span",{staticClass:"fr"},[t._v(t._s(i.click)+"浏览")])])])])}),1)],1),a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"slide-bar",staticStyle:{cursor:"pointer"}},[t.navListfixed?a("div",{staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})]):t._e()])],1)},s=[],e=a("bd31"),c=a("1cc5"),o=a("52c1"),l=a("01c5"),r=a("57af");c["a"].use(l["n"]).use(l["o"]).use(l["f"]).use(l["g"]);var u={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(e["a"])({},Object(o["b"])({rollbanner:function(t){return t.news.rollbanner},cat_list:function(t){return t.news.cat_list},content_list:function(t){return t.news.content_list},loadStatus:function(t){return t.news.loadStatus},finished:function(t){return t.news.finished},totalLimit:function(t){return t.news.totalLimit}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.getData()},mounted:function(){this.scrollFns()},methods:{getData:function(){var t="";this.cat_id?t=this.cat_id:this.cat_list.length>0&&(t=this.cat_list[0].cat_id),this.$store.dispatch({type:"newsArticle",cat_id:t,p:this.p,limit:this.limit})},tab:function(t){this.act!=t&&(this.act=t,this.p=1,this.cat_id=this.cat_list[t].cat_id,this.getData())},onLoad:function(){this.p<this.totalLimit&&(this.p++,this.getData())},scrollFns:function(){var t=this;window.onscroll=function(){var i=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=i>=300}}},components:{Header:r["a"]}},f=u,d=(a("9c9e"),a("fc05")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);i["default"]=h.exports},"3b79":function(t,i,a){"use strict";var n=a("db41"),s=a.n(n);s.a},"57af":function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},o=c,l=(a("9f93"),a("fc05")),r=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,o=(a("3b79"),a("fc05")),l=Object(o["a"])(c,n,s,!1,null,null,null);i["a"]=l.exports},"9c9e":function(t,i,a){"use strict";var n=a("ef17"),s=a.n(n);s.a},"9f93":function(t,i,a){"use strict";var n=a("fe55"),s=a.n(n);s.a},db41:function(t,i,a){},ef17:function(t,i,a){},fe55:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-411c813f"],{"1a47":function(t,e,a){},"2e96":function(t,e,a){var s=a("9c9a"),i=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"3b79":function(t,e,a){"use strict";var s=a("db41"),i=a.n(s);i.a},"57af":function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"head-dom"},[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},i=[],n=(a("9f07"),a("0964"),a("7272")),o={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:n["a"]}},l=o,c=(a("7afb"),a("fc05")),r=Object(c["a"])(l,s,i,!1,null,"3efd14ca",null);e["a"]=r.exports},"62ad":function(t,e,a){},"6a0f":function(t,e,a){"use strict";var s=a("1a47"),i=a.n(s);i.a},7272:function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=n,l=(a("3b79"),a("fc05")),c=Object(l["a"])(o,s,i,!1,null,null,null);e["a"]=c.exports},"7afb":function(t,e,a){"use strict";var s=a("62ad"),i=a.n(s);i.a},"832f":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?a("div",[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),a("div",{staticClass:"bar"},[a("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),a("span",{staticClass:"f24"},[t._v("来源:")]),a("span",{staticClass:"f24"},[t._v(t._s(t.newsDetailObj.current_info.writer)+"   "+t._s(t._f("dateTimeFormate")(t.newsDetailObj.current_info.publish_time)))])]),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.header?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.header.images,alt:t.newsDetailAd.news_details_ad.header.title,width:"100%",height:"120"}})])])]:t._e()]:t._e(),a("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.footer.images,alt:t.newsDetailAd.news_details_ad.footer.title,width:"100%",height:"120"}})])])]:t._e()]:t._e()],2):t._e(),t.newsDetailAd.h5_news_ad_pop?[a("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[a("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){t.popdetailact()}}}),a("a",{attrs:{href:t.newsDetailAd.h5_news_ad_pop.url,target:t.newsDetailAd.h5_news_ad_pop.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.h5_news_ad_pop.images,alt:t.newsDetailAd.h5_news_ad_pop.title}})])],1)]:t._e(),t.loadStatus?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],2)},i=[],n=a("badb"),o=a.n(n),l=a("bd31"),c=a("1cc5"),r=a("52c1"),d=a("01c5"),u=a("57af");c["a"].use(d["h"]).use(d["e"]);var f={name:"newsDetail",data:function(){return{title:"猎芯网-新闻列表详情",p:1,meaushow:!0,popdetailbool:!1}},computed:Object(l["a"])({},Object(r["b"])({newsDetailObj:function(t){return t.newsdetail.newsDetailObj},loadStatus:function(t){return t.newsdetail.loadStatus},newsDetailAd:function(t){return t.newsdetail.newsDetailAd}})),watch:{newsDetailObj:function(t){"{}"!=o()(t)&&(this.title=t.current_info.title,window.document.title=t.current_info.title)}},created:function(){this.getDataAd(),this.getData(),this.scrollFns()},methods:{getData:function(){this.$store.dispatch({type:"newsArticleDetail",art_id:this.$route.params.art_id})},getDataAd:function(){this.$store.dispatch({type:"newsArticleDetailAd",cat_id:this.$route.params.cat_id})},popdetailact:function(){this.popdetailbool=!1,this.newsDetailAd.h5_news_ad_pop=""},scrollFns:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;e>=100&&(t.popdetailbool=!0)}}},components:{Header:u["a"]}},_=f,p=(a("6a0f"),a("fc05")),w=Object(p["a"])(_,s,i,!1,null,null,null);e["default"]=w.exports},badb:function(t,e,a){t.exports=a("2e96")},db41:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-61476b42"],{"3b79":function(t,i,a){"use strict";var s=a("db41"),n=a.n(s);n.a},"57af":function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},l=c,o=(a("9f93"),a("fc05")),r=Object(o["a"])(l,s,n,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,l=(a("3b79"),a("fc05")),o=Object(l["a"])(c,s,n,!1,null,null,null);i["a"]=o.exports},"7fca":function(t,i,a){},"93db":function(t,i,a){"use strict";var s=a("7fca"),n=a.n(s);n.a},"9f93":function(t,i,a){"use strict";var s=a("fe55"),n=a.n(s);n.a},bd04:function(t,i,a){"use strict";a.r(i);var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"wxlist"},[a("Header"),a("div",{staticClass:"wxlist-content"},[a("div",{staticClass:"menu-title"},[t._v(t._s(t.wechatArticle.menu))]),t.wechatArticle.top?a("div",{staticClass:"wxlist-banner"},[a("div",{staticClass:"banner-box"},[t._m(0),a("div",{staticClass:"banner-body"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("img",{attrs:{alt:t.wechatArticle.top.title,src:t.wechatArticle.top.img}})])]),a("div",{staticClass:"banner-footer"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("span",[t._v("活动 | ")]),t._v(t._s(t.wechatArticle.top.title))])])])]):t._e(),a("div",{staticClass:"wxlist-data"},[a("div",{staticClass:"wxlist-data-box"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:10,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.wechatArticleList,function(i,s){return a("div",{key:s,staticClass:"data-group clr"},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"wechatlist")}},[a("div",{staticClass:"group-left fl"},[a("div",{staticClass:"group-left-box"},[t._v("\n "+t._s(i.title)+"\n ")])]),a("img",{staticClass:"group-right fr",attrs:{src:i.img}})])])}),0)],1)])])],1)},n=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"banner-header clr"},[s("div",{staticClass:"banner-img fl"},[s("img",{attrs:{src:a("defc")}})]),s("div",{staticClass:"banner-title fl"},[t._v("猎芯网")])])}],e=a("bd31"),c=a("1cc5"),l=a("52c1"),o=a("01c5"),r=a("57af");c["a"].use(o["g"]);var f={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(e["a"])({},Object(l["b"])({wechatArticle:function(t){return t.wxlist.wechatArticle},wechatArticleList:function(t){return t.wxlist.wechatArticleList},limits:function(t){return t.wxlist.limits},loadStatus:function(t){return t.wxlist.loadStatus},finished:function(t){return t.wxlist.finished}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){},methods:{getData:function(t){this.$store.dispatch({type:"wechatArticle",type_id:t,page:this.page,limit:this.limit})},onLoad:function(){this.page<this.limits&&(this.page++,this.getData(this.$route.query.type_id))}},components:{Header:r["a"]}},u=f,d=(a("93db"),a("fc05")),h=Object(d["a"])(u,s,n,!1,null,"2cd2f384",null);i["default"]=h.exports},db41:function(t,i,a){},defc:function(t,i,a){t.exports=a.p+"img/logo2.19d260fd.png"},fe55:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6199b240"],{"3b79":function(t,a,i){"use strict";var s=i("db41"),n=i.n(s);n.a},"57af":function(t,a,i){"use strict";var s=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"head-dom"},[i("div",{staticClass:"header-page clr"},[i("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],e=(i("9f07"),i("0964"),i("7272")),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},l=c,o=(i("7afb"),i("fc05")),r=Object(o["a"])(l,s,n,!1,null,"3efd14ca",null);a["a"]=r.exports},"62ad":function(t,a,i){},7272:function(t,a,i){"use strict";var s=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(a){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(a){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("ul",{staticClass:"menu-view"},[i("li",[i("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),i("li",[i("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),i("li",[i("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),i("li",[i("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),i("li",{staticClass:"mui-table-view-cell "},[i("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),i("li",[i("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,l=(i("3b79"),i("fc05")),o=Object(l["a"])(c,s,n,!1,null,null,null);a["a"]=o.exports},"7afb":function(t,a,i){"use strict";var s=i("62ad"),n=i.n(s);n.a},"7fca":function(t,a,i){},"93db":function(t,a,i){"use strict";var s=i("7fca"),n=i.n(s);n.a},bd04:function(t,a,i){"use strict";i.r(a);var s=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"wxlist"},[i("Header"),i("div",{staticClass:"wxlist-content"},[i("div",{staticClass:"menu-title"},[t._v(t._s(t.wechatArticle.menu))]),t.wechatArticle.top?i("div",{staticClass:"wxlist-banner"},[i("div",{staticClass:"banner-box"},[t._m(0),i("div",{staticClass:"banner-body"},[i("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[i("img",{attrs:{alt:t.wechatArticle.top.title,src:t.wechatArticle.top.img}})])]),i("div",{staticClass:"banner-footer"},[i("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[i("span",[t._v("活动 | ")]),t._v(t._s(t.wechatArticle.top.title))])])])]):t._e(),i("div",{staticClass:"wxlist-data"},[i("div",{staticClass:"wxlist-data-box"},[i("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:10,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(a){t.loading=a},expression:"loading"}},t._l(t.wechatArticleList,function(a,s){return i("div",{key:s,staticClass:"data-group clr"},[i("a",{attrs:{href:t._f("urlPatg")(a.url,"wechatlist")}},[i("div",{staticClass:"group-left fl"},[i("div",{staticClass:"group-left-box"},[t._v("\n "+t._s(a.title)+"\n ")])]),i("img",{staticClass:"group-right fr",attrs:{src:a.img}})])])}),0)],1)])])],1)},n=[function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"banner-header clr"},[s("div",{staticClass:"banner-img fl"},[s("img",{attrs:{src:i("defc")}})]),s("div",{staticClass:"banner-title fl"},[t._v("猎芯网")])])}],e=i("bd31"),c=i("1cc5"),l=i("52c1"),o=i("01c5"),r=i("57af");c["a"].use(o["g"]);var f={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(e["a"])({},Object(l["b"])({wechatArticle:function(t){return t.wxlist.wechatArticle},wechatArticleList:function(t){return t.wxlist.wechatArticleList},limits:function(t){return t.wxlist.limits},loadStatus:function(t){return t.wxlist.loadStatus},finished:function(t){return t.wxlist.finished}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){},methods:{getData:function(t){this.$store.dispatch({type:"wechatArticle",type_id:t,page:this.page,limit:this.limit})},onLoad:function(){this.page<this.limits&&(this.page++,this.getData(this.$route.query.type_id))}},components:{Header:r["a"]}},u=f,d=(i("93db"),i("fc05")),h=Object(d["a"])(u,s,n,!1,null,"2cd2f384",null);a["default"]=h.exports},db41:function(t,a,i){},defc:function(t,a,i){t.exports=i.p+"img/logo2.19d260fd.png"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-74b6e450"],{"3b79":function(t,a,n){"use strict";var i=n("db41"),o=n.n(i);o.a},"57af":function(t,a,n){"use strict";var i=function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("section",{staticClass:"head-dom"},[n("div",{staticClass:"header-page clr"},[n("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),n("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?n("Menu",{attrs:{color:t.color}}):t._e()],1)])},o=[],s=(n("9f07"),n("0964"),n("7272")),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:s["a"]}},e=c,l=(n("7afb"),n("fc05")),r=Object(l["a"])(e,i,o,!1,null,"3efd14ca",null);a["a"]=r.exports},"62ad":function(t,a,n){},7272:function(t,a,n){"use strict";var i=function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",[t.flag?n("div",{staticClass:"menu-fade",on:{click:function(a){t.flag=!1}}}):t._e(),n("div",{staticClass:"menu clr"},[n("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(a){t.flag=!t.flag}}}),t.flag?n("div",[n("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},o=[function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("ul",{staticClass:"menu-view"},[n("li",[n("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),n("li",[n("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),n("li",[n("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),n("li",[n("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),n("li",{staticClass:"mui-table-view-cell "},[n("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),n("li",[n("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=s,e=(n("3b79"),n("fc05")),l=Object(e["a"])(c,i,o,!1,null,null,null);a["a"]=l.exports},"7afb":function(t,a,n){"use strict";var i=n("62ad"),o=n.n(i);o.a},db41:function(t,a,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-aa726976"],{2536:function(t,a,i){"use strict";i.r(a);var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"news"},[i("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),i("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},t._l(t.rollbanner,function(a,n){return i("van-swipe-item",{key:n},[i("a",{attrs:{href:t._f("urlPatg")(a.url,"news-banner-"+(n+1)),target:a.window_open>0?"_blank":"_self"}},[i("img",{attrs:{src:a.images,height:"100%",width:"100%"}})])])}),1),t.cat_list.length>0?i("div",{staticClass:"navList clearfix",class:{navList44:4==t.cat_list.length,navListfixed:t.navListfixed}},t._l(t.cat_list,function(a,n){return i("p",{key:n,staticClass:"fl",class:{act:t.act==n},on:{click:function(a){t.tab(n)}}},[t._v("\n "+t._s(a.cat_name)+"\n ")])}),0):t._e(),i("ul",{staticClass:"listBox clr"},[i("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(a){t.loading=a},expression:"loading"}},t._l(t.content_list,function(a,n){return i("router-link",{key:n,attrs:{tag:"li",to:{path:"/news/detail/"+a.art_id+"/"+a.cat_id}}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}]},[i("img",{attrs:{"data-src":a.litpic,alt:a.title,"data-error":"static/images/news.png"}})]),i("div",{staticClass:"boxgrt"},[i("h1",{staticClass:"title"},[t._v(t._s(a.title))]),i("p",{staticClass:"titleLook clearfix"},[i("span",{staticClass:"fl"},[t._v(t._s(a.writer))]),i("span",{staticClass:"fr"},[t._v(t._s(a.click)+"浏览")])])])])}),1)],1),i("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"slide-bar",staticStyle:{cursor:"pointer"}},[t.navListfixed?i("div",{staticClass:"backtop"},[i("i",{staticClass:"iconfont icon-xiangshang1"})]):t._e()])],1)},s=[],e=i("bd31"),c=i("1cc5"),o=i("52c1"),l=i("01c5"),r=i("57af");c["a"].use(l["n"]).use(l["o"]).use(l["f"]).use(l["g"]);var u={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(e["a"])({},Object(o["b"])({rollbanner:function(t){return t.news.rollbanner},cat_list:function(t){return t.news.cat_list},content_list:function(t){return t.news.content_list},loadStatus:function(t){return t.news.loadStatus},finished:function(t){return t.news.finished},totalLimit:function(t){return t.news.totalLimit}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.getData()},mounted:function(){this.scrollFns()},methods:{getData:function(){var t="";this.cat_id?t=this.cat_id:this.cat_list.length>0&&(t=this.cat_list[0].cat_id),this.$store.dispatch({type:"newsArticle",cat_id:t,p:this.p,limit:this.limit})},tab:function(t){this.act!=t&&(this.act=t,this.p=1,this.cat_id=this.cat_list[t].cat_id,this.getData())},onLoad:function(){this.p<this.totalLimit&&(this.p++,this.getData())},scrollFns:function(){var t=this;window.onscroll=function(){var a=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=a>=300}}},components:{Header:r["a"]}},f=u,d=(i("9c9e"),i("fc05")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);a["default"]=h.exports},"3b79":function(t,a,i){"use strict";var n=i("db41"),s=i.n(n);s.a},"57af":function(t,a,i){"use strict";var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"head-dom"},[i("div",{staticClass:"header-page clr"},[i("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=(i("9f07"),i("0964"),i("7272")),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},o=c,l=(i("7afb"),i("fc05")),r=Object(l["a"])(o,n,s,!1,null,"3efd14ca",null);a["a"]=r.exports},"62ad":function(t,a,i){},7272:function(t,a,i){"use strict";var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(a){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(a){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("ul",{staticClass:"menu-view"},[i("li",[i("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),i("li",[i("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),i("li",[i("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),i("li",[i("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),i("li",{staticClass:"mui-table-view-cell "},[i("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),i("li",[i("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,o=(i("3b79"),i("fc05")),l=Object(o["a"])(c,n,s,!1,null,null,null);a["a"]=l.exports},"7afb":function(t,a,i){"use strict";var n=i("62ad"),s=i.n(n);s.a},"9c9e":function(t,a,i){"use strict";var n=i("ef17"),s=i.n(n);s.a},db41:function(t,a,i){},ef17:function(t,a,i){}}]);
\ No newline at end of file
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