Commit 28b5ecc2 by 施宇

h5公共头部修改

parent e2d5b601
Showing with 172 additions and 188 deletions
...@@ -30,7 +30,7 @@ const WalletRecord = resolve => require(['@/views/wallet/Record'], resolve); ...@@ -30,7 +30,7 @@ const WalletRecord = resolve => require(['@/views/wallet/Record'], resolve);
const WithdrawDetail = resolve => require(['@/views/wallet/WithdrawDetail'], resolve); const WithdrawDetail = resolve => require(['@/views/wallet/WithdrawDetail'], resolve);
const WalletRetrieve = resolve => require(['@/views/wallet/Retrieve'], resolve); const WalletRetrieve = resolve => require(['@/views/wallet/Retrieve'], resolve);
const WalletCashier = resolve => require(['@/views/wallet/Cashier'], resolve); const WalletCashier = resolve => require(['@/views/wallet/Cashier'], resolve);
const xianhuo = resolve => require(['@/views/xianhuo/xianhuo'], resolve);
Vue.use(Router); Vue.use(Router);
...@@ -249,6 +249,13 @@ const routes = [{ ...@@ -249,6 +249,13 @@ const routes = [{
} }
}, },
{ {
path: '/xianhuo',
component: xianhuo,
meta: {
title: ''
}
},
{
path: '*', path: '*',
redirect: '/' redirect: '/'
} }
......
...@@ -2,24 +2,32 @@ ...@@ -2,24 +2,32 @@
<section class="head-dom"> <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" v-if="!inputShow">{{title}}</h3>
<div class="search" v-else>
<van-icon name="search" size="18px" color="#666"/>
<van-field placeholder="请输入元器件型号、参数,查找全站库存数据" @focus="toSearch"/>
</div>
<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";
import { Icon, Field } from "vant";
export default { export default {
name: 'header-page', name: "header-page",
props: { props: {
color: { color: {
type: String, type: String,
default: '' default: ""
},
inputShow: {
type: Boolean,
default: false
}, },
title: { title: {
type: String, type: String,
default: '猎芯网' default: "猎芯网"
}, },
meaushow: { meaushow: {
type: Boolean, type: Boolean,
...@@ -27,53 +35,81 @@ ...@@ -27,53 +35,81 @@
} }
}, },
data() { data() {
return {} return {};
},
mounted() {
}, },
mounted() {},
methods: { methods: {
historyback: function () { historyback: function() {
history.go(-1) history.go(-1);
},
toSearch(){
this.$emit('toSearch')
} }
}, },
components: { components: {
"van-field": Field,
"van-icon": Icon,
Menu Menu
} }
} };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.head-dom { .head-dom {
padding-top: 40px; padding-top: 44px;
.header-page { .header-page {
height: 40px; height: 44px;
width: 100%; width: 100%;
padding: 0 0.2rem; padding: 0 0.2rem;
position: fixed; position: fixed;
z-index: 998; z-index: 998;
top: 0; top: 0;
background: #fafafa; background: #f3f3f3;
i { i {
font-size: 18px; font-size: 18px;
margin-top: 10px; margin-top: 13px;
color: #666 color: #666;
} }
h3 { h3 {
font-size: 16px; font-size: 16px;
color: #333; color: #333;
width: 68%; width: 68%;
line-height: 40px; line-height: 44px;
text-align: center; text-align: center;
height: 40px; height: 44px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
padding: 0px 10% !important; padding: 0px 10% !important;
} }
.search {
position: absolute;
left: 40px;
right: 60px;
background: #fff;
height: 30px;
margin: 7px 0;
border-radius: 15px;
padding: 5px 10px 5px 30px;
box-sizing: border-box;
.van-icon {
position: absolute;
left: 10px;
height: 20px;
line-height: 21px;
margin-top: 0;
}
.van-cell {
display: inline-flex;
padding: 0;
line-height: 21px;
font-size: 12px;
color: #333;
}
} }
} }
}
</style> </style>
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
.menu { .menu {
position: fixed; position: fixed;
right: 10px; right: 10px;
top: 10px; top: 13px;
z-index: 999; z-index: 999;
b { b {
font-size: 18px; font-size: 18px;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</a> </a>
</li> </li>
<li> <li>
<a href="/v3/xianhuo?ptag=index-bottomnav"> <a href="/h5/view/#/xianhuo?ptag=index-bottomnav">
<i class="iconfont icon-ziying"></i> <i class="iconfont icon-ziying"></i>
<p>自营商城</p> <p>自营商城</p>
</a> </a>
......
<template>
<div>
<Header :inputShow="true" :meaushow="true" @toSearch="toSearch"></Header>
</div>
</template>
<script>
import Header from "@/views/common/Header.vue";
export default {
components: {
Header
},
methods:{
toSearch(){
console.log(1111)
}
}
};
</script>
<style lang="scss">
</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}.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}.pointer-detail{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{padding:0 .24rem;border-bottom:1px solid #e1e1e1}.pointer-detail .point-list-head,.pointer-detail .point-list-head .f-l{height:42px;line-height:42px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;cursor:pointer}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ 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}.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ 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}.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.exchange{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:42px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ 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}.supplier{width:100%}.supplier .head{width:100%;background:#09152a;padding-bottom:.533rem}.supplier .head .banner{width:100%;height:6.187rem;background:url(../img/banner.2a890b9a.png) no-repeat 50%;background-size:cover}.supplier .head .head-form{margin:0 .533rem;padding:.333rem .4rem .547rem .4rem;border-radius:3px;background:hsla(0,0%,100%,.2);-webkit-box-shadow:0 -.027rem .233rem .1rem rgba(0,0,0,.5);box-shadow:0 -.027rem .233rem .1rem rgba(0,0,0,.5)}.supplier .head .head-form .head-form-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-radius:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.supplier .head .head-form .head-form-wrap dd.inp-wrap{position:relative;width:100%;border-bottom:1px solid #3a4455;height:1.333rem;padding-left:.28rem;white-space:nowrap}.supplier .head .head-form .head-form-wrap dd.inp-wrap>label{width:77px;text-align:right;font-size:14px;color:#666}.supplier .head .head-form .head-form-wrap dd.inp-wrap>label em{font-size:13px;color:#ffa200}.supplier .head .head-form .head-form-wrap dd.inp-wrap>input.inp{width:65%;height:100%;font-size:14px;color:#333;background:none;text-align:left}.supplier .head .head-form .head-form-wrap dd.inp-wrap>input.inp.w1{width:43%}.supplier .head .head-form .head-form-wrap dd.inp-wrap .hint{position:absolute;right:10px;color:#999;top:16px;font-size:14px;background:#fff;z-index:9}.supplier .head .head-form .head-form-wrap dd.inp-wrap .hint.f-orange,.supplier .head .head-form .head-form-wrap dd.inp-wrap .hint.f-orange span{color:#ffa200!important}.supplier .head .head-form .head-form-wrap dd.inp-wrap .code-text{font-size:14px;background:none;color:#1080d0}.supplier .head .head-form .head-form-wrap dd.inp-wrap .code-text.code-text-disabled{color:#999}.supplier .head .head-form .head-form-wrap dd.inp-wrap>textarea{width:71%;height:100%;font-size:14px;color:#333;padding-top:.45rem;resize:none}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio{height:100%;width:71%;white-space:nowrap}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb{height:100%}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb:first-child{margin-right:.667rem}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb em{color:#333;font-size:14px;margin-left:.253rem}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb .icn{width:13px;height:13px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdCQkQ1MTYzMzI1MTFFOUI1N0E4RTlFQUU5MTIxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdCQkQ1MTczMzI1MTFFOUI1N0E4RTlFQUU5MTIxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0JCRDUxNDMzMjUxMUU5QjU3QThFOUVBRTkxMjE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0JCRDUxNTMzMjUxMUU5QjU3QThFOUVBRTkxMjE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/ZgIQAAAKhSURBVHjapJZNSFRRFMenYSJXM6VN1CL7UMg+VlpWRotAF5VBK6NaBCW0CUKkTUUU5CJCKmjRQEFt+phVYBih0CKssKlVH7OZSguKypF0Y+Wi/4nfi+vlzYfjgR/z7n3nnv+8d889581LpVKRIrZA7BB7xVaxQiTETzEinon74rH4VShIrMj8YXFWLBNvxRNxV4yJGgS3i6Pim7ggrorf5YisEWmxXtwUveJdkaddK7oROST2iazrEPUWbBJPRVxsEZ0lBCLc7+R1xlm/uZBIgxjgXzSLTEjAxWI1v75lWGfrHxFvhsh8cU98FbvEd2fxQtEjPjKf49fG57kfmM3vJE6auP9FjrMHB8mcwNoIepKNds3Gp7jf5szb+gNiHXH/iVSJE+KWeOk4t4p+UV1iT6rxa3XmXpE0FrfKRNrFErIosCSPG4uUZzH8k85cL3H3mMhu8YazEJil5KLI7Mz8u7yse217bCJNYshbsD9SmXV4Y4u70URqxXsvTWsrFKnjrAT2QSyPUosmvMeei9U41xY3EeXCVR+fo8iYc21xJ0zkE6c4sB9itEKBnPdWVonPJvJCtHjOdyoUSXvjbWI4ykHawAl1c3y2r838L3nV2eL2m0gf/aDbq0GWjtNlCkzj79a8LsZ9JjIlLtILGh2nQYplvoRAHr9BZ66Rpmdxp4ICeYVTf5uUDsxKfz1VOBeyyT3cH3DmE8SxCnLZrcJ/6GhL2aOk965PEyzuHLh65se9mveQOB3EndG0slRSWzxs5SDk1UxSHSZD7jWxro7Sny3UfjO04DxfItfdDlfAGvB7zlM1cyyKfkiM0qOtb58RR6imQ3TDPD1kJefA0vSLOCZuhGVkrEhKXqPxtNMOWqjOcU71CE9+TjwgS0PtrwADACdpmyLcq2rYAAAAAElFTkSuQmCC) no-repeat 50%;background-size:cover;display:inline-block;vertical-align:middle}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb .icn.icn-curr{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjNCQ0JENzQzMzI1MTFFOTk4NjRGQkE0RjRBN0EzMjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjNCQ0JENzUzMzI1MTFFOTk4NjRGQkE0RjRBN0EzMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2M0JDQkQ3MjMzMjUxMUU5OTg2NEZCQTRGNEE3QTMyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2M0JDQkQ3MzMzMjUxMUU5OTg2NEZCQTRGNEE3QTMyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PugpblcAAAKeSURBVHjapJZNSJRRFIa/GUacTWqaQQu1MsjKlZqp0SLQRVngqt9FUEKbIETaFIgLW0RIm5YKtdJmVVhCJLQIy2qKFv3Mxn4sKCon1I2Wi9433iunyzc/jgce5rt/553v3nPP+SJl/a+CLFYM9oMu0ApqQCmYA5/AE3AbPARLmZzEsvSfBv1gE3gLHoFRMAsqJLgPnAXfwRVwHfzOR2Q7SIBd4AYYBO+yvO0O0CuRU+AoSNkJUW/BbvAYlIAW0J1DINB4t7azROv3ZBKpAw/0L5pBMsThBrBVv74ltY7r78vffyJF4Bb4Bg6CH2ZxGbgMPqp/Wr9sD2jcGfsPyE9CfldEzusMTipynHXI6UUdtDW2L2m8w/Rz/QmwU37/icTBBXATvDCT28E4KM9xJuWa1276Xipo6DdOkUNgo6LIWaVeNxbkZzHNrzR9g/J7mCKd4I3ugjOG5Ppgdcb5PV7UveYZU6QRTHoLjgeF2RGvTb9NFKkG770wrS5QpFZ3xdkHUBVVLpr3XnstVmGe6bc0qger/muNIrPmmX7nKfJZt9jZTzBToMC0tytbwBeKPAdt3uSRAkUSXnsveBbVRarXDbUxvtpt4/xrXnam33GKjKke9Ho5iOG4nKfAsubbnNej9hhFFsFV1YIGM2lCyTKdQyCteROmr0FFj34XIyq/RUrVxaoFc15I8y2P6R7YQx4N2VpeiaeqkLzofyKmxjP/TynFdHmv7myd8hPHFkLGOXZH59viKqQtWill0m2MCKaDECcLyg5hAo1aV6vUn8pUfpMqwWl9iQzZCpfB6jRvStvWrGuR9UNiRufCut0HziibTqoaplVDNuseMEy/gnNgOCwiIzm+u+KqN53ajhqXKvTdxSJ3D9xVlIbaXwEGALlTnBtulhoIAAAAAElFTkSuQmCC) no-repeat 50%;background-size:cover}.supplier .head .head-form .head-form-wrap dd.inp-wrap:last-child{border-bottom:none}.supplier .head .head-form .btn-wrap{position:relative}.supplier .head .head-form .btn-wrap .error{position:absolute;left:0;top:-25px;font-size:12px;color:#ffa200!important}.supplier .head .head-form .btn-wrap .submit{height:40px;line-height:40px;text-align:center;background-color:#fff;border-radius:3px;font-size:14px;color:#1080d0;display:block;margin:.933rem .4rem 0 .4rem;font-weight:700}.supplier .content{padding-top:.567rem}.supplier .content .wrap{padding:0 .267rem;border-bottom:.267rem solid #f6f6f6;background:#fff}.supplier .content .wrap .tit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.373rem 0 .667rem 0}.supplier .content .wrap .tit b{width:5px;height:20px;background-color:#1080d0}.supplier .content .wrap .tit span{margin-left:.28rem;font-size:18px;color:#000;font-weight:700}.supplier .content .wrap.wrap-1,.supplier .content .wrap.wrap-1 .supplier-slide{padding-bottom:.5rem}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box{width:50%;text-align:center;padding-top:7px}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t1{font-size:14px;color:#333;text-align:center;margin-bottom:8px}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t2{padding-left:.187rem}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t2 p{font-size:12px;color:#666;line-height:15px;white-space:nowrap}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t2 p span{width:95%;white-space:normal;text-align:left}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .iconfont{font-size:40px;color:#666}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-1{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzMyN0EwNUIzNEI4MTFFOUI4NjFCNzcxRkMxNkIzRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzMyN0EwNUMzNEI4MTFFOUI4NjFCNzcxRkMxNkIzRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMzI3QTA1OTM0QjgxMUU5Qjg2MUI3NzFGQzE2QjNEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMzI3QTA1QTM0QjgxMUU5Qjg2MUI3NzFGQzE2QjNEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhC3yyUAAAceSURBVHja7N2/b9xk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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-2{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEY3RkIxRTQzNEI4MTFFOUFBN0ZCNjA1OUUxRjM4NUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEY3RkIxRTUzNEI4MTFFOUFBN0ZCNjA1OUUxRjM4NUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RjdGQjFFMjM0QjgxMUU5QUE3RkI2MDU5RTFGMzg1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RjdGQjFFMzM0QjgxMUU5QUE3RkI2MDU5RTFGMzg1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgtSZjgAAAjQSURBVHja7N1LaBx1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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-3{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTgwMDNENTUzNEI4MTFFOTkwMTBFOERCQ0VCMjVBOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTgwMDNENTYzNEI4MTFFOTkwMTBFOERCQ0VCMjVBOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ODAwM0Q1MzM0QjgxMUU5OTAxMEU4REJDRUIyNUE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ODAwM0Q1NDM0QjgxMUU5OTAxMEU4REJDRUIyNUE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr7uRpYAAAlmSURBVHja7N1diFxn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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-4{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEQyMDBCRkYzNEI4MTFFOTgyQzlEQThGQzhDODVGOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEQyMDBDMDAzNEI4MTFFOTgyQzlEQThGQzhDODVGOTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RDIwMEJGRDM0QjgxMUU5ODJDOURBOEZDOEM4NUY5OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RDIwMEJGRTM0QjgxMUU5ODJDOURBOEZDOEM4NUY5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PszN54sAAAgNSURBVHja7N3Bi5Rl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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-5{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U3N0NENzEzNEI4MTFFOThEQTFENjgxOEE0Mzg3NjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U3N0NENzIzNEI4MTFFOThEQTFENjgxOEE0Mzg3NjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RTc3Q0Q2RjM0QjgxMUU5OERBMUQ2ODE4QTQzODc2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RTc3Q0Q3MDM0QjgxMUU5OERBMUQ2ODE4QTQzODc2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PknPGvkAAAkqSURBVHja7N1diFxn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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-6{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkUwMjc2QjMzNEI4MTFFOTk1NERENUVBRUZBMTFFQTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwMjc2QjQzNEI4MTFFOTk1NERENUVBRUZBMTFFQTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RTAyNzZCMTM0QjgxMUU5OTU0REQ1RUFFRkExMUVBOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RTAyNzZCMjM0QjgxMUU5OTU0REQ1RUFFRkExMUVBOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgwPtXUAAAmNSURBVHja7N1vaNx3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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicators{bottom:2px!important}.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicator{width:8px!important;height:8px!important;background-color:#ccc!important}.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicator--active{background-color:#1080d0!important}.supplier .content .wrap.wrap-2{padding-bottom:.667rem}.supplier .content .wrap.wrap-2 .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e5e5e5}.supplier .content .wrap.wrap-2 .tab li{position:relative;font-size:16px;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.24rem 0;-webkit-transition:all .4s ease;transition:all .4s ease}.supplier .content .wrap.wrap-2 .tab li.curr{color:#1080d0}.supplier .content .wrap.wrap-2 .tab li.curr:after{position:absolute;bottom:0;width:77%;left:0;right:0;margin:0 auto;height:2px;background-color:#1080d0;display:block;content:""}.supplier .content .wrap.wrap-2 .tab-wrap{margin-top:.293rem;background-color:#fff;-webkit-box-shadow:0 0 5px 0 rgba(16,128,208,.3);box-shadow:0 0 5px 0 rgba(16,128,208,.3);border-radius:2px}.supplier .content .wrap.wrap-2 .tab-wrap li{padding:.333rem 0 .253rem 0;margin:0 .267rem;border-bottom:1px dashed #e5e5e5;white-space:nowrap}.supplier .content .wrap.wrap-2 .tab-wrap li:last-child{border-bottom:none;padding-bottom:.4rem}.supplier .content .wrap.wrap-2 .tab-wrap li .ico{width:20px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjCAYAAADmOUiuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzRTA3MjgzMzNFMTFFOTkyQjRBOTMxOTM2QzBGQzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzRTA3MjkzMzNFMTFFOTkyQjRBOTMxOTM2QzBGQzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNFMDcyNjMzM0UxMUU5OTJCNEE5MzE5MzZDMEZDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNFMDcyNzMzM0UxMUU5OTJCNEE5MzE5MzZDMEZDOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvBv3Z8AAAHWSURBVHjaxNhNSsNAFAfwdBB3amqlLtSNeAQt+HEGwQvYKp6ggmsvoDcQrRdw4xH8ABX0AO5E0NLaVtyK/gffwDhkkkzeJHnwX0wCyY9pOnmZSnj4FDCrhuwiHaSrHdtELpAh5+LCA24fWULaSJ2ObSOfSBMJOTcY84Cr0biKHCAj5BJ5RBqE7GSdSeEJp2qCZvGVxnfILWcmhUecqnE6X/eBFJ5xqkJfSJEDzkTOcpAiJ5yObBvIGxekyBFnQ967IEXOuCRkKwkpCsDFIa+TkDbgjGdcZqSw4No54DIhRcG4OOQVIas2YFE4G/KBkE0dKXJ+5thIoeGmg3LKfOP8Q0rgTok4VVPIHlLRkC/IlgSeIh8lA2UPeYL80HgZWZAduQT2kKMSkSO6/5uG26Amd6D+JGUhFe49CmcuM0Ujh0m4qIW6KKTEHWu4lSic7VWnkP0CcetRuLhmoUcX6ZeJS2q3fCNtuDMbLk3D6uvnjsMNuS1/n4mMwq2lwbl8NGVFmrgG4VLvNLh8droio3Crrtsgrh/uaZHmIpwJl3XrIwn5Ree7XBxn88iGHNCszfnAcbffFFJ14gN65r6Dv/3BRWSeg+PMoIl8JlyXjp0jk1ycrF8BBgBsvbAAZgwmtAAAAABJRU5ErkJggg==) no-repeat 50%;background-size:contain;font-size:11px;color:#fff;text-align:center;line-height:18px}.supplier .content .wrap.wrap-2 .tab-wrap li .text{width:84%;white-space:normal;margin-left:.16rem}.supplier .content .wrap.wrap-2 .tab-wrap li .text .t1{font-size:14px;color:#333;margin-bottom:.2rem;font-weight:700}.supplier .content .wrap.wrap-2 .tab-wrap li .text .t2{font-size:12px;color:#666}.supplier .content .wrap.wrap-2 .tab-wrap li .btn{width:150px;height:35px;background-color:#1080d0;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.6);box-shadow:0 0 5px 0 rgba(0,0,0,.6);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:.533rem auto 0}.supplier .content .wrap.wrap-2 .tab-wrap li .btn em{font-size:14px;color:#fff}.supplier .content .wrap.wrap-2 .tab-wrap li .btn i{width:14px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDVBRDgxMDczMzJEMTFFOTk2NDE5RjVBMTBEMzFFMUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDVBRDgxMDgzMzJEMTFFOTk2NDE5RjVBMTBEMzFFMUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NUFEODEwNTMzMkQxMUU5OTY0MTlGNUExMEQzMUUxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NUFEODEwNjMzMkQxMUU5OTY0MTlGNUExMEQzMUUxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po3Td1EAAAItSURBVHjatJY7S8NQFMfTRkQUBKUURRFBhDqrIGLxAeKDVhwcBN3UL+PirDjoUHVxUnTXUiv4+ADqIDg4iA+sb2j8H/lH0pKk90Z74Tckuef8ck+SmxOyLMsoMcKgDyRAD2gH9bx2Dy5AFuyCNMj7ZhOhByZYAFdW4bgBp+Sm6NoVY0yvvF6yNnDCJB8gBZKg1mWunJvknE/GnDKHknAQ3DFwE7T4VKGYVrDF2Dvm8hUmuaI3MKMhKmYWvDPXhJcwBnLgBQz9QWYzTGGOuQuEJusuY9oluAasgrimdMbxTE2ncI4XUh6BTbxbWf2ApnSDuedtYRhcsOZNPoFjAaXNjBNH2GCwjDWF4KDSdTr65WCRByOKwUGko3QsysEh+ALVGnesK62m41AObsFlgNdeVyqOW4NBRwG/Nae0rsTcjMwN23u4EWzkwCeoALUqASJ8AJEAsjjYA5VgClyXmB/5cWGZaT7QKo1Syo7zzHImFeZX0ZGWFWZYkr6AK9tRiOmlI+P88FfKsDKbZToGnFvbK4iWQRZl7t+tzeDGavFO3IIa+JvRlRmsXMHmbf+ezkAeJDzaiG0wrilLMOd58e9J6OAqHkHnP/yAu5grx9yuLcYEy/aksZm7McIcX34ths04X448n2mjhqiRMXmuLKHaJsYcLYfIl0C3R79p8toS59otRUynL/VqhKVMWbBPsjyn3AiHFFv9OFt92THaQB0IOVr9Y7b6B6Va/W8BBgBibTXFblCdLQAAAABJRU5ErkJggg==) no-repeat 50%;background-size:cover;margin-left:.267rem}.supplier .content .wrap.wrap-3{padding-bottom:1.2rem;border-bottom:none}.supplier .content .wrap.wrap-3 .join-wrap{position:relative;text-align:center;width:100%;height:145px;background:url(../img/liucheng.f341f73a.png) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-3 .join-wrap .bnt-wrap{width:150px;padding:5px;border:1px solid #1080d0;background-color:#fff;position:absolute;left:0;right:0;top:122px;margin:0 auto;text-align:center}.supplier .content .wrap.wrap-3 .join-wrap .bnt-wrap .btn{width:140px;height:35px;background-color:#1080d0;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.6);box-shadow:0 0 5px 0 rgba(0,0,0,.6);border-radius:3px;font-size:16px;color:#fff;text-align:center;line-height:35px;display:block} .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:13px;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}.supplier{width:100%}.supplier .head{width:100%;background:#09152a;padding-bottom:.533rem}.supplier .head .banner{width:100%;height:6.187rem;background:url(../img/banner.2a890b9a.png) no-repeat 50%;background-size:cover}.supplier .head .head-form{margin:0 .533rem;padding:.333rem .4rem .547rem .4rem;border-radius:3px;background:hsla(0,0%,100%,.2);-webkit-box-shadow:0 -.027rem .233rem .1rem rgba(0,0,0,.5);box-shadow:0 -.027rem .233rem .1rem rgba(0,0,0,.5)}.supplier .head .head-form .head-form-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-radius:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.supplier .head .head-form .head-form-wrap dd.inp-wrap{position:relative;width:100%;border-bottom:1px solid #3a4455;height:1.333rem;padding-left:.28rem;white-space:nowrap}.supplier .head .head-form .head-form-wrap dd.inp-wrap>label{width:77px;text-align:right;font-size:14px;color:#666}.supplier .head .head-form .head-form-wrap dd.inp-wrap>label em{font-size:13px;color:#ffa200}.supplier .head .head-form .head-form-wrap dd.inp-wrap>input.inp{width:65%;height:100%;font-size:14px;color:#333;background:none;text-align:left}.supplier .head .head-form .head-form-wrap dd.inp-wrap>input.inp.w1{width:43%}.supplier .head .head-form .head-form-wrap dd.inp-wrap .hint{position:absolute;right:10px;color:#999;top:16px;font-size:14px;background:#fff;z-index:9}.supplier .head .head-form .head-form-wrap dd.inp-wrap .hint.f-orange,.supplier .head .head-form .head-form-wrap dd.inp-wrap .hint.f-orange span{color:#ffa200!important}.supplier .head .head-form .head-form-wrap dd.inp-wrap .code-text{font-size:14px;background:none;color:#1080d0}.supplier .head .head-form .head-form-wrap dd.inp-wrap .code-text.code-text-disabled{color:#999}.supplier .head .head-form .head-form-wrap dd.inp-wrap>textarea{width:71%;height:100%;font-size:14px;color:#333;padding-top:.45rem;resize:none}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio{height:100%;width:71%;white-space:nowrap}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb{height:100%}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb:first-child{margin-right:.667rem}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb em{color:#333;font-size:14px;margin-left:.253rem}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb .icn{width:13px;height:13px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdCQkQ1MTYzMzI1MTFFOUI1N0E4RTlFQUU5MTIxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdCQkQ1MTczMzI1MTFFOUI1N0E4RTlFQUU5MTIxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0JCRDUxNDMzMjUxMUU5QjU3QThFOUVBRTkxMjE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0JCRDUxNTMzMjUxMUU5QjU3QThFOUVBRTkxMjE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/ZgIQAAAKhSURBVHjapJZNSFRRFMenYSJXM6VN1CL7UMg+VlpWRotAF5VBK6NaBCW0CUKkTUUU5CJCKmjRQEFt+phVYBih0CKssKlVH7OZSguKypF0Y+Wi/4nfi+vlzYfjgR/z7n3nnv+8d889581LpVKRIrZA7BB7xVaxQiTETzEinon74rH4VShIrMj8YXFWLBNvxRNxV4yJGgS3i6Pim7ggrorf5YisEWmxXtwUveJdkaddK7oROST2iazrEPUWbBJPRVxsEZ0lBCLc7+R1xlm/uZBIgxjgXzSLTEjAxWI1v75lWGfrHxFvhsh8cU98FbvEd2fxQtEjPjKf49fG57kfmM3vJE6auP9FjrMHB8mcwNoIepKNds3Gp7jf5szb+gNiHXH/iVSJE+KWeOk4t4p+UV1iT6rxa3XmXpE0FrfKRNrFErIosCSPG4uUZzH8k85cL3H3mMhu8YazEJil5KLI7Mz8u7yse217bCJNYshbsD9SmXV4Y4u70URqxXsvTWsrFKnjrAT2QSyPUosmvMeei9U41xY3EeXCVR+fo8iYc21xJ0zkE6c4sB9itEKBnPdWVonPJvJCtHjOdyoUSXvjbWI4ykHawAl1c3y2r838L3nV2eL2m0gf/aDbq0GWjtNlCkzj79a8LsZ9JjIlLtILGh2nQYplvoRAHr9BZ66Rpmdxp4ICeYVTf5uUDsxKfz1VOBeyyT3cH3DmE8SxCnLZrcJ/6GhL2aOk965PEyzuHLh65se9mveQOB3EndG0slRSWzxs5SDk1UxSHSZD7jWxro7Sny3UfjO04DxfItfdDlfAGvB7zlM1cyyKfkiM0qOtb58RR6imQ3TDPD1kJefA0vSLOCZuhGVkrEhKXqPxtNMOWqjOcU71CE9+TjwgS0PtrwADACdpmyLcq2rYAAAAAElFTkSuQmCC) no-repeat 50%;background-size:cover;display:inline-block;vertical-align:middle}.supplier .head .head-form .head-form-wrap dd.inp-wrap .inp-wrap-radio .inp-wrap-radio-bb .icn.icn-curr{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjNCQ0JENzQzMzI1MTFFOTk4NjRGQkE0RjRBN0EzMjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjNCQ0JENzUzMzI1MTFFOTk4NjRGQkE0RjRBN0EzMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2M0JDQkQ3MjMzMjUxMUU5OTg2NEZCQTRGNEE3QTMyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2M0JDQkQ3MzMzMjUxMUU5OTg2NEZCQTRGNEE3QTMyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PugpblcAAAKeSURBVHjapJZNSJRRFIa/GUacTWqaQQu1MsjKlZqp0SLQRVngqt9FUEKbIETaFIgLW0RIm5YKtdJmVVhCJLQIy2qKFv3Mxn4sKCon1I2Wi9433iunyzc/jgce5rt/553v3nPP+SJl/a+CLFYM9oMu0ApqQCmYA5/AE3AbPARLmZzEsvSfBv1gE3gLHoFRMAsqJLgPnAXfwRVwHfzOR2Q7SIBd4AYYBO+yvO0O0CuRU+AoSNkJUW/BbvAYlIAW0J1DINB4t7azROv3ZBKpAw/0L5pBMsThBrBVv74ltY7r78vffyJF4Bb4Bg6CH2ZxGbgMPqp/Wr9sD2jcGfsPyE9CfldEzusMTipynHXI6UUdtDW2L2m8w/Rz/QmwU37/icTBBXATvDCT28E4KM9xJuWa1276Xipo6DdOkUNgo6LIWaVeNxbkZzHNrzR9g/J7mCKd4I3ugjOG5Ppgdcb5PV7UveYZU6QRTHoLjgeF2RGvTb9NFKkG770wrS5QpFZ3xdkHUBVVLpr3XnstVmGe6bc0qger/muNIrPmmX7nKfJZt9jZTzBToMC0tytbwBeKPAdt3uSRAkUSXnsveBbVRarXDbUxvtpt4/xrXnam33GKjKke9Ho5iOG4nKfAsubbnNej9hhFFsFV1YIGM2lCyTKdQyCteROmr0FFj34XIyq/RUrVxaoFc15I8y2P6R7YQx4N2VpeiaeqkLzofyKmxjP/TynFdHmv7myd8hPHFkLGOXZH59viKqQtWill0m2MCKaDECcLyg5hAo1aV6vUn8pUfpMqwWl9iQzZCpfB6jRvStvWrGuR9UNiRufCut0HziibTqoaplVDNuseMEy/gnNgOCwiIzm+u+KqN53ajhqXKvTdxSJ3D9xVlIbaXwEGALlTnBtulhoIAAAAAElFTkSuQmCC) no-repeat 50%;background-size:cover}.supplier .head .head-form .head-form-wrap dd.inp-wrap:last-child{border-bottom:none}.supplier .head .head-form .btn-wrap{position:relative}.supplier .head .head-form .btn-wrap .error{position:absolute;left:0;top:-25px;font-size:12px;color:#ffa200!important}.supplier .head .head-form .btn-wrap .submit{height:40px;line-height:40px;text-align:center;background-color:#fff;border-radius:3px;font-size:14px;color:#1080d0;display:block;margin:.933rem .4rem 0 .4rem;font-weight:700}.supplier .content{padding-top:.567rem}.supplier .content .wrap{padding:0 .267rem;border-bottom:.267rem solid #f6f6f6;background:#fff}.supplier .content .wrap .tit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.373rem 0 .667rem 0}.supplier .content .wrap .tit b{width:5px;height:20px;background-color:#1080d0}.supplier .content .wrap .tit span{margin-left:.28rem;font-size:18px;color:#000;font-weight:700}.supplier .content .wrap.wrap-1,.supplier .content .wrap.wrap-1 .supplier-slide{padding-bottom:.5rem}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box{width:50%;text-align:center;padding-top:7px}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t1{font-size:14px;color:#333;text-align:center;margin-bottom:8px}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t2{padding-left:.187rem}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t2 p{font-size:12px;color:#666;line-height:15px;white-space:nowrap}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .t2 p span{width:95%;white-space:normal;text-align:left}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box .iconfont{font-size:40px;color:#666}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-1{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzMyN0EwNUIzNEI4MTFFOUI4NjFCNzcxRkMxNkIzRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzMyN0EwNUMzNEI4MTFFOUI4NjFCNzcxRkMxNkIzRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMzI3QTA1OTM0QjgxMUU5Qjg2MUI3NzFGQzE2QjNEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMzI3QTA1QTM0QjgxMUU5Qjg2MUI3NzFGQzE2QjNEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhC3yyUAAAceSURBVHja7N2/b9xk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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-2{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEY3RkIxRTQzNEI4MTFFOUFBN0ZCNjA1OUUxRjM4NUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEY3RkIxRTUzNEI4MTFFOUFBN0ZCNjA1OUUxRjM4NUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RjdGQjFFMjM0QjgxMUU5QUE3RkI2MDU5RTFGMzg1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RjdGQjFFMzM0QjgxMUU5QUE3RkI2MDU5RTFGMzg1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgtSZjgAAAjQSURBVHja7N1LaBx1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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-3{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTgwMDNENTUzNEI4MTFFOTkwMTBFOERCQ0VCMjVBOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTgwMDNENTYzNEI4MTFFOTkwMTBFOERCQ0VCMjVBOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ODAwM0Q1MzM0QjgxMUU5OTAxMEU4REJDRUIyNUE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ODAwM0Q1NDM0QjgxMUU5OTAxMEU4REJDRUIyNUE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr7uRpYAAAlmSURBVHja7N1diFxn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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-4{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEQyMDBCRkYzNEI4MTFFOTgyQzlEQThGQzhDODVGOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEQyMDBDMDAzNEI4MTFFOTgyQzlEQThGQzhDODVGOTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RDIwMEJGRDM0QjgxMUU5ODJDOURBOEZDOEM4NUY5OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RDIwMEJGRTM0QjgxMUU5ODJDOURBOEZDOEM4NUY5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PszN54sAAAgNSURBVHja7N3Bi5Rl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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-5{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U3N0NENzEzNEI4MTFFOThEQTFENjgxOEE0Mzg3NjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U3N0NENzIzNEI4MTFFOThEQTFENjgxOEE0Mzg3NjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RTc3Q0Q2RjM0QjgxMUU5OERBMUQ2ODE4QTQzODc2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RTc3Q0Q3MDM0QjgxMUU5OERBMUQ2ODE4QTQzODc2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PknPGvkAAAkqSURBVHja7N1diFxn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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .slide-box.slide-box-6{height:180px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV8AAAFzCAYAAACZ2wrMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkUwMjc2QjMzNEI4MTFFOTk1NERENUVBRUZBMTFFQTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwMjc2QjQzNEI4MTFFOTk1NERENUVBRUZBMTFFQTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RTAyNzZCMTM0QjgxMUU5OTU0REQ1RUFFRkExMUVBOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RTAyNzZCMjM0QjgxMUU5OTU0REQ1RUFFRkExMUVBOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgwPtXUAAAmNSURBVHja7N1vaNx3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) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicators{bottom:2px!important}.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicator{width:8px!important;height:8px!important;background-color:#ccc!important}.supplier .content .wrap.wrap-1 .supplier-slide .van-swipe__indicator--active{background-color:#1080d0!important}.supplier .content .wrap.wrap-2{padding-bottom:.667rem}.supplier .content .wrap.wrap-2 .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e5e5e5}.supplier .content .wrap.wrap-2 .tab li{position:relative;font-size:16px;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.24rem 0;-webkit-transition:all .4s ease;transition:all .4s ease}.supplier .content .wrap.wrap-2 .tab li.curr{color:#1080d0}.supplier .content .wrap.wrap-2 .tab li.curr:after{position:absolute;bottom:0;width:77%;left:0;right:0;margin:0 auto;height:2px;background-color:#1080d0;display:block;content:""}.supplier .content .wrap.wrap-2 .tab-wrap{margin-top:.293rem;background-color:#fff;-webkit-box-shadow:0 0 5px 0 rgba(16,128,208,.3);box-shadow:0 0 5px 0 rgba(16,128,208,.3);border-radius:2px}.supplier .content .wrap.wrap-2 .tab-wrap li{padding:.333rem 0 .253rem 0;margin:0 .267rem;border-bottom:1px dashed #e5e5e5;white-space:nowrap}.supplier .content .wrap.wrap-2 .tab-wrap li:last-child{border-bottom:none;padding-bottom:.4rem}.supplier .content .wrap.wrap-2 .tab-wrap li .ico{width:20px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjCAYAAADmOUiuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzRTA3MjgzMzNFMTFFOTkyQjRBOTMxOTM2QzBGQzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzRTA3MjkzMzNFMTFFOTkyQjRBOTMxOTM2QzBGQzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNFMDcyNjMzM0UxMUU5OTJCNEE5MzE5MzZDMEZDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNFMDcyNzMzM0UxMUU5OTJCNEE5MzE5MzZDMEZDOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvBv3Z8AAAHWSURBVHjaxNhNSsNAFAfwdBB3amqlLtSNeAQt+HEGwQvYKp6ggmsvoDcQrRdw4xH8ABX0AO5E0NLaVtyK/gffwDhkkkzeJHnwX0wCyY9pOnmZSnj4FDCrhuwiHaSrHdtELpAh5+LCA24fWULaSJ2ObSOfSBMJOTcY84Cr0biKHCAj5BJ5RBqE7GSdSeEJp2qCZvGVxnfILWcmhUecqnE6X/eBFJ5xqkJfSJEDzkTOcpAiJ5yObBvIGxekyBFnQ967IEXOuCRkKwkpCsDFIa+TkDbgjGdcZqSw4No54DIhRcG4OOQVIas2YFE4G/KBkE0dKXJ+5thIoeGmg3LKfOP8Q0rgTok4VVPIHlLRkC/IlgSeIh8lA2UPeYL80HgZWZAduQT2kKMSkSO6/5uG26Amd6D+JGUhFe49CmcuM0Ujh0m4qIW6KKTEHWu4lSic7VWnkP0CcetRuLhmoUcX6ZeJS2q3fCNtuDMbLk3D6uvnjsMNuS1/n4mMwq2lwbl8NGVFmrgG4VLvNLh8droio3Crrtsgrh/uaZHmIpwJl3XrIwn5Ree7XBxn88iGHNCszfnAcbffFFJ14gN65r6Dv/3BRWSeg+PMoIl8JlyXjp0jk1ycrF8BBgBsvbAAZgwmtAAAAABJRU5ErkJggg==) no-repeat 50%;background-size:contain;font-size:11px;color:#fff;text-align:center;line-height:18px}.supplier .content .wrap.wrap-2 .tab-wrap li .text{width:84%;white-space:normal;margin-left:.16rem}.supplier .content .wrap.wrap-2 .tab-wrap li .text .t1{font-size:14px;color:#333;margin-bottom:.2rem;font-weight:700}.supplier .content .wrap.wrap-2 .tab-wrap li .text .t2{font-size:12px;color:#666}.supplier .content .wrap.wrap-2 .tab-wrap li .btn{width:150px;height:35px;background-color:#1080d0;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.6);box-shadow:0 0 5px 0 rgba(0,0,0,.6);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:.533rem auto 0}.supplier .content .wrap.wrap-2 .tab-wrap li .btn em{font-size:14px;color:#fff}.supplier .content .wrap.wrap-2 .tab-wrap li .btn i{width:14px;height:14px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDVBRDgxMDczMzJEMTFFOTk2NDE5RjVBMTBEMzFFMUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDVBRDgxMDgzMzJEMTFFOTk2NDE5RjVBMTBEMzFFMUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NUFEODEwNTMzMkQxMUU5OTY0MTlGNUExMEQzMUUxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NUFEODEwNjMzMkQxMUU5OTY0MTlGNUExMEQzMUUxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po3Td1EAAAItSURBVHjatJY7S8NQFMfTRkQUBKUURRFBhDqrIGLxAeKDVhwcBN3UL+PirDjoUHVxUnTXUiv4+ADqIDg4iA+sb2j8H/lH0pKk90Z74Tckuef8ck+SmxOyLMsoMcKgDyRAD2gH9bx2Dy5AFuyCNMj7ZhOhByZYAFdW4bgBp+Sm6NoVY0yvvF6yNnDCJB8gBZKg1mWunJvknE/GnDKHknAQ3DFwE7T4VKGYVrDF2Dvm8hUmuaI3MKMhKmYWvDPXhJcwBnLgBQz9QWYzTGGOuQuEJusuY9oluAasgrimdMbxTE2ncI4XUh6BTbxbWf2ApnSDuedtYRhcsOZNPoFjAaXNjBNH2GCwjDWF4KDSdTr65WCRByOKwUGko3QsysEh+ALVGnesK62m41AObsFlgNdeVyqOW4NBRwG/Nae0rsTcjMwN23u4EWzkwCeoALUqASJ8AJEAsjjYA5VgClyXmB/5cWGZaT7QKo1Syo7zzHImFeZX0ZGWFWZYkr6AK9tRiOmlI+P88FfKsDKbZToGnFvbK4iWQRZl7t+tzeDGavFO3IIa+JvRlRmsXMHmbf+ezkAeJDzaiG0wrilLMOd58e9J6OAqHkHnP/yAu5grx9yuLcYEy/aksZm7McIcX34ths04X448n2mjhqiRMXmuLKHaJsYcLYfIl0C3R79p8toS59otRUynL/VqhKVMWbBPsjyn3AiHFFv9OFt92THaQB0IOVr9Y7b6B6Va/W8BBgBibTXFblCdLQAAAABJRU5ErkJggg==) no-repeat 50%;background-size:cover;margin-left:.267rem}.supplier .content .wrap.wrap-3{padding-bottom:1.2rem;border-bottom:none}.supplier .content .wrap.wrap-3 .join-wrap{position:relative;text-align:center;width:100%;height:145px;background:url(../img/liucheng.f341f73a.png) no-repeat 50%;background-size:contain}.supplier .content .wrap.wrap-3 .join-wrap .bnt-wrap{width:150px;padding:5px;border:1px solid #1080d0;background-color:#fff;position:absolute;left:0;right:0;top:122px;margin:0 auto;text-align:center}.supplier .content .wrap.wrap-3 .join-wrap .bnt-wrap .btn{width:140px;height:35px;background-color:#1080d0;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.6);box-shadow:0 0 5px 0 rgba(0,0,0,.6);border-radius:3px;font-size:16px;color:#fff;text-align:center;line-height:35px;display:block}
\ No newline at end of file \ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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 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}.exchange{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:42px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ No newline at end of file
.chain-main .customs_one{margin:25px auto;margin-bottom:40px;width:90.666%}.chain-main .customs_one .customs{-webkit-box-shadow:0 0 15px #333;box-shadow:0 0 15px #333;-webkit-transition:.5s ease-out;transition:.5s ease-out;min-height:143.5px;top:35px;right:0;width:100%;border-radius:3px;background:rgba(0,0,0,.5)}.chain-main .customs_one .customs .cus_input{padding:20px 12.5px 5px 12.5px}.chain-main .customs_one .customs .cus_input dl{height:40px;background:#fff;margin-bottom:1px;border-top:none}.chain-main .customs_one .customs .cus_input dl dt{font-size:14px;width:27%;text-align:right;float:left;height:40px;line-height:40px;color:#666;font-weight:700}.chain-main .customs_one .customs .cus_input dl dd{font-size:14px;width:73%;float:left;height:40px;line-height:40px}.chain-main .customs_one .customs .cus_input dl dd input,.chain-main .customs_one .customs .cus_input dl dd textarea{width:96%;height:20px;line-height:20px;margin:10px 0;padding:0;font-size:14px;float:left;border:0;color:#333;border-radius:0}.chain-main .customs_one .customs .cus_input dl dd .verifyCode{width:38%}.chain-main .customs_one .customs .cus_input dl dd .codeButton{background:none;color:#1080d0;width:80px;padding:0;text-align:center;height:20px;line-height:20px;margin-left:25px;float:right;margin-right:15px}.chain-main .customs_one .customs .cus_input dl dd .codeButton.dis{color:#999}.chain-main .customs_one .customs .cus_input .updateCodeImg .code-text{width:55%!important}.chain-main .customs_one .customs .cus_input .updateCodeImg .code{width:45%!important}.chain-main .customs_one .customs .cus_input .updateCodeImg .code img{width:100%;height:40px}.chain-main .customs_one .customs .cus_input .dl_name{border-radius:3px 3px 0 0}.chain-main .customs_one .customs .cus_input .dl_text{border-top:0;width:100%;height:145px;margin-bottom:10px;border-radius:3px}.chain-main .customs_one .customs .cus_input .dl_text dt{margin-top:14px;height:20px;line-height:20px}.chain-main .customs_one .customs .cus_input .dl_text dd{padding:0;position:relative;margin-top:15px;height:auto}.chain-main .customs_one .customs .cus_input .dl_text dd textarea{resize:none;font-size:14px;line-height:19px;height:115px;margin:0}.chain-main .customs_one .customs .smsCode{border-radius:0 0 3px 3px}.chain-main .customs_one .customs dd .msg{height:13px;line-height:13px;clear:both;display:block;margin-left:-60px;color:#333;position:relative;top:-10px}.chain-main .customs_one .contact_way .box_select{position:relative}.chain-main .customs_one .contact_way .box_select .select-top{cursor:pointer}.chain-main .customs_one .contact_way .box_select .select-top i{float:right;position:relative;top:8px;right:2.5px;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-top-color:#2f2f2f;border-width:25px 20px}.chain-main .customs_one .contact_way .box_select .select-bot{z-index:400;position:absolute;top:19px;left:-5px;width:38px;border:5px solid #ccc;line-height:19px;background:#fff}.chain-main .customs_one .contact_way .box_select .select-bot li{padding-left:5px;cursor:pointer}.chain-main .customs_one .contact_way .box_select .select-bot li.act,.chain-main .customs_one .contact_way .box_select .select-bot li:hover{color:#006cc7}.chain-main .customs_one .contact_way .box_select .select_input .input_w_38{width:25px;padding:0;border-right:5px solid #ccc}.chain-main .customs_one .contact_way .box_select .select_input .input_w_183{width:107px;padding-left:5px}.chain-main .customs_one .tipMsg{padding:0 13px;line-height:13px;height:13px;font-size:14px}.chain-main .customs_one .cus_but{height:40px;margin-top:5px}.chain-main .customs_one .cus_but a{display:block;text-align:center;font-size:14px;height:40px;line-height:40px;background:#fff;color:#1080d0;border-radius:0 0 3px 3px}.chain-main .customs_one .cus_but a:hover{font-weight:700}.chain-main .customs_box{width:100%;position:relative;margin-bottom:75px}.chain-main .customs_box .customs_title{position:absolute;z-index:10;left:20px;font-size:16px;font-weight:700;color:#333}.chain-main .customs_box .customs_email{position:absolute;z-index:10;left:20px;bottom:65px;font-size:12px;color:#999}.chain-main .customs_box .customs_img{margin-bottom:25px}.chain-main .customs_box .customs_img img{width:100%;height:auto}.chain-main .customs_box .title_top{top:-40px}.chain-main .customs_box .title_center_1{left:160px}.chain-main .customs_box .title_center_2{left:125px}.chain-main .customs_box .title_center_go{width:100%;text-align:center;left:0}.chain-main .customs_box0{margin-bottom:50px}.chain-main .scm_but{text-align:center;padding-bottom:30px}.chain-main .scm_but .cus_but_bottom{font-size:18px;font-weight:700;color:#666}.chain-main .scm_but .cus_arrow{display:inline-block;width:16px;height:13px;margin-left:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAaCAYAAABPY4eKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmZmFjN2UxMi1jMWQxLTEzNGYtOTIyOC02MjBlYjFhMjk3ZjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U4RUVGMDdCQ0FGMTFFOEExODRDMEQ5QkJENkExOEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U4RUVGMDZCQ0FGMTFFOEExODRDMEQ5QkJENkExOEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NWYyODMwOS0xY2NiLTFhNDEtYTgzMC1lYmVkZGNhYjkzMDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZmZhYzdlMTItYzFkMS0xMzRmLTkyMjgtNjIwZWIxYTI5N2YwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aUuSjgAAALJJREFUeNrE1W0KgCAMBuBl3cj/dRtP0QfUwepmNaEgzJmLNgdDWMPnhX5YOecWAOjhWTP2FJlz98mqrbUrng12G3zrsA32Fsy5+0n8y4W/BLjwIgHuuHqAEFcNEMPVAlC4SoAULh7gDRcNkIOLBcjFRQJw8N8DGODXTswr7j4X9y/XQLx0I3fflILh/E9F4FxcBM7BxeA3XBRO4eIwhavAMVwNDnFV+I6rwxdeBPZ1CDAAjsluDs98OSkAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666!important;font-size:13px}
\ 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;overflow:hidden}.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:90%;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem 0 1.333rem;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:first-child{border-top:none}.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:last-child input,.activate-content .form-wrap .yzmImg 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{width:305px;margin:1.333rem .933rem}.activate-content .confirm,.activate-content .next{height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;font-weight:700}.activate-content .next{width:90%;margin:1.333rem auto}.activate-content .noClick{opacity:.5}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:9999999999;-webkit-transition:all .2s ease;transition:all .2s ease}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:999999999;-webkit-transition:all .2s ease;transition:all .2s ease}.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;white-space:nowrap}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:999;-webkit-transition:all .2s ease;transition:all .2s ease}.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 .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.55rem;margin-top:.55rem}.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)}.verify-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}@-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}.pointer-detail{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{padding:0 .24rem;border-bottom:1px solid #e1e1e1}.pointer-detail .point-list-head,.pointer-detail .point-list-head .f-l{height:42px;line-height:42px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;cursor:pointer}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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}.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666!important;font-size:13px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.wallet-content{background:#f0f0f0}.wallet-balance{background:#fff;margin-bottom:.267rem;overflow:hidden}.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:90%;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem 0 1.333rem;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:first-child{border-top:none}.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:last-child input,.activate-content .form-wrap .yzmImg 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{width:305px;margin:1.333rem .933rem}.activate-content .confirm,.activate-content .next{height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;font-weight:700}.activate-content .next{width:90%;margin:1.333rem auto}.activate-content .noClick{opacity:.5}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:9999999999;-webkit-transition:all .2s ease;transition:all .2s ease}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:999999999;-webkit-transition:all .2s ease;transition:all .2s ease}.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;white-space:nowrap}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:999;-webkit-transition:all .2s ease;transition:all .2s ease}.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 .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.55rem;margin-top:.55rem}.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)}.verify-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translateY(200px)}to{-webkit-transform:translateY(0)}}
\ No newline at end of file
.seo-content{background:#10141d;width:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url(../img/head.a2c80d72.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;text-align-last:justify;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#fff;border-radius:.027rem;border:.04rem solid #f2c58b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAAA3CAYAAABkUcJ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyREY5NDc1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyREY5NDY1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGICbgAAAvdJREFUeNrs2z9slGUcwPHfXY/3rte/kX9GMAwGJ8PoopNhcYCJARPUQdiIiZNOsJIwqCyEGBLRaoxhMLowGGGAhJjQxcHEyeggCXI0Xq93vdYez11CbMtbeJvI0N7nkz59c897XZ7l/ebp85YaszNHI+LLNCYDACDfzTTeLKdf50UDAPAUr6fxbj8c9loLAKCA/WVrAAAUVcmbbLY60es9Pl8qRdRHqzFSLlk5ANiiVtJDvv+cX1paju7Sv7nfybJK1LJKsXA4/N6FaC4sPjb//K7JuHT2rTh4YI9VB4AtqtzfCUg/l3/4OT754qfc75w69lp88M4bxcLhkYmx2mCX4ZGpidGoVEasOABsA/Xqjpgcr62Z63aXo5PGRp4YDj9efj8m6lUrCwDb0Ikjrw7Gap9dvRUfb7AL0edwJABQmHAAAIQDAPD/yz3j8MrBF2K+vei1SwAYMrufG49DL+8bvEmZp9SYnZlL16nVk/fnWoN3PHdNj695qwIA2N4WOt1otbtRr2UxNpqtv30ud8dh5/SYlQOAIdQPhv7YiDMOAEBhwgEAEA4AgHAAAIQDACAcAADhAAAIBwAA4QAACAcAQDgAAMIBABAOAIBwAAAQDgCAcAAAhAMAIBwAAOEAAAgHAADhAAAIBwBAOAAAwgEAEA4AgHAAAIQDAIBwAACedTjc/fuf+OOvRqz0elYIAIZIs9WJP+8+iLlmu3g4nDzzVbz90ZVod5asIAAMke9v/BInPvw8vr12J/d+JW/yXqMZzYVFOw4AMGQW2t2492A+WumaxxkHAKAw4QAAFFZ50s3mfCd6K//9u6JULkW9lsVIugIAW1unuxzdNFZbXPd5U+Fw+OSFNZ/3752Oi2eOx0sv7rbaALDFXfnudnw6c31Tf5MbDhPjtcHuwnrVbEc4LwkA28PYaBaT6Zmfp5rl7y2UGrMzc+k6ZfkAgKc453AkAFCYcAAANhUOv1sGAKCA3/rhcDqNX9Nw7BEAyNNK4+s0vnkowAAx5JXBwoLoMgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:.053rem;border:.04rem solid #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:red;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.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}.smt{width:100%}.smt .head{position:relative;width:100%;height:7.693rem;background:url(../img/bg.b7169759.jpg) no-repeat 50%;background-size:cover}.smt .head .head-form{position:absolute;bottom:-1.6rem;left:0;right:0;margin:0 .467rem;padding:0 0 .373rem 0;background-color:#fff;-webkit-box-shadow:2px 3px 4px 0 rgba(198,211,233,.75);box-shadow:2px 3px 4px 0 rgba(198,211,233,.75);border-radius:2px}.smt .head .head-form.head-form-mt{bottom:-3rem}.smt .head .head-form .inp-wrap{border-bottom:1px solid #dcdcdc;margin:0 .667rem}.smt .head .head-form .inp-wrap label{width:80px;font-size:15px;color:#666}.smt .head .head-form .inp-wrap label em{color:#73a0e2;margin-right:.253rem}.smt .head .head-form .inp-wrap input.inp{padding:10px 0;height:30px;line-height:30px;color:#333;font-size:14px}.smt .head .head-form .inp-wrap input.inp.w1{width:44%}.smt .head .head-form .inp-wrap .code-text{font-size:14px;background:none;color:#1080d0}.smt .head .head-form .inp-wrap .code-text.code-text-disabled{color:#999}.smt .head .head-form .error{font-size:13px;color:#f60;position:absolute;left:1rem;bottom:58px;font-weight:400}.smt .head .head-form .btn{margin:.707rem .667rem 0 .667rem;height:39px;line-height:39px;text-align:center;background-color:#4e8eee;border-radius:2px;font-size:14px;color:#fff;display:block}.smt .section{border-top:2rem solid #dfe5ee;background:#fff;padding-bottom:1rem}.smt .section.section-mt{border-top:3.5rem solid #dfe5ee}.smt .section .section-wrap{padding:0 .467rem}.smt .section .section-wrap .tit{padding:.387rem 0 .4rem 0}.smt .section .section-wrap .tit .ico-1{width:16px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAYAAAA+stv/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNDQ0U5MjIzM0U1MTFFOTkxQkFFODAxRDM5MEFDQTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDQ0U5MjMzM0U1MTFFOTkxQkFFODAxRDM5MEFDQTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0NDRTkyMDMzRTUxMUU5OTFCQUU4MDFEMzkwQUNBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0NDRTkyMTMzRTUxMUU5OTFCQUU4MDFEMzkwQUNBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqfkpaAAAAiKSURBVHjarFh7jFRX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) no-repeat top;background-size:cover}.smt .section .section-wrap .tit .t1{font-size:17px;color:#2e2e2e;margin-left:.293rem;margin-right:.267rem}.smt .section .section-wrap .tit .t2{font-size:13px;color:#adacac}.smt .section .section-wrap.wrap-1 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.smt .section .section-wrap.wrap-1 ul li{position:relative;height:80px;width:49%}.smt .section .section-wrap.wrap-1 ul li.i1{background:url(../img/i2.a789b071.png) no-repeat 50%;background-size:cover}.smt .section .section-wrap.wrap-1 ul li.i2{background:url(../img/i3.e81d6743.png) no-repeat 50%;background-size:cover}.smt .section .section-wrap.wrap-1 ul li .t1{position:absolute;left:0;right:0;top:26px;font-size:15px;color:#fff;z-index:1;text-align:center}.smt .section .section-wrap.wrap-1 ul li a{position:absolute;left:50%;bottom:6px;font-size:13px;color:#fff;z-index:1;text-decoration:underline;margin-left:10px}.smt .section .section-wrap.wrap-2 ul li{margin-bottom:.373rem}.smt .section .section-wrap.wrap-2 ul li img,.smt .section .section-wrap.wrap-3 ul li img,.smt .section .section-wrap.wrap-4 ul li img{width:100%}.smt .section .section-wrap.wrap-5 .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e5e5e5}.smt .section .section-wrap.wrap-5 .tab li{position:relative;font-size:15px;color:#2e2e2e;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.28rem 0;-webkit-transition:all .4s ease;transition:all .4s ease}.smt .section .section-wrap.wrap-5 .tab li.curr{color:#4e8eee}.smt .section .section-wrap.wrap-5 .tab li.curr:after{position:absolute;bottom:0;width:100%;left:0;right:0;margin:0 auto;height:5px;background-color:#4e8eee;display:block;content:""}.smt .section .section-wrap.wrap-5 .tab-wrap{margin-top:.667rem}.smt .section .section-wrap.wrap-5 .tab-wrap li{white-space:nowrap;margin-bottom:.15rem}.smt .section .section-wrap.wrap-5 .tab-wrap li em{width:16px;height:16px;text-align:center;line-height:16px;background-color:#64cf6e;font-size:14px;color:#fff;border-radius:50%}.smt .section .section-wrap.wrap-5 .tab-wrap li p{white-space:normal;font-size:14px;color:#666;margin-left:.4rem;width:90%;text-align:justify}.smt .section .section-wrap.wrap-6{background-color:#dfe5ee;padding:0}.smt .section .section-wrap.wrap-6 .tit{padding:.387rem .467rem .4rem .467rem;background:#fff}.smt .section .section-wrap.wrap-6 .text{padding:.267rem .467rem .387rem .467rem}.smt .section .section-wrap.wrap-6 .text .pic,.smt .section .section-wrap.wrap-6 .text .pic img{width:100%}.smt .section .section-wrap.wrap-6 .text p{margin-top:.3rem;font-size:13px;color:#666;line-height:21px}.smt .section .section-wrap.wrap-7 .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e5e5e5}.smt .section .section-wrap.wrap-7 .tab li{position:relative;font-size:15px;color:#2e2e2e;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.28rem 0;-webkit-transition:all .4s ease;transition:all .4s ease}.smt .section .section-wrap.wrap-7 .tab li.curr{color:#4e8eee}.smt .section .section-wrap.wrap-7 .tab li.curr:after{position:absolute;bottom:0;width:100%;left:0;right:0;margin:0 auto;height:5px;background-color:#4e8eee;display:block;content:""}.smt .section .section-wrap.wrap-7 .tab-wrap{margin-top:.667rem}.smt .section .section-wrap.wrap-7 .tab-wrap li{position:relative}.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1{font-size:14px;color:#666;line-height:22px;white-space:nowrap}.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1 span{white-space:normal;width:80%;text-align:justify}.smt .section .section-wrap.wrap-7 .tab-wrap li .t2{margin-top:1rem;margin-bottom:1rem;font-size:14px;color:#666}.smt .section .section-wrap.wrap-7 .tab-wrap li .t2 i{width:20px;height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdFRTlFOUEzM0U3MTFFOTgzOTM4MzAyNTZGNzA0NzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdFRTlFOUIzM0U3MTFFOTgzOTM4MzAyNTZGNzA0NzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0VFOUU5ODMzRTcxMUU5ODM5MzgzMDI1NkY3MDQ3MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0VFOUU5OTMzRTcxMUU5ODM5MzgzMDI1NkY3MDQ3MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiM6HUgAAAM8SURBVHjazJhZSFRRGMfn3vSh9aGQoLCNeiopeoiS6CHIAmkvo6IFS2yxCEyysHVAeyharB4iooRsQSuZNm3BHjRLi9E2iGpspZCyhYo2p99X38AwzIyj6XgO/OZ8955zvu8/59xzzj3X8nq9DknXKmvjyRJhAHSCfwXRS5bGrIeq8YnDPX9vikDEibCjMNhhRnoFqYgss65WuHtxUQ7DHGYlETnK5meQgeIk9YWhtl78NFDgL8FmnKsxMuCLQeK+Q5Y8ejYTJBaRB7lIh0+GiFuLpt3kMTLE4xC5khvHsJfAxw4U9w1Wo2Ufmjb6JklP2MONDAqKsBd0UE9+hcUymmhZh70NuonAH7ow51OQSQUX9hxoiKK4RphH7FNoyMHe7pu8dkDFHVRYT8VL2CnwPAripCMWEbOE2E5sp3+hHaRBLhU30aBce7K+HcW9VXEuYu7CzgmsYIdouJUGeTSswp4JnnYQ9xJmEOMisfZjrwlWyQ7jIJuG+eS14gietLG4WVBNDFniVoSqaDfjSBZw+XcPYDrUtYG4x/qH3XAY0sJVtiNwKDuMl6G4Sz4Vbv2HuHvSc7p7SfrQXINwAmX5ycJZJvkYfU6ewTS40Qpxd2AKPMTXEfKR+F5FvkH33RYJlHUpDQey7EivFelzcgbea09WtEBcDUyGN1AiM1d84TuZGHnYy0PtYMEEyto3l4YFOFiGLVtgnJaJsGJ9+xH7cgTibqq43ypukt7vDYXEWEqsQ7JQ6+QJK/C2BKZBKQ23YO+FrgF1kuEkNMFsOBFGnEsfCdmpzsKEgPIecEB2D2Je0InoDhRoqX1Fxbl16m+G2BCBkzRgF927U3T4H+lydA4W6v3OKnR0CF8SwynPOLFr9A+V+84p8sovUz5VF2QRfFyHL5IkC3g2nPc7+Fh+5eI7F/pE6K9YhzoGTsNOERiH8gY91RXC2FbM0KdQprPc0mPERIhvha/rMF8nVHffqW4EFwWQYMgbtVv36DrpwQQdoniHWUlWkyR55oYYKE5SP0EEfnaYmxpF4H09JJuWRJdHjp2v9bBkkkh540lH2zvL7+PRQHkpgP5+H3Ki/fGoSdfWSsS9kJt/BBgAXVUbL/pGHd0AAAAASUVORK5CYII=) no-repeat 50%;background-size:cover;margin-right:.2rem}.smt .section .section-wrap.wrap-7 .tab-wrap li .qq{position:absolute;top:0;right:-12px;width:40px;height:40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABPCAYAAAB8kULjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlGRThBNzIzM0U3MTFFOUJBNjNEQThFOTI1RTRBMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlGRThBNzMzM0U3MTFFOUJBNjNEQThFOTI1RTRBMzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OUZFOEE3MDMzRTcxMUU5QkE2M0RBOEU5MjVFNEEzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OUZFOEE3MTMzRTcxMUU5QkE2M0RBOEU5MjVFNEEzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl9WS7MAAAlZSURBVHja7J0JjBRF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) no-repeat 50%;background-size:cover;display:block;z-index:1}.smt .apply{position:fixed;left:0;right:0;bottom:0;z-index:10;width:100%;height:54px;background-color:#4e8eee;font-size:17px;color:#fff;text-align:center;line-height:54px;display:block}.smt .smt-arr{width:15px;height:6px;background:#4e8eee;border-radius:3px;display:block;margin-bottom:.2rem}.smt .smt-layer{font-size:14px;color:#666;text-align:left}.smt .smt-layer-text{white-space:nowrap;font-size:14px;color:#666;line-height:24px}.smt .smt-layer-text span{white-space:normal;width:92%;text-align:justify} .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:13px;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}.smt{width:100%}.smt .head{position:relative;width:100%;height:7.693rem;background:url(../img/bg.b7169759.jpg) no-repeat 50%;background-size:cover}.smt .head .head-form{position:absolute;bottom:-1.6rem;left:0;right:0;margin:0 .467rem;padding:0 0 .373rem 0;background-color:#fff;-webkit-box-shadow:2px 3px 4px 0 rgba(198,211,233,.75);box-shadow:2px 3px 4px 0 rgba(198,211,233,.75);border-radius:2px}.smt .head .head-form.head-form-mt{bottom:-3rem}.smt .head .head-form .inp-wrap{border-bottom:1px solid #dcdcdc;margin:0 .667rem}.smt .head .head-form .inp-wrap label{width:80px;font-size:15px;color:#666}.smt .head .head-form .inp-wrap label em{color:#73a0e2;margin-right:.253rem}.smt .head .head-form .inp-wrap input.inp{padding:10px 0;height:30px;line-height:30px;color:#333;font-size:14px}.smt .head .head-form .inp-wrap input.inp.w1{width:44%}.smt .head .head-form .inp-wrap .code-text{font-size:14px;background:none;color:#1080d0}.smt .head .head-form .inp-wrap .code-text.code-text-disabled{color:#999}.smt .head .head-form .error{font-size:13px;color:#f60;position:absolute;left:1rem;bottom:58px;font-weight:400}.smt .head .head-form .btn{margin:.707rem .667rem 0 .667rem;height:39px;line-height:39px;text-align:center;background-color:#4e8eee;border-radius:2px;font-size:14px;color:#fff;display:block}.smt .section{border-top:2rem solid #dfe5ee;background:#fff;padding-bottom:1rem}.smt .section.section-mt{border-top:3.5rem solid #dfe5ee}.smt .section .section-wrap{padding:0 .467rem}.smt .section .section-wrap .tit{padding:.387rem 0 .4rem 0}.smt .section .section-wrap .tit .ico-1{width:16px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAYAAAA+stv/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNDQ0U5MjIzM0U1MTFFOTkxQkFFODAxRDM5MEFDQTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDQ0U5MjMzM0U1MTFFOTkxQkFFODAxRDM5MEFDQTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0NDRTkyMDMzRTUxMUU5OTFCQUU4MDFEMzkwQUNBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0NDRTkyMTMzRTUxMUU5OTFCQUU4MDFEMzkwQUNBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqfkpaAAAAiKSURBVHjarFh7jFRX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) no-repeat top;background-size:cover}.smt .section .section-wrap .tit .t1{font-size:17px;color:#2e2e2e;margin-left:.293rem;margin-right:.267rem}.smt .section .section-wrap .tit .t2{font-size:13px;color:#adacac}.smt .section .section-wrap.wrap-1 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.smt .section .section-wrap.wrap-1 ul li{position:relative;height:80px;width:49%}.smt .section .section-wrap.wrap-1 ul li.i1{background:url(../img/i2.a789b071.png) no-repeat 50%;background-size:cover}.smt .section .section-wrap.wrap-1 ul li.i2{background:url(../img/i3.e81d6743.png) no-repeat 50%;background-size:cover}.smt .section .section-wrap.wrap-1 ul li .t1{position:absolute;left:0;right:0;top:26px;font-size:15px;color:#fff;z-index:1;text-align:center}.smt .section .section-wrap.wrap-1 ul li a{position:absolute;left:50%;bottom:6px;font-size:13px;color:#fff;z-index:1;text-decoration:underline;margin-left:10px}.smt .section .section-wrap.wrap-2 ul li{margin-bottom:.373rem}.smt .section .section-wrap.wrap-2 ul li img,.smt .section .section-wrap.wrap-3 ul li img,.smt .section .section-wrap.wrap-4 ul li img{width:100%}.smt .section .section-wrap.wrap-5 .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e5e5e5}.smt .section .section-wrap.wrap-5 .tab li{position:relative;font-size:15px;color:#2e2e2e;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.28rem 0;-webkit-transition:all .4s ease;transition:all .4s ease}.smt .section .section-wrap.wrap-5 .tab li.curr{color:#4e8eee}.smt .section .section-wrap.wrap-5 .tab li.curr:after{position:absolute;bottom:0;width:100%;left:0;right:0;margin:0 auto;height:5px;background-color:#4e8eee;display:block;content:""}.smt .section .section-wrap.wrap-5 .tab-wrap{margin-top:.667rem}.smt .section .section-wrap.wrap-5 .tab-wrap li{white-space:nowrap;margin-bottom:.15rem}.smt .section .section-wrap.wrap-5 .tab-wrap li em{width:16px;height:16px;text-align:center;line-height:16px;background-color:#64cf6e;font-size:14px;color:#fff;border-radius:50%}.smt .section .section-wrap.wrap-5 .tab-wrap li p{white-space:normal;font-size:14px;color:#666;margin-left:.4rem;width:90%;text-align:justify}.smt .section .section-wrap.wrap-6{background-color:#dfe5ee;padding:0}.smt .section .section-wrap.wrap-6 .tit{padding:.387rem .467rem .4rem .467rem;background:#fff}.smt .section .section-wrap.wrap-6 .text{padding:.267rem .467rem .387rem .467rem}.smt .section .section-wrap.wrap-6 .text .pic,.smt .section .section-wrap.wrap-6 .text .pic img{width:100%}.smt .section .section-wrap.wrap-6 .text p{margin-top:.3rem;font-size:13px;color:#666;line-height:21px}.smt .section .section-wrap.wrap-7 .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #e5e5e5}.smt .section .section-wrap.wrap-7 .tab li{position:relative;font-size:15px;color:#2e2e2e;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.28rem 0;-webkit-transition:all .4s ease;transition:all .4s ease}.smt .section .section-wrap.wrap-7 .tab li.curr{color:#4e8eee}.smt .section .section-wrap.wrap-7 .tab li.curr:after{position:absolute;bottom:0;width:100%;left:0;right:0;margin:0 auto;height:5px;background-color:#4e8eee;display:block;content:""}.smt .section .section-wrap.wrap-7 .tab-wrap{margin-top:.667rem}.smt .section .section-wrap.wrap-7 .tab-wrap li{position:relative}.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1{font-size:14px;color:#666;line-height:22px;white-space:nowrap}.smt .section .section-wrap.wrap-7 .tab-wrap li p.t1 span{white-space:normal;width:80%;text-align:justify}.smt .section .section-wrap.wrap-7 .tab-wrap li .t2{margin-top:1rem;margin-bottom:1rem;font-size:14px;color:#666}.smt .section .section-wrap.wrap-7 .tab-wrap li .t2 i{width:20px;height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdFRTlFOUEzM0U3MTFFOTgzOTM4MzAyNTZGNzA0NzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdFRTlFOUIzM0U3MTFFOTgzOTM4MzAyNTZGNzA0NzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0VFOUU5ODMzRTcxMUU5ODM5MzgzMDI1NkY3MDQ3MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0VFOUU5OTMzRTcxMUU5ODM5MzgzMDI1NkY3MDQ3MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiM6HUgAAAM8SURBVHjazJhZSFRRGMfn3vSh9aGQoLCNeiopeoiS6CHIAmkvo6IFS2yxCEyysHVAeyharB4iooRsQSuZNm3BHjRLi9E2iGpspZCyhYo2p99X38AwzIyj6XgO/OZ8955zvu8/59xzzj3X8nq9DknXKmvjyRJhAHSCfwXRS5bGrIeq8YnDPX9vikDEibCjMNhhRnoFqYgss65WuHtxUQ7DHGYlETnK5meQgeIk9YWhtl78NFDgL8FmnKsxMuCLQeK+Q5Y8ejYTJBaRB7lIh0+GiFuLpt3kMTLE4xC5khvHsJfAxw4U9w1Wo2Ufmjb6JklP2MONDAqKsBd0UE9+hcUymmhZh70NuonAH7ow51OQSQUX9hxoiKK4RphH7FNoyMHe7pu8dkDFHVRYT8VL2CnwPAripCMWEbOE2E5sp3+hHaRBLhU30aBce7K+HcW9VXEuYu7CzgmsYIdouJUGeTSswp4JnnYQ9xJmEOMisfZjrwlWyQ7jIJuG+eS14gietLG4WVBNDFniVoSqaDfjSBZw+XcPYDrUtYG4x/qH3XAY0sJVtiNwKDuMl6G4Sz4Vbv2HuHvSc7p7SfrQXINwAmX5ycJZJvkYfU6ewTS40Qpxd2AKPMTXEfKR+F5FvkH33RYJlHUpDQey7EivFelzcgbea09WtEBcDUyGN1AiM1d84TuZGHnYy0PtYMEEyto3l4YFOFiGLVtgnJaJsGJ9+xH7cgTibqq43ypukt7vDYXEWEqsQ7JQ6+QJK/C2BKZBKQ23YO+FrgF1kuEkNMFsOBFGnEsfCdmpzsKEgPIecEB2D2Je0InoDhRoqX1Fxbl16m+G2BCBkzRgF927U3T4H+lydA4W6v3OKnR0CF8SwynPOLFr9A+V+84p8sovUz5VF2QRfFyHL5IkC3g2nPc7+Fh+5eI7F/pE6K9YhzoGTsNOERiH8gY91RXC2FbM0KdQprPc0mPERIhvha/rMF8nVHffqW4EFwWQYMgbtVv36DrpwQQdoniHWUlWkyR55oYYKE5SP0EEfnaYmxpF4H09JJuWRJdHjp2v9bBkkkh540lH2zvL7+PRQHkpgP5+H3Ki/fGoSdfWSsS9kJt/BBgAXVUbL/pGHd0AAAAASUVORK5CYII=) no-repeat 50%;background-size:cover;margin-right:.2rem}.smt .section .section-wrap.wrap-7 .tab-wrap li .qq{position:absolute;top:0;right:-12px;width:40px;height:40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABPCAYAAAB8kULjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlGRThBNzIzM0U3MTFFOUJBNjNEQThFOTI1RTRBMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlGRThBNzMzM0U3MTFFOUJBNjNEQThFOTI1RTRBMzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OUZFOEE3MDMzRTcxMUU5QkE2M0RBOEU5MjVFNEEzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OUZFOEE3MTMzRTcxMUU5QkE2M0RBOEU5MjVFNEEzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl9WS7MAAAlZSURBVHja7J0JjBRF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) no-repeat 50%;background-size:cover;display:block;z-index:1}.smt .apply{position:fixed;left:0;right:0;bottom:0;z-index:10;width:100%;height:54px;background-color:#4e8eee;font-size:17px;color:#fff;text-align:center;line-height:54px;display:block}.smt .smt-arr{width:15px;height:6px;background:#4e8eee;border-radius:3px;display:block;margin-bottom:.2rem}.smt .smt-layer{font-size:14px;color:#666;text-align:left}.smt .smt-layer-text{white-space:nowrap;font-size:14px;color:#666;line-height:24px}.smt .smt-layer-text span{white-space:normal;width:92%;text-align:justify}
\ No newline at end of file \ 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;overflow:hidden}.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:90%;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem 0 1.333rem;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:first-child{border-top:none}.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:last-child input,.activate-content .form-wrap .yzmImg 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{width:305px;margin:1.333rem .933rem}.activate-content .confirm,.activate-content .next{height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;font-weight:700}.activate-content .next{width:90%;margin:1.333rem auto}.activate-content .noClick{opacity:.5}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:9999999999;-webkit-transition:all .2s ease;transition:all .2s ease}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:999999999;-webkit-transition:all .2s ease;transition:all .2s ease}.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;white-space:nowrap}.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:absolute;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px;z-index:999;-webkit-transition:all .2s ease;transition:all .2s ease}.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 .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.55rem;margin-top:.55rem}.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)}.verify-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}@-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}.exchange{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:42px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ 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}.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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}.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
.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}.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ 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:13px;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-87442ebc]{padding-top:44px}.head-dom .header-page[data-v-87442ebc]{height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#f3f3f3}.head-dom .header-page i[data-v-87442ebc]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-87442ebc]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-87442ebc]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-87442ebc]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-87442ebc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.pointer-detail{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{padding:0 .24rem;border-bottom:1px solid #e1e1e1}.pointer-detail .point-list-head,.pointer-detail .point-list-head .f-l{height:42px;line-height:42px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;cursor:pointer}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ No newline at end of file
.findthing-content{background:#072565;width:100%}.findthing-content .seo-head{width:100%;height:7.6rem;background:url(../img/banner22.faf63e71.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.3rem}.findthing-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.findthing-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.findthing-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.findthing-content .seo-head .head-nav li a.last-nav{border-right:0}.findthing-content .seo-section .form-box1 .form-group{width:9.2rem;height:50px;line-height:50px;text-align:center;margin:0 auto;margin-top:15px;background:#fff;border-radius:4px;overflow:hidden}.findthing-content .seo-section .form-box1 .form-group .pr{position:relative}.findthing-content .seo-section .form-box1 .form-group span{width:3.2rem;height:50px;line-height:50px;font-size:16px;text-align:right;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.findthing-content .seo-section .form-box1 .form-group span font{color:red}.findthing-content .seo-section .form-box1 .form-group span .hiddenvi{visibility:hidden}.findthing-content .seo-section .form-box1 .form-group .input-box{width:6rem;height:50px;line-height:50px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .2rem}.findthing-content .seo-section .form-box1 .form-group .input-box input{font-size:16px;text-align:left;width:100%;float:left;height:100%}.findthing-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:50px;font-size:15px}.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.findthing-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer}.findthing-content .seo-section .form-box1 .submit-button{border-radius:50px;width:9.2rem;height:50px;margin:0 auto;background:url(../img/submitbtn.259a087d.png) no-repeat;background-size:100% 100%;cursor:pointer}.findthing-content .seo-section .form-box1 .form1-tips{text-align:center;color:red;font-size:14px;margin-top:15px;margin-bottom:5px}.findthing-content .seo-section .form-box1 .form1-warn{font-size:12px;color:#8c98b2;width:9.2rem;margin:0 auto;margin-top:5px}.findthing-content .seo-section .form-box1 .form1-warn font{color:red}.findthing-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.findthing-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.findthing-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.findthing-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.findthing-content .seo-section .foot-box .foot-box-ct{margin-top:50px;height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.findthing-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.findthing-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
@-webkit-keyframes van-slide-up-enter{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes van-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@-webkit-keyframes van-notice-bar-play{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-notice-bar-play{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-notice-bar-play-infinite{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-notice-bar-play-infinite{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}html{-webkit-tap-highlight-color:transparent}body{margin:0}a{text-decoration:none}a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}button,input,textarea{font:inherit;color:inherit}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-clearfix:after{content:"";display:table;clear:both}[class*=van-hairline]{position:relative}[class*=van-hairline]:after{content:" ";position:absolute;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;top:-50%;left:-50%;right:-50%;bottom:-50%;-webkit-transform:scale(.5);transform:scale(.5);border:0 solid #ebedf0}.van-hairline--top:after{border-top-width:1px}.van-hairline--left:after{border-left-width:1px}.van-hairline--right:after{border-right-width:1px}.van-hairline--bottom:after{border-bottom-width:1px}.van-hairline--top-bottom:after{border-width:1px 0}.van-hairline--surround:after{border-width:1px}.van-fade-enter-active{-webkit-animation:van-fade-in .3s;animation:van-fade-in .3s}.van-fade-leave-active{-webkit-animation:van-fade-out .3s;animation:van-fade-out .3s}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s ease both;animation:van-slide-up-enter .3s ease both}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s ease both;animation:van-slide-up-leave .3s ease both}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s ease both;animation:van-slide-down-enter .3s ease both}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s ease both;animation:van-slide-down-leave .3s ease both}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s ease both;animation:van-slide-left-enter .3s ease both}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s ease both;animation:van-slide-left-leave .3s ease both}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s ease both;animation:van-slide-right-enter .3s ease both}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s ease both;animation:van-slide-right-leave .3s ease both}.van-info{position:absolute;right:0;top:-8px;color:#fff;font-size:12px;font-weight:500;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3px;min-width:16px;line-height:14px;border:1px solid #fff;border-radius:16px;background-color:#f44;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transform-origin:100%;transform-origin:100%}@font-face{font-style:normal;font-weight:400;font-family:vant-icon;src:url(https://img.yzcdn.cn/vant/vant-icon-653948.woff2) format("woff2"),url(https://img.yzcdn.cn/vant/vant-icon-653948.woff) format("woff"),url(https://img.yzcdn.cn/vant/vant-icon-653948.ttf) format("truetype")}.van-icon{position:relative;font:14px/1 vant-icon;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon,.van-icon:before{display:inline-block}.van-icon-add-o:before{content:"\F000"}.van-icon-add-square:before{content:"\F001"}.van-icon-add:before{content:"\F002"}.van-icon-after-sale:before{content:"\F003"}.van-icon-aim:before{content:"\F004"}.van-icon-alipay:before{content:"\F005"}.van-icon-apps-o:before{content:"\F006"}.van-icon-arrow-down:before{content:"\F007"}.van-icon-arrow-left:before{content:"\F008"}.van-icon-arrow-up:before{content:"\F009"}.van-icon-arrow:before{content:"\F00A"}.van-icon-ascending:before{content:"\F00B"}.van-icon-audio:before{content:"\F00C"}.van-icon-award-o:before{content:"\F00D"}.van-icon-award:before{content:"\F00E"}.van-icon-bag-o:before{content:"\F00F"}.van-icon-bag:before{content:"\F010"}.van-icon-balance-list-o:before{content:"\F011"}.van-icon-balance-list:before{content:"\F012"}.van-icon-balance-o:before{content:"\F013"}.van-icon-balance-pay:before{content:"\F014"}.van-icon-bar-chart-o:before{content:"\F015"}.van-icon-bars:before{content:"\F016"}.van-icon-bell:before{content:"\F017"}.van-icon-bill-o:before{content:"\F018"}.van-icon-bill:before{content:"\F019"}.van-icon-birthday-cake-o:before{content:"\F01A"}.van-icon-bookmark-o:before{content:"\F01B"}.van-icon-bookmark:before{content:"\F01C"}.van-icon-browsing-history-o:before{content:"\F01D"}.van-icon-browsing-history:before{content:"\F01E"}.van-icon-brush-o:before{content:"\F01F"}.van-icon-bulb-o:before{content:"\F020"}.van-icon-bullhorn-o:before{content:"\F021"}.van-icon-calender-o:before{content:"\F022"}.van-icon-card:before{content:"\F023"}.van-icon-cart-circle-o:before{content:"\F024"}.van-icon-cart-circle:before{content:"\F025"}.van-icon-cart-o:before{content:"\F026"}.van-icon-cart:before{content:"\F027"}.van-icon-cash-back-record:before{content:"\F028"}.van-icon-cash-on-deliver:before{content:"\F029"}.van-icon-cashier-o:before{content:"\F02A"}.van-icon-certificate:before{content:"\F02B"}.van-icon-chart-trending-o:before{content:"\F02C"}.van-icon-chat-o:before{content:"\F02D"}.van-icon-chat:before{content:"\F02E"}.van-icon-checked:before{content:"\F02F"}.van-icon-circle:before{content:"\F030"}.van-icon-clear:before{content:"\F031"}.van-icon-clock-o:before{content:"\F032"}.van-icon-clock:before{content:"\F033"}.van-icon-close:before{content:"\F034"}.van-icon-closed-eye:before{content:"\F035"}.van-icon-cluster-o:before{content:"\F036"}.van-icon-cluster:before{content:"\F037"}.van-icon-column:before{content:"\F038"}.van-icon-comment-circle-o:before{content:"\F039"}.van-icon-comment-o:before{content:"\F03A"}.van-icon-comment:before{content:"\F03B"}.van-icon-completed:before{content:"\F03C"}.van-icon-contact:before{content:"\F03D"}.van-icon-coupon-o:before{content:"\F03E"}.van-icon-coupon:before{content:"\F03F"}.van-icon-credit-pay:before{content:"\F040"}.van-icon-cross:before{content:"\F041"}.van-icon-debit-pay:before{content:"\F042"}.van-icon-delete:before{content:"\F043"}.van-icon-descending:before{content:"\F044"}.van-icon-description:before{content:"\F045"}.van-icon-desktop-o:before{content:"\F046"}.van-icon-diamond-o:before{content:"\F047"}.van-icon-diamond:before{content:"\F048"}.van-icon-discount:before{content:"\F049"}.van-icon-ecard-pay:before{content:"\F04A"}.van-icon-edit:before{content:"\F04B"}.van-icon-ellipsis:before{content:"\F04C"}.van-icon-empty:before{content:"\F04D"}.van-icon-envelop-o:before{content:"\F04E"}.van-icon-exchange:before{content:"\F04F"}.van-icon-expand-o:before{content:"\F050"}.van-icon-expand:before{content:"\F051"}.van-icon-eye-o:before{content:"\F052"}.van-icon-eye:before{content:"\F053"}.van-icon-fail:before{content:"\F054"}.van-icon-failure:before{content:"\F055"}.van-icon-filter-o:before{content:"\F056"}.van-icon-fire-o:before{content:"\F057"}.van-icon-fire:before{content:"\F058"}.van-icon-flag-o:before{content:"\F059"}.van-icon-flower-o:before{content:"\F05A"}.van-icon-free-postage:before{content:"\F05B"}.van-icon-friends-o:before{content:"\F05C"}.van-icon-friends:before{content:"\F05D"}.van-icon-gem-o:before{content:"\F05E"}.van-icon-gem:before{content:"\F05F"}.van-icon-gift-card-o:before{content:"\F060"}.van-icon-gift-card:before{content:"\F061"}.van-icon-gift-o:before{content:"\F062"}.van-icon-gift:before{content:"\F063"}.van-icon-gold-coin-o:before{content:"\F064"}.van-icon-gold-coin:before{content:"\F065"}.van-icon-goods-collect-o:before{content:"\F066"}.van-icon-goods-collect:before{content:"\F067"}.van-icon-graphic:before{content:"\F068"}.van-icon-home-o:before{content:"\F069"}.van-icon-hot-o:before{content:"\F06A"}.van-icon-hot-sale-o:before{content:"\F06B"}.van-icon-hot-sale:before{content:"\F06C"}.van-icon-hot:before{content:"\F06D"}.van-icon-hotel-o:before{content:"\F06E"}.van-icon-idcard:before{content:"\F06F"}.van-icon-info-o:before{content:"\F070"}.van-icon-info:before{content:"\F071"}.van-icon-invition:before{content:"\F072"}.van-icon-label-o:before{content:"\F073"}.van-icon-label:before{content:"\F074"}.van-icon-like-o:before{content:"\F075"}.van-icon-like:before{content:"\F076"}.van-icon-live:before{content:"\F077"}.van-icon-location-o:before{content:"\F078"}.van-icon-location:before{content:"\F079"}.van-icon-lock:before{content:"\F07A"}.van-icon-logistics:before{content:"\F07B"}.van-icon-manager-o:before{content:"\F07C"}.van-icon-manager:before{content:"\F07D"}.van-icon-map-marked:before{content:"\F07E"}.van-icon-medel-o:before{content:"\F07F"}.van-icon-medel:before{content:"\F080"}.van-icon-more-o:before{content:"\F081"}.van-icon-more:before{content:"\F082"}.van-icon-music-o:before{content:"\F083"}.van-icon-new-arrival-o:before{content:"\F084"}.van-icon-new-arrival:before{content:"\F085"}.van-icon-new-o:before{content:"\F086"}.van-icon-new:before{content:"\F087"}.van-icon-newspaper-o:before{content:"\F088"}.van-icon-notes-o:before{content:"\F089"}.van-icon-orders-o:before{content:"\F08A"}.van-icon-other-pay:before{content:"\F08B"}.van-icon-paid:before{content:"\F08C"}.van-icon-passed:before{content:"\F08D"}.van-icon-pause-circle-o:before{content:"\F08E"}.van-icon-pause-circle:before{content:"\F08F"}.van-icon-pause:before{content:"\F090"}.van-icon-peer-pay:before{content:"\F091"}.van-icon-pending-payment:before{content:"\F092"}.van-icon-phone-circle-o:before{content:"\F093"}.van-icon-phone-o:before{content:"\F094"}.van-icon-phone:before{content:"\F095"}.van-icon-photo-o:before{content:"\F096"}.van-icon-photo:before{content:"\F097"}.van-icon-photograph:before{content:"\F098"}.van-icon-play-circle-o:before{content:"\F099"}.van-icon-play-circle:before{content:"\F09A"}.van-icon-play:before{content:"\F09B"}.van-icon-plus:before{content:"\F09C"}.van-icon-point-gift-o:before{content:"\F09D"}.van-icon-point-gift:before{content:"\F09E"}.van-icon-points:before{content:"\F09F"}.van-icon-printer:before{content:"\F0A0"}.van-icon-qr-invalid:before{content:"\F0A1"}.van-icon-qr:before{content:"\F0A2"}.van-icon-question-o:before{content:"\F0A3"}.van-icon-question:before{content:"\F0A4"}.van-icon-records:before{content:"\F0A5"}.van-icon-refund-o:before{content:"\F0A6"}.van-icon-replay:before{content:"\F0A7"}.van-icon-scan:before{content:"\F0A8"}.van-icon-search:before{content:"\F0A9"}.van-icon-send-gift-o:before{content:"\F0AA"}.van-icon-send-gift:before{content:"\F0AB"}.van-icon-service-o:before{content:"\F0AC"}.van-icon-service:before{content:"\F0AD"}.van-icon-setting-o:before{content:"\F0AE"}.van-icon-setting:before{content:"\F0AF"}.van-icon-share:before{content:"\F0B0"}.van-icon-shop-collect-o:before{content:"\F0B1"}.van-icon-shop-collect:before{content:"\F0B2"}.van-icon-shop-o:before{content:"\F0B3"}.van-icon-shop:before{content:"\F0B4"}.van-icon-shopping-cart-o:before{content:"\F0B5"}.van-icon-shopping-cart:before{content:"\F0B6"}.van-icon-shrink:before{content:"\F0B7"}.van-icon-sign:before{content:"\F0B8"}.van-icon-smile-comment-o:before{content:"\F0B9"}.van-icon-smile-comment:before{content:"\F0BA"}.van-icon-smile-o:before{content:"\F0BB"}.van-icon-star-o:before{content:"\F0BC"}.van-icon-star:before{content:"\F0BD"}.van-icon-stop-circle-o:before{content:"\F0BE"}.van-icon-stop-circle:before{content:"\F0BF"}.van-icon-stop:before{content:"\F0C0"}.van-icon-success:before{content:"\F0C1"}.van-icon-thumb-circle-o:before{content:"\F0C2"}.van-icon-todo-list-o:before{content:"\F0C3"}.van-icon-todo-list:before{content:"\F0C4"}.van-icon-tosend:before{content:"\F0C5"}.van-icon-tv-o:before{content:"\F0C6"}.van-icon-umbrella-circle:before{content:"\F0C7"}.van-icon-underway-o:before{content:"\F0C8"}.van-icon-underway:before{content:"\F0C9"}.van-icon-upgrade:before{content:"\F0CA"}.van-icon-user-circle-o:before{content:"\F0CB"}.van-icon-user-o:before{content:"\F0CC"}.van-icon-video-o:before{content:"\F0CD"}.van-icon-video:before{content:"\F0CE"}.van-icon-vip-card-o:before{content:"\F0CF"}.van-icon-vip-card:before{content:"\F0D0"}.van-icon-volume-o:before{content:"\F0D1"}.van-icon-volume:before{content:"\F0D2"}.van-icon-wap-home:before{content:"\F0D3"}.van-icon-wap-nav:before{content:"\F0D4"}.van-icon-warn-o:before{content:"\F0D5"}.van-icon-warning-o:before{content:"\F0D6"}.van-icon-wechat:before{content:"\F0D7"}.van-icon-youzan-shield:before{content:"\F0D8"}.van-icon--image{width:1em;height:1em}.van-icon--image img{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-loading{width:30px;height:30px;z-index:0;font-size:0;line-height:0;position:relative;vertical-align:middle}.van-loading--circle{width:16px;height:16px}.van-loading__spinner{z-index:-1;width:100%;height:100%;position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--circle{border-radius:100%;border:3px solid transparent;border-color:#7d7e80 #c8c9cc #c8c9cc}.van-loading__spinner--gradient-circle{background-size:contain;background-image:url(https://img.yzcdn.cn/vant/gradient-circle-black.png)}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-circle svg,.van-loading__spinner--spinner i{top:0;left:0;width:100%;height:100%;position:absolute}.van-loading__spinner--spinner i:before{width:2px;height:25%;content:" ";display:block;margin:0 auto;border-radius:40%;background-color:currentColor}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{width:100%;height:100%}.van-loading__circular circle{stroke:currentColor;stroke-width:3;stroke-linecap:round;-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite}.van-loading--white .van-loading__spinner--circle{border-color:hsla(0,0%,100%,.7) rgba(0,0,0,.1) rgba(0,0,0,.1)}.van-loading--white .van-loading__spinner--gradient-circle{background-image:url(https://img.yzcdn.cn/vant/gradient-circle-white.png)}.van-loading__spinner--spinner i:first-of-type{opacity:1;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.van-loading__spinner--spinner i:nth-of-type(2){opacity:.9375;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.van-loading__spinner--spinner i:nth-of-type(3){opacity:.875;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.van-loading__spinner--spinner i:nth-of-type(4){opacity:.8125;-webkit-transform:rotate(120deg);transform:rotate(120deg)}.van-loading__spinner--spinner i:nth-of-type(5){opacity:.75;-webkit-transform:rotate(150deg);transform:rotate(150deg)}.van-loading__spinner--spinner i:nth-of-type(6){opacity:.6875;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.van-loading__spinner--spinner i:nth-of-type(7){opacity:.625;-webkit-transform:rotate(210deg);transform:rotate(210deg)}.van-loading__spinner--spinner i:nth-of-type(8){opacity:.5625;-webkit-transform:rotate(240deg);transform:rotate(240deg)}.van-loading__spinner--spinner i:nth-of-type(9){opacity:.5;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.van-loading__spinner--spinner i:nth-of-type(10){opacity:.4375;-webkit-transform:rotate(300deg);transform:rotate(300deg)}.van-loading__spinner--spinner i:nth-of-type(11){opacity:.375;-webkit-transform:rotate(330deg);transform:rotate(330deg)}.van-loading__spinner--spinner i:nth-of-type(12){opacity:.3125;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.van-button{position:relative;padding:0;display:inline-block;height:44px;line-height:42px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;text-align:center;-webkit-appearance:none;-webkit-text-size-adjust:100%}.van-button:before{content:" ";position:absolute;top:50%;left:50%;opacity:0;width:100%;height:100%;border:inherit;border-color:#000;background-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-button:active:before{opacity:.15}.van-button--disabled:before,.van-button--loading:before,.van-cell--borderless:after{display:none}.van-button--default{color:#323233;background-color:#fff;border:1px solid #ebedf0}.van-button--primary{color:#fff;background-color:#07c160;border:1px solid #07c160}.van-button--danger{color:#fff;background-color:#f44;border:1px solid #f44}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#07c160}.van-button--plain.van-button--danger{color:#f44}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px;line-height:48px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:30px;padding:0 8px;min-width:60px;font-size:12px;line-height:28px}.van-button--loading .van-loading,.van-button--mini{display:inline-block}.van-button--mini{width:50px;height:22px;line-height:20px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{width:100%;display:block}.van-button--bottom-action{width:100%;height:50px;line-height:50px;border:0;border-radius:0;font-size:16px;color:#fff;background-color:#ff976a}.van-button--bottom-action.van-button--primary{background-color:#f44}.van-button--disabled{opacity:.5}.van-button--round{border-radius:10em}.van-button--square{border-radius:0}.van-cell{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 15px;line-height:24px;position:relative;background-color:#fff;color:#323233;font-size:14px;overflow:hidden}.van-cell,.van-cell:not(:last-child):after{-webkit-box-sizing:border-box;box-sizing:border-box}.van-cell:not(:last-child):after{content:" ";position:absolute;pointer-events:none;left:15px;right:0;bottom:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);border-bottom:1px solid #ebedf0}.van-cell__label{color:#969799;font-size:12px;margin-top:3px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-ms-flex:1;flex:1}.van-cell__value{color:#969799;overflow:hidden;text-align:right;position:relative;vertical-align:middle}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;min-width:1em;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:5px}.van-cell__right-icon{color:#969799;margin-left:5px}.van-cell--clickable:active{background-color:#e8e8e8}.van-cell--required{overflow:visible}.van-cell--required:before{content:"*";position:absolute;left:7px;font-size:14px;color:#f44}.van-cell--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-cell-group{background-color:#fff}.van-col{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-row:after{content:"";display:table;clear:both}.van-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.van-row--flex:after{display:none}.van-row--justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.van-row--justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-row--align-bottom{-webkit-box-align:bottom;-ms-flex-align:bottom;align-items:bottom}.van-badge{display:block;overflow:hidden;font-size:14px;line-height:1.4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#7d7e80;word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 12px 20px 9px;background-color:#f8f8f8;border-left:3px solid transparent}.van-badge__text{position:relative}.van-badge:active{background-color:#e8e8e8}.van-badge:not(:last-child):after{border-bottom-width:1px}.van-badge--select{font-weight:500;color:#323233;border-color:#f44}.van-badge--select:after{border-right-width:1px}.van-badge--select,.van-badge--select:active{background-color:#fff}.van-badge .van-info{right:4px}.badge-group{width:85px}.van-circle{position:relative;text-align:center;display:inline-block}.van-circle__layer{fill:none;stroke-linecap:round;stroke-dasharray:3140;stroke-dashoffset:3140;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:530px 530px;transform-origin:530px 530px}.van-circle__text{top:50%;left:0;width:100%;color:#323233;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-collapse-item__title .van-cell__right-icon:before{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.3s;transition:.3s}.van-collapse-item__title:after{visibility:hidden}.van-collapse-item__title--expanded .van-cell__right-icon:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded:after{visibility:visible}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;will-change:height;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.van-collapse-item__content{color:#969799;padding:15px;font-size:13px;line-height:1.5;background-color:#fff}.van-list__error-text,.van-list__finished-text,.van-list__loading-text{color:#969799;font-size:13px;line-height:50px;text-align:center}.van-list__loading{text-align:center}.van-list__loading-icon,.van-list__loading-text{display:inline-block;vertical-align:middle}.van-list__loading-icon{width:16px;height:16px;margin-right:5px}.van-nav-bar{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;height:46px;line-height:46px;background-color:#fff}.van-nav-bar .van-icon{color:#1989fa;vertical-align:middle}.van-nav-bar__arrow{min-width:1em;font-size:16px}.van-nav-bar__arrow+.van-nav-bar__text{margin-left:-20px;padding-left:25px}.van-nav-bar--fixed{top:0;left:0;width:100%;position:fixed}.van-nav-bar__title{margin:0 auto;max-width:60%;color:#323233;font-size:16px;font-weight:500}.van-nav-bar__left,.van-nav-bar__right{bottom:0;font-size:14px;position:absolute}.van-nav-bar__left{left:15px}.van-nav-bar__right{right:15px}.van-nav-bar__text{color:#1989fa;margin:0 -15px;padding:0 15px;display:inline-block;vertical-align:middle}.van-nav-bar__text:active{background-color:#e8e8e8}.van-notice-bar{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding:0 15px;font-size:14px;line-height:24px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ed6a0c;background-color:#fffbe8}.van-notice-bar--withicon{position:relative;padding-right:40px}.van-notice-bar__left-icon{font-size:16px;min-width:20px}.van-notice-bar__right-icon{top:50%;right:15px;font-size:16px;position:absolute;margin-top:-.5em}.van-notice-bar__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;overflow:hidden;position:relative}.van-notice-bar__content{position:absolute;white-space:nowrap}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar__play{-webkit-animation:van-notice-bar-play linear both;animation:van-notice-bar-play linear both}.van-notice-bar__play--infinite{-webkit-animation:van-notice-bar-play-infinite linear infinite both;animation:van-notice-bar-play-infinite linear infinite both}.van-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;top:50%;left:50%;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:.3s ease-out;transition:.3s ease-out;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--top{width:100%;top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.van-popup--right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--bottom{width:100%;top:auto;bottom:0;right:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.van-popup--left{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.popup-slide-top-enter,.popup-slide-top-leave-active{-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}.popup-slide-right-enter,.popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.popup-slide-bottom-enter,.popup-slide-bottom-leave-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}.popup-slide-left-enter,.popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-search{display:-webkit-box;display:-ms-flexbox;display:flex;padding:7px 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.van-search .van-cell{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:3px 10px;border-radius:4px}.van-search .van-cell__left-icon{color:#969799}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 10px;font-size:14px;line-height:30px;color:#7d7e80}.van-search__action:active{background-color:#e8e8e8}.van-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;line-height:40px;font-size:14px}.van-pagination__item{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#1989fa;height:40px;min-width:36px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-pagination__item:active{color:#fff;background-color:#1989fa}.van-pagination__item:after{border-width:1px 0 1px 1px}.van-pagination__item:last-child:after{border-right-width:1px}.van-pagination__item--disabled,.van-pagination__item--disabled:active{background-color:#f8f8f8;color:#7d7e80;opacity:.6}.van-pagination__item--active{color:#fff;background-color:#1989fa}.van-pagination__next,.van-pagination__prev{padding:0 5px}.van-pagination__page{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-ms-flex:1;flex:1;height:40px;color:#7d7e80}.van-pagination--simple .van-pagination__next:after,.van-pagination--simple .van-pagination__prev:after{border-width:1px}.van-panel{background:#fff}.van-panel__header .van-cell__value{color:#f44}.van-panel__footer{padding:10px 15px}.van-rate{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-rate__item{width:1em;padding:0 2px;-webkit-box-sizing:content-box;box-sizing:content-box}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:0 10px}.van-steps--horizontal .van-steps__items{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 10px;overflow:hidden;position:relative;padding-bottom:22px}.van-steps--horizontal .van-steps__items.van-steps__items--alone{padding-top:10px}.van-steps--vertical{padding:0 0 0 35px}.van-steps__icon{float:left;margin-right:10px}.van-steps .van-icon{font-size:40px}.van-steps__message{height:40px;margin:15px 0}.van-steps__title{font-size:14px;color:#323233;padding-top:4px}.van-steps__desc{font-size:12px;line-height:1.5;color:#969799}.van-step{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;position:relative;color:#969799}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{-webkit-transform:none;transform:none;margin-left:0}.van-step--horizontal:last-child{position:absolute;right:10px;width:auto}.van-step--horizontal:last-child .van-step__title{-webkit-transform:none;transform:none;margin-left:0}.van-step--horizontal:last-child .van-step__circle-container{left:auto;right:-9px}.van-step--horizontal:last-child .van-step__line{width:0}.van-step--horizontal .van-step__circle-container{position:absolute;top:28px;left:-8px;padding:0 8px;background-color:#fff;z-index:1}.van-step--horizontal .van-step__title{font-size:12px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);display:inline-block;margin-left:3px}.van-step--horizontal .van-step__line{position:absolute;left:0;top:30px;width:100%;height:1px;background-color:#ebedf0}.van-step--horizontal.van-step--finish,.van-step--horizontal.van-step--process{color:#323233}.van-step--horizontal.van-step--finish .van-step__circle,.van-step--horizontal.van-step--finish .van-step__line{background-color:#07c160}.van-step--horizontal.van-step--process .van-step__circle-container{top:24px}.van-step--horizontal.van-step--process .van-icon{font-size:12px;color:#07c160;display:block}.van-step .van-step__circle{display:block;width:5px;height:5px;border-radius:50%;background-color:#969799}.van-step--vertical{float:none;display:block;font-size:14px;line-height:18px;padding:10px 10px 10px 0}.van-step--vertical:not(:last-child):after{border-bottom-width:1px}.van-step--vertical:first-child:before{content:"";position:absolute;width:1px;height:20px;background-color:#fff;top:0;left:-15px;z-index:1}.van-step--vertical .van-step__circle-container>i{position:absolute;z-index:2}.van-step--vertical .van-step__circle{top:16px;left:-17px}.van-step--vertical .van-step__line{position:absolute;top:0;left:-15px;width:1px;height:100%;background-color:#ebedf0}.van-step--vertical.van-step--process .van-icon-checked{top:12px;left:-20px;line-height:1;font-size:12px}.van-tag{color:#fff;font-size:10px;padding:.2em .5em;line-height:normal;border-radius:.2em;display:inline-block}.van-tag:after{border-color:currentColor;border-radius:.4em}.van-tag--mark{padding-right:.6em;border-radius:0 .8em .8em 0}.van-tag--mark:after{border-radius:0 1.6em 1.6em 0}.van-tag--round{border-radius:.8em}.van-tag--round:after{border-radius:1.6em}.van-tag--medium{font-size:12px}.van-tab,.van-tag--large{font-size:14px}.van-tab{-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;min-width:0;padding:0 5px;position:relative;color:#7d7e80;line-height:44px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.van-tab span{display:block}.van-tab--active{font-weight:500;color:#323233}.van-tab--disabled{color:#c8c9cc}.van-tabs{position:relative}.van-tabs__wrap{top:0;left:0;right:0;z-index:99;overflow:hidden;position:absolute}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%}.van-tabs__wrap--scrollable .van-tab--complete{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.van-tabs__wrap--scrollable .van-tabs__nav{overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff}.van-tabs__nav--line{height:100%;padding-bottom:15px;-webkit-box-sizing:content-box;box-sizing:content-box}.van-tabs__nav--card{margin:0 15px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f44;height:30px}.van-tabs__nav--card .van-tab{color:#f44;border-right:1px solid #f44;line-height:28px}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#f44}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{z-index:1;left:0;bottom:15px;height:3px;position:absolute;border-radius:3px;background-color:#f44}.van-tabs__content--animated{overflow:hidden}.van-tabs__track{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;will-change:left}.van-tabs--line{padding-top:44px}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card{padding-top:30px}.van-tabs--card .van-tabs__wrap{height:30px}.van-tabs .van-tab__pane{width:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box}.van-tabbar{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.van-tabbar--fixed{left:0;bottom:0;position:fixed}.van-tabbar-item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;font-size:12px;color:#7d7e80;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-tabbar-item__icon{font-size:18px;position:relative;margin-bottom:5px}.van-tabbar-item__icon .van-icon{display:block;min-width:1em}.van-tabbar-item__icon--dot:after{top:0;right:-8px;width:8px;height:8px;content:" ";position:absolute;border-radius:100%;background-color:#f44}.van-tabbar-item__icon img{height:18px;display:block}.van-tabbar-item--active{color:#1989fa}.van-tabbar-item .van-info{margin-top:2px}.van-image-preview{top:0;left:0;width:100%;height:100%;position:fixed}.van-image-preview__image{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-image-preview__index{position:absolute;top:10px;left:50%;color:#fff;font-size:14px;letter-spacing:2px;-webkit-transform:translate(-50%);transform:translate(-50%)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview .van-swipe{height:100%}.van-stepper{font-size:0}.van-stepper__minus,.van-stepper__plus{width:40px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #ebedf0;position:relative;padding:5px;vertical-align:middle}.van-stepper__minus:before,.van-stepper__plus:before{width:9px;height:1px}.van-stepper__minus:after,.van-stepper__plus:after{width:1px;height:9px}.van-stepper__minus:after,.van-stepper__minus:before,.van-stepper__plus:after,.van-stepper__plus:before{content:"";position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;background-color:#7d7e80}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__minus--disabled:active,.van-stepper__plus--disabled,.van-stepper__plus--disabled:active{background-color:#f8f8f8}.van-stepper__minus--disabled:after,.van-stepper__minus--disabled:before,.van-stepper__plus--disabled:after,.van-stepper__plus--disabled:before{background-color:#c8c9cc}.van-stepper__minus{border-radius:2px 0 0 2px}.van-stepper__minus:after{display:none}.van-stepper__plus{border-radius:0 2px 2px 0}.van-stepper__input{width:33px;height:26px;padding:1px;border:1px solid #ebedf0;border-width:1px 0;border-radius:0;-webkit-box-sizing:content-box;box-sizing:content-box;color:#7d7e80;font-size:14px;vertical-align:middle;text-align:center;-webkit-appearance:none}.van-stepper__input[disabled]{color:#c8c9cc;background-color:#f8f8f8}.van-stepper input[type=number]::-webkit-inner-spin-button,.van-stepper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.van-progress{height:4px;position:relative;border-radius:4px;background:#e5e5e5}.van-progress__portion{left:0;height:100%;position:absolute;border-radius:inherit}.van-progress__portion--with-pivot{border-top-right-radius:0;border-bottom-right-radius:0}.van-progress__pivot{top:50%;right:0;min-width:2em;padding:0 5px;font-size:10px;position:absolute;line-height:1.6;text-align:center;border-radius:1em;word-break:keep-all;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#e5e5e5;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-swipe{overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-swipe__track{height:100%}.van-swipe__indicators{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:50%;bottom:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{left:10px;top:50%;bottom:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{opacity:.3;border-radius:100%;width:6px;height:6px;-webkit-transition:opacity .2s;transition:opacity .2s;background-color:#ebedf0}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{opacity:1;background-color:#1989fa}.van-swipe-item{float:left;height:100%}.van-slider,.van-slider__bar{position:relative;border-radius:999px;background-color:#e5e5e5}.van-slider__bar{border-radius:inherit;background-color:#1989fa}.van-slider__button{width:20px;height:20px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 1px 2px rgba(0,0,0,.5)}.van-slider__button-wrapper{position:absolute;top:50%;right:0;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.van-slider__button-wrapper:after{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%}.van-slider--disabled{opacity:.3}.van-checkbox{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-checkbox__icon,.van-checkbox__label{display:inline-block;vertical-align:middle;line-height:20px}.van-checkbox__icon{height:20px}.van-checkbox__icon .van-icon{font-size:14px;color:transparent;text-align:center;line-height:inherit;width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;border-color:#1989fa;background-color:#1989fa}.van-checkbox__icon--disabled .van-icon{border-color:#c8c9cc;background-color:#ebedf0}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{color:#323233;margin-left:10px}.van-checkbox__label--left{float:left;margin:0 10px 0 0}.van-checkbox__label--disabled{color:#c8c9cc}.van-field .van-cell__title{max-width:90px}.van-field__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-field__control{border:0;margin:0;padding:0;width:100%;resize:none;display:block;color:#323233;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent}.van-field__control::-webkit-input-placeholder{color:#969799}.van-field__control::-ms-input-placeholder{color:#969799}.van-field__control::placeholder{color:#969799}.van-field__control:disabled{opacity:1;color:#969799;background-color:transparent}.van-field__control--center{text-align:center}.van-field__control--right{text-align:right}.van-field__control[type=date],.van-field__control[type=time]{min-height:24px}.van-field__button,.van-field__clear,.van-field__icon{-ms-flex-negative:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{padding:0 10px;line-height:inherit;margin-right:-10px}.van-field__clear{color:#c8c9cc;font-size:16px}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;min-width:1em;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:5px}.van-field--disabled .van-field__control,.van-field__right-icon{color:#969799}.van-field__button{padding-left:10px}.van-field__error-message{color:#f44;font-size:12px;text-align:left}.van-field--error .van-field__control,.van-field--error .van-field__control::-webkit-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control::-ms-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#f44}.van-field--min-height .van-field__control{min-height:60px}.van-field--label-center .van-cell__title{text-align:center}.van-field--label-right .van-cell__title{text-align:right}.van-radio{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-radio__input,.van-radio__label{display:inline-block;vertical-align:middle}.van-radio__input{height:1em;position:relative;font-size:20px}.van-radio__control{position:absolute;top:0;left:0;opacity:0;margin:0;width:100%;height:100%}.van-radio__label{line-height:20px;margin-left:10px}.van-radio__label--left{float:left;margin:0 10px 0 0}.van-radio .van-icon{width:1em;pointer-events:none}.van-radio .van-icon-checked{color:#1989fa}.van-radio .van-icon-circle{color:#c8c9cc}.van-radio--disabled .van-icon{color:#e5e5e5;border-radius:100%;background-color:#f8f8f8}.van-switch,.van-switch__node{height:1em;background-color:#fff}.van-switch{display:inline-block;border:1px solid rgba(0,0,0,.1);-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;width:2em;border-radius:1em;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{top:0;left:0;position:absolute;border-radius:100%;width:1em;z-index:1;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--disabled{opacity:.4}.van-uploader{position:relative;display:inline-block}.van-uploader__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.van-uploader input[type=file]::-webkit-file-upload-button{cursor:pointer}.van-password-input{margin:0 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.van-password-input:focus{outline:0}.van-password-input__error-info,.van-password-input__info{font-size:14px;margin-top:15px;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#f44}.van-password-input__security{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.van-password-input__security:after{border-radius:6px}.van-password-input__security li{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;position:relative}.van-password-input__security li:not(:first-of-type):after{border-left-width:1px}.van-password-input__security i{position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;visibility:hidden;border-radius:100%;background-color:#000}.van-number-keyboard{left:0;bottom:0;width:100%;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.van-number-keyboard__title{height:30px;font-size:14px;line-height:30px;text-align:center;position:relative;color:#7d7e80}.van-number-keyboard__body{-webkit-box-sizing:border-box;box-sizing:border-box}.van-number-keyboard__close{right:0;color:#1989fa;font-size:14px;padding:0 15px;position:absolute}.van-number-keyboard__close:active{background-color:#e8e8e8}.van-number-keyboard__sidebar{right:0;bottom:0;width:25%;position:absolute;height:216px}.van-number-keyboard--custom .van-number-keyboard__body{padding-right:25%}.van-key{width:33.33333333%;font-size:24px;font-style:normal;text-align:center;display:inline-block;vertical-align:middle;height:54px;line-height:54px}.van-key:after{border-width:1px 1px 0 0}.van-key--middle{width:66.66666667%}.van-key--big{width:100%;height:108px;line-height:108px}.van-key--blue,.van-key--delete{font-size:16px}.van-key--blue{color:#fff}.van-key--blue,.van-key--blue.van-key--active{background-color:#1989fa}.van-key--blue:after{border-color:#1989fa}.van-key--gray{background-color:#ebedf0}.van-actionsheet__cancel:active,.van-actionsheet__item:active,.van-key--active{background-color:#e8e8e8}.van-actionsheet{position:fixed;left:0;right:0;bottom:0;color:#323233;max-height:90%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#f8f8f8}.van-actionsheet--withtitle,.van-actionsheet__item--disabled:active{background-color:#fff}.van-actionsheet__cancel,.van-actionsheet__item{height:50px;line-height:50px;font-size:16px;text-align:center;background-color:#fff}.van-actionsheet__item--disabled{color:#c8c9cc}.van-actionsheet__subname{font-size:12px;color:#7d7e80;margin-left:5px}.van-actionsheet__loading{display:inline-block}.van-actionsheet__cancel{margin-top:10px}.van-actionsheet__header{font-size:16px;line-height:44px;text-align:center}.van-actionsheet__header .van-icon-close{top:0;right:0;padding:0 15px;font-size:18px;color:#969799;position:absolute;line-height:inherit}.van-dialog{position:fixed;top:50%;left:50%;width:85%;font-size:16px;overflow:hidden;-webkit-transition:.3s;transition:.3s;border-radius:4px;background-color:#fff;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.van-dialog__header{font-weight:500;padding-top:25px;text-align:center}.van-dialog__header--isolated{padding:25px 0}.van-dialog__message{padding:25px;font-size:14px;line-height:1.5;max-height:60vh;overflow-y:auto;text-align:center;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:12px;color:#7d7e80}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-dialog__footer--buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.van-dialog__footer--buttons .van-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.van-dialog .van-button{border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#1989fa}.van-dialog-bounce-enter{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7)}.van-dialog-bounce-leave-active{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}.van-picker{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff;-webkit-text-size-adjust:100%}.van-picker__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;line-height:44px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.van-picker__cancel,.van-picker__confirm{color:#1989fa;padding:0 15px;font-size:14px}.van-picker__cancel:active,.van-picker__confirm:active{background-color:#e8e8e8}.van-picker__title{max-width:50%;font-size:16px;font-weight:500;text-align:center}.van-picker__columns{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.van-picker__loading{top:0;left:0;right:0;bottom:0;z-index:2;position:absolute;background-color:hsla(0,0%,100%,.9)}.van-picker__loading circle{stroke:#1989fa}.van-picker__frame,.van-picker__loading .van-loading{top:50%;left:0;width:100%;z-index:1;position:absolute;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-picker-column{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;font-size:16px;text-align:center}.van-picker-column__item{padding:0 5px;color:#969799}.van-picker-column__item--selected{font-weight:500;color:#323233}.van-picker-column__item--disabled{opacity:.3}.van-pull-refresh{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.van-pull-refresh__track{position:relative}.van-pull-refresh__head{width:100%;height:50px;left:0;overflow:hidden;position:absolute;text-align:center;top:-50px;font-size:14px;color:#969799;line-height:50px}.van-pull-refresh__loading .van-loading{width:16px;height:16px;margin-right:5px}.van-pull-refresh__loading .van-loading,.van-pull-refresh__loading span{vertical-align:middle;display:inline-block}.van-notify,.van-toast{position:fixed;font-size:14px;line-height:20px}.van-notify{text-align:center;padding:6px 15px;top:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.van-toast{top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;max-width:70%;border-radius:4px;word-break:break-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:rgba(50,50,51,.88);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:pre-wrap}.van-toast--unclickable *{pointer-events:none}.van-toast--text{padding:8px 12px;min-width:96px}.van-toast--default{width:90px;padding:15px;min-height:90px}.van-toast--default .van-toast__icon{font-size:48px}.van-toast--default .van-loading{margin:10px 0}.van-toast--default .van-toast__text{padding-top:5px}.van-toast--top{top:50px}.van-toast--bottom{top:auto;bottom:50px}.van-swipe-cell{overflow:hidden;position:relative}.van-swipe-cell__left,.van-swipe-cell__right{top:0;height:100%;position:absolute}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-switch-cell{padding-top:9px;padding-bottom:9px}.van-switch-cell .van-switch{float:right}.van-tree-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;position:relative}.van-tree-select__nav{width:35%;position:absolute;left:0;top:0;bottom:0;min-width:120px;overflow:scroll;background-color:#fafafa;-webkit-overflow-scrolling:touch}.van-tree-select__nitem{position:relative;line-height:44px;padding:0 9px 0 15px}.van-tree-select__nitem--active:after{position:absolute;top:0;bottom:0;left:0;width:3.6px;background-color:#f44;content:""}.van-tree-select__nitem--active{font-weight:700;background-color:#fff}.van-tree-select__nitem--disabled{color:#969799}.van-tree-select__nitem--disabled:active:after{display:none}.van-tree-select__content{width:65%;height:100%;padding-left:15px;margin-left:35%;overflow:scroll;-webkit-overflow-scrolling:touch;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.van-tree-select__item{position:relative;font-weight:700;line-height:44px}.van-tree-select__item--active{color:#f44}.van-tree-select__item--disabled,.van-tree-select__item--disabled:active{color:#c8c9cc}.van-tree-select__selected{position:absolute;top:0;right:15px;bottom:0;height:24px;margin:auto 0;line-height:24px}.van-address-edit__buttons{padding:30px 15px}.van-address-edit__buttons .van-button{margin-bottom:15px}.van-address-edit__area .van-cell__title{max-width:90px}.van-address-edit__area .van-cell__value{text-align:left}.van-address-edit__area .van-cell__value span{margin-right:15px}.van-address-edit-detail{padding:0}.van-address-edit-detail__finish{color:#1989fa;font-size:12px}.van-address-list{height:100%;padding-bottom:100px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-address-list__add{position:fixed;left:0;bottom:0;z-index:9999}.van-address-list__disabled-text{color:#969799;padding:0 15px;font-size:12px;line-height:30px}.van-address-item{padding:15px}.van-address-item .van-cell__value{color:#323233;padding-right:34px;position:relative}.van-address-item .van-radio__label{width:100%;margin-left:0;padding-left:27px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-address-item .van-radio__input{top:50%;left:0;font-size:16px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-address-item .van-icon-checked{color:#f44}.van-address-item__name{font-size:14px;font-weight:500;line-height:20px;margin-bottom:5px}.van-address-item__address{font-size:12px;line-height:16px;color:#7d7e80}.van-address-item--unswitchable .van-radio__input{display:none}.van-address-item--unswitchable .van-radio__label{padding-left:0}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#969799}.van-address-item__edit{position:absolute;top:50%;right:15px;font-size:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-card{position:relative;color:#323233;font-size:12px;padding:5px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fafafa}.van-card:not(:first-child){margin-top:10px}.van-card__header{display:-webkit-box;display:-ms-flexbox;display:flex}.van-card__thumb{position:relative;width:90px;height:90px;margin-right:10px;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-card__thumb img{border:0;max-width:100%;max-height:100%}.van-card__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:90px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0}.van-card__content--centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-card__desc,.van-card__title{word-break:break-all}.van-card__title{line-height:16px;max-height:32px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-card__desc{color:#7d7e80;max-height:20px}.van-card__bottom,.van-card__desc{line-height:20px}.van-card__price{display:inline-block;color:#f44;font-weight:700}.van-card__origin-price{display:inline-block;margin-left:5px;font-size:10px;color:#7d7e80;text-decoration:line-through}.van-card__num{float:right}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{text-align:right;-webkit-box-flex:0;-ms-flex:none;flex:none}.van-card__footer .van-button{margin-left:5px}.van-contact-card{padding:15px}.van-contact-card .van-cell__value{margin-left:5px;line-height:20px;display:inline-block;vertical-align:middle}.van-contact-card--add .van-cell__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#1989fa;font-size:40px}.van-contact-card:before{content:"";left:0;right:0;bottom:0;height:2px;position:absolute;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background-size:80px}.van-contact-list,.van-contact-list__group{height:100%;padding-bottom:65px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-contact-list .van-cell{padding:15px}.van-contact-list .van-cell__value{color:#323233;padding-right:34px;position:relative}.van-contact-list .van-radio__label{margin-left:27px}.van-contact-list .van-radio__input{top:50%;left:0;font-size:16px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-contact-list .van-icon-checked{color:#f44}.van-contact-list__group{overflow-y:scroll;padding-bottom:100px;-webkit-overflow-scrolling:touch}.van-contact-list__name{font-size:14px;font-weight:500;line-height:20px}.van-contact-list__edit{position:absolute;top:50%;right:15px;font-size:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-contact-list__add{position:fixed;left:0;bottom:0;z-index:9999}.van-contact-edit__buttons{padding:30px 15px}.van-contact-edit .van-cell__title{max-width:65px}.van-contact-edit .van-button{margin-bottom:15px}.van-coupon{overflow:hidden;border-radius:4px;margin:0 15px 15px;background-color:#fff;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon:active{background-color:#e8e8e8}.van-coupon__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;padding:24px 0 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-coupon h2,.van-coupon p{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon h2{height:34px;font-weight:500;line-height:34px}.van-coupon p{font-size:12px;line-height:16px;color:#969799}.van-coupon__head{position:relative;min-width:95px}.van-coupon__head h2{color:#f44;font-size:24px}.van-coupon__head h2 span{font-size:50%}.van-coupon__head p{white-space:pre-wrap}.van-coupon__body{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:0 4px 4px 0}.van-coupon__body h2{font-size:16px}.van-coupon__corner{top:16px;right:15px;position:absolute}.van-coupon__corner .van-icon{border-color:#f44;background-color:#f44}.van-coupon__description{padding:7px 15px;border-top:1px dashed #ebedf0;background-color:#fafafa}.van-coupon--disabled:active{background-color:#fff}.van-coupon--disabled .van-coupon-item__content{height:90px}.van-coupon--disabled h2,.van-coupon--disabled p,.van-coupon--disabled span{color:#969799}.van-coupon-cell--selected{color:#323233}.van-coupon-list{height:100%;position:relative;background-color:#f8f8f8}.van-coupon-list__field{padding:7px 15px}.van-coupon-list__exchange{height:32px;line-height:30px}.van-coupon-list__list{overflow-y:auto;padding:15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.van-coupon-list__close{left:0;bottom:0;position:absolute;font-weight:500}.van-coupon-list__empty{padding-top:100px;text-align:center}.van-coupon-list__empty p{color:#969799;margin:15px 0;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:80px;height:84px}.van-goods-action{left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed}.van-goods-action-big-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}@media (max-width:321px){.van-goods-action-big-btn{font-size:15px}}.van-goods-action-mini-btn{color:#7d7e80;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;font-size:10px;min-width:15%;line-height:1;text-align:center;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-goods-action-mini-btn:not(:first-child):after{border-left-width:1px}.van-goods-action-mini-btn:active{background-color:#e8e8e8}.van-goods-action-mini-btn__icon{width:1em;font-size:20px;margin:0 auto 5px}.van-submit-bar{left:0;bottom:0;width:100%;z-index:100;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-submit-bar__tip{color:#f56723;padding:10px;font-size:12px;line-height:18px;background-color:#fff7cc}.van-submit-bar__bar{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.van-submit-bar__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:500;text-align:right;color:#323233;padding-right:12px}.van-submit-bar__text span{display:inline-block}.van-submit-bar__price{color:#f44;font-size:18px}.van-submit-bar__price:first-letter{font-size:14px}.van-submit-bar .van-button{width:110px}.van-sku-container{font-size:14px;background:#fff;overflow-y:visible;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.van-sku-body{max-height:350px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-header{margin-left:15px}.van-sku-header__img-wrap{position:relative;float:left;margin-top:-10px;width:80px;height:80px;background:#f8f8f8;border-radius:2px}.van-sku-header__img-wrap img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%}.van-sku-header__goods-info{padding:10px 60px 10px 10px;min-height:82px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.van-sku__goods-name{font-size:12px}.van-sku__price-num,.van-sku__price-symbol{vertical-align:middle}.van-sku__price-num{font-size:16px}.van-sku__goods-price{color:#f44;margin-top:10px;vertical-align:middle}.van-sku__close-icon{top:10px;right:15px;font-size:20px;color:#969799;position:absolute;text-align:center}.van-sku-group-container{margin-left:15px;padding:12px 0 2px}.van-sku-group-container--hide-soldout .van-sku-row__item--disabled{display:none}.van-sku-row{margin:0 15px 10px 0}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__title{padding-bottom:10px}.van-sku-row__item{display:inline-block;padding:5px 9px;margin:0 10px 10px 0;height:28px;min-width:52px;line-height:16px;font-size:12px;color:#323233;text-align:center;border:1px solid #969799;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-sku-row__item--active{color:#fff;border-color:#f44;background:#f44}.van-sku-row__item--disabled{background:#e8e8e8;border-color:#ebedf0;color:#c8c9cc}.van-sku-stepper-stock{padding:12px 0;margin-left:15px}.van-sku-stepper-container{height:30px;margin-right:20px}.van-sku__stepper{float:right}.van-sku__stepper-title{float:left;line-height:30px}.van-sku__quota,.van-sku__stock{display:inline-block;font-size:12px}.van-sku__stock{margin-right:10px;color:#969799}.van-sku__quota{color:#f44}.van-sku-messages{padding-bottom:10px;background:#f8f8f8}.van-sku-messages__image-cell .van-cell__title{max-width:90px}.van-sku-messages__image-cell .van-cell__value{text-align:left}.van-sku-img-uploader{display:inline-block}.van-sku-img-uploader__header{color:#323233;padding:0 10px;font-size:12px;line-height:24px;border-radius:3px;border:1px solid #ebedf0}.van-sku-img-uploader__header .van-icon{top:3px;margin-right:5px;font-size:14px}.van-sku-img-uploader__img{height:60px;width:60px;float:left;margin:10px 10px 0 0;position:relative;border:1px solid #ebedf0}.van-sku-img-uploader__img img{max-width:100%;max-height:100%;top:50%;position:relative;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-sku-img-uploader__delete{position:absolute;color:#f44;top:-12px;right:-14px;z-index:1;padding:6px}.van-sku-img-uploader__delete:before{border-radius:14px;background-color:#fff}.van-sku-img-uploader__uploading{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:20px;height:20px}.van-sku-actions{display:-webkit-box;display:-ms-flexbox;display:flex}
\ 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-0152a94c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0434e672.e997ff53.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-04713dde.5cdc36e3.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0528a41a.b6a6f279.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0ccaff37.9a3ef394.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0d688f2e.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-111df22d.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-13b2a374.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-15480d0d.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-178fc040.398c037f.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-23e7944a.c8649411.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2d4f397c.2ba08771.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2f5da85a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-34076066.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3765c3c6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3c65cd88.a9860cbc.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-41226dfb.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4400702f.768ec1f7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4631de92.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5474cc08.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5cf16964.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-66e087c9.35e6bd82.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6be99e9a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-73b3e1a8.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7657432f.016efea4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7c4cabd6.f866fa36.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8aab87ce.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8ce0ddd0.22356d82.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-c26b32be.ddfd4037.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-c498eed2.ee089bf8.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0152a94c.cfea5c52.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0434e672.9070c2ca.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-04713dde.5807300a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0528a41a.c32ee4de.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0ccaff37.c3590aba.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0d688f2e.6e319fd0.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-111df22d.a5f09b04.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-13b2a374.f035f5b5.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-15480d0d.41f66970.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-178fc040.2e8c024a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-23e7944a.1942b82f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2d4f397c.b41f5390.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2f5da85a.82a9eea1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-34076066.c4aa6957.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3765c3c6.b6d59238.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3c65cd88.9cba0e77.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-41226dfb.810e47d2.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4400702f.7f212ff6.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4631de92.d6d50813.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5474cc08.d3a40646.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5cf16964.0d8aba88.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-66e087c9.2721e935.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6be99e9a.6b63673b.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-73b3e1a8.98c2e3cc.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7657432f.0858d5d2.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7c4cabd6.3089adc1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8aab87ce.66ce8fd9.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8ce0ddd0.a094a2cc.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-c26b32be.7d38f8ff.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-c498eed2.75bc5f65.js rel=prefetch><link href=//h5static.ichunt.com/css/app.e20f6941.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.4b74a4a9.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.faca359d.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.e20f6941.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-0152a94c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0528a41a.b6a6f279.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0ccaff37.9a3ef394.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0d688f2e.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-111df22d.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-13b2a374.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-15480d0d.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-158c3ed4.fe46872f.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-178fc040.dcbf5852.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1c9625fe.746ec6f3.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1dad0408.f7670042.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-23e7944a.c8649411.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2d4f397c.2ba08771.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2f5da85a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-34076066.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3479b5a0.80056bad.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3765c3c6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-41226dfb.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-42ecdc2c.fe4e45a9.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4631de92.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-50997173.2a594d86.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5474cc08.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5cf16964.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6aea80eb.5dce7e7e.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6be99e9a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-73b3e1a8.e137fec1.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7ca9fe78.46303413.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8aab87ce.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8ce0ddd0.22356d82.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-a99dec30.58a2ea9a.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-f9d0f84e.5dae5cb6.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0152a94c.97911438.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0528a41a.14b0d3dd.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0ccaff37.1f96fc63.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0d688f2e.a0978d9d.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-111df22d.c46b4aa7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-13b2a374.91ed3640.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-15480d0d.6b4a832a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-158c3ed4.f94f87c9.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-178fc040.af18f8ef.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1c9625fe.350b3f45.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1dad0408.850a9986.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-23e7944a.53c31550.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2d4f397c.46ce3167.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2f5da85a.82a9eea1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-34076066.c4aa6957.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3479b5a0.c2fa3eab.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3765c3c6.d032a023.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-41226dfb.cafe85da.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-42ecdc2c.351c189d.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4631de92.d6d50813.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-50997173.90db7718.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5474cc08.508aadba.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5cf16964.1e790e2e.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6aea80eb.f019a1d0.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6be99e9a.e9bdaa6d.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-73b3e1a8.0c18344d.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7ca9fe78.37e26d7a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8aab87ce.b5c1e1e7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8ce0ddd0.8350a07e.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-a99dec30.0e006717.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-f9d0f84e.600042df.js rel=prefetch><link href=//h5static.ichunt.com/css/app.e20f6941.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.cd47373a.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.5239a044.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.e20f6941.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.faca359d.js></script><script src=//h5static.ichunt.com/js/app.4b74a4a9.js></script></body></html> }</script><script src=//h5static.ichunt.com/js/chunk-vendors.5239a044.js></script><script src=//h5static.ichunt.com/js/app.cd47373a.js></script></body></html>
\ No newline at end of file \ No newline at end of file
(function(e){function t(t){for(var a,i,c=t[0],s=t[1],d=t[2],u=0,l=[];u<c.length;u++)i=c[u],o[i]&&l.push(o[i][0]),o[i]=0;for(a in s)Object.prototype.hasOwnProperty.call(s,a)&&(e[a]=s[a]);f&&f(t);while(l.length)l.shift()();return r.push.apply(r,d||[]),n()}function n(){for(var e,t=0;t<r.length;t++){for(var n=r[t],a=!0,i=1;i<n.length;i++){var c=n[i];0!==o[c]&&(a=!1)}a&&(r.splice(t--,1),e=s(s.s=n[0]))}return e}var a={},i={app:0},o={app:0},r=[];function c(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-0434e672":"9070c2ca","chunk-04713dde":"5807300a","chunk-0528a41a":"c32ee4de","chunk-0ccaff37":"c3590aba","chunk-178fc040":"2e8c024a","chunk-23e7944a":"1942b82f","chunk-2d4f397c":"b41f5390","chunk-3c65cd88":"9cba0e77","chunk-0152a94c":"cfea5c52","chunk-0d688f2e":"6e319fd0","chunk-111df22d":"a5f09b04","chunk-13b2a374":"f035f5b5","chunk-15480d0d":"41f66970","chunk-2f5da85a":"82a9eea1","chunk-34076066":"c4aa6957","chunk-3765c3c6":"b6d59238","chunk-41226dfb":"810e47d2","chunk-4631de92":"d6d50813","chunk-5474cc08":"d3a40646","chunk-5cf16964":"0d8aba88","chunk-6be99e9a":"6b63673b","chunk-8aab87ce":"66ce8fd9","chunk-4400702f":"7f212ff6","chunk-66e087c9":"2721e935","chunk-73b3e1a8":"98c2e3cc","chunk-7657432f":"0858d5d2","chunk-7c4cabd6":"3089adc1","chunk-8ce0ddd0":"a094a2cc","chunk-c26b32be":"7d38f8ff","chunk-c498eed2":"75bc5f65"}[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-0434e672":1,"chunk-04713dde":1,"chunk-0528a41a":1,"chunk-0ccaff37":1,"chunk-178fc040":1,"chunk-23e7944a":1,"chunk-2d4f397c":1,"chunk-3c65cd88":1,"chunk-0152a94c":1,"chunk-0d688f2e":1,"chunk-111df22d":1,"chunk-13b2a374":1,"chunk-15480d0d":1,"chunk-2f5da85a":1,"chunk-34076066":1,"chunk-3765c3c6":1,"chunk-41226dfb":1,"chunk-4631de92":1,"chunk-5474cc08":1,"chunk-5cf16964":1,"chunk-6be99e9a":1,"chunk-8aab87ce":1,"chunk-4400702f":1,"chunk-66e087c9":1,"chunk-73b3e1a8":1,"chunk-7657432f":1,"chunk-7c4cabd6":1,"chunk-8ce0ddd0":1,"chunk-c26b32be":1,"chunk-c498eed2":1};i[e]?t.push(i[e]):0!==i[e]&&n[e]&&t.push(i[e]=new Promise(function(t,n){for(var a="css/"+({}[e]||e)+"."+{"chunk-0434e672":"e997ff53","chunk-04713dde":"5cdc36e3","chunk-0528a41a":"b6a6f279","chunk-0ccaff37":"9a3ef394","chunk-178fc040":"398c037f","chunk-23e7944a":"c8649411","chunk-2d4f397c":"2ba08771","chunk-3c65cd88":"a9860cbc","chunk-0152a94c":"92647ec0","chunk-0d688f2e":"92647ec0","chunk-111df22d":"92647ec0","chunk-13b2a374":"92647ec0","chunk-15480d0d":"92647ec0","chunk-2f5da85a":"92647ec0","chunk-34076066":"92647ec0","chunk-3765c3c6":"92647ec0","chunk-41226dfb":"92647ec0","chunk-4631de92":"92647ec0","chunk-5474cc08":"92647ec0","chunk-5cf16964":"92647ec0","chunk-6be99e9a":"92647ec0","chunk-8aab87ce":"92647ec0","chunk-4400702f":"768ec1f7","chunk-66e087c9":"35e6bd82","chunk-73b3e1a8":"d7e46390","chunk-7657432f":"016efea4","chunk-7c4cabd6":"f866fa36","chunk-8ce0ddd0":"22356d82","chunk-c26b32be":"ddfd4037","chunk-c498eed2":"ee089bf8"}[e]+".css",o=s.p+a,r=document.getElementsByTagName("link"),c=0;c<r.length;c++){var d=r[c],u=d.getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(u===a||u===o))return t()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){d=l[c],u=d.getAttribute("data-href");if(u===a||u===o)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||o,r=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");r.code="CSS_CHUNK_LOAD_FAILED",r.request=a,delete i[e],f.parentNode.removeChild(f),n(r)},f.href=o;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[e]=0}));var a=o[e];if(0!==a)if(a)t.push(a[2]);else{var r=new Promise(function(t,n){a=o[e]=[t,n]});t.push(a[2]=r);var d,u=document.createElement("script");u.charset="utf-8",u.timeout=120,s.nc&&u.setAttribute("nonce",s.nc),u.src=c(e),d=function(t){u.onerror=u.onload=null,clearTimeout(l);var n=o[e];if(0!==n){if(n){var a=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src,r=new Error("Loading chunk "+e+" failed.\n("+a+": "+i+")");r.type=a,r.request=i,n[1](r)}o[e]=void 0}};var l=setTimeout(function(){d({type:"timeout",target:u})},12e4);u.onerror=u.onload=d,document.head.appendChild(u)}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 d=window["webpackJsonp"]=window["webpackJsonp"]||[],u=d.push.bind(d);d.push=t,d=d.slice();for(var l=0;l<d.length;l++)t(d[l]);var f=u;r.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 d}),n.d(t,"b",function(){return m});var a,i,o,r=n("3f47"),c=n("7f43"),s=n.n(c);switch(window.location.hostname){case"m.ichunt.com":o="https://www.ichunt.com/v3/",i="https://m.ichunt.com/v3/",a="https://api.ichunt.com/";break;case"szm.ichunt.com":a="https://szapi.ichunt.com/",i="https://szm.ichunt.com/v3/",o="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":i="https://tm.ichunt.com/v3/",a="https://api.ichunt.com/",o="https://t.ichunt.com/v3/";break;case"m.liexin.com":i="http://m.liexin.com/v3/",a="http://api.liexin.com/",o="http://www.liexin.com/v3/";break;default:i="/m/v3/",a="/apis/"}var d=o,u=i,l=a,f={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:u+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getUserCurrentPoint:l+"/point/getUserCurrentPoint",isSignInToday:l+"signIn/isSignInToday",signIn:l+"signIn/signIn",checkMktScore:l+"user/checkMktScore",getPointPrize:l+"point/getPointPrize",exchangePrize:l+"point/exchangePrize",getUserPointExchangeDetail:l+"point/getUserPointExchangeDetail",recvlist:l+"address/recvlist",pointruleApi:u+"api/pointrule",getUserPointDetail:l+"point/getUserPointDetail",getUserPointExchangeList:l+"point/getUserPointExchangeList",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",orderInfo:l+"order/info",getAboutUsData:u+"api/aboutData"},m={index:function(e){return s.a.post(f.index,e)},loginCheck:function(e){return s.a.get(f.loginCheck,{params:Object(r["a"])({},e)})},smsVerify:function(e){return s.a.post(f.smsVerify,e)},actionLogin:function(e){return s.a.post(f.actionLogin,e)},feedback:function(e){return s.a.post(f.feedback,e)},cartCount:function(e){return s.a.get(f.cartCount,{params:Object(r["a"])({},e)})},customsrService:function(e){return s.a.get(f.customsrService,{params:Object(r["a"])({},e)})},getCommonParams:function(e){return s.a.post(f.getCommonParams,e)},wxaccess:function(e){return s.a.post(f.wxaccess,e)},checkAccountExists:function(e){return s.a.post(f.checkAccountExists,e)},customSmsVerify:function(e){return s.a.post(f.customSmsVerify,e)},chainFind:function(e){return s.a.post(f.chainFind,e)},wechatArticle:function(e){return s.a.post(f.wechatArticle,e)},newsArticle:function(e){return s.a.post(f.newsArticle,e)},newsArticleDetail:function(e){return s.a.post(f.newsArticleDetail,e)},newsArticleDetailAd:function(e){return s.a.post(f.newsArticleDetailAd,e)},getUserCurrentPoint:function(e){return s.a.post(f.getUserCurrentPoint,e)},isSignInToday:function(e){return s.a.post(f.isSignInToday,e)},signIn:function(e){return s.a.post(f.signIn,e)},checkMktScore:function(e){return s.a.post(f.checkMktScore,e)},getPointPrize:function(e){return s.a.post(f.getPointPrize,e)},exchangePrize:function(e){return s.a.post(f.exchangePrize,e)},recvlist:function(e){return s.a.post(f.recvlist,e)},getUserPointExchangeDetail:function(e){return s.a.post(f.getUserPointExchangeDetail,e)},pointruleApi:function(e){return s.a.post(f.pointruleApi,e)},getUserPointDetail:function(e){return s.a.post(f.getUserPointDetail,e)},getUserPointExchangeList:function(e){return s.a.post(f.getUserPointExchangeList,e)},getAboutUsData:function(e){return s.a.post(f.getAboutUsData,e)},getWalletInfo:function(e){return s.a.get(f.getWalletInfo,{params:Object(r["a"])({},e)})},activateWallet:function(e){return s.a.post(f.activateWallet,e)},sendSafesms:function(e){return s.a.post(f.sendSafesms,e)},verifyResetsms:function(e){return s.a.post(f.verifyResetsms,e)},walletListLog:function(e){return s.a.post(f.walletListLog,e)},changeWalletpwd:function(e){return s.a.post(f.changeWalletpwd,e)},walletRecordList:function(e){return s.a.post(f.walletRecordList,e)},verifySafeMobile:function(e){return s.a.post(f.verifySafeMobile,e)},getBindBankmsg:function(e){return s.a.post(f.getBindBankmsg,e)},bindBankCard:function(e){return s.a.post(f.bindBankCard,e)},walletRecharge:function(e){return s.a.post(f.walletRecharge,e)},walletWithdraw:function(e){return s.a.post(f.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return s.a.post(f.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return s.a.post(f.payTodo,e)},orderInfo:function(e){return s.a.post(f.orderInfo,e)}}},4260:function(e,t,n){"use strict";n("f91a"),n("ab56");var a=n("997e"),i=n.n(a),o=(n("612f"),n("208e")),r=n.n(o),c=(n("ea65"),0),s=8;function d(e){return p(u(g(e),e.length*s))}function u(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n=Array(80),a=1732584193,i=-271733879,o=-1732584194,r=271733878,c=-1009589776,s=0;s<e.length;s+=16){for(var d=a,u=i,g=o,p=r,v=c,w=0;w<80;w++){n[w]=w<16?e[s+w]:h(n[w-3]^n[w-8]^n[w-14]^n[w-16],1);var b=m(m(h(a,5),l(w,i,o,r)),m(m(c,n[w]),f(w)));c=r,r=o,o=h(i,30),i=a,a=b}a=m(a,d),i=m(i,u),o=m(o,g),r=m(r,p),c=m(c,v)}return Array(a,i,o,r,c)}function l(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 g(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 p(e){for(var t=c?"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 v=n("fed1");t["a"]={setCookie:function(e,t,n,a){a=a?";domain="+a:"";var i=n,o=new Date;return o.setTime(o.getTime()+24*i*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+o.toGMTString()+";path=/"+a,!0},getCookie:function(e){for(var t=document.cookie,n=t.split("; "),a=0;a<n.length;a++){var i=n[a].split("=");if(e==i[0])return i[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 o=[],c={},s="",u="",l="",f={pf:2,qwertyuiop:a,Yo4teW_gid:t},m=r()({},f,e);i()(m).forEach(function(e,t,n){o.push(e)}),o=o.sort(),o.forEach(function(e,t,n){c[o[t]]=m[o[t]]}),i()(c).forEach(function(e,t,n){s+=e+"="+c[e]}),u=s.replace(/[^0-9a-zA-Z]/g,""),u=u.toUpperCase();for(var h=0;h<u.length;h++)"A"!=u[h]&&"B"!=u[h]&&"C"!=u[h]&&(l+=u[h]);s=d(l);var g=r()({},e,{asdfghjkl:s},{qwertyuiop:a},{pf:2});return v.stringify(g)},isLogin:function(){var e=0;return this.getCookie("Yo4teW_uid")&&(e=2,this.getCookie("Yo4teW_skey")&&(e=1)),e},loginBack:function(){},compare:function(e,t){return function(n,a){var i=n[e],o=a[e];return t?i-o:o-i}},distinct:function(e){var t,n,a=e,i=[],o=a.length;for(t=0;t<o;t++){for(n=t+1;n<o;n++)a[t]===a[n]&&(n=++t);i.push(a[t])}return i}}},"56d7":function(e,t,n){"use strict";n.r(t);var a=n("3f46"),i=n.n(a),o=n("3f47"),r=n("997e"),c=n.n(r),s=(n("612f"),n("53da"),n("40f8"),n("6e6d")),d=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("keep-alive",{attrs:{exclude:"newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge"}},[n("router-view",{staticClass:"router-view"})],1)],1)},u=[],l={name:"app"},f=l,m=n("17cc"),h=Object(m["a"])(f,d,u,!1,null,null,null),g=h.exports,p=n("7f43"),v=n.n(p),w=(n("3a23"),n("1e6f")),b=function(e){return n.e("chunk-8ce0ddd0").then(function(){var t=[n("9553")];e.apply(null,t)}.bind(this)).catch(n.oe)},y=function(e){return n.e("chunk-73b3e1a8").then(function(){var t=[n("2500")];e.apply(null,t)}.bind(this)).catch(n.oe)},_=function(e){return n.e("chunk-178fc040").then(function(){var t=[n("9055")];e.apply(null,t)}.bind(this)).catch(n.oe)},k=function(e){return n.e("chunk-7c4cabd6").then(function(){var t=[n("bd04")];e.apply(null,t)}.bind(this)).catch(n.oe)},C=function(e){return n.e("chunk-c26b32be").then(function(){var t=[n("2536")];e.apply(null,t)}.bind(this)).catch(n.oe)},S=function(e){return n.e("chunk-4400702f").then(function(){var t=[n("832f")];e.apply(null,t)}.bind(this)).catch(n.oe)},q=function(e){return n.e("chunk-0ccaff37").then(function(){var t=[n("f825")];e.apply(null,t)}.bind(this)).catch(n.oe)},P=function(e){return n.e("chunk-23e7944a").then(function(){var t=[n("9c63")];e.apply(null,t)}.bind(this)).catch(n.oe)},O=function(e){return n.e("chunk-04713dde").then(function(){var t=[n("c46d")];e.apply(null,t)}.bind(this)).catch(n.oe)},D=function(e){return n.e("chunk-0434e672").then(function(){var t=[n("ca8b")];e.apply(null,t)}.bind(this)).catch(n.oe)},x=function(e){return n.e("chunk-7657432f").then(function(){var t=[n("4835")];e.apply(null,t)}.bind(this)).catch(n.oe)},A=function(e){return n.e("chunk-c498eed2").then(function(){var t=[n("0224")];e.apply(null,t)}.bind(this)).catch(n.oe)},j=function(e){return n.e("chunk-66e087c9").then(function(){var t=[n("9646")];e.apply(null,t)}.bind(this)).catch(n.oe)},I=function(e){return n.e("chunk-0528a41a").then(function(){var t=[n("ffc5")];e.apply(null,t)}.bind(this)).catch(n.oe)},T=function(e){return n.e("chunk-2d4f397c").then(function(){var t=[n("0696")];e.apply(null,t)}.bind(this)).catch(n.oe)},L=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-13b2a374")]).then(function(){var t=[n("7526")];e.apply(null,t)}.bind(this)).catch(n.oe)},W=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-111df22d")]).then(function(){var t=[n("e175")];e.apply(null,t)}.bind(this)).catch(n.oe)},U=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-15480d0d")]).then(function(){var t=[n("51d9")];e.apply(null,t)}.bind(this)).catch(n.oe)},E=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-0d688f2e")]).then(function(){var t=[n("f9f6")];e.apply(null,t)}.bind(this)).catch(n.oe)},R=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-0152a94c")]).then(function(){var t=[n("bdad")];e.apply(null,t)}.bind(this)).catch(n.oe)},F=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-5474cc08")]).then(function(){var t=[n("6a6c")];e.apply(null,t)}.bind(this)).catch(n.oe)},z=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-6be99e9a")]).then(function(){var t=[n("c96d")];e.apply(null,t)}.bind(this)).catch(n.oe)},B=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-34076066")]).then(function(){var t=[n("a34f")];e.apply(null,t)}.bind(this)).catch(n.oe)},M=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-5cf16964")]).then(function(){var t=[n("a619")];e.apply(null,t)}.bind(this)).catch(n.oe)},V=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-2f5da85a")]).then(function(){var t=[n("10b5")];e.apply(null,t)}.bind(this)).catch(n.oe)},N=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-8aab87ce")]).then(function(){var t=[n("2d18")];e.apply(null,t)}.bind(this)).catch(n.oe)},Y=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-4631de92")]).then(function(){var t=[n("4c69")];e.apply(null,t)}.bind(this)).catch(n.oe)},G=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-3765c3c6")]).then(function(){var t=[n("a179")];e.apply(null,t)}.bind(this)).catch(n.oe)},H=function(e){return Promise.all([n.e("chunk-3c65cd88"),n.e("chunk-41226dfb")]).then(function(){var t=[n("82d7")];e.apply(null,t)}.bind(this)).catch(n.oe)};s["a"].use(w["a"]);var J=[{path:"/",component:b,meta:{title:"猎芯网"}},{path:"/smt",component:y,meta:{title:"SMT打样"}},{path:"/supplier",component:_,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:k,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:q,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/findthing",name:"Findthing",component:P,meta:{title:"猎芯网——快速找料"}},{path:"/pointmall",name:"Pointmall",component:O,meta:{title:"积分商城"}},{path:"/pointchange",name:"Pointchange",component:A,meta:{title:"兑换成功",back:!0}},{path:"/exchange",component:x,meta:{title:"兑换记录",back:!0}},{path:"/point",component:D,meta:{title:"积分明细",back:!0}},{path:"/pointrule",component:j,meta:{title:"积分规则"}},{path:"/chain",component:T,meta:{title:"猎芯供应链有限公司_专业IC电子元器件进口报关服务商"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:S,meta:{title:"猎芯网-新闻详情"}},{path:"/aboutUs",name:"aboutUs",component:I,meta:{title:"关于我们"}},{path:"/wallet",component:L,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:W,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:U,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:E,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:R,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:F,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:z,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:B,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:M,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:V,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:N,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:Y,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:G,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:H,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];J.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var K=new w["a"]({routes:J,scrollBehavior:function(e,t,n){return{x:0,y:0}}}),$=n("52c1"),Z=n("a4c0"),Q=n("365c"),X=n("4260"),ee=n("fed1");s["a"].use(Z["q"]);var te={walletInfoData:{},verifyShowImgCode:!1,verifyCountDownFlag:!1,activateShowImgCode:!1,activateCountDownFlag:!1,retieveShowImgCode:!1,retieveCountDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[],orderInfoData:[],amountWithdrawFlag:!1},ne={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.verifyShowImgCode=!t.verifyCountDownFlag,e.verifyCountDownFlag=t.verifyCountDownFlag},smsVerifyActivate:function(e,t){e.activateShowImgCode=!t.activateCountDownFlag,e.activateCountDownFlag=t.activateCountDownFlag},smsVerifyRetrieve:function(e,t){e.retieveShowImgCode=!t.retieveCountDownFlag,e.retieveCountDownFlag=t.retieveCountDownFlag},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,X["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){},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},orderInfo:function(e,t){e.orderInfoData=t.data}},ae={getWalletInfo:function(e,t){var n=e.commit,a={};Q["b"].getWalletInfo(ee.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){var n=e.commit;Z["q"].loading({message:"处理中..."});var a={mobile:t.mobile,verify:t.imgCode,channel:3};Q["b"].smsVerify(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyActivate",activateCountDownFlag:!0})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyActivate",activateCountDownFlag:!1})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Z["q"].clear()})},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};Q["b"].activateWallet(ee.stringify(n)).then(function(e){var n=e.data;0==n.err_code?(Object(Z["q"])({message:n.err_msg,duration:2e3}),t.referer?setTimeout(function(){window.location.href=t.referer},2e3):setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(Z["q"])({message:n.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["q"].loading({message:"处理中..."});var a={verify:t.imgCode,channel:3};Q["b"].sendSafesms(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"sendSafesms",verifyCountDownFlag:!0})):23019==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"sendSafesms",verifyCountDownFlag:!1})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Z["q"].clear()})},smsVerifyRetrieve:function(e,t){var n=e.commit;Z["q"].loading({message:"处理中..."});var a={verify:t.imgCode,channel:3};Q["b"].sendSafesms(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyRetrieve",retieveCountDownFlag:!0})):23019==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyRetrieve",retieveCountDownFlag:!1})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Z["q"].clear()})},verifyResetsms:function(e,t){var n=e.commit,a={verify_code:t.verify_code};Q["b"].verifyResetsms(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"verifyResetsms",data:t.data})):Object(Z["q"])({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};Q["b"].changeWalletpwd(ee.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var n=e.commit;Z["q"].loading({message:"加载中..."});var a={log_type:t.log_type,stime:t.stime,etime:t.etime};Q["b"].walletListLog(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(n({type:"walletListLog",data:t.data.list}),Z["q"].clear()):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Z["q"].clear()})},walletRecordList:function(e,t){var n=e.commit;Z["q"].loading({message:"加载中..."});var a={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};Q["b"].walletRecordList(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(n({type:"walletRecordList",data:t.data.list}),Z["q"].clear()):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Z["q"].clear()})},verifySafeMobile:function(e,t){var n=e.commit,a={verify_code:t.verify_code,pay_password:t.pay_password};Q["b"].verifySafeMobile(ee.stringify(a)).then(function(e){var t=e.data;Z["q"].loading({message:"处理中..."}),0==t.err_code?(Object(Z["q"])({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["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/"},2e3)):Object(Z["q"])({message:t.err_msg,duration:2e3})}).catch(function(e){Z["q"].clear()})},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};Q["b"].getBindBankmsg(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;Z["q"].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};Q["b"].bindBankCard(ee.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Z["q"].clear()})},walletRecharge:function(e,t){var n=e.commit,a={amount:t.amount};Q["b"].walletRecharge(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?n({type:"walletRecharge",data:t.data}):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){e.commit;var n={amount:t.amount,pay_password:t.pay_password};Z["q"].loading({message:"处理中..."}),te.amountWithdrawFlag=!0,Q["b"].walletWithdraw(ee.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),setTimeout(function(){te.amountWithdrawFlag=!1,window.location.href="/h5/view/#/wallet/record"},2e3)):(Object(Z["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){te.amountWithdrawFlag=!1},2e3))}).catch(function(e){Z["q"].clear()})},rechargeWithdrawOrderIfo:function(e,t){var n=e.commit,a={wallet_id:t.wallet_id};Q["b"].rechargeWithdrawOrderIfo(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),n({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(Z["q"])({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};Q["b"].payTodo(ee.stringify(n)).then(function(e){var t=e.data;0==t.err_code?is_miniProgram()?wx.requestPayment(t.data):window.location.href=t.data:Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},orderInfo:function(e,t){var n=e.commit,a={order_id:t.order_id};Q["b"].orderInfo(ee.stringify(a)).then(function(e){var t=e.data;0==t.err_code?n({type:"orderInfo",data:t.data}):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletPayTodo:function(e,t){e.commit;var n={pay_code:t.pay_code,pay_password:t.pay_password,types:t.types,order_id:t.order_id,site_type:t.site_type};Q["b"].payTodo(ee.stringify(n)).then(function(e){var n=e.data;0==n.err_code?setTimeout(function(){window.location.href="/v3/pay/success?order_id="+t.order_id+"&types="+(t.types||0)},2e3):Object(Z["q"])({message:n.err_msg,duration:3e3})}).catch(function(e){})}},ie={},oe={state:te,mutations:ne,actions:ae,getters:ie};s["a"].use(Z["q"]);var re={index:{},loading:!0},ce={index:function(e,t){e.index=t.data}},se={index:function(e,t){var n=e.commit;re.loading=!0;var a=X["a"].getParams();Q["b"].index(a).then(function(e){var t=e.data;re.loading=!1,0==t.err_code?n({type:"index",data:t.data}):2==t.err_code&&Object(Z["q"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){re.loading=!1})}},de={},ue={state:re,mutations:ce,actions:se,getters:de};s["a"].use(Z["q"]);var le={cartCount:"",loginCheck:!1,phpParams:{}},fe={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}},me={cartCount:function(e,t){var n=e.commit;Q["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&n({type:"cartCount",data:t.datacartCount})}).catch(function(e){})},loginCheck:function(e,t){var n=e.commit;Q["b"].loginCheck().then(function(e){var a=e.data;t.is_jump?11010==a.err_code?window.location.href="/h5/view/":11030==a.err_code&&(window.location.href="/v3/login"):n({type:"loginCheck",data:a})}).catch(function(e){})},customsrService:function(e,t){e.commit;var n={pf:window.lxpf,searchModel:""};Q["b"].customsrService(n).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var n=e.commit,a=X["a"].getParams();Q["b"].getCommonParams(a).then(function(e){var t=e.data;n({type:"phpParams",data:t})}).catch(function(e){})}},he={},ge={state:le,mutations:fe,actions:me,getters:he},pe=n("fed1");s["a"].use(Z["q"]);var ve={loading:!1},we={index:function(e,t){e.index=t.data}},be={checkAccountExists:function(e,t){e.commit;ve.loading=!0;var n={pf:2,type:2,account:t.account};Q["b"].checkAccountExists(pe.stringify(n)).then(function(e){var t=e.data;ve.loading=!1,0!=t.err_code&&Object(Z["q"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){ve.loading=!1})},customSmsVerify:function(e,t){e.commit;ve.loading=!0;var n={pf:2,verify:"",mobile:t.mobile};Q["b"].customSmsVerify(pe.stringify(n)).then(function(e){var t=e.data;ve.loading=!1,0==t.err_code?Object(Z["q"])({message:t.err_msg,duration:2e3}):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){ve.loading=!1})},chainFind:function(e,t){e.commit;if(ve.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};Q["b"].chainFind(pe.stringify(n)).then(function(e){var n=e.data;ve.loading=!1,1==n.errcode?Object(Z["q"])({message:n.errmsg,duration:3e3}):2==n.errcode?(Object(Z["q"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(Z["q"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){ve.loading=!1,Object(Z["q"])({message:"网络出现问题,请重试",duration:3e3})})}},ye={},_e={state:ve,mutations:we,actions:be,getters:ye},ke=n("fed1");s["a"].use(Z["q"]);var Ce={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},Se={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)}},qe={wechatArticle:function(e,t){var n=e.commit;Ce.loadStatus=!0;var a={type_id:t.type_id,page:t.page,limit:t.limit};Q["b"].wechatArticle(ke.stringify(a)).then(function(e){var a=e.data;Ce.loadStatus=!1,0==a.err_code&&n({type:"wechatArticle",data:a.data,page:t.page,limit:t.limit})}).catch(function(e){Ce.loadStatus=!1})}},Pe={},Oe={state:Ce,mutations:Se,actions:qe,getters:Pe},De=(n("b06f"),n("fed1"));s["a"].use(Z["q"]);var xe={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},Ae={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}},je={newsArticle:function(e,t){var n=e.commit;xe.loadStatus=!0;var a={cat_id:t.cat_id,p:t.p,limit:t.limit};xe.p=t.p,xe.limit=t.limit,Q["b"].newsArticle(De.stringify(a)).then(function(e){var t=e.data;xe.loadStatus=!1,0==t.err_code&&n({type:"newsArticle",data:t.data})}).catch(function(e){xe.loadStatus=!1})}},Ie={},Te={state:xe,mutations:Ae,actions:je,getters:Ie},Le=n("fed1");s["a"].use(Z["q"]);var We={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},Ue={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,X["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":X["a"].setCookie("newsdetailpop","1",1)}},Ee={newsArticleDetail:function(e,t){var n=e.commit;We.newsDetailObj={},We.loadStatus=!0;var a={art_id:t.art_id};Q["b"].newsArticleDetail(Le.stringify(a)).then(function(e){We.loadStatus=!1;var t=e.data;0==t.err_code&&n({type:"newsArticleDetail",data:t.data})}).catch(function(e){We.loadStatus=!1})},newsArticleDetailAd:function(e,t){var n=e.commit,a={cat_id:t.cat_id},i=X["a"].getParams(a);Q["b"].newsArticleDetailAd(i).then(function(e){var t=e.data;0==t.err_code&&n({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},Re={},Fe={state:We,mutations:Ue,actions:Ee,getters:Re},ze=n("fed1");s["a"].use(Z["q"]);var Be={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Me={smsVerify:function(e,t){}},Ve={smsVerify:function(e,t){var n=e.commit;Be.form1CodeStatus=!1,Be.loading=!0;var a={mobile:t.mobile,verify:t.verify,channel:1};Q["b"].smsVerify(ze.stringify(a)).then(function(e){var a=e.data;Be.loading=!1;var i="form2"==t.types?"form2":"form1";Be[i+"ImgShow"]=!1,0==a.err_code?(Object(Z["q"])({message:a.err_msg,duration:2e3}),Be[i+"CodeStatus"]=!0,n({type:"smsVerify",data:a.data})):23019==a.err_code||11008==a.err_code||11011==a.err_code?(Object(Z["q"])({message:a.err_msg,duration:2e3}),Be[i+"ImgShow"]=!0):Object(Z["q"])({message:a.err_msg,duration:3e3})}).catch(function(e){Be.loading=!1})},actionLogin:function(e,t){var n=e.commit;Be.loading=!0,Be.isRegLogin=!1;var a={account:t.account,sms_verify:t.sms_verify};Q["b"].actionLogin(ze.stringify(a)).then(function(e){var a=e.data;if(Be.loading=!1,0==a.err_code){if("form1"==t.form_name)return Object(Z["q"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);Be.isRegLogin=!0,n({type:"actionLogin",data:a.data})}else Object(Z["q"])({message:a.err_msg,duration:3e3})}).catch(function(e){Be.loading=!1})},feedback:function(e,t){var n=e.commit;Be.loading=!0;var a={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Q["b"].feedback(ze.stringify(a)).then(function(e){var t=e.data;Be.loading=!1,0==t.err_code?(Object(Z["q"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:t.data})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Be.loading=!1})}},Ne={},Ye={state:Be,mutations:Me,actions:Ve,getters:Ne},Ge=n("fed1");s["a"].use(Z["q"]);var He={loading:!1,form1ImgShow:!1,form1CodeStatus:!1,isRegLogin:!1},Je={},Ke={smsVerify1:function(e,t){var n=e.commit;He.form1CodeStatus=!1,He.loading=!0;var a={mobile:t.mobile,verify:t.verify,channel:1};Q["b"].smsVerify(Ge.stringify(a)).then(function(e){var t=e.data;He.loading=!1,He["form1ImgShow"]=!1,0==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),He["form1CodeStatus"]=!0,n({type:"smsVerify",data:t.data})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),He["form1ImgShow"]=!0):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){He.loading=!1})},actionLogin1:function(e,t){var n=e.commit;He.loading=!0,He.isRegLogin=!1;var a={account:t.account,sms_verify:t.sms_verify};Q["b"].actionLogin(Ge.stringify(a)).then(function(e){var t=e.data;He.loading=!1,0==t.err_code?(He.isRegLogin=!0,n({type:"actionLogin",data:t.data})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){He.loading=!1})},feedback1:function(e,t){var n=e.commit;He.loading=!0;var a={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Q["b"].feedback(Ge.stringify(a)).then(function(e){var t=e.data;He.loading=!1,0==t.err_code?(Object(Z["q"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:t.data})):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){He.loading=!1})}},$e={},Ze={state:He,mutations:Je,actions:Ke,getters:$e},Qe=(n("ab56"),n("f91a"),n("fed1"));s["a"].use(Z["q"]);var Xe={loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),userInfo:"",loading:!1,getUserCurrentPoint:0,isSignInToday:!1,isSignInTodayStateGo:!1,checkInfoState:!1,navlist:[],listdata:[]},et={getPointPrize:function(e,t){var n=t.data||[];if(n.length>0){for(var a=[],i=[],o=[],r=[],c=0;c<n.length;c++)a.push(n[c]["prize_type"]),r.push(n[c]["prize_sort"]),i.push(n[c]["prize_type_text"].replace(/\s/g,""));a=X["a"].distinct(a),i=X["a"].distinct(i),r=X["a"].distinct(r);for(var s=0;s<a.length;s++)o.push({prise_type:a[s],prise_type_text:i[s],prize_sort:r[s]});o=o.sort(X["a"].compare("prise_type",1)),e.navlist=o,e.listdata=n}}},tt={getPointPrize:function(e,t){var n=e.commit;Xe.loading=!0;var a={limit:1e3};Q["b"].getPointPrize(Qe.stringify(a)).then(function(e){Xe.loading=!1;var t=e.data;0==t.errcode&&n({type:"getPointPrize",data:t.data.data})}).catch(function(e){Xe.loading=!1})},loginCheckp:function(e,t){e.commit;Q["b"].loginCheck().then(function(e){var t=e.data;0!=t.err_code&&11030!=t.err_code||(Xe.userInfo=t.data)})},getUserCurrentPoint:function(e,t){e.commit;var n={user_id:X["a"].getCookie("Yo4teW_uid")};Q["b"].getUserCurrentPoint(Qe.stringify(n)).then(function(e){var t=e.data;0==t.errcode&&(Xe.getUserCurrentPoint=t.data)})},isSignInToday:function(e,t){e.commit;Q["b"].isSignInToday().then(function(e){var t=e.data;0==t.err_code&&(Xe.isSignInToday=t.data)})},signIn:function(e,t){e.commit;Xe.loading=!0,Q["b"].signIn().then(function(e){Xe.loading=!1;var t=e.data;0==t.err_code&&(Xe.isSignInToday=!0,Xe.isSignInTodayStateGo=!0,Object(Z["q"])({message:"签到完成,恭喜您获得100个积分!",duration:3e3}))}).catch(function(e){Xe.loading=!1})},checkMktScore:function(e,t){e.commit;Xe.loading=!0,Q["b"].checkMktScore().then(function(e){Xe.loading=!1;var t=e.data;0==t.err_code&&(1==t.data?Xe.checkInfoState=!0:Xe.checkInfoState=!1)}).catch(function(e){Xe.loading=!1})},exchangePrize:function(e,t){e.commit;Xe.loading=!0;var n={user_id:X["a"].getCookie("Yo4teW_uid"),point_prize_id:t.point_prize_id};Q["b"].exchangePrize(Qe.stringify(n)).then(function(e){Xe.loading=!1;var t=e.data;if(0==t.errcode){var n=t.data.point_exchange_id;window.location.href="/h5/view/#/pointchange?point_exchange_id="+n+"&prize_type="+t.data.prize_type}else Object(Z["q"])({message:t.errmsg,duration:2500})}).catch(function(e){Xe.loading=!1})}},nt={},at={state:Xe,mutations:et,actions:tt,getters:nt},it=n("fed1");s["a"].use(Z["q"]);var ot={loading:!1,prize_info:"",prize_types:"",address_id:"",address_info:"",adressApiState:!1},rt={},ct={getUserPointExchangeDetail:function(e,t){e.commit;ot.loading=!0;var n={point_exchange_id:t.point_exchange_id};Q["b"].getUserPointExchangeDetail(it.stringify(n)).then(function(e){ot.loading=!1;var t=e.data;0==t.errcode&&(ot.prize_info=t.data.prize_info,ot.prize_types=t.data.prize_info.prize_type,t.data.address_info?(ot.address_info=t.data.address_info,ot.address_info.point_addressp=1,ot.address_id=t.data.prize_info.address_id):ot.adressApiState=!0)}).catch(function(e){ot.loading=!1})},recvlist:function(e,t){e.commit;Q["b"].recvlist().then(function(e){var t=e.data;if(0==t.err_code){var n=t.data||[];if(n.length>0)for(var a=0;a<n.length;a++)1==n[a].is_default&&(ot.address_info=n[a],ot.address_id=n[a].address_id)}})}},st={},dt={state:ot,mutations:rt,actions:ct,getters:st};s["a"].use(Z["q"]);var ut={loading:!1,ruledata:""},lt={},ft={pointruleApi:function(e,t){e.commit;ut.loading=!0,Q["b"].pointruleApi().then(function(e){ut.loading=!1;var t=e.data;0==t.err_code&&(ut.ruledata=t.data.data[0])}).catch(function(e){ut.loading=!1})}},mt={},ht={state:ut,mutations:lt,actions:ft,getters:mt},gt=n("fed1");s["a"].use(Z["q"]);var pt={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},vt={getUserPointDetail:function(e,t){1==t.data.current_page?e.detaillist=t.data.data:e.detaillist=e.detaillist.concat(t.data.data),e.totalLimit=t.data.last_page,t.data.current_page>=t.data.last_page?e.finished=!0:e.finished=!1}},wt={getUserPointDetail:function(e,t){var n=e.commit;pt.loadStatus=!0;var a={page:t.page,limit:t.limit,user_id:X["a"].getCookie("Yo4teW_uid"),flow_type:t.flow_type};1==t.page&&(pt.finished=!1,pt.detaillist=[]),Q["b"].getUserPointDetail(gt.stringify(a)).then(function(e){var t=e.data;pt.loadStatus=!1,0==t.errcode&&n({type:"getUserPointDetail",data:t.data})}).catch(function(e){pt.loadStatus=!1})},getUserCurrentPointdetail:function(e,t){e.commit;var n={user_id:X["a"].getCookie("Yo4teW_uid")};Q["b"].getUserCurrentPoint(gt.stringify(n)).then(function(e){var t=e.data;0==t.errcode&&(pt.getUserCurrentPoint=t.data)})}},bt={},yt={state:pt,mutations:vt,actions:wt,getters:bt},_t=n("fed1");s["a"].use(Z["q"]);var kt={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},Ct={getUserPointExchangeList:function(e,t){1==t.data.current_page?e.detaillist=t.data.data:e.detaillist=e.detaillist.concat(t.data.data),e.totalLimit=t.data.last_page,t.data.current_page>=t.data.last_page?e.finished=!0:e.finished=!1}},St={getUserPointExchangeList:function(e,t){var n=e.commit;kt.loadStatus=!0;var a={page:t.page,limit:t.limit,user_id:X["a"].getCookie("Yo4teW_uid"),prize_type:t.prize_type};1==t.page&&(kt.finished=!1,kt.detaillist=[]),Q["b"].getUserPointExchangeList(_t.stringify(a)).then(function(e){var t=e.data;kt.loadStatus=!1,0==t.errcode&&n({type:"getUserPointExchangeList",data:t.data})}).catch(function(e){kt.loadStatus=!1})}},qt={},Pt={state:kt,mutations:Ct,actions:St,getters:qt};n("fed1");s["a"].use(Z["q"]);var Ot={loading:!1,aboutdata:""},Dt={getAboutUsData:function(){var e=Z["q"].loading({message:"加载中...",duration:0});Q["b"].getAboutUsData().then(function(t){e.clear();var n=t.data;0==n.err_code&&(Ot.aboutdata=n.data.data[0])}).catch(function(t){e.clear()})}},xt={state:Ot,actions:Dt};s["a"].use(Z["q"]);var At=n("fed1"),jt={loading:!1,formCodeStatus:!1,formImgShow:!1},It={},Tt={chainSmsVerify:function(e,t){e.commit;jt.loading=!0,jt.formCodeStatus=!1;var n={verify:t.verify,mobile:t.mobile};Q["b"].smsVerify(At.stringify(n)).then(function(e){jt.loading=!1,jt.formImgShow=!1;var t=e.data;0==t.err_code?(jt.formCodeStatus=!0,Object(Z["q"])({message:t.err_msg,duration:2e3})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(Z["q"])({message:t.err_msg,duration:2e3}),jt["formImgShow"]=!0):Object(Z["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){jt.loading=!1})},chainFindBg:function(e,t){e.commit;jt.loading=!0;var n={need:t.need,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};Q["b"].chainFind(At.stringify(n)).then(function(e){jt.loading=!1;var t=e.data;1==t.errcode?Object(Z["q"])({message:t.errmsg,duration:2e3}):(t.errcode,Object(Z["q"])({message:"您的需求已经提交成功!我们将会在30分钟内联系您!",duration:3e3}),setTimeout(function(){history.go(0)},2500))}).catch(function(e){jt.loading=!1})}},Lt={},Wt={state:jt,mutations:It,actions:Tt,getters:Lt};s["a"].use($["a"]),s["a"].use($["a"]);var Ut=new $["a"].Store({modules:{wallet:oe,home:ue,common:ge,smt:_e,wxlist:Oe,news:Te,newsdetail:Fe,seo:Ye,findthing:Ze,pointmall:at,pointchange:dt,pointrule:ht,pointdetail:yt,exchange:Pt,aboutus:xt,chain:Wt}}),Et=function(e,t){var n=e;return-1==n.indexOf("ptag")&&(n=n.indexOf("?")>-1?n+"&ptag="+t:n+"?ptag="+t),n},Rt=function(e){return encodeURIComponent(e)},Ft=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},zt=function(e,t){var n=new Date(1e3*e);function a(e){return e<10&&(e="0"+e),e}var i=n.getFullYear(),o=n.getMonth()+1,r=n.getDate(),c=n.getHours(),s=n.getMinutes(),d=n.getSeconds();return i+"-"+a(o)+"-"+a(r)+" "+a(c)+":"+a(s)+":"+a(d)},Bt={dateTimeFormate:zt,urlParams:Ft,urlPatg:Et,urlEncode:Rt},Mt={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)}},Vt={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)}},Nt={bind:function(e,t){var n=Q["a"]+"public/verify?"+(new Date).getTime();e.setAttribute("src",n),e.addEventListener("click",function(){var t=Q["a"]+"public/verify?"+(new Date).getTime();e.setAttribute("src",t)},!1)}},Yt={install:function(e){e.directive("backTop",Mt),e.directive("backTopWindow",Vt),e.directive("imgCode",Nt)}},Gt=n("897d"),Ht=n.n(Gt),Jt=n("5482"),Kt=n.n(Jt);n("39b3"),n("bfd9");s["a"].config.productionTip=!1;var $t="production";if("production"!=$t)new Kt.a;c()(Bt).forEach(function(e){return s["a"].filter(e,Bt[e])}),s["a"].use(Yt);var Zt=X["a"].getCookie("Yo4teW_csrf")||"";s["a"].prototype.$http=v.a,v.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",v.a.defaults.withCredentials=!0,v.a.interceptors.request.use(function(e){if("post"==e.method)e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf="+window.lxpf+"&csrf="+Zt):e.data="pf="+window.lxpf+"&csrf="+Zt;else if("get"==e.method){var t=c()(e.params);t.length?-1==t.indexOf("pf")&&(e.params=Object(o["a"])({pf:window.lxpf,csrf:Zt},e.params)):e.params={pf:window.lxpf,csrf:Zt}}return e},function(e){return i.a.reject(e)});var Qt=X["a"].getCookie("Yo4teW_gid"),Xt=(new Date).getTime()+Math.random();if(null==Qt){var en=Ht()(Xt);X["a"].setCookie("Yo4teW_gid",en,1,window.cookieHostname)}var tn={urlhash:window.location.hash};tn=X["a"].getParams(tn),Q["b"].wxaccess(tn).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),K.beforeEach(function(e,t,n){var a=e.meta&&e.meta.title;a&&(document.title=a);var i=e.meta.back||"";if(i){var o=!!X["a"].isLogin();o?n():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else n()}),new s["a"]({router:K,store:Ut,render:function(e){return e(g)}}).$mount("#app")},bfd9:function(e,t,n){}});
\ No newline at end of file
(function(e){function t(t){for(var a,i,c=t[0],s=t[1],d=t[2],u=0,l=[];u<c.length;u++)i=c[u],o[i]&&l.push(o[i][0]),o[i]=0;for(a in s)Object.prototype.hasOwnProperty.call(s,a)&&(e[a]=s[a]);f&&f(t);while(l.length)l.shift()();return r.push.apply(r,d||[]),n()}function n(){for(var e,t=0;t<r.length;t++){for(var n=r[t],a=!0,i=1;i<n.length;i++){var c=n[i];0!==o[c]&&(a=!1)}a&&(r.splice(t--,1),e=s(s.s=n[0]))}return e}var a={},i={app:0},o={app:0},r=[];function c(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-08d96656":"6c1bb75b","chunk-252b3a4b":"658eb76e","chunk-2d46f0b5":"d9da17c1","chunk-2d4fffce":"ad28c67e","chunk-3edc1273":"49e702bf","chunk-40d9be3a":"0ddd9e78","chunk-411c813f":"52702479","chunk-5935c7ce":"f8f4a7d5","chunk-6199b240":"c0fc563b","chunk-6de4e897":"72b96fe7","chunk-74b6e450":"5927e89c","chunk-0d173d7c":"da37e331","chunk-206b79a6":"21d0c64a","chunk-2562d513":"fdc2b612","chunk-544c8192":"ba4beddb","chunk-5599f6b0":"ad35e295","chunk-5f6a2832":"101bbbe8","chunk-6aaea314":"ebf8a5d4","chunk-7301a23e":"0f3cab4f","chunk-7b85b420":"e84552b6","chunk-7f31d2db":"ceecd51b","chunk-8dd312b6":"e1aeec9f","chunk-90775f4a":"77028cc7","chunk-d0339a00":"142fb6c7","chunk-d83869cc":"fd3699de","chunk-7ca9eb7d":"a107a3a4","chunk-9c7774ae":"eb7e97f9","chunk-b392abb4":"ab4563df","chunk-fe4c887e":"3919aa27"}[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-08d96656":1,"chunk-252b3a4b":1,"chunk-2d46f0b5":1,"chunk-2d4fffce":1,"chunk-3edc1273":1,"chunk-40d9be3a":1,"chunk-411c813f":1,"chunk-5935c7ce":1,"chunk-6199b240":1,"chunk-6de4e897":1,"chunk-74b6e450":1,"chunk-0d173d7c":1,"chunk-206b79a6":1,"chunk-2562d513":1,"chunk-544c8192":1,"chunk-5599f6b0":1,"chunk-5f6a2832":1,"chunk-6aaea314":1,"chunk-7301a23e":1,"chunk-7b85b420":1,"chunk-7f31d2db":1,"chunk-8dd312b6":1,"chunk-90775f4a":1,"chunk-d0339a00":1,"chunk-d83869cc":1,"chunk-7ca9eb7d":1,"chunk-9c7774ae":1,"chunk-b392abb4":1,"chunk-fe4c887e":1};i[e]?t.push(i[e]):0!==i[e]&&n[e]&&t.push(i[e]=new Promise(function(t,n){for(var a="css/"+({}[e]||e)+"."+{"chunk-08d96656":"ee089bf8","chunk-252b3a4b":"ddfd4037","chunk-2d46f0b5":"016efea4","chunk-2d4fffce":"2ba08771","chunk-3edc1273":"e997ff53","chunk-40d9be3a":"d7e46390","chunk-411c813f":"768ec1f7","chunk-5935c7ce":"43c91bcb","chunk-6199b240":"f866fa36","chunk-6de4e897":"1577214c","chunk-74b6e450":"a9860cbc","chunk-0d173d7c":"92647ec0","chunk-206b79a6":"92647ec0","chunk-2562d513":"92647ec0","chunk-544c8192":"92647ec0","chunk-5599f6b0":"92647ec0","chunk-5f6a2832":"92647ec0","chunk-6aaea314":"92647ec0","chunk-7301a23e":"92647ec0","chunk-7b85b420":"92647ec0","chunk-7f31d2db":"92647ec0","chunk-8dd312b6":"92647ec0","chunk-90775f4a":"92647ec0","chunk-d0339a00":"92647ec0","chunk-d83869cc":"92647ec0","chunk-7ca9eb7d":"5cdc36e3","chunk-9c7774ae":"22356d82","chunk-b392abb4":"35e6bd82","chunk-fe4c887e":"c8649411"}[e]+".css",o=s.p+a,r=document.getElementsByTagName("link"),c=0;c<r.length;c++){var d=r[c],u=d.getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(u===a||u===o))return t()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){d=l[c],u=d.getAttribute("data-href");if(u===a||u===o)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||o,r=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");r.request=a,delete i[e],f.parentNode.removeChild(f),n(r)},f.href=o;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[e]=0}));var a=o[e];if(0!==a)if(a)t.push(a[2]);else{var r=new Promise(function(t,n){a=o[e]=[t,n]});t.push(a[2]=r);var d,u=document.createElement("script");u.charset="utf-8",u.timeout=120,s.nc&&u.setAttribute("nonce",s.nc),u.src=c(e),d=function(t){u.onerror=u.onload=null,clearTimeout(l);var n=o[e];if(0!==n){if(n){var a=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src,r=new Error("Loading chunk "+e+" failed.\n("+a+": "+i+")");r.type=a,r.request=i,n[1](r)}o[e]=void 0}};var l=setTimeout(function(){d({type:"timeout",target:u})},12e4);u.onerror=u.onload=d,document.head.appendChild(u)}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 d=window["webpackJsonp"]=window["webpackJsonp"]||[],u=d.push.bind(d);d.push=t,d=d.slice();for(var l=0;l<d.length;l++)t(d[l]);var f=u;r.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 d}),n.d(t,"b",function(){return m});var a,i,o,r=n("bd31"),c=(n("9f07"),n("0964"),n("7f43")),s=n.n(c);switch(window.location.hostname){case"m.ichunt.com":o="https://www.ichunt.com/v3/",i="https://m.ichunt.com/v3/",a="https://api.ichunt.com/";break;case"szm.ichunt.com":a="https://szapi.ichunt.com/",i="https://szm.ichunt.com/v3/",o="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":i="https://tm.ichunt.com/v3/",a="https://api.ichunt.com/",o="https://t.ichunt.com/v3/";break;case"m.liexin.com":i="http://m.liexin.com/v3/",a="http://api.liexin.com/",o="http://www.liexin.com/v3/";break;default:i="/m/v3/",a="/apis/"}var d=o,u=i,l=a,f={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:u+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getUserCurrentPoint:l+"/point/getUserCurrentPoint",isSignInToday:l+"signIn/isSignInToday",signIn:l+"signIn/signIn",checkMktScore:l+"user/checkMktScore",getPointPrize:l+"point/getPointPrize",exchangePrize:l+"point/exchangePrize",getUserPointExchangeDetail:l+"point/getUserPointExchangeDetail",recvlist:l+"address/recvlist",pointruleApi:u+"api/pointrule",getUserPointDetail:l+"point/getUserPointDetail",getUserPointExchangeList:l+"point/getUserPointExchangeList",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",orderInfo:l+"order/info"},m={index:function(e){return s.a.post(f.index,e)},loginCheck:function(e){return s.a.get(f.loginCheck,{params:Object(r["a"])({},e)})},smsVerify:function(e){return s.a.post(f.smsVerify,e)},actionLogin:function(e){return s.a.post(f.actionLogin,e)},feedback:function(e){return s.a.post(f.feedback,e)},cartCount:function(e){return s.a.get(f.cartCount,{params:Object(r["a"])({},e)})},customsrService:function(e){return s.a.get(f.customsrService,{params:Object(r["a"])({},e)})},getCommonParams:function(e){return s.a.post(f.getCommonParams,e)},wxaccess:function(e){return s.a.post(f.wxaccess,e)},checkAccountExists:function(e){return s.a.post(f.checkAccountExists,e)},customSmsVerify:function(e){return s.a.post(f.customSmsVerify,e)},chainFind:function(e){return s.a.post(f.chainFind,e)},wechatArticle:function(e){return s.a.post(f.wechatArticle,e)},newsArticle:function(e){return s.a.post(f.newsArticle,e)},newsArticleDetail:function(e){return s.a.post(f.newsArticleDetail,e)},newsArticleDetailAd:function(e){return s.a.post(f.newsArticleDetailAd,e)},getUserCurrentPoint:function(e){return s.a.post(f.getUserCurrentPoint,e)},isSignInToday:function(e){return s.a.post(f.isSignInToday,e)},signIn:function(e){return s.a.post(f.signIn,e)},checkMktScore:function(e){return s.a.post(f.checkMktScore,e)},getPointPrize:function(e){return s.a.post(f.getPointPrize,e)},exchangePrize:function(e){return s.a.post(f.exchangePrize,e)},recvlist:function(e){return s.a.post(f.recvlist,e)},getUserPointExchangeDetail:function(e){return s.a.post(f.getUserPointExchangeDetail,e)},pointruleApi:function(e){return s.a.post(f.pointruleApi,e)},getUserPointDetail:function(e){return s.a.post(f.getUserPointDetail,e)},getUserPointExchangeList:function(e){return s.a.post(f.getUserPointExchangeList,e)},getWalletInfo:function(e){return s.a.get(f.getWalletInfo,{params:Object(r["a"])({},e)})},activateWallet:function(e){return s.a.post(f.activateWallet,e)},sendSafesms:function(e){return s.a.post(f.sendSafesms,e)},verifyResetsms:function(e){return s.a.post(f.verifyResetsms,e)},walletListLog:function(e){return s.a.post(f.walletListLog,e)},changeWalletpwd:function(e){return s.a.post(f.changeWalletpwd,e)},walletRecordList:function(e){return s.a.post(f.walletRecordList,e)},verifySafeMobile:function(e){return s.a.post(f.verifySafeMobile,e)},getBindBankmsg:function(e){return s.a.post(f.getBindBankmsg,e)},bindBankCard:function(e){return s.a.post(f.bindBankCard,e)},walletRecharge:function(e){return s.a.post(f.walletRecharge,e)},walletWithdraw:function(e){return s.a.post(f.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return s.a.post(f.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return s.a.post(f.payTodo,e)},orderInfo:function(e){return s.a.post(f.orderInfo,e)}}},4260:function(e,t,n){"use strict";n("ac74"),n("9029");var a=n("0ec6"),i=n.n(a),o=(n("c764"),n("ab01")),r=n.n(o),c=(n("4ddc"),0),s=8;function d(e){return p(u(g(e),e.length*s))}function u(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n=Array(80),a=1732584193,i=-271733879,o=-1732584194,r=271733878,c=-1009589776,s=0;s<e.length;s+=16){for(var d=a,u=i,g=o,p=r,b=c,v=0;v<80;v++){n[v]=v<16?e[s+v]:h(n[v-3]^n[v-8]^n[v-14]^n[v-16],1);var w=m(m(h(a,5),l(v,i,o,r)),m(m(c,n[v]),f(v)));c=r,r=o,o=h(i,30),i=a,a=w}a=m(a,d),i=m(i,u),o=m(o,g),r=m(r,p),c=m(c,b)}return Array(a,i,o,r,c)}function l(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 g(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 p(e){for(var t=c?"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 b=n("0427");t["a"]={setCookie:function(e,t,n,a){a=a?";domain="+a:"";var i=n,o=new Date;return o.setTime(o.getTime()+24*i*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+o.toGMTString()+";path=/"+a,!0},getCookie:function(e){for(var t=document.cookie,n=t.split("; "),a=0;a<n.length;a++){var i=n[a].split("=");if(e==i[0])return i[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 o=[],c={},s="",u="",l="",f={pf:2,qwertyuiop:a,Yo4teW_gid:t},m=r()({},f,e);i()(m).forEach(function(e,t,n){o.push(e)}),o=o.sort(),o.forEach(function(e,t,n){c[o[t]]=m[o[t]]}),i()(c).forEach(function(e,t,n){s+=e+"="+c[e]}),u=s.replace(/[^0-9a-zA-Z]/g,""),u=u.toUpperCase();for(var h=0;h<u.length;h++)"A"!=u[h]&&"B"!=u[h]&&"C"!=u[h]&&(l+=u[h]);s=d(l);var g=r()({},e,{asdfghjkl:s},{qwertyuiop:a},{pf:2});return b.stringify(g)},isLogin:function(){var e=0;return this.getCookie("Yo4teW_uid")&&(e=2,this.getCookie("Yo4teW_skey")&&(e=1)),e},loginBack:function(){},compare:function(e,t){return function(n,a){var i=n[e],o=a[e];return t?i-o:o-i}},distinct:function(e){var t,n,a=e,i=[],o=a.length;for(t=0;t<o;t++){for(n=t+1;n<o;n++)a[t]===a[n]&&(n=++t);i.push(a[t])}return i}}},"56d7":function(e,t,n){"use strict";n.r(t);var a=n("a700"),i=n.n(a),o=n("bd31"),r=n("0ec6"),c=n.n(r),s=(n("c764"),n("9f07"),n("0964"),n("1cc5")),d=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("keep-alive",{attrs:{exclude:"newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge"}},[n("router-view",{staticClass:"router-view"})],1)],1)},u=[],l={name:"app"},f=l,m=n("fc05"),h=Object(m["a"])(f,d,u,!1,null,null,null),g=h.exports,p=n("7f43"),b=n.n(p),v=(n("0a16"),n("081a")),w=function(e){return n.e("chunk-9c7774ae").then(function(){var t=[n("9553")];e.apply(null,t)}.bind(this)).catch(n.oe)},y=function(e){return n.e("chunk-40d9be3a").then(function(){var t=[n("2500")];e.apply(null,t)}.bind(this)).catch(n.oe)},_=function(e){return n.e("chunk-5935c7ce").then(function(){var t=[n("9055")];e.apply(null,t)}.bind(this)).catch(n.oe)},k=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-252b3a4b").then(function(){var t=[n("2536")];e.apply(null,t)}.bind(this)).catch(n.oe)},S=function(e){return n.e("chunk-411c813f").then(function(){var t=[n("832f")];e.apply(null,t)}.bind(this)).catch(n.oe)},P=function(e){return n.e("chunk-6de4e897").then(function(){var t=[n("f825")];e.apply(null,t)}.bind(this)).catch(n.oe)},q=function(e){return n.e("chunk-fe4c887e").then(function(){var t=[n("9c63")];e.apply(null,t)}.bind(this)).catch(n.oe)},O=function(e){return n.e("chunk-7ca9eb7d").then(function(){var t=[n("c46d")];e.apply(null,t)}.bind(this)).catch(n.oe)},x=function(e){return n.e("chunk-3edc1273").then(function(){var t=[n("ca8b")];e.apply(null,t)}.bind(this)).catch(n.oe)},D=function(e){return n.e("chunk-2d46f0b5").then(function(){var t=[n("4835")];e.apply(null,t)}.bind(this)).catch(n.oe)},j=function(e){return n.e("chunk-08d96656").then(function(){var t=[n("0224")];e.apply(null,t)}.bind(this)).catch(n.oe)},A=function(e){return n.e("chunk-b392abb4").then(function(){var t=[n("9646")];e.apply(null,t)}.bind(this)).catch(n.oe)},I=function(e){return n.e("chunk-2d4fffce").then(function(){var t=[n("0696")];e.apply(null,t)}.bind(this)).catch(n.oe)},T=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-6aaea314")]).then(function(){var t=[n("7526")];e.apply(null,t)}.bind(this)).catch(n.oe)},L=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-7f31d2db")]).then(function(){var t=[n("e175")];e.apply(null,t)}.bind(this)).catch(n.oe)},W=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-2562d513")]).then(function(){var t=[n("51d9")];e.apply(null,t)}.bind(this)).catch(n.oe)},E=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-8dd312b6")]).then(function(){var t=[n("f9f6")];e.apply(null,t)}.bind(this)).catch(n.oe)},R=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-d83869cc")]).then(function(){var t=[n("bdad")];e.apply(null,t)}.bind(this)).catch(n.oe)},U=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-5599f6b0")]).then(function(){var t=[n("6a6c")];e.apply(null,t)}.bind(this)).catch(n.oe)},F=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-0d173d7c")]).then(function(){var t=[n("c96d")];e.apply(null,t)}.bind(this)).catch(n.oe)},z=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)},B=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-7b85b420")]).then(function(){var t=[n("a619")];e.apply(null,t)}.bind(this)).catch(n.oe)},M=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)},V=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-7301a23e")]).then(function(){var t=[n("2d18")];e.apply(null,t)}.bind(this)).catch(n.oe)},N=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)},Y=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-d0339a00")]).then(function(){var t=[n("a179")];e.apply(null,t)}.bind(this)).catch(n.oe)},G=function(e){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-544c8192")]).then(function(){var t=[n("82d7")];e.apply(null,t)}.bind(this)).catch(n.oe)};s["a"].use(v["a"]);var J=[{path:"/",component:w,meta:{title:"猎芯网"}},{path:"/smt",component:y,meta:{title:"SMT打样"}},{path:"/supplier",component:_,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:k,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:P,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/findthing",name:"Findthing",component:q,meta:{title:"猎芯网——快速找料"}},{path:"/pointmall",name:"Pointmall",component:O,meta:{title:"积分商城"}},{path:"/pointchange",name:"Pointchange",component:j,meta:{title:"兑换成功",back:!0}},{path:"/exchange",component:D,meta:{title:"兑换记录",back:!0}},{path:"/point",component:x,meta:{title:"积分明细",back:!0}},{path:"/pointrule",component:A,meta:{title:"积分规则"}},{path:"/chain",component:I,meta:{title:"猎芯供应链有限公司_专业IC电子元器件进口报关服务商"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:S,meta:{title:"猎芯网-新闻详情"}},{path:"/wallet",component:T,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:L,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:W,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:E,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:R,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:U,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:F,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:z,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:B,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:M,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:V,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:N,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:Y,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:G,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];J.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var H=new v["a"]({routes:J,scrollBehavior:function(e,t,n){return{x:0,y:0}}}),$=n("52c1"),K=n("01c5"),Z=n("365c"),Q=n("4260"),X=n("0427");s["a"].use(K["q"]);var ee={walletInfoData:{},verifyShowImgCode:!1,verifyCountDownFlag:!1,activateShowImgCode:!1,activateCountDownFlag:!1,retieveShowImgCode:!1,retieveCountDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[],orderInfoData:[],amountWithdrawFlag:!1},te={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.verifyShowImgCode=!t.verifyCountDownFlag,e.verifyCountDownFlag=t.verifyCountDownFlag},smsVerifyActivate:function(e,t){e.activateShowImgCode=!t.activateCountDownFlag,e.activateCountDownFlag=t.activateCountDownFlag},smsVerifyRetrieve:function(e,t){e.retieveShowImgCode=!t.retieveCountDownFlag,e.retieveCountDownFlag=t.retieveCountDownFlag},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,Q["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){},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},orderInfo:function(e,t){e.orderInfoData=t.data}},ne={getWalletInfo:function(e,t){var n=e.commit,a={};Z["b"].getWalletInfo(X.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){var n=e.commit;K["q"].loading({message:"处理中..."});var a={mobile:t.mobile,verify:t.imgCode,channel:3};Z["b"].smsVerify(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyActivate",activateCountDownFlag:!0})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyActivate",activateCountDownFlag:!1})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){K["q"].clear()})},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};Z["b"].activateWallet(X.stringify(n)).then(function(e){var n=e.data;0==n.err_code?(Object(K["q"])({message:n.err_msg,duration:2e3}),t.referer?setTimeout(function(){window.location.href=t.referer},2e3):setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(K["q"])({message:n.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;K["q"].loading({message:"处理中..."});var a={verify:t.imgCode,channel:3};Z["b"].sendSafesms(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"sendSafesms",verifyCountDownFlag:!0})):23019==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"sendSafesms",verifyCountDownFlag:!1})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){K["q"].clear()})},smsVerifyRetrieve:function(e,t){var n=e.commit;K["q"].loading({message:"处理中..."});var a={verify:t.imgCode,channel:3};Z["b"].sendSafesms(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyRetrieve",retieveCountDownFlag:!0})):23019==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"smsVerifyRetrieve",retieveCountDownFlag:!1})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){K["q"].clear()})},verifyResetsms:function(e,t){var n=e.commit,a={verify_code:t.verify_code};Z["b"].verifyResetsms(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"verifyResetsms",data:t.data})):Object(K["q"])({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};Z["b"].changeWalletpwd(X.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var n=e.commit;K["q"].loading({message:"加载中..."});var a={log_type:t.log_type,stime:t.stime,etime:t.etime};Z["b"].walletListLog(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(n({type:"walletListLog",data:t.data.list}),K["q"].clear()):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){K["q"].clear()})},walletRecordList:function(e,t){var n=e.commit;K["q"].loading({message:"加载中..."});var a={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};Z["b"].walletRecordList(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(n({type:"walletRecordList",data:t.data.list}),K["q"].clear()):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){K["q"].clear()})},verifySafeMobile:function(e,t){var n=e.commit,a={verify_code:t.verify_code,pay_password:t.pay_password};Z["b"].verifySafeMobile(X.stringify(a)).then(function(e){var t=e.data;K["q"].loading({message:"处理中..."}),0==t.err_code?(Object(K["q"])({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(K["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/"},2e3)):Object(K["q"])({message:t.err_msg,duration:2e3})}).catch(function(e){K["q"].clear()})},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};Z["b"].getBindBankmsg(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;K["q"].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};Z["b"].bindBankCard(X.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){K["q"].clear()})},walletRecharge:function(e,t){var n=e.commit,a={amount:t.amount};Z["b"].walletRecharge(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?n({type:"walletRecharge",data:t.data}):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){e.commit;var n={amount:t.amount,pay_password:t.pay_password};K["q"].loading({message:"处理中..."}),ee.amountWithdrawFlag=!0,Z["b"].walletWithdraw(X.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),setTimeout(function(){ee.amountWithdrawFlag=!1,window.location.href="/h5/view/#/wallet/record"},2e3)):(Object(K["q"])({message:t.err_msg,duration:2e3}),setTimeout(function(){ee.amountWithdrawFlag=!1},2e3))}).catch(function(e){K["q"].clear()})},rechargeWithdrawOrderIfo:function(e,t){var n=e.commit,a={wallet_id:t.wallet_id};Z["b"].rechargeWithdrawOrderIfo(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),n({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(K["q"])({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};Z["b"].payTodo(X.stringify(n)).then(function(e){var t=e.data;0==t.err_code?is_miniProgram()?wx.requestPayment(t.data):window.location.href=t.data:Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},orderInfo:function(e,t){var n=e.commit,a={order_id:t.order_id};Z["b"].orderInfo(X.stringify(a)).then(function(e){var t=e.data;0==t.err_code?n({type:"orderInfo",data:t.data}):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletPayTodo:function(e,t){e.commit;var n={pay_code:t.pay_code,pay_password:t.pay_password,types:t.types,order_id:t.order_id,site_type:t.site_type};Z["b"].payTodo(X.stringify(n)).then(function(e){var n=e.data;0==n.err_code?setTimeout(function(){window.location.href="/v3/pay/success?order_id="+t.order_id+"&types="+(t.types||0)},2e3):Object(K["q"])({message:n.err_msg,duration:3e3})}).catch(function(e){})}},ae={},ie={state:ee,mutations:te,actions:ne,getters:ae};s["a"].use(K["q"]);var oe={index:{},loading:!0},re={index:function(e,t){e.index=t.data}},ce={index:function(e,t){var n=e.commit;oe.loading=!0;var a=Q["a"].getParams();Z["b"].index(a).then(function(e){var t=e.data;oe.loading=!1,0==t.err_code?n({type:"index",data:t.data}):2==t.err_code&&Object(K["q"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){oe.loading=!1})}},se={},de={state:oe,mutations:re,actions:ce,getters:se};s["a"].use(K["q"]);var ue={cartCount:"",loginCheck:!1,phpParams:{}},le={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}},fe={cartCount:function(e,t){var n=e.commit;Z["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&n({type:"cartCount",data:t.datacartCount})}).catch(function(e){})},loginCheck:function(e,t){var n=e.commit;Z["b"].loginCheck().then(function(e){var a=e.data;t.is_jump?11010==a.err_code?window.location.href="/h5/view/":11030==a.err_code&&(window.location.href="/v3/login"):n({type:"loginCheck",data:a})}).catch(function(e){})},customsrService:function(e,t){e.commit;var n={pf:window.lxpf,searchModel:""};Z["b"].customsrService(n).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var n=e.commit,a=Q["a"].getParams();Z["b"].getCommonParams(a).then(function(e){var t=e.data;n({type:"phpParams",data:t})}).catch(function(e){})}},me={},he={state:ue,mutations:le,actions:fe,getters:me},ge=n("0427");s["a"].use(K["q"]);var pe={loading:!1},be={index:function(e,t){e.index=t.data}},ve={checkAccountExists:function(e,t){e.commit;pe.loading=!0;var n={pf:2,type:2,account:t.account};Z["b"].checkAccountExists(ge.stringify(n)).then(function(e){var t=e.data;pe.loading=!1,0!=t.err_code&&Object(K["q"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){pe.loading=!1})},customSmsVerify:function(e,t){e.commit;pe.loading=!0;var n={pf:2,verify:"",mobile:t.mobile};Z["b"].customSmsVerify(ge.stringify(n)).then(function(e){var t=e.data;pe.loading=!1,0==t.err_code?Object(K["q"])({message:t.err_msg,duration:2e3}):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){pe.loading=!1})},chainFind:function(e,t){e.commit;if(pe.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};Z["b"].chainFind(ge.stringify(n)).then(function(e){var n=e.data;pe.loading=!1,1==n.errcode?Object(K["q"])({message:n.errmsg,duration:3e3}):2==n.errcode?(Object(K["q"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(K["q"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){pe.loading=!1,Object(K["q"])({message:"网络出现问题,请重试",duration:3e3})})}},we={},ye={state:pe,mutations:be,actions:ve,getters:we},_e=n("0427");s["a"].use(K["q"]);var ke={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},Ce={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)}},Se={wechatArticle:function(e,t){var n=e.commit;ke.loadStatus=!0;var a={type_id:t.type_id,page:t.page,limit:t.limit};Z["b"].wechatArticle(_e.stringify(a)).then(function(e){var a=e.data;ke.loadStatus=!1,0==a.err_code&&n({type:"wechatArticle",data:a.data,page:t.page,limit:t.limit})}).catch(function(e){ke.loadStatus=!1})}},Pe={},qe={state:ke,mutations:Ce,actions:Se,getters:Pe},Oe=(n("27fb"),n("0427"));s["a"].use(K["q"]);var xe={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},De={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}},je={newsArticle:function(e,t){var n=e.commit;xe.loadStatus=!0;var a={cat_id:t.cat_id,p:t.p,limit:t.limit};xe.p=t.p,xe.limit=t.limit,Z["b"].newsArticle(Oe.stringify(a)).then(function(e){var t=e.data;xe.loadStatus=!1,0==t.err_code&&n({type:"newsArticle",data:t.data})}).catch(function(e){xe.loadStatus=!1})}},Ae={},Ie={state:xe,mutations:De,actions:je,getters:Ae},Te=n("0427");s["a"].use(K["q"]);var Le={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},We={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,Q["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":Q["a"].setCookie("newsdetailpop","1",1)}},Ee={newsArticleDetail:function(e,t){var n=e.commit;Le.newsDetailObj={},Le.loadStatus=!0;var a={art_id:t.art_id};Z["b"].newsArticleDetail(Te.stringify(a)).then(function(e){Le.loadStatus=!1;var t=e.data;0==t.err_code&&n({type:"newsArticleDetail",data:t.data})}).catch(function(e){Le.loadStatus=!1})},newsArticleDetailAd:function(e,t){var n=e.commit,a={cat_id:t.cat_id},i=Q["a"].getParams(a);Z["b"].newsArticleDetailAd(i).then(function(e){var t=e.data;0==t.err_code&&n({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},Re={},Ue={state:Le,mutations:We,actions:Ee,getters:Re},Fe=n("0427");s["a"].use(K["q"]);var ze={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Be={smsVerify:function(e,t){}},Me={smsVerify:function(e,t){var n=e.commit;ze.form1CodeStatus=!1,ze.loading=!0;var a={mobile:t.mobile,verify:t.verify,channel:1};Z["b"].smsVerify(Fe.stringify(a)).then(function(e){var a=e.data;ze.loading=!1;var i="form2"==t.types?"form2":"form1";ze[i+"ImgShow"]=!1,0==a.err_code?(Object(K["q"])({message:a.err_msg,duration:2e3}),ze[i+"CodeStatus"]=!0,n({type:"smsVerify",data:a.data})):23019==a.err_code||11008==a.err_code||11011==a.err_code?(Object(K["q"])({message:a.err_msg,duration:2e3}),ze[i+"ImgShow"]=!0):Object(K["q"])({message:a.err_msg,duration:3e3})}).catch(function(e){ze.loading=!1})},actionLogin:function(e,t){var n=e.commit;ze.loading=!0,ze.isRegLogin=!1;var a={account:t.account,sms_verify:t.sms_verify};Z["b"].actionLogin(Fe.stringify(a)).then(function(e){var a=e.data;if(ze.loading=!1,0==a.err_code){if("form1"==t.form_name)return Object(K["q"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);ze.isRegLogin=!0,n({type:"actionLogin",data:a.data})}else Object(K["q"])({message:a.err_msg,duration:3e3})}).catch(function(e){ze.loading=!1})},feedback:function(e,t){var n=e.commit;ze.loading=!0;var a={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Z["b"].feedback(Fe.stringify(a)).then(function(e){var t=e.data;ze.loading=!1,0==t.err_code?(Object(K["q"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:t.data})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){ze.loading=!1})}},Ve={},Ne={state:ze,mutations:Be,actions:Me,getters:Ve},Ye=n("0427");s["a"].use(K["q"]);var Ge={loading:!1,form1ImgShow:!1,form1CodeStatus:!1,isRegLogin:!1},Je={},He={smsVerify1:function(e,t){var n=e.commit;Ge.form1CodeStatus=!1,Ge.loading=!0;var a={mobile:t.mobile,verify:t.verify,channel:1};Z["b"].smsVerify(Ye.stringify(a)).then(function(e){var t=e.data;Ge.loading=!1,Ge["form1ImgShow"]=!1,0==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),Ge["form1CodeStatus"]=!0,n({type:"smsVerify",data:t.data})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),Ge["form1ImgShow"]=!0):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Ge.loading=!1})},actionLogin1:function(e,t){var n=e.commit;Ge.loading=!0,Ge.isRegLogin=!1;var a={account:t.account,sms_verify:t.sms_verify};Z["b"].actionLogin(Ye.stringify(a)).then(function(e){var t=e.data;Ge.loading=!1,0==t.err_code?(Ge.isRegLogin=!0,n({type:"actionLogin",data:t.data})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Ge.loading=!1})},feedback1:function(e,t){var n=e.commit;Ge.loading=!0;var a={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Z["b"].feedback(Ye.stringify(a)).then(function(e){var t=e.data;Ge.loading=!1,0==t.err_code?(Object(K["q"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:t.data})):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Ge.loading=!1})}},$e={},Ke={state:Ge,mutations:Je,actions:He,getters:$e},Ze=(n("9029"),n("ac74"),n("0427"));s["a"].use(K["q"]);var Qe={loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),userInfo:"",loading:!1,getUserCurrentPoint:0,isSignInToday:!1,isSignInTodayStateGo:!1,checkInfoState:!1,navlist:[],listdata:[]},Xe={getPointPrize:function(e,t){var n=t.data||[];if(n.length>0){for(var a=[],i=[],o=[],r=[],c=0;c<n.length;c++)a.push(n[c]["prize_type"]),r.push(n[c]["prize_sort"]),i.push(n[c]["prize_type_text"].replace(/\s/g,""));a=Q["a"].distinct(a),i=Q["a"].distinct(i),r=Q["a"].distinct(r);for(var s=0;s<a.length;s++)o.push({prise_type:a[s],prise_type_text:i[s],prize_sort:r[s]});o=o.sort(Q["a"].compare("prise_type",1)),e.navlist=o,e.listdata=n}}},et={getPointPrize:function(e,t){var n=e.commit;Qe.loading=!0;var a={limit:1e3};Z["b"].getPointPrize(Ze.stringify(a)).then(function(e){Qe.loading=!1;var t=e.data;0==t.errcode&&n({type:"getPointPrize",data:t.data.data})}).catch(function(e){Qe.loading=!1})},loginCheckp:function(e,t){e.commit;Z["b"].loginCheck().then(function(e){var t=e.data;0!=t.err_code&&11030!=t.err_code||(Qe.userInfo=t.data)})},getUserCurrentPoint:function(e,t){e.commit;var n={user_id:Q["a"].getCookie("Yo4teW_uid")};Z["b"].getUserCurrentPoint(Ze.stringify(n)).then(function(e){var t=e.data;0==t.errcode&&(Qe.getUserCurrentPoint=t.data)})},isSignInToday:function(e,t){e.commit;Z["b"].isSignInToday().then(function(e){var t=e.data;0==t.err_code&&(Qe.isSignInToday=t.data)})},signIn:function(e,t){e.commit;Qe.loading=!0,Z["b"].signIn().then(function(e){Qe.loading=!1;var t=e.data;0==t.err_code&&(Qe.isSignInToday=!0,Qe.isSignInTodayStateGo=!0,Object(K["q"])({message:"签到完成,恭喜您获得100个积分!",duration:3e3}))}).catch(function(e){Qe.loading=!1})},checkMktScore:function(e,t){e.commit;Qe.loading=!0,Z["b"].checkMktScore().then(function(e){Qe.loading=!1;var t=e.data;0==t.err_code&&(1==t.data?Qe.checkInfoState=!0:Qe.checkInfoState=!1)}).catch(function(e){Qe.loading=!1})},exchangePrize:function(e,t){e.commit;Qe.loading=!0;var n={user_id:Q["a"].getCookie("Yo4teW_uid"),point_prize_id:t.point_prize_id};Z["b"].exchangePrize(Ze.stringify(n)).then(function(e){Qe.loading=!1;var t=e.data;if(0==t.errcode){var n=t.data.point_exchange_id;window.location.href="/h5/view/#/pointchange?point_exchange_id="+n+"&prize_type="+t.data.prize_type}else Object(K["q"])({message:t.errmsg,duration:2500})}).catch(function(e){Qe.loading=!1})}},tt={},nt={state:Qe,mutations:Xe,actions:et,getters:tt},at=n("0427");s["a"].use(K["q"]);var it={loading:!1,prize_info:"",prize_types:"",address_id:"",address_info:"",adressApiState:!1},ot={},rt={getUserPointExchangeDetail:function(e,t){e.commit;it.loading=!0;var n={point_exchange_id:t.point_exchange_id};Z["b"].getUserPointExchangeDetail(at.stringify(n)).then(function(e){it.loading=!1;var t=e.data;0==t.errcode&&(it.prize_info=t.data.prize_info,it.prize_types=t.data.prize_info.prize_type,t.data.address_info?(it.address_info=t.data.address_info,it.address_info.point_addressp=1,it.address_id=t.data.prize_info.address_id):it.adressApiState=!0)}).catch(function(e){it.loading=!1})},recvlist:function(e,t){e.commit;Z["b"].recvlist().then(function(e){var t=e.data;if(0==t.err_code){var n=t.data||[];if(n.length>0)for(var a=0;a<n.length;a++)1==n[a].is_default&&(it.address_info=n[a],it.address_id=n[a].address_id)}})}},ct={},st={state:it,mutations:ot,actions:rt,getters:ct};s["a"].use(K["q"]);var dt={loading:!1,ruledata:""},ut={},lt={pointruleApi:function(e,t){e.commit;dt.loading=!0,Z["b"].pointruleApi().then(function(e){dt.loading=!1;var t=e.data;0==t.err_code&&(dt.ruledata=t.data.data[0])}).catch(function(e){dt.loading=!1})}},ft={},mt={state:dt,mutations:ut,actions:lt,getters:ft},ht=n("0427");s["a"].use(K["q"]);var gt={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},pt={getUserPointDetail:function(e,t){1==t.data.current_page?e.detaillist=t.data.data:e.detaillist=e.detaillist.concat(t.data.data),e.totalLimit=t.data.last_page,t.data.current_page>=t.data.last_page?e.finished=!0:e.finished=!1}},bt={getUserPointDetail:function(e,t){var n=e.commit;gt.loadStatus=!0;var a={page:t.page,limit:t.limit,user_id:Q["a"].getCookie("Yo4teW_uid"),flow_type:t.flow_type};1==t.page&&(gt.finished=!1,gt.detaillist=[]),Z["b"].getUserPointDetail(ht.stringify(a)).then(function(e){var t=e.data;gt.loadStatus=!1,0==t.errcode&&n({type:"getUserPointDetail",data:t.data})}).catch(function(e){gt.loadStatus=!1})},getUserCurrentPointdetail:function(e,t){e.commit;var n={user_id:Q["a"].getCookie("Yo4teW_uid")};Z["b"].getUserCurrentPoint(ht.stringify(n)).then(function(e){var t=e.data;0==t.errcode&&(gt.getUserCurrentPoint=t.data)})}},vt={},wt={state:gt,mutations:pt,actions:bt,getters:vt},yt=n("0427");s["a"].use(K["q"]);var _t={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},kt={getUserPointExchangeList:function(e,t){1==t.data.current_page?e.detaillist=t.data.data:e.detaillist=e.detaillist.concat(t.data.data),e.totalLimit=t.data.last_page,t.data.current_page>=t.data.last_page?e.finished=!0:e.finished=!1}},Ct={getUserPointExchangeList:function(e,t){var n=e.commit;_t.loadStatus=!0;var a={page:t.page,limit:t.limit,user_id:Q["a"].getCookie("Yo4teW_uid"),prize_type:t.prize_type};1==t.page&&(_t.finished=!1,_t.detaillist=[]),Z["b"].getUserPointExchangeList(yt.stringify(a)).then(function(e){var t=e.data;_t.loadStatus=!1,0==t.errcode&&n({type:"getUserPointExchangeList",data:t.data})}).catch(function(e){_t.loadStatus=!1})}},St={},Pt={state:_t,mutations:kt,actions:Ct,getters:St};s["a"].use(K["q"]);var qt=n("0427"),Ot={loading:!1,formCodeStatus:!1,formImgShow:!1},xt={},Dt={chainSmsVerify:function(e,t){e.commit;Ot.loading=!0,Ot.formCodeStatus=!1;var n={verify:t.verify,mobile:t.mobile};Z["b"].smsVerify(qt.stringify(n)).then(function(e){Ot.loading=!1,Ot.formImgShow=!1;var t=e.data;0==t.err_code?(Ot.formCodeStatus=!0,Object(K["q"])({message:t.err_msg,duration:2e3})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(K["q"])({message:t.err_msg,duration:2e3}),Ot["formImgShow"]=!0):Object(K["q"])({message:t.err_msg,duration:3e3})}).catch(function(e){Ot.loading=!1})},chainFindBg:function(e,t){e.commit;Ot.loading=!0;var n={need:t.need,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};Z["b"].chainFind(qt.stringify(n)).then(function(e){Ot.loading=!1;var t=e.data;1==t.errcode?Object(K["q"])({message:t.errmsg,duration:2e3}):(t.errcode,Object(K["q"])({message:"您的需求已经提交成功!我们将会在30分钟内联系您!",duration:3e3}),setTimeout(function(){history.go(0)},2500))}).catch(function(e){Ot.loading=!1})}},jt={},At={state:Ot,mutations:xt,actions:Dt,getters:jt};s["a"].use($["a"]),s["a"].use($["a"]);var It=new $["a"].Store({modules:{wallet:ie,home:de,common:he,smt:ye,wxlist:qe,news:Ie,newsdetail:Ue,seo:Ne,findthing:Ke,pointmall:nt,pointchange:st,pointrule:mt,pointdetail:wt,exchange:Pt,chain:At}}),Tt=function(e,t){var n=e;return-1==n.indexOf("ptag")&&(n=n.indexOf("?")>-1?n+"&ptag="+t:n+"?ptag="+t),n},Lt=function(e){return encodeURIComponent(e)},Wt=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},Et=function(e,t){var n=new Date(1e3*e);function a(e){return e<10&&(e="0"+e),e}var i=n.getFullYear(),o=n.getMonth()+1,r=n.getDate(),c=n.getHours(),s=n.getMinutes(),d=n.getSeconds();return i+"-"+a(o)+"-"+a(r)+" "+a(c)+":"+a(s)+":"+a(d)},Rt={dateTimeFormate:Et,urlParams:Wt,urlPatg:Tt,urlEncode:Lt},Ut={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)}},Ft={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)}},zt={bind:function(e,t){var n=Z["a"]+"public/verify?"+(new Date).getTime();e.setAttribute("src",n),e.addEventListener("click",function(){var t=Z["a"]+"public/verify?"+(new Date).getTime();e.setAttribute("src",t)},!1)}},Bt={install:function(e){e.directive("backTop",Ut),e.directive("backTopWindow",Ft),e.directive("imgCode",zt)}},Mt=n("897d"),Vt=n.n(Mt),Nt=n("c501"),Yt=n.n(Nt);n("d6f9"),n("bfd9");s["a"].config.productionTip=!1;var Gt="production";if("production"!=Gt)new Yt.a;c()(Rt).forEach(function(e){return s["a"].filter(e,Rt[e])}),s["a"].use(Bt);var Jt=Q["a"].getCookie("Yo4teW_csrf")||"";s["a"].prototype.$http=b.a,b.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",b.a.defaults.withCredentials=!0,b.a.interceptors.request.use(function(e){if("post"==e.method)e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf="+window.lxpf+"&csrf="+Jt):e.data="pf="+window.lxpf+"&csrf="+Jt;else if("get"==e.method){var t=c()(e.params);t.length?-1==t.indexOf("pf")&&(e.params=Object(o["a"])({pf:window.lxpf,csrf:Jt},e.params)):e.params={pf:window.lxpf,csrf:Jt}}return e},function(e){return i.a.reject(e)});var Ht=Q["a"].getCookie("Yo4teW_gid"),$t=(new Date).getTime()+Math.random();if(null==Ht){var Kt=Vt()($t);Q["a"].setCookie("Yo4teW_gid",Kt,1,window.cookieHostname)}var Zt={urlhash:window.location.hash};Zt=Q["a"].getParams(Zt),Z["b"].wxaccess(Zt).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),H.beforeEach(function(e,t,n){var a=e.meta&&e.meta.title;a&&(document.title=a);var i=e.meta.back||"";if(i){var o=!!Q["a"].isLogin();o?n():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else n()}),new s["a"]({router:H,store:It,render:function(e){return e(g)}}).$mount("#app")},bfd9:function(e,t,n){}});
\ No newline at end of file
(function(e){function t(t){for(var n,i,c=t[0],s=t[1],d=t[2],u=0,l=[];u<c.length;u++)i=c[u],o[i]&&l.push(o[i][0]),o[i]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);f&&f(t);while(l.length)l.shift()();return r.push.apply(r,d||[]),a()}function a(){for(var e,t=0;t<r.length;t++){for(var a=r[t],n=!0,i=1;i<a.length;i++){var c=a[i];0!==o[c]&&(n=!1)}n&&(r.splice(t--,1),e=s(s.s=a[0]))}return e}var n={},i={app:0},o={app:0},r=[];function c(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-0528a41a":"14b0d3dd","chunk-0ccaff37":"1f96fc63","chunk-158c3ed4":"f94f87c9","chunk-178fc040":"af18f8ef","chunk-1c9625fe":"350b3f45","chunk-1dad0408":"850a9986","chunk-23e7944a":"53c31550","chunk-2d4f397c":"46ce3167","chunk-3479b5a0":"c2fa3eab","chunk-42ecdc2c":"351c189d","chunk-50997173":"90db7718","chunk-6aea80eb":"f019a1d0","chunk-0152a94c":"97911438","chunk-0d688f2e":"a0978d9d","chunk-111df22d":"c46b4aa7","chunk-13b2a374":"91ed3640","chunk-15480d0d":"6b4a832a","chunk-2f5da85a":"82a9eea1","chunk-34076066":"c4aa6957","chunk-3765c3c6":"d032a023","chunk-41226dfb":"cafe85da","chunk-4631de92":"d6d50813","chunk-5474cc08":"508aadba","chunk-5cf16964":"1e790e2e","chunk-6be99e9a":"e9bdaa6d","chunk-8aab87ce":"b5c1e1e7","chunk-73b3e1a8":"0c18344d","chunk-7ca9fe78":"37e26d7a","chunk-8ce0ddd0":"8350a07e","chunk-a99dec30":"0e006717","chunk-f9d0f84e":"600042df"}[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-0528a41a":1,"chunk-0ccaff37":1,"chunk-158c3ed4":1,"chunk-178fc040":1,"chunk-1c9625fe":1,"chunk-1dad0408":1,"chunk-23e7944a":1,"chunk-2d4f397c":1,"chunk-3479b5a0":1,"chunk-42ecdc2c":1,"chunk-50997173":1,"chunk-6aea80eb":1,"chunk-0152a94c":1,"chunk-0d688f2e":1,"chunk-111df22d":1,"chunk-13b2a374":1,"chunk-15480d0d":1,"chunk-2f5da85a":1,"chunk-34076066":1,"chunk-3765c3c6":1,"chunk-41226dfb":1,"chunk-4631de92":1,"chunk-5474cc08":1,"chunk-5cf16964":1,"chunk-6be99e9a":1,"chunk-8aab87ce":1,"chunk-73b3e1a8":1,"chunk-7ca9fe78":1,"chunk-8ce0ddd0":1,"chunk-a99dec30":1,"chunk-f9d0f84e":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-0528a41a":"b6a6f279","chunk-0ccaff37":"9a3ef394","chunk-158c3ed4":"fe46872f","chunk-178fc040":"dcbf5852","chunk-1c9625fe":"746ec6f3","chunk-1dad0408":"f7670042","chunk-23e7944a":"c8649411","chunk-2d4f397c":"2ba08771","chunk-3479b5a0":"80056bad","chunk-42ecdc2c":"fe4e45a9","chunk-50997173":"2a594d86","chunk-6aea80eb":"5dce7e7e","chunk-0152a94c":"92647ec0","chunk-0d688f2e":"92647ec0","chunk-111df22d":"92647ec0","chunk-13b2a374":"92647ec0","chunk-15480d0d":"92647ec0","chunk-2f5da85a":"92647ec0","chunk-34076066":"92647ec0","chunk-3765c3c6":"92647ec0","chunk-41226dfb":"92647ec0","chunk-4631de92":"92647ec0","chunk-5474cc08":"92647ec0","chunk-5cf16964":"92647ec0","chunk-6be99e9a":"92647ec0","chunk-8aab87ce":"92647ec0","chunk-73b3e1a8":"e137fec1","chunk-7ca9fe78":"46303413","chunk-8ce0ddd0":"22356d82","chunk-a99dec30":"58a2ea9a","chunk-f9d0f84e":"5dae5cb6"}[e]+".css",o=s.p+n,r=document.getElementsByTagName("link"),c=0;c<r.length;c++){var d=r[c],u=d.getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(u===n||u===o))return t()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){d=l[c],u=d.getAttribute("data-href");if(u===n||u===o)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||o,r=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");r.code="CSS_CHUNK_LOAD_FAILED",r.request=n,delete i[e],f.parentNode.removeChild(f),a(r)},f.href=o;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[e]=0}));var n=o[e];if(0!==n)if(n)t.push(n[2]);else{var r=new Promise(function(t,a){n=o[e]=[t,a]});t.push(n[2]=r);var d,u=document.createElement("script");u.charset="utf-8",u.timeout=120,s.nc&&u.setAttribute("nonce",s.nc),u.src=c(e),d=function(t){u.onerror=u.onload=null,clearTimeout(l);var a=o[e];if(0!==a){if(a){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src,r=new Error("Loading chunk "+e+" failed.\n("+n+": "+i+")");r.type=n,r.request=i,a[1](r)}o[e]=void 0}};var l=setTimeout(function(){d({type:"timeout",target:u})},12e4);u.onerror=u.onload=d,document.head.appendChild(u)}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 d=window["webpackJsonp"]=window["webpackJsonp"]||[],u=d.push.bind(d);d.push=t,d=d.slice();for(var l=0;l<d.length;l++)t(d[l]);var f=u;r.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 d}),a.d(t,"b",function(){return m});var n,i,o,r=a("3f47"),c=a("7f43"),s=a.n(c);switch(window.location.hostname){case"m.ichunt.com":o="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/",o="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":i="https://tm.ichunt.com/v3/",n="https://api.ichunt.com/",o="https://t.ichunt.com/v3/";break;case"m.liexin.com":i="http://m.liexin.com/v3/",n="http://api.liexin.com/",o="http://www.liexin.com/v3/";break;default:i="/m/v3/",n="/apis/"}var d=o,u=i,l=n,f={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:u+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getUserCurrentPoint:l+"/point/getUserCurrentPoint",isSignInToday:l+"signIn/isSignInToday",signIn:l+"signIn/signIn",checkMktScore:l+"user/checkMktScore",getPointPrize:l+"point/getPointPrize",exchangePrize:l+"point/exchangePrize",getUserPointExchangeDetail:l+"point/getUserPointExchangeDetail",recvlist:l+"address/recvlist",pointruleApi:u+"api/pointrule",getUserPointDetail:l+"point/getUserPointDetail",getUserPointExchangeList:l+"point/getUserPointExchangeList",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",orderInfo:l+"order/info",getAboutUsData:u+"api/aboutData"},m={index:function(e){return s.a.post(f.index,e)},loginCheck:function(e){return s.a.get(f.loginCheck,{params:Object(r["a"])({},e)})},smsVerify:function(e){return s.a.post(f.smsVerify,e)},actionLogin:function(e){return s.a.post(f.actionLogin,e)},feedback:function(e){return s.a.post(f.feedback,e)},cartCount:function(e){return s.a.get(f.cartCount,{params:Object(r["a"])({},e)})},customsrService:function(e){return s.a.get(f.customsrService,{params:Object(r["a"])({},e)})},getCommonParams:function(e){return s.a.post(f.getCommonParams,e)},wxaccess:function(e){return s.a.post(f.wxaccess,e)},checkAccountExists:function(e){return s.a.post(f.checkAccountExists,e)},customSmsVerify:function(e){return s.a.post(f.customSmsVerify,e)},chainFind:function(e){return s.a.post(f.chainFind,e)},wechatArticle:function(e){return s.a.post(f.wechatArticle,e)},newsArticle:function(e){return s.a.post(f.newsArticle,e)},newsArticleDetail:function(e){return s.a.post(f.newsArticleDetail,e)},newsArticleDetailAd:function(e){return s.a.post(f.newsArticleDetailAd,e)},getUserCurrentPoint:function(e){return s.a.post(f.getUserCurrentPoint,e)},isSignInToday:function(e){return s.a.post(f.isSignInToday,e)},signIn:function(e){return s.a.post(f.signIn,e)},checkMktScore:function(e){return s.a.post(f.checkMktScore,e)},getPointPrize:function(e){return s.a.post(f.getPointPrize,e)},exchangePrize:function(e){return s.a.post(f.exchangePrize,e)},recvlist:function(e){return s.a.post(f.recvlist,e)},getUserPointExchangeDetail:function(e){return s.a.post(f.getUserPointExchangeDetail,e)},pointruleApi:function(e){return s.a.post(f.pointruleApi,e)},getUserPointDetail:function(e){return s.a.post(f.getUserPointDetail,e)},getUserPointExchangeList:function(e){return s.a.post(f.getUserPointExchangeList,e)},getAboutUsData:function(e){return s.a.post(f.getAboutUsData,e)},getWalletInfo:function(e){return s.a.get(f.getWalletInfo,{params:Object(r["a"])({},e)})},activateWallet:function(e){return s.a.post(f.activateWallet,e)},sendSafesms:function(e){return s.a.post(f.sendSafesms,e)},verifyResetsms:function(e){return s.a.post(f.verifyResetsms,e)},walletListLog:function(e){return s.a.post(f.walletListLog,e)},changeWalletpwd:function(e){return s.a.post(f.changeWalletpwd,e)},walletRecordList:function(e){return s.a.post(f.walletRecordList,e)},verifySafeMobile:function(e){return s.a.post(f.verifySafeMobile,e)},getBindBankmsg:function(e){return s.a.post(f.getBindBankmsg,e)},bindBankCard:function(e){return s.a.post(f.bindBankCard,e)},walletRecharge:function(e){return s.a.post(f.walletRecharge,e)},walletWithdraw:function(e){return s.a.post(f.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return s.a.post(f.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return s.a.post(f.payTodo,e)},orderInfo:function(e){return s.a.post(f.orderInfo,e)}}},4260:function(e,t,a){"use strict";a("f91a"),a("ab56");var n=a("997e"),i=a.n(n),o=(a("612f"),a("208e")),r=a.n(o),c=(a("ea65"),0),s=8;function d(e){return p(u(g(e),e.length*s))}function u(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,o=-1732584194,r=271733878,c=-1009589776,s=0;s<e.length;s+=16){for(var d=n,u=i,g=o,p=r,v=c,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 w=m(m(h(n,5),l(b,i,o,r)),m(m(c,a[b]),f(b)));c=r,r=o,o=h(i,30),i=n,n=w}n=m(n,d),i=m(i,u),o=m(o,g),r=m(r,p),c=m(c,v)}return Array(n,i,o,r,c)}function l(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 g(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 p(e){for(var t=c?"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 v=a("fed1");t["a"]={setCookie:function(e,t,a,n){n=n?";domain="+n:"";var i=a,o=new Date;return o.setTime(o.getTime()+24*i*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+o.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 o=[],c={},s="",u="",l="",f={pf:2,qwertyuiop:n,Yo4teW_gid:t},m=r()({},f,e);i()(m).forEach(function(e,t,a){o.push(e)}),o=o.sort(),o.forEach(function(e,t,a){c[o[t]]=m[o[t]]}),i()(c).forEach(function(e,t,a){s+=e+"="+c[e]}),u=s.replace(/[^0-9a-zA-Z]/g,""),u=u.toUpperCase();for(var h=0;h<u.length;h++)"A"!=u[h]&&"B"!=u[h]&&"C"!=u[h]&&(l+=u[h]);s=d(l);var g=r()({},e,{asdfghjkl:s},{qwertyuiop:n},{pf:2});return v.stringify(g)},isLogin:function(){var e=0;return this.getCookie("Yo4teW_uid")&&(e=2,this.getCookie("Yo4teW_skey")&&(e=1)),e},loginBack:function(){},compare:function(e,t){return function(a,n){var i=a[e],o=n[e];return t?i-o:o-i}},distinct:function(e){var t,a,n=e,i=[],o=n.length;for(t=0;t<o;t++){for(a=t+1;a<o;a++)n[t]===n[a]&&(a=++t);i.push(n[t])}return i}}},"56d7":function(e,t,a){"use strict";a.r(t);var n=a("3f46"),i=a.n(n),o=a("3f47"),r=a("997e"),c=a.n(r),s=(a("612f"),a("53da"),a("40f8"),a("6e6d")),d=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"app"}},[a("keep-alive",{attrs:{exclude:"newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge"}},[a("router-view",{staticClass:"router-view"})],1)],1)},u=[],l={name:"app"},f=l,m=a("17cc"),h=Object(m["a"])(f,d,u,!1,null,null,null),g=h.exports,p=a("7f43"),v=a.n(p),b=(a("3a23"),a("1e6f")),w=function(e){return a.e("chunk-8ce0ddd0").then(function(){var t=[a("9553")];e.apply(null,t)}.bind(this)).catch(a.oe)},y=function(e){return a.e("chunk-73b3e1a8").then(function(){var t=[a("2500")];e.apply(null,t)}.bind(this)).catch(a.oe)},_=function(e){return a.e("chunk-178fc040").then(function(){var t=[a("9055")];e.apply(null,t)}.bind(this)).catch(a.oe)},k=function(e){return a.e("chunk-50997173").then(function(){var t=[a("bd04")];e.apply(null,t)}.bind(this)).catch(a.oe)},C=function(e){return a.e("chunk-1dad0408").then(function(){var t=[a("2536")];e.apply(null,t)}.bind(this)).catch(a.oe)},S=function(e){return a.e("chunk-a99dec30").then(function(){var t=[a("832f")];e.apply(null,t)}.bind(this)).catch(a.oe)},P=function(e){return a.e("chunk-0ccaff37").then(function(){var t=[a("f825")];e.apply(null,t)}.bind(this)).catch(a.oe)},O=function(e){return a.e("chunk-23e7944a").then(function(){var t=[a("9c63")];e.apply(null,t)}.bind(this)).catch(a.oe)},D=function(e){return a.e("chunk-7ca9fe78").then(function(){var t=[a("c46d")];e.apply(null,t)}.bind(this)).catch(a.oe)},x=function(e){return a.e("chunk-f9d0f84e").then(function(){var t=[a("ca8b")];e.apply(null,t)}.bind(this)).catch(a.oe)},A=function(e){return a.e("chunk-158c3ed4").then(function(){var t=[a("4835")];e.apply(null,t)}.bind(this)).catch(a.oe)},j=function(e){return a.e("chunk-1c9625fe").then(function(){var t=[a("0224")];e.apply(null,t)}.bind(this)).catch(a.oe)},I=function(e){return a.e("chunk-3479b5a0").then(function(){var t=[a("9646")];e.apply(null,t)}.bind(this)).catch(a.oe)},T=function(e){return a.e("chunk-0528a41a").then(function(){var t=[a("ffc5")];e.apply(null,t)}.bind(this)).catch(a.oe)},L=function(e){return a.e("chunk-2d4f397c").then(function(){var t=[a("0696")];e.apply(null,t)}.bind(this)).catch(a.oe)},W=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-13b2a374")]).then(function(){var t=[a("7526")];e.apply(null,t)}.bind(this)).catch(a.oe)},U=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-111df22d")]).then(function(){var t=[a("e175")];e.apply(null,t)}.bind(this)).catch(a.oe)},E=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-15480d0d")]).then(function(){var t=[a("51d9")];e.apply(null,t)}.bind(this)).catch(a.oe)},R=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-0d688f2e")]).then(function(){var t=[a("f9f6")];e.apply(null,t)}.bind(this)).catch(a.oe)},F=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-0152a94c")]).then(function(){var t=[a("bdad")];e.apply(null,t)}.bind(this)).catch(a.oe)},z=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-5474cc08")]).then(function(){var t=[a("6a6c")];e.apply(null,t)}.bind(this)).catch(a.oe)},B=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-6be99e9a")]).then(function(){var t=[a("c96d")];e.apply(null,t)}.bind(this)).catch(a.oe)},M=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-34076066")]).then(function(){var t=[a("a34f")];e.apply(null,t)}.bind(this)).catch(a.oe)},V=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-5cf16964")]).then(function(){var t=[a("a619")];e.apply(null,t)}.bind(this)).catch(a.oe)},N=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-2f5da85a")]).then(function(){var t=[a("10b5")];e.apply(null,t)}.bind(this)).catch(a.oe)},Y=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-8aab87ce")]).then(function(){var t=[a("2d18")];e.apply(null,t)}.bind(this)).catch(a.oe)},q=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-4631de92")]).then(function(){var t=[a("4c69")];e.apply(null,t)}.bind(this)).catch(a.oe)},G=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-3765c3c6")]).then(function(){var t=[a("a179")];e.apply(null,t)}.bind(this)).catch(a.oe)},H=function(e){return Promise.all([a.e("chunk-6aea80eb"),a.e("chunk-41226dfb")]).then(function(){var t=[a("82d7")];e.apply(null,t)}.bind(this)).catch(a.oe)},J=function(e){return a.e("chunk-42ecdc2c").then(function(){var t=[a("3fa7")];e.apply(null,t)}.bind(this)).catch(a.oe)};s["a"].use(b["a"]);var K=[{path:"/",component:w,meta:{title:"猎芯网"}},{path:"/smt",component:y,meta:{title:"SMT打样"}},{path:"/supplier",component:_,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:k,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:P,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/findthing",name:"Findthing",component:O,meta:{title:"猎芯网——快速找料"}},{path:"/pointmall",name:"Pointmall",component:D,meta:{title:"积分商城"}},{path:"/pointchange",name:"Pointchange",component:j,meta:{title:"兑换成功",back:!0}},{path:"/exchange",component:A,meta:{title:"兑换记录",back:!0}},{path:"/point",component:x,meta:{title:"积分明细",back:!0}},{path:"/pointrule",component:I,meta:{title:"积分规则"}},{path:"/chain",component:L,meta:{title:"猎芯供应链有限公司_专业IC电子元器件进口报关服务商"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:S,meta:{title:"猎芯网-新闻详情"}},{path:"/aboutUs",name:"aboutUs",component:T,meta:{title:"关于我们"}},{path:"/wallet",component:W,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:U,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:E,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:R,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:F,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:z,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:B,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:M,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:V,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:N,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:Y,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:q,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:G,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:H,meta:{title:"猎芯网-收银台"}},{path:"/xianhuo",component:J,meta:{title:""}},{path:"*",redirect:"/"}];K.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var $=new b["a"]({routes:K,scrollBehavior:function(e,t,a){return{x:0,y:0}}}),Z=a("52c1"),Q=a("a4c0"),X=a("365c"),ee=a("4260"),te=a("fed1");s["a"].use(Q["r"]);var ae={walletInfoData:{},verifyShowImgCode:!1,verifyCountDownFlag:!1,activateShowImgCode:!1,activateCountDownFlag:!1,retieveShowImgCode:!1,retieveCountDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[],orderInfoData:[],amountWithdrawFlag:!1},ne={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.verifyShowImgCode=!t.verifyCountDownFlag,e.verifyCountDownFlag=t.verifyCountDownFlag},smsVerifyActivate:function(e,t){e.activateShowImgCode=!t.activateCountDownFlag,e.activateCountDownFlag=t.activateCountDownFlag},smsVerifyRetrieve:function(e,t){e.retieveShowImgCode=!t.retieveCountDownFlag,e.retieveCountDownFlag=t.retieveCountDownFlag},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,ee["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){},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},orderInfo:function(e,t){e.orderInfoData=t.data}},ie={getWalletInfo:function(e,t){var a=e.commit,n={};X["b"].getWalletInfo(te.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){var a=e.commit;Q["r"].loading({message:"处理中..."});var n={mobile:t.mobile,verify:t.imgCode,channel:3};X["b"].smsVerify(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"smsVerifyActivate",activateCountDownFlag:!0})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"smsVerifyActivate",activateCountDownFlag:!1})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Q["r"].clear()})},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};X["b"].activateWallet(te.stringify(a)).then(function(e){var a=e.data;0==a.err_code?(Object(Q["r"])({message:a.err_msg,duration:2e3}),t.referer?setTimeout(function(){window.location.href=t.referer},2e3):setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(Q["r"])({message:a.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;Q["r"].loading({message:"处理中..."});var n={verify:t.imgCode,channel:3};X["b"].sendSafesms(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",verifyCountDownFlag:!0})):23019==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",verifyCountDownFlag:!1})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Q["r"].clear()})},smsVerifyRetrieve:function(e,t){var a=e.commit;Q["r"].loading({message:"处理中..."});var n={verify:t.imgCode,channel:3};X["b"].sendSafesms(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"smsVerifyRetrieve",retieveCountDownFlag:!0})):23019==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"smsVerifyRetrieve",retieveCountDownFlag:!1})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Q["r"].clear()})},verifyResetsms:function(e,t){var a=e.commit,n={verify_code:t.verify_code};X["b"].verifyResetsms(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"verifyResetsms",data:t.data})):Object(Q["r"])({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};X["b"].changeWalletpwd(te.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var a=e.commit;Q["r"].loading({message:"加载中..."});var n={log_type:t.log_type,stime:t.stime,etime:t.etime};X["b"].walletListLog(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(a({type:"walletListLog",data:t.data.list}),Q["r"].clear()):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Q["r"].clear()})},walletRecordList:function(e,t){var a=e.commit;Q["r"].loading({message:"加载中..."});var n={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};X["b"].walletRecordList(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(a({type:"walletRecordList",data:t.data.list}),Q["r"].clear()):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Q["r"].clear()})},verifySafeMobile:function(e,t){var a=e.commit,n={verify_code:t.verify_code,pay_password:t.pay_password};X["b"].verifySafeMobile(te.stringify(n)).then(function(e){var t=e.data;Q["r"].loading({message:"处理中..."}),0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"verifySafeMobile",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/bind"},2e3)):11030==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/"},2e3)):Object(Q["r"])({message:t.err_msg,duration:2e3})}).catch(function(e){Q["r"].clear()})},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};X["b"].getBindBankmsg(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;Q["r"].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};X["b"].bindBankCard(te.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Q["r"].clear()})},walletRecharge:function(e,t){var a=e.commit,n={amount:t.amount};X["b"].walletRecharge(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?a({type:"walletRecharge",data:t.data}):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){e.commit;var a={amount:t.amount,pay_password:t.pay_password};Q["r"].loading({message:"处理中..."}),ae.amountWithdrawFlag=!0,X["b"].walletWithdraw(te.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),setTimeout(function(){ae.amountWithdrawFlag=!1,window.location.href="/h5/view/#/wallet/record"},2e3)):(Object(Q["r"])({message:t.err_msg,duration:2e3}),setTimeout(function(){ae.amountWithdrawFlag=!1},2e3))}).catch(function(e){Q["r"].clear()})},rechargeWithdrawOrderIfo:function(e,t){var a=e.commit,n={wallet_id:t.wallet_id};X["b"].rechargeWithdrawOrderIfo(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),a({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(Q["r"])({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};X["b"].payTodo(te.stringify(a)).then(function(e){var t=e.data;0==t.err_code?is_miniProgram()?wx.requestPayment(t.data):window.location.href=t.data:Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},orderInfo:function(e,t){var a=e.commit,n={order_id:t.order_id};X["b"].orderInfo(te.stringify(n)).then(function(e){var t=e.data;0==t.err_code?a({type:"orderInfo",data:t.data}):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletPayTodo:function(e,t){e.commit;var a={pay_code:t.pay_code,pay_password:t.pay_password,types:t.types,order_id:t.order_id,site_type:t.site_type};X["b"].payTodo(te.stringify(a)).then(function(e){var a=e.data;0==a.err_code?setTimeout(function(){window.location.href="/v3/pay/success?order_id="+t.order_id+"&types="+(t.types||0)},2e3):Object(Q["r"])({message:a.err_msg,duration:3e3})}).catch(function(e){})}},oe={},re={state:ae,mutations:ne,actions:ie,getters:oe};s["a"].use(Q["r"]);var ce={index:{},loading:!0},se={index:function(e,t){e.index=t.data}},de={index:function(e,t){var a=e.commit;ce.loading=!0;var n=ee["a"].getParams();X["b"].index(n).then(function(e){var t=e.data;ce.loading=!1,0==t.err_code?a({type:"index",data:t.data}):2==t.err_code&&Object(Q["r"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){ce.loading=!1})}},ue={},le={state:ce,mutations:se,actions:de,getters:ue};s["a"].use(Q["r"]);var fe={cartCount:"",loginCheck:!1,phpParams:{}},me={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}},he={cartCount:function(e,t){var a=e.commit;X["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&a({type:"cartCount",data:t.datacartCount})}).catch(function(e){})},loginCheck:function(e,t){var a=e.commit;X["b"].loginCheck().then(function(e){var n=e.data;t.is_jump?11010==n.err_code?window.location.href="/h5/view/":11030==n.err_code&&(window.location.href="/v3/login"):a({type:"loginCheck",data:n})}).catch(function(e){})},customsrService:function(e,t){e.commit;var a={pf:window.lxpf,searchModel:""};X["b"].customsrService(a).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var a=e.commit,n=ee["a"].getParams();X["b"].getCommonParams(n).then(function(e){var t=e.data;a({type:"phpParams",data:t})}).catch(function(e){})}},ge={},pe={state:fe,mutations:me,actions:he,getters:ge},ve=a("fed1");s["a"].use(Q["r"]);var be={loading:!1},we={index:function(e,t){e.index=t.data}},ye={checkAccountExists:function(e,t){e.commit;be.loading=!0;var a={pf:2,type:2,account:t.account};X["b"].checkAccountExists(ve.stringify(a)).then(function(e){var t=e.data;be.loading=!1,0!=t.err_code&&Object(Q["r"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){be.loading=!1})},customSmsVerify:function(e,t){e.commit;be.loading=!0;var a={pf:2,verify:"",mobile:t.mobile};X["b"].customSmsVerify(ve.stringify(a)).then(function(e){var t=e.data;be.loading=!1,0==t.err_code?Object(Q["r"])({message:t.err_msg,duration:2e3}):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){be.loading=!1})},chainFind:function(e,t){e.commit;if(be.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};X["b"].chainFind(ve.stringify(a)).then(function(e){var a=e.data;be.loading=!1,1==a.errcode?Object(Q["r"])({message:a.errmsg,duration:3e3}):2==a.errcode?(Object(Q["r"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(Q["r"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){be.loading=!1,Object(Q["r"])({message:"网络出现问题,请重试",duration:3e3})})}},_e={},ke={state:be,mutations:we,actions:ye,getters:_e},Ce=a("fed1");s["a"].use(Q["r"]);var Se={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},Pe={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)}},Oe={wechatArticle:function(e,t){var a=e.commit;Se.loadStatus=!0;var n={type_id:t.type_id,page:t.page,limit:t.limit};X["b"].wechatArticle(Ce.stringify(n)).then(function(e){var n=e.data;Se.loadStatus=!1,0==n.err_code&&a({type:"wechatArticle",data:n.data,page:t.page,limit:t.limit})}).catch(function(e){Se.loadStatus=!1})}},De={},xe={state:Se,mutations:Pe,actions:Oe,getters:De},Ae=(a("b06f"),a("fed1"));s["a"].use(Q["r"]);var je={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},Ie={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}},Te={newsArticle:function(e,t){var a=e.commit;je.loadStatus=!0;var n={cat_id:t.cat_id,p:t.p,limit:t.limit};je.p=t.p,je.limit=t.limit,X["b"].newsArticle(Ae.stringify(n)).then(function(e){var t=e.data;je.loadStatus=!1,0==t.err_code&&a({type:"newsArticle",data:t.data})}).catch(function(e){je.loadStatus=!1})}},Le={},We={state:je,mutations:Ie,actions:Te,getters:Le},Ue=a("fed1");s["a"].use(Q["r"]);var Ee={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},Re={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,ee["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":ee["a"].setCookie("newsdetailpop","1",1)}},Fe={newsArticleDetail:function(e,t){var a=e.commit;Ee.newsDetailObj={},Ee.loadStatus=!0;var n={art_id:t.art_id};X["b"].newsArticleDetail(Ue.stringify(n)).then(function(e){Ee.loadStatus=!1;var t=e.data;0==t.err_code&&a({type:"newsArticleDetail",data:t.data})}).catch(function(e){Ee.loadStatus=!1})},newsArticleDetailAd:function(e,t){var a=e.commit,n={cat_id:t.cat_id},i=ee["a"].getParams(n);X["b"].newsArticleDetailAd(i).then(function(e){var t=e.data;0==t.err_code&&a({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},ze={},Be={state:Ee,mutations:Re,actions:Fe,getters:ze},Me=a("fed1");s["a"].use(Q["r"]);var Ve={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Ne={smsVerify:function(e,t){}},Ye={smsVerify:function(e,t){var a=e.commit;Ve.form1CodeStatus=!1,Ve.loading=!0;var n={mobile:t.mobile,verify:t.verify,channel:1};X["b"].smsVerify(Me.stringify(n)).then(function(e){var n=e.data;Ve.loading=!1;var i="form2"==t.types?"form2":"form1";Ve[i+"ImgShow"]=!1,0==n.err_code?(Object(Q["r"])({message:n.err_msg,duration:2e3}),Ve[i+"CodeStatus"]=!0,a({type:"smsVerify",data:n.data})):23019==n.err_code||11008==n.err_code||11011==n.err_code?(Object(Q["r"])({message:n.err_msg,duration:2e3}),Ve[i+"ImgShow"]=!0):Object(Q["r"])({message:n.err_msg,duration:3e3})}).catch(function(e){Ve.loading=!1})},actionLogin:function(e,t){var a=e.commit;Ve.loading=!0,Ve.isRegLogin=!1;var n={account:t.account,sms_verify:t.sms_verify};X["b"].actionLogin(Me.stringify(n)).then(function(e){var n=e.data;if(Ve.loading=!1,0==n.err_code){if("form1"==t.form_name)return Object(Q["r"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);Ve.isRegLogin=!0,a({type:"actionLogin",data:n.data})}else Object(Q["r"])({message:n.err_msg,duration:3e3})}).catch(function(e){Ve.loading=!1})},feedback:function(e,t){var a=e.commit;Ve.loading=!0;var n={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};X["b"].feedback(Me.stringify(n)).then(function(e){var t=e.data;Ve.loading=!1,0==t.err_code?(Object(Q["r"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),a({type:"feedback",data:t.data})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Ve.loading=!1})}},qe={},Ge={state:Ve,mutations:Ne,actions:Ye,getters:qe},He=a("fed1");s["a"].use(Q["r"]);var Je={loading:!1,form1ImgShow:!1,form1CodeStatus:!1,isRegLogin:!1},Ke={},$e={smsVerify1:function(e,t){var a=e.commit;Je.form1CodeStatus=!1,Je.loading=!0;var n={mobile:t.mobile,verify:t.verify,channel:1};X["b"].smsVerify(He.stringify(n)).then(function(e){var t=e.data;Je.loading=!1,Je["form1ImgShow"]=!1,0==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),Je["form1CodeStatus"]=!0,a({type:"smsVerify",data:t.data})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),Je["form1ImgShow"]=!0):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Je.loading=!1})},actionLogin1:function(e,t){var a=e.commit;Je.loading=!0,Je.isRegLogin=!1;var n={account:t.account,sms_verify:t.sms_verify};X["b"].actionLogin(He.stringify(n)).then(function(e){var t=e.data;Je.loading=!1,0==t.err_code?(Je.isRegLogin=!0,a({type:"actionLogin",data:t.data})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Je.loading=!1})},feedback1:function(e,t){var a=e.commit;Je.loading=!0;var n={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};X["b"].feedback(He.stringify(n)).then(function(e){var t=e.data;Je.loading=!1,0==t.err_code?(Object(Q["r"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),a({type:"feedback",data:t.data})):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Je.loading=!1})}},Ze={},Qe={state:Je,mutations:Ke,actions:$e,getters:Ze},Xe=(a("ab56"),a("f91a"),a("fed1"));s["a"].use(Q["r"]);var et={loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),userInfo:"",loading:!1,getUserCurrentPoint:0,isSignInToday:!1,isSignInTodayStateGo:!1,checkInfoState:!1,navlist:[],listdata:[]},tt={getPointPrize:function(e,t){var a=t.data||[];if(a.length>0){for(var n=[],i=[],o=[],r=[],c=0;c<a.length;c++)n.push(a[c]["prize_type"]),r.push(a[c]["prize_sort"]),i.push(a[c]["prize_type_text"].replace(/\s/g,""));n=ee["a"].distinct(n),i=ee["a"].distinct(i),r=ee["a"].distinct(r);for(var s=0;s<n.length;s++)o.push({prise_type:n[s],prise_type_text:i[s],prize_sort:r[s]});o=o.sort(ee["a"].compare("prise_type",1)),e.navlist=o,e.listdata=a}}},at={getPointPrize:function(e,t){var a=e.commit;et.loading=!0;var n={limit:1e3};X["b"].getPointPrize(Xe.stringify(n)).then(function(e){et.loading=!1;var t=e.data;0==t.errcode&&a({type:"getPointPrize",data:t.data.data})}).catch(function(e){et.loading=!1})},loginCheckp:function(e,t){e.commit;X["b"].loginCheck().then(function(e){var t=e.data;0!=t.err_code&&11030!=t.err_code||(et.userInfo=t.data)})},getUserCurrentPoint:function(e,t){e.commit;var a={user_id:ee["a"].getCookie("Yo4teW_uid")};X["b"].getUserCurrentPoint(Xe.stringify(a)).then(function(e){var t=e.data;0==t.errcode&&(et.getUserCurrentPoint=t.data)})},isSignInToday:function(e,t){e.commit;X["b"].isSignInToday().then(function(e){var t=e.data;0==t.err_code&&(et.isSignInToday=t.data)})},signIn:function(e,t){e.commit;et.loading=!0,X["b"].signIn().then(function(e){et.loading=!1;var t=e.data;0==t.err_code&&(et.isSignInToday=!0,et.isSignInTodayStateGo=!0,Object(Q["r"])({message:"签到完成,恭喜您获得100个积分!",duration:3e3}))}).catch(function(e){et.loading=!1})},checkMktScore:function(e,t){e.commit;et.loading=!0,X["b"].checkMktScore().then(function(e){et.loading=!1;var t=e.data;0==t.err_code&&(1==t.data?et.checkInfoState=!0:et.checkInfoState=!1)}).catch(function(e){et.loading=!1})},exchangePrize:function(e,t){e.commit;et.loading=!0;var a={user_id:ee["a"].getCookie("Yo4teW_uid"),point_prize_id:t.point_prize_id};X["b"].exchangePrize(Xe.stringify(a)).then(function(e){et.loading=!1;var t=e.data;if(0==t.errcode){var a=t.data.point_exchange_id;window.location.href="/h5/view/#/pointchange?point_exchange_id="+a+"&prize_type="+t.data.prize_type}else Object(Q["r"])({message:t.errmsg,duration:2500})}).catch(function(e){et.loading=!1})}},nt={},it={state:et,mutations:tt,actions:at,getters:nt},ot=a("fed1");s["a"].use(Q["r"]);var rt={loading:!1,prize_info:"",prize_types:"",address_id:"",address_info:"",adressApiState:!1},ct={},st={getUserPointExchangeDetail:function(e,t){e.commit;rt.loading=!0;var a={point_exchange_id:t.point_exchange_id};X["b"].getUserPointExchangeDetail(ot.stringify(a)).then(function(e){rt.loading=!1;var t=e.data;0==t.errcode&&(rt.prize_info=t.data.prize_info,rt.prize_types=t.data.prize_info.prize_type,t.data.address_info?(rt.address_info=t.data.address_info,rt.address_info.point_addressp=1,rt.address_id=t.data.prize_info.address_id):rt.adressApiState=!0)}).catch(function(e){rt.loading=!1})},recvlist:function(e,t){e.commit;X["b"].recvlist().then(function(e){var t=e.data;if(0==t.err_code){var a=t.data||[];if(a.length>0)for(var n=0;n<a.length;n++)1==a[n].is_default&&(rt.address_info=a[n],rt.address_id=a[n].address_id)}})}},dt={},ut={state:rt,mutations:ct,actions:st,getters:dt};s["a"].use(Q["r"]);var lt={loading:!1,ruledata:""},ft={},mt={pointruleApi:function(e,t){e.commit;lt.loading=!0,X["b"].pointruleApi().then(function(e){lt.loading=!1;var t=e.data;0==t.err_code&&(lt.ruledata=t.data.data[0])}).catch(function(e){lt.loading=!1})}},ht={},gt={state:lt,mutations:ft,actions:mt,getters:ht},pt=a("fed1");s["a"].use(Q["r"]);var vt={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},bt={getUserPointDetail:function(e,t){1==t.data.current_page?e.detaillist=t.data.data:e.detaillist=e.detaillist.concat(t.data.data),e.totalLimit=t.data.last_page,t.data.current_page>=t.data.last_page?e.finished=!0:e.finished=!1}},wt={getUserPointDetail:function(e,t){var a=e.commit;vt.loadStatus=!0;var n={page:t.page,limit:t.limit,user_id:ee["a"].getCookie("Yo4teW_uid"),flow_type:t.flow_type};1==t.page&&(vt.finished=!1,vt.detaillist=[]),X["b"].getUserPointDetail(pt.stringify(n)).then(function(e){var t=e.data;vt.loadStatus=!1,0==t.errcode&&a({type:"getUserPointDetail",data:t.data})}).catch(function(e){vt.loadStatus=!1})},getUserCurrentPointdetail:function(e,t){e.commit;var a={user_id:ee["a"].getCookie("Yo4teW_uid")};X["b"].getUserCurrentPoint(pt.stringify(a)).then(function(e){var t=e.data;0==t.errcode&&(vt.getUserCurrentPoint=t.data)})}},yt={},_t={state:vt,mutations:bt,actions:wt,getters:yt},kt=a("fed1");s["a"].use(Q["r"]);var Ct={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},St={getUserPointExchangeList:function(e,t){1==t.data.current_page?e.detaillist=t.data.data:e.detaillist=e.detaillist.concat(t.data.data),e.totalLimit=t.data.last_page,t.data.current_page>=t.data.last_page?e.finished=!0:e.finished=!1}},Pt={getUserPointExchangeList:function(e,t){var a=e.commit;Ct.loadStatus=!0;var n={page:t.page,limit:t.limit,user_id:ee["a"].getCookie("Yo4teW_uid"),prize_type:t.prize_type};1==t.page&&(Ct.finished=!1,Ct.detaillist=[]),X["b"].getUserPointExchangeList(kt.stringify(n)).then(function(e){var t=e.data;Ct.loadStatus=!1,0==t.errcode&&a({type:"getUserPointExchangeList",data:t.data})}).catch(function(e){Ct.loadStatus=!1})}},Ot={},Dt={state:Ct,mutations:St,actions:Pt,getters:Ot};a("fed1");s["a"].use(Q["r"]);var xt={loading:!1,aboutdata:""},At={getAboutUsData:function(){var e=Q["r"].loading({message:"加载中...",duration:0});X["b"].getAboutUsData().then(function(t){e.clear();var a=t.data;0==a.err_code&&(xt.aboutdata=a.data.data[0])}).catch(function(t){e.clear()})}},jt={state:xt,actions:At};s["a"].use(Q["r"]);var It=a("fed1"),Tt={loading:!1,formCodeStatus:!1,formImgShow:!1},Lt={},Wt={chainSmsVerify:function(e,t){e.commit;Tt.loading=!0,Tt.formCodeStatus=!1;var a={verify:t.verify,mobile:t.mobile};X["b"].smsVerify(It.stringify(a)).then(function(e){Tt.loading=!1,Tt.formImgShow=!1;var t=e.data;0==t.err_code?(Tt.formCodeStatus=!0,Object(Q["r"])({message:t.err_msg,duration:2e3})):23019==t.err_code||11008==t.err_code||11011==t.err_code?(Object(Q["r"])({message:t.err_msg,duration:2e3}),Tt["formImgShow"]=!0):Object(Q["r"])({message:t.err_msg,duration:3e3})}).catch(function(e){Tt.loading=!1})},chainFindBg:function(e,t){e.commit;Tt.loading=!0;var a={need:t.need,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};X["b"].chainFind(It.stringify(a)).then(function(e){Tt.loading=!1;var t=e.data;1==t.errcode?Object(Q["r"])({message:t.errmsg,duration:2e3}):(t.errcode,Object(Q["r"])({message:"您的需求已经提交成功!我们将会在30分钟内联系您!",duration:3e3}),setTimeout(function(){history.go(0)},2500))}).catch(function(e){Tt.loading=!1})}},Ut={},Et={state:Tt,mutations:Lt,actions:Wt,getters:Ut};s["a"].use(Z["a"]),s["a"].use(Z["a"]);var Rt=new Z["a"].Store({modules:{wallet:re,home:le,common:pe,smt:ke,wxlist:xe,news:We,newsdetail:Be,seo:Ge,findthing:Qe,pointmall:it,pointchange:ut,pointrule:gt,pointdetail:_t,exchange:Dt,aboutus:jt,chain:Et}}),Ft=function(e,t){var a=e;return-1==a.indexOf("ptag")&&(a=a.indexOf("?")>-1?a+"&ptag="+t:a+"?ptag="+t),a},zt=function(e){return encodeURIComponent(e)},Bt=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},Mt=function(e,t){var a=new Date(1e3*e);function n(e){return e<10&&(e="0"+e),e}var i=a.getFullYear(),o=a.getMonth()+1,r=a.getDate(),c=a.getHours(),s=a.getMinutes(),d=a.getSeconds();return i+"-"+n(o)+"-"+n(r)+" "+n(c)+":"+n(s)+":"+n(d)},Vt={dateTimeFormate:Mt,urlParams:Bt,urlPatg:Ft,urlEncode:zt},Nt={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)}},Yt={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)}},qt={bind:function(e,t){var a=X["a"]+"public/verify?"+(new Date).getTime();e.setAttribute("src",a),e.addEventListener("click",function(){var t=X["a"]+"public/verify?"+(new Date).getTime();e.setAttribute("src",t)},!1)}},Gt={install:function(e){e.directive("backTop",Nt),e.directive("backTopWindow",Yt),e.directive("imgCode",qt)}},Ht=a("897d"),Jt=a.n(Ht),Kt=a("5482"),$t=a.n(Kt);a("39b3"),a("bfd9");s["a"].config.productionTip=!1;var Zt="production";if("production"!=Zt)new $t.a;c()(Vt).forEach(function(e){return s["a"].filter(e,Vt[e])}),s["a"].use(Gt);var Qt=ee["a"].getCookie("Yo4teW_csrf")||"";s["a"].prototype.$http=v.a,v.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",v.a.defaults.withCredentials=!0,v.a.interceptors.request.use(function(e){if("post"==e.method)e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf="+window.lxpf+"&csrf="+Qt):e.data="pf="+window.lxpf+"&csrf="+Qt;else if("get"==e.method){var t=c()(e.params);t.length?-1==t.indexOf("pf")&&(e.params=Object(o["a"])({pf:window.lxpf,csrf:Qt},e.params)):e.params={pf:window.lxpf,csrf:Qt}}return e},function(e){return i.a.reject(e)});var Xt=ee["a"].getCookie("Yo4teW_gid"),ea=(new Date).getTime()+Math.random();if(null==Xt){var ta=Jt()(ea);ee["a"].setCookie("Yo4teW_gid",ta,1,window.cookieHostname)}var aa={urlhash:window.location.hash};aa=ee["a"].getParams(aa),X["b"].wxaccess(aa).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),$.beforeEach(function(e,t,a){var n=e.meta&&e.meta.title;n&&(document.title=n);var i=e.meta.back||"";if(i){var o=!!ee["a"].isLogin();o?a():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else a()}),new s["a"]({router:$,store:Rt,render:function(e){return e(g)}}).$mount("#app")},bfd9:function(e,t,a){}});
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0152a94c"],{"17a2":function(e,t,o){"use strict";var a=o("5b60"),s=o.n(a);s.a},"5b60":function(e,t,o){},"5f33":function(e,t,o){var a=o("4839"),s=o("d62f"),r=o("694f").f,i=o("62af").f,n=o("d635"),c=o("7fe4"),m=a.RegExp,f=m,l=m.prototype,d=/a/g,u=/a/g,v=new m(d)!==d;if(o("3a0f")&&(!v||o("201d")(function(){return u[o("f3ae")("match")]=!1,m(d)!=d||m(u)==u||"/a/i"!=m(d,"i")}))){m=function(e,t){var o=this instanceof m,a=n(e),r=void 0===t;return!o&&a&&e.constructor===m&&r?e:s(v?new f(a&&!r?e.source:e,t):f((a=e instanceof m)?e.source:e,a&&r?c.call(e):t),o?this:l,m)};for(var p=function(e){e in m||r(m,e,{configurable:!0,get:function(){return f[e]},set:function(t){f[e]=t}})},w=i(f),h=0;w.length>h;)p(w[h++]);l.constructor=m,m.prototype=l,o("7f00")(a,"RegExp",m)}o("4fd1")("RegExp")},bdad:function(e,t,o){"use strict";o.r(t);var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("section",{staticClass:"wallet-verify"},[o("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),o("div",{staticClass:"verify-content"},[o("ul",{staticClass:"form-wrap"},[o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("支付密码")]),o("br"),e.showPassword?[o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})]:[o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})],e.showPassword?o("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):o("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),o("li",{directives:[{name:"show",rawName:"v-show",value:e.verifyShowImgCode,expression:"verifyShowImgCode"}],staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("图片验证码")]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(t){t.target.composing||e.$set(e.form,"imgCode",t.target.value)}}}),o("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("安全手机:"+e._s(e.walletInfoData.safe_mobile))]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(t){t.target.composing||e.$set(e.form,"verifyCode",t.target.value)}}}),e.yzmSend?o("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):o("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),o("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),o("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])])],1)},s=[],r=(o("5f33"),o("3f47")),i=o("6e6d"),n=o("52c1"),c=o("57af"),m=o("a4c0"),f=o("365c");i["a"].use(m["e"]);var l={name:"WalletVerify",data:function(){return{title:"验证身份",meaushow:!0,showPassword:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{verifyCode:"",imgCode:"",password:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify"}},computed:Object(r["a"])({},Object(n["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},verifyShowImgCode:function(e){return e.wallet.verifyShowImgCode},verifyCountDownFlag:function(e){return e.wallet.verifyCountDownFlag}})),watch:{verifyCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},timeNum:function(){var e=this,t=setInterval(o,1e3);function o(){e.countDown--,e.countDown<=0&&(clearInterval(t),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);this.form.password?e.test(this.form.password)?this.$store.dispatch({type:"sendSafesms",imgCode:this.form.imgCode}):Object(m["q"])({message:"亲,密码由6~20位字母、数字组合",duration:2e3}):Object(m["q"])({message:"亲,请输入支付密码",duration:2e3})},next:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.verifyCode?(this.formError=!1,void this.$store.dispatch({type:"verifySafeMobile",verify_code:this.form.verifyCode,pay_password:this.form.password})):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:c["a"]}},d=l,u=(o("17a2"),o("17cc")),v=Object(u["a"])(d,a,s,!1,null,"3f338f56",null);t["default"]=v.exports}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0152a94c"],{"17a2":function(e,t,o){"use strict";var a=o("5b60"),s=o.n(a);s.a},"5b60":function(e,t,o){},"5f33":function(e,t,o){var a=o("4839"),s=o("d62f"),r=o("694f").f,i=o("62af").f,n=o("d635"),c=o("7fe4"),m=a.RegExp,f=m,l=m.prototype,d=/a/g,u=/a/g,v=new m(d)!==d;if(o("3a0f")&&(!v||o("201d")(function(){return u[o("f3ae")("match")]=!1,m(d)!=d||m(u)==u||"/a/i"!=m(d,"i")}))){m=function(e,t){var o=this instanceof m,a=n(e),r=void 0===t;return!o&&a&&e.constructor===m&&r?e:s(v?new f(a&&!r?e.source:e,t):f((a=e instanceof m)?e.source:e,a&&r?c.call(e):t),o?this:l,m)};for(var p=function(e){e in m||r(m,e,{configurable:!0,get:function(){return f[e]},set:function(t){f[e]=t}})},w=i(f),h=0;w.length>h;)p(w[h++]);l.constructor=m,m.prototype=l,o("7f00")(a,"RegExp",m)}o("4fd1")("RegExp")},bdad:function(e,t,o){"use strict";o.r(t);var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("section",{staticClass:"wallet-verify"},[o("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),o("div",{staticClass:"verify-content"},[o("ul",{staticClass:"form-wrap"},[o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("支付密码")]),o("br"),e.showPassword?[o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})]:[o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})],e.showPassword?o("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):o("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),o("li",{directives:[{name:"show",rawName:"v-show",value:e.verifyShowImgCode,expression:"verifyShowImgCode"}],staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("图片验证码")]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(t){t.target.composing||e.$set(e.form,"imgCode",t.target.value)}}}),o("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("安全手机:"+e._s(e.walletInfoData.safe_mobile))]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(t){t.target.composing||e.$set(e.form,"verifyCode",t.target.value)}}}),e.yzmSend?o("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):o("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),o("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),o("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])])],1)},s=[],r=(o("5f33"),o("3f47")),i=o("6e6d"),n=o("52c1"),c=o("57af"),m=o("a4c0"),f=o("365c");i["a"].use(m["f"]);var l={name:"WalletVerify",data:function(){return{title:"验证身份",meaushow:!0,showPassword:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{verifyCode:"",imgCode:"",password:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify"}},computed:Object(r["a"])({},Object(n["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},verifyShowImgCode:function(e){return e.wallet.verifyShowImgCode},verifyCountDownFlag:function(e){return e.wallet.verifyCountDownFlag}})),watch:{verifyCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},timeNum:function(){var e=this,t=setInterval(o,1e3);function o(){e.countDown--,e.countDown<=0&&(clearInterval(t),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);this.form.password?e.test(this.form.password)?this.$store.dispatch({type:"sendSafesms",imgCode:this.form.imgCode}):Object(m["r"])({message:"亲,密码由6~20位字母、数字组合",duration:2e3}):Object(m["r"])({message:"亲,请输入支付密码",duration:2e3})},next:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.verifyCode?(this.formError=!1,void this.$store.dispatch({type:"verifySafeMobile",verify_code:this.form.verifyCode,pay_password:this.form.password})):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:c["a"]}},d=l,u=(o("17a2"),o("17cc")),v=Object(u["a"])(d,a,s,!1,null,"3f338f56",null);t["default"]=v.exports}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0434e672"],{"3b79":function(t,i,a){"use strict";var n=a("673c"),e=a.n(n);e.a},"50c9":function(t,i,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",{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)])},e=[],s=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:s["a"]}},l=o,c=(a("7afb"),a("17cc")),r=Object(c["a"])(l,n,e,!1,null,"3efd14ca",null);i["a"]=r.exports},"673c":function(t,i,a){},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()])])},e=[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("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=s,l=(a("3b79"),a("17cc")),c=Object(l["a"])(o,n,e,!1,null,null,null);i["a"]=c.exports},7378:function(t,i,a){"use strict";var n=a("50c9"),e=a.n(n);e.a},"7afb":function(t,i,a){"use strict";var n=a("ce61"),e=a.n(n);e.a},ca8b: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("div",{staticClass:"pointer-detail"},[a("Header",{attrs:{title:"积分明细"}}),a("div",{staticClass:"point-list-head clr"},[a("div",{staticClass:"f-l",class:{act:1==t.flow_type},on:{click:function(i){return t.tab(1)}}},[t._v("收入")]),a("div",{staticClass:"f-l",class:{act:2==t.flow_type},on:{click:function(i){return t.tab(2)}}},[t._v("支出")]),a("div",{staticClass:"f-r point-value"},[t._v("\n 当前总积分:"),a("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]),a("div",{ref:"pointContent",staticClass:"point_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,n){return a("div",{key:n,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",[t._v(t._s(i.flow_reason_type_text))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.flow_time)))])]),a("div",{staticClass:"f-r"},[t._v(t._s(1==i.flow_type?"+":"-")+t._s(i.flow_point))])])}),0)],1)])],1)},e=[],s=a("3f47"),o=a("6e6d"),l=a("52c1"),c=a("a4c0"),r=a("57af");o["a"].use(c["g"]);var f={name:"pointdetail",data:function(){return{finishedtext:" ",page:1,loading:!1,limit:12,flow_type:1,detaillists:[]}},computed:Object(s["a"])({},Object(l["b"])({getUserCurrentPoint:function(t){return t.pointdetail.getUserCurrentPoint},loadStatus:function(t){return t.pointdetail.loadStatus},finished:function(t){return t.pointdetail.finished},totalLimit:function(t){return t.pointdetail.totalLimit},detaillist:function(t){return t.pointdetail.detaillist}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.$store.dispatch({type:"getUserCurrentPointdetail"}),this.getData()},methods:{getData:function(){this.$store.dispatch({type:"getUserPointDetail",page:this.page,limit:this.limit,flow_type:this.flow_type})},tab:function(t){if(this.flow_type!=t){var i=this.$refs["pointContent"];this.flow_type=t,this.page=1,i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}},components:{Header:r["a"]}},u=f,p=(a("7378"),a("17cc")),d=Object(p["a"])(u,n,e,!1,null,"2886ee09",null);i["default"]=d.exports},ce61:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-04713dde"],{"3b79":function(t,i,n){"use strict";var s=n("673c"),a=n.n(s);a.a},"3ef0":function(t,i,n){},"57af":function(t,i,n){"use strict";var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;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)])},a=[],e=n("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:e["a"]}},c=o,r=(n("7afb"),n("17cc")),l=Object(r["a"])(c,s,a,!1,null,"3efd14ca",null);i["a"]=l.exports},"673c":function(t,i,n){},7272:function(t,i,n){"use strict";var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",[t.flag?n("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),n("div",{staticClass:"menu clr"},[n("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?n("div",[n("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,i=t.$createElement,n=t._self._c||i;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("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=e,c=(n("3b79"),n("17cc")),r=Object(c["a"])(o,s,a,!1,null,null,null);i["a"]=r.exports},"7afb":function(t,i,n){"use strict";var s=n("ce61"),a=n.n(s);a.a},b2aa:function(t,i,n){"use strict";var s=n("3ef0"),a=n.n(s);a.a},c46d:function(t,i,n){"use strict";n.r(i);var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"pointmall"},[n("Header",{attrs:{title:t.title}}),n("div",{staticClass:"point-mall-head"},[n("div",{staticClass:"point-head-top clr"},[t._m(0),t.isLogin?t._e():n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name point-info-namep"},[n("a",{attrs:{href:t.loginUrl}},[t._v("立即登录")])])]),t.isLogin?n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name"},[t._v(t._s(t.userInfo.user_name||t.userInfo.mobile||t.userInfo.email))]),n("div",{staticClass:"point-info-phone"},[t._v(t._s(t.userInfo.mobile))])]):t._e(),n("div",{staticClass:"point-qian fr"},[n("div",{staticClass:"qian-btn fr",class:{dis:t.isSignInToday},on:{click:function(i){return t.qiandao()}}},[n("i",{staticClass:"icon iconfont icon-qiandao"}),n("font",[t.isSignInToday?[t._v("已")]:t._e(),t._v("签到")],2)],1),t.isLogin?[n("div",{staticClass:"current-point fr"},[t._v("当前积分: "),n("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]:[n("div",{staticClass:"current-point fr"},[t._v("登录后查看积分")])]],2)]),n("div",{staticClass:"point-head-bottom clr"},[n("div",{staticClass:"fl add-points points-bt",on:{click:function(i){return t.zhuanjifen()}}},[t._m(1),n("div",[t._v("赚取积分")])]),t._m(2),t._m(3)])]),n("div",{staticClass:"point-line"}),n("div",{staticClass:"point-mall-section"},[t._m(4),n("ul",{staticClass:"point-list-nav"},t._l(t.navlist,function(i,s){return n("li",{class:{act:t.act==s},on:{click:function(i){return t.tab(s)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),n("div",{staticClass:"data-points"},[t._l(t.navlist,function(i,s){return[n("div",{directives:[{name:"show",rawName:"v-show",value:s==t.act,expression:"index==act"}],staticClass:"data-box-point clr"},[t._l(t.listdata,function(s,a){return[i.prise_type==s.prize_type?n("div",{staticClass:"box-group fl"},[n("div",{staticClass:"point-group-top"},[n("img",{attrs:{src:s.prize_img_url,alt:s.prize_desc}})]),n("div",{staticClass:"prize-name"},[t._v(t._s(s.prize_name)+" ")]),n("div",{staticClass:"points-nees"},[t._v("需"+t._s(s.prize_point)+"积分")]),n("a",{staticClass:"change-btn",on:{click:function(i){return t.changePrize(s.point_prize_id,s.prize_point,s.prize_name)}}},[t._v("兑换")])]):t._e()]})],2)]})],2)]),n("div",{directives:[{name:"show",rawName:"v-show",value:t.addPointState,expression:"addPointState"}],staticClass:"add-points-mask"},[n("div",{staticClass:"add-points-content"},[n("i",{staticClass:"icon iconfont icon-guanbi close-point",on:{click:function(i){t.addPointState=!t.addPointState}}}),n("div",{staticClass:"infobox clear"},[n("div",{staticClass:"infoboxh infoboxe clear"},[t._m(5),t.checkInfoState?[n("a",{staticClass:"fr dis",attrs:{href:"javascript:void(0)"}},[t._v("已完善")])]:[n("a",{staticClass:"fr",attrs:{href:"/v3/user/account"}},[t._v("去完善")])]],2),t._m(6)])])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl imgboxp"},[n("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/headimg/boy1.png",alt:"猎芯网"}})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-zhuanqujifen"})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl points-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/point"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-jifenmingxi"})]),n("div",[t._v("积分明细")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl change-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/exchange"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-duihuanjilu"})]),n("div",[t._v("兑换记录")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"point-section-title clr"},[n("div",{staticClass:"fl"},[t._v("积分兑换")]),n("a",{staticClass:"fr",attrs:{href:"/h5/view/#/pointrule"}},[t._v("积分规则>")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl"},[n("p",[t._v("完善基本信息")]),n("span",[t._v("每项领取40积分")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"infoboxh infoboxf clear"},[n("div",{staticClass:"fl"},[n("p",[t._v("支付订单")]),n("span",[t._v("交易成功后,联营订单金额1元获得1个积分,自营订单金额1元获得2个积分")])]),n("a",{staticClass:"fr",attrs:{href:"/"}},[t._v("去下单")])])}],e=(n("b06f"),n("3f47")),o=n("6e6d"),c=n("52c1"),r=n("a4c0"),l=n("57af"),f=n("4260");o["a"].use(r["q"]).use(r["h"]).use(r["d"]);var u={name:"Pointmall",computed:Object(e["a"])({},Object(c["b"])({loading:function(t){return t.pointmall.loading},userInfo:function(t){return t.pointmall.userInfo},getUserCurrentPoint:function(t){return t.pointmall.getUserCurrentPoint},isSignInToday:function(t){return t.pointmall.isSignInToday},isSignInTodayStateGo:function(t){return t.pointmall.isSignInTodayStateGo},checkInfoState:function(t){return t.pointmall.checkInfoState},navlist:function(t){return t.pointmall.navlist},listdata:function(t){return t.pointmall.listdata}})),data:function(){return{loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),title:"积分商城",act:0,addPointState:!1,isLogingo:1==f["a"].isLogin(),isLogin:!!f["a"].isLogin()}},created:function(){this.loginstate()},methods:{loginstate:function(){this.$store.dispatch({type:"getPointPrize"}),this.isLogin&&(this.check(),this.$store.dispatch({type:"getUserCurrentPoint"}),this.$store.dispatch({type:"isSignInToday"}))},tab:function(t){this.act!=t&&(this.act=t)},check:function(){this.$store.dispatch({type:"loginCheckp"})},qiandao:function(){this.isSignInToday||(this.isLogingo?this.$store.dispatch({type:"signIn"}):window.location.href=this.loginUrl)},zhuanjifen:function(){1==f["a"].isLogin()?(this.addPointState=!0,this.$store.dispatch({type:"checkMktScore"})):window.location.href=this.loginUrl},changePrize:function(t,i,n){var s=this;if(this.isLogingo){if(0==this.getUserCurrentPoint)return void Object(r["q"])({message:"当前没有积分噢",duration:3e3});if(this.getUserCurrentPoint<Number(i))return void r["d"].confirm({title:"温馨提示",message:"您当前拥有"+this.getUserCurrentPoint+"积分,还差"+(Number(i)-this.getUserCurrentPoint)+"积分可以兑换此奖品,立即去赚取积分吧",confirmButtonText:"赚取积分"}).then(function(){s.zhuanjifen()}).catch(function(){});r["d"].confirm({title:"温馨提示",message:"你确定要以"+i+"积分兑换"+n+"吗?"}).then(function(){s.$store.dispatch({type:"exchangePrize",point_prize_id:t})}).catch(function(){})}else window.location.href=this.loginUrl}},watch:{isSignInTodayStateGo:function(t){t&&this.$store.dispatch({type:"getUserCurrentPoint"})}},components:{Header:l["a"]}},d=u,p=(n("b2aa"),n("17cc")),v=Object(p["a"])(d,s,a,!1,null,"0f79c054",null);i["default"]=v.exports},ce61:function(t,i,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0528a41a"],{"0c0f":function(t,s,i){t.exports=i.p+"img/about_five_03.31faab7f.jpg"},"13b9":function(t,s,i){t.exports=i.p+"img/title_02.19364d3b.png"},1945:function(t,s,i){},"1c38":function(t,s,i){t.exports=i.p+"img/three_12.8e7eab7e.jpg"},2246:function(t,s,i){t.exports=i.p+"img/title_03.22af439a.png"},2836:function(t,s,i){t.exports=i.p+"img/three_07.b93d8cd0.jpg"},"2f26":function(t,s,i){t.exports=i.p+"img/title_04.3c085be5.png"},"2fea":function(t,s,i){t.exports=i.p+"img/about_five_3.e38f3e80.png"},3420:function(t,s,i){t.exports=i.p+"img/jg_02.be24363e.png"},5677:function(t,s,i){t.exports=i.p+"img/title_05.5ba861aa.png"},"576f":function(t,s,i){t.exports=i.p+"img/three_08.abd136a9.jpg"},"609c":function(t,s,i){t.exports=i.p+"img/about_banner.0a5f989e.jpg"},6262:function(t,s,i){t.exports=i.p+"img/about_five_01.e5dc0792.jpg"},"76bc":function(t,s,i){"use strict";var a=i("1945"),e=i.n(a);e.a},"8fa9":function(t,s,i){t.exports=i.p+"img/about_five_1.cb531c6b.png"},"90e2":function(t,s,i){t.exports=i.p+"img/about_five_2.3b89921d.png"},"9ed6":function(t,s,i){t.exports=i.p+"img/three_05.2f3455a9.jpg"},a0e4:function(t,s,i){t.exports=i.p+"img/title_01.215be90e.png"},afcc:function(t,s,i){t.exports=i.p+"img/three_03.49b062a4.jpg"},ba3c:function(t,s,i){t.exports=i.p+"img/three_02.e045a44d.jpg"},c4da:function(t,s,i){t.exports=i.p+"img/three_04.f98e5256.jpg"},cd10:function(t,s,i){t.exports=i.p+"img/three_09.dca066ad.jpg"},da08:function(t,s,i){t.exports=i.p+"img/three_06.5ad5630e.jpg"},de58:function(t,s,i){t.exports=i.p+"img/about_five_02.317bd4ea.jpg"},eb18:function(t,s,i){t.exports=i.p+"img/three_01.abd4c6c4.jpg"},f1e3:function(t,s,i){t.exports=i.p+"img/three_10.85431274.jpg"},f517:function(t,s,i){t.exports=i.p+"img/three_11.ab711558.jpg"},ffc5:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"aboutUs"},[t._m(0),t._m(1),a("div",{staticClass:"section sec3 about-three"},[t._m(2),a("div",{staticClass:"block three-box"},[a("van-swipe",{attrs:{loop:!1},on:{change:t.onChange}},[a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("afcc")}}),a("p",[a("i",{class:0==t.current?"active-item-i":""}),a("span",[t._v("深圳市电子商会常务理事单位")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("eb18")}}),a("p",[a("i",{class:1==t.current?"active-item-i":""}),a("span",[t._v("\n 2017中国农业银行\n "),a("br"),t._v("国际业务战略合作伙伴\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("ba3c")}}),a("p",[a("i",{class:2==t.current?"active-item-i":""}),a("span",[t._v("\n 深圳市龙岗区\n "),a("br"),t._v("电子行业联合会第一届理事会\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("c4da")}}),a("p",[a("i",{class:3==t.current?"active-item-i":""}),a("span",[t._v("高新技术企业")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("9ed6")}}),a("p",[a("i",{class:4==t.current?"active-item-i":""}),a("span",[t._v("深圳市高新技术企业")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("da08")}}),a("p",[a("i",{class:5==t.current?"active-item-i":""}),a("span",[t._v("\n 2017年度中国\n "),a("br"),t._v("电子元器件分销商卓越表现奖\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("2836")}}),a("p",[a("i",{class:6==t.current?"active-item-i":""}),a("span",[t._v("2017中国B2B百强企业")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("576f")}}),a("p",[a("i",{class:7==t.current?"active-item-i":""}),a("span",[t._v("\n 2016中国电子商务\n "),a("br"),t._v("应用发展年会B2B投资风云奖\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("cd10")}}),a("p",[a("i",{class:8==t.current?"active-item-i":""}),a("span",[t._v("\n 深圳市电子商会\n "),a("br"),t._v("第四届理事会常务理事单位\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("f1e3")}}),a("p",[a("i",{class:9==t.current?"active-item-i":""}),a("span",[t._v("深圳市软件行业协会会员单位")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("f517")}}),a("p",[a("i",{class:10==t.current?"active-item-i":""}),a("span",[t._v("2016中国B2B百名创业新锐")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("1c38")}}),a("p",[a("i",{class:11==t.current?"active-item-i":""}),a("span",[t._v("深圳市软件行业协会会员单位")])])])]),a("div",{staticClass:"custom-indicator",attrs:{slot:"indicator"},slot:"indicator"},t._l(12,function(s,i){return a("div",{class:{"indicator-item":!0,"indicator-active":t.current==i}})}),0)],1)],1)]),t._m(3),t._m(4),a("div",{staticClass:"section sec6 about-six"},[a("p",[t._v("随时了解优惠讯息")]),a("a",{attrs:{href:t.aboutdata?t.aboutdata.url:"/v3/activity/newreg.html?ptag=aboutp",target:t.aboutdata&&t.aboutdata["window_open"]>0?"_blank":"_self"}},[t._v(t._s(t.aboutdata?t.aboutdata.content:""))])])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec1 about-one"},[a("div",{staticClass:"banner"},[a("img",{attrs:{src:i("609c")}})]),a("div",{staticClass:"title"},[a("img",{attrs:{src:i("a0e4")}})]),a("div",{staticClass:"block"},[a("ul",[a("li",{staticClass:"box"},[a("div",{staticClass:"text text1"},[a("p",[t._v("\n 品类:\n "),a("span",[t._v("10000+")])]),a("p",[t._v("\n 品牌:\n "),a("span",[t._v("5000+")])]),a("p",[t._v("\n SKU:\n "),a("span",[t._v("3000w+")])]),a("p",[t._v("\n 合作供应商:\n "),a("span",[t._v("5500+")])])])]),a("li",{staticClass:"box"},[a("div",{staticClass:"text text2"},[a("p",[t._v("原厂代理")]),a("p",[t._v("分销授权")]),a("p",[t._v("品质可溯")]),a("p",[t._v("售后无忧")])])]),a("li",{staticClass:"box"},[a("div",{staticClass:"text text3"},[a("p",[t._v("同类产品")]),a("p",[t._v("市价更低")]),a("p",[t._v("优选物料")]),a("p",[t._v("省钱省力")])])]),a("li",{staticClass:"box"},[a("div",{staticClass:"text text4"},[a("p",[t._v("一键下单")]),a("p",[t._v("极速采购")]),a("p",[t._v("自营现货")]),a("p",[t._v("当天即发")])])])])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec2 about-two"},[a("img",{attrs:{src:i("13b9")}}),a("img",{attrs:{src:i("3420")}})])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"title"},[a("img",{attrs:{src:i("2246")}})])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec4 about-four"},[a("div",{staticClass:"title"},[a("img",{attrs:{src:i("2f26")}})]),a("div",{staticClass:"block"},[a("dl",{staticClass:"box-01"},[a("dd")]),a("dl",{staticClass:"box-02"}),a("dl",{staticClass:"box-03"}),a("dl",{staticClass:"box-04"})])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec5 about-five"},[a("div",{staticClass:"title"},[a("img",{attrs:{src:i("5677")}})]),a("div",{staticClass:"block"},[a("dl",{staticClass:"box-1"},[a("dt",[a("img",{attrs:{src:i("6262")}})]),a("dd",[a("img",{attrs:{src:i("8fa9")}})])]),a("dl",{staticClass:"box-2"},[a("dt",[a("img",{attrs:{src:i("de58")}})]),a("dd",[a("img",{attrs:{src:i("90e2")}})])]),a("dl",{staticClass:"box-3"},[a("dt",[a("img",{attrs:{src:i("0c0f")}})]),a("dd",[a("img",{attrs:{src:i("2fea")}})])])])])}],c=i("3f47"),n=i("a4c0"),r=i("52c1"),p={name:"aboutUs",components:{"van-swipe":n["o"],"van-swipe-item":n["p"]},data:function(){return{current:0}},created:function(){this.$store.dispatch({type:"getAboutUsData"})},computed:Object(c["a"])({},Object(r["b"])({loading:function(t){return t.aboutus.loading},aboutdata:function(t){return t.aboutus.aboutdata}})),methods:{onChange:function(t){var s=this;setTimeout(function(){s.current=t},300)}}},o=p,v=(i("76bc"),i("17cc")),l=Object(v["a"])(o,a,e,!1,null,null,null);s["default"]=l.exports}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0528a41a"],{"0c0f":function(t,s,i){t.exports=i.p+"img/about_five_03.31faab7f.jpg"},"13b9":function(t,s,i){t.exports=i.p+"img/title_02.19364d3b.png"},1945:function(t,s,i){},"1c38":function(t,s,i){t.exports=i.p+"img/three_12.8e7eab7e.jpg"},2246:function(t,s,i){t.exports=i.p+"img/title_03.22af439a.png"},2836:function(t,s,i){t.exports=i.p+"img/three_07.b93d8cd0.jpg"},"2f26":function(t,s,i){t.exports=i.p+"img/title_04.3c085be5.png"},"2fea":function(t,s,i){t.exports=i.p+"img/about_five_3.e38f3e80.png"},3420:function(t,s,i){t.exports=i.p+"img/jg_02.be24363e.png"},5677:function(t,s,i){t.exports=i.p+"img/title_05.5ba861aa.png"},"576f":function(t,s,i){t.exports=i.p+"img/three_08.abd136a9.jpg"},"609c":function(t,s,i){t.exports=i.p+"img/about_banner.0a5f989e.jpg"},6262:function(t,s,i){t.exports=i.p+"img/about_five_01.e5dc0792.jpg"},"76bc":function(t,s,i){"use strict";var a=i("1945"),e=i.n(a);e.a},"8fa9":function(t,s,i){t.exports=i.p+"img/about_five_1.cb531c6b.png"},"90e2":function(t,s,i){t.exports=i.p+"img/about_five_2.3b89921d.png"},"9ed6":function(t,s,i){t.exports=i.p+"img/three_05.2f3455a9.jpg"},a0e4:function(t,s,i){t.exports=i.p+"img/title_01.215be90e.png"},afcc:function(t,s,i){t.exports=i.p+"img/three_03.49b062a4.jpg"},ba3c:function(t,s,i){t.exports=i.p+"img/three_02.e045a44d.jpg"},c4da:function(t,s,i){t.exports=i.p+"img/three_04.f98e5256.jpg"},cd10:function(t,s,i){t.exports=i.p+"img/three_09.dca066ad.jpg"},da08:function(t,s,i){t.exports=i.p+"img/three_06.5ad5630e.jpg"},de58:function(t,s,i){t.exports=i.p+"img/about_five_02.317bd4ea.jpg"},eb18:function(t,s,i){t.exports=i.p+"img/three_01.abd4c6c4.jpg"},f1e3:function(t,s,i){t.exports=i.p+"img/three_10.85431274.jpg"},f517:function(t,s,i){t.exports=i.p+"img/three_11.ab711558.jpg"},ffc5:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"aboutUs"},[t._m(0),t._m(1),a("div",{staticClass:"section sec3 about-three"},[t._m(2),a("div",{staticClass:"block three-box"},[a("van-swipe",{attrs:{loop:!1},on:{change:t.onChange}},[a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("afcc")}}),a("p",[a("i",{class:0==t.current?"active-item-i":""}),a("span",[t._v("深圳市电子商会常务理事单位")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("eb18")}}),a("p",[a("i",{class:1==t.current?"active-item-i":""}),a("span",[t._v("\n 2017中国农业银行\n "),a("br"),t._v("国际业务战略合作伙伴\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("ba3c")}}),a("p",[a("i",{class:2==t.current?"active-item-i":""}),a("span",[t._v("\n 深圳市龙岗区\n "),a("br"),t._v("电子行业联合会第一届理事会\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("c4da")}}),a("p",[a("i",{class:3==t.current?"active-item-i":""}),a("span",[t._v("高新技术企业")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("9ed6")}}),a("p",[a("i",{class:4==t.current?"active-item-i":""}),a("span",[t._v("深圳市高新技术企业")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("da08")}}),a("p",[a("i",{class:5==t.current?"active-item-i":""}),a("span",[t._v("\n 2017年度中国\n "),a("br"),t._v("电子元器件分销商卓越表现奖\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("2836")}}),a("p",[a("i",{class:6==t.current?"active-item-i":""}),a("span",[t._v("2017中国B2B百强企业")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("576f")}}),a("p",[a("i",{class:7==t.current?"active-item-i":""}),a("span",[t._v("\n 2016中国电子商务\n "),a("br"),t._v("应用发展年会B2B投资风云奖\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("cd10")}}),a("p",[a("i",{class:8==t.current?"active-item-i":""}),a("span",[t._v("\n 深圳市电子商会\n "),a("br"),t._v("第四届理事会常务理事单位\n ")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("f1e3")}}),a("p",[a("i",{class:9==t.current?"active-item-i":""}),a("span",[t._v("深圳市软件行业协会会员单位")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("f517")}}),a("p",[a("i",{class:10==t.current?"active-item-i":""}),a("span",[t._v("2016中国B2B百名创业新锐")])])])]),a("van-swipe-item",[a("div",{staticClass:"swiper-item"},[a("img",{attrs:{src:i("1c38")}}),a("p",[a("i",{class:11==t.current?"active-item-i":""}),a("span",[t._v("深圳市软件行业协会会员单位")])])])]),a("div",{staticClass:"custom-indicator",attrs:{slot:"indicator"},slot:"indicator"},t._l(12,function(s,i){return a("div",{class:{"indicator-item":!0,"indicator-active":t.current==i}})}),0)],1)],1)]),t._m(3),t._m(4),a("div",{staticClass:"section sec6 about-six"},[a("p",[t._v("随时了解优惠讯息")]),a("a",{attrs:{href:t.aboutdata?t.aboutdata.url:"/v3/activity/newreg.html?ptag=aboutp",target:t.aboutdata&&t.aboutdata["window_open"]>0?"_blank":"_self"}},[t._v(t._s(t.aboutdata?t.aboutdata.content:""))])])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec1 about-one"},[a("div",{staticClass:"banner"},[a("img",{attrs:{src:i("609c")}})]),a("div",{staticClass:"title"},[a("img",{attrs:{src:i("a0e4")}})]),a("div",{staticClass:"block"},[a("ul",[a("li",{staticClass:"box"},[a("div",{staticClass:"text text1"},[a("p",[t._v("\n 品类:\n "),a("span",[t._v("10000+")])]),a("p",[t._v("\n 品牌:\n "),a("span",[t._v("5000+")])]),a("p",[t._v("\n SKU:\n "),a("span",[t._v("3000w+")])]),a("p",[t._v("\n 合作供应商:\n "),a("span",[t._v("5500+")])])])]),a("li",{staticClass:"box"},[a("div",{staticClass:"text text2"},[a("p",[t._v("原厂代理")]),a("p",[t._v("分销授权")]),a("p",[t._v("品质可溯")]),a("p",[t._v("售后无忧")])])]),a("li",{staticClass:"box"},[a("div",{staticClass:"text text3"},[a("p",[t._v("同类产品")]),a("p",[t._v("市价更低")]),a("p",[t._v("优选物料")]),a("p",[t._v("省钱省力")])])]),a("li",{staticClass:"box"},[a("div",{staticClass:"text text4"},[a("p",[t._v("一键下单")]),a("p",[t._v("极速采购")]),a("p",[t._v("自营现货")]),a("p",[t._v("当天即发")])])])])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec2 about-two"},[a("img",{attrs:{src:i("13b9")}}),a("img",{attrs:{src:i("3420")}})])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"title"},[a("img",{attrs:{src:i("2246")}})])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec4 about-four"},[a("div",{staticClass:"title"},[a("img",{attrs:{src:i("2f26")}})]),a("div",{staticClass:"block"},[a("dl",{staticClass:"box-01"},[a("dd")]),a("dl",{staticClass:"box-02"}),a("dl",{staticClass:"box-03"}),a("dl",{staticClass:"box-04"})])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"section sec5 about-five"},[a("div",{staticClass:"title"},[a("img",{attrs:{src:i("5677")}})]),a("div",{staticClass:"block"},[a("dl",{staticClass:"box-1"},[a("dt",[a("img",{attrs:{src:i("6262")}})]),a("dd",[a("img",{attrs:{src:i("8fa9")}})])]),a("dl",{staticClass:"box-2"},[a("dt",[a("img",{attrs:{src:i("de58")}})]),a("dd",[a("img",{attrs:{src:i("90e2")}})])]),a("dl",{staticClass:"box-3"},[a("dt",[a("img",{attrs:{src:i("0c0f")}})]),a("dd",[a("img",{attrs:{src:i("2fea")}})])])])])}],c=i("3f47"),n=i("a4c0"),r=i("52c1"),p={name:"aboutUs",components:{"van-swipe":n["p"],"van-swipe-item":n["q"]},data:function(){return{current:0}},created:function(){this.$store.dispatch({type:"getAboutUsData"})},computed:Object(c["a"])({},Object(r["b"])({loading:function(t){return t.aboutus.loading},aboutdata:function(t){return t.aboutus.aboutdata}})),methods:{onChange:function(t){var s=this;setTimeout(function(){s.current=t},300)}}},o=p,v=(i("76bc"),i("17cc")),l=Object(v["a"])(o,a,e,!1,null,null,null);s["default"]=l.exports}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-08d96656"],{"0224":function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"pointer-detail"},[a("Header",{attrs:{title:"兑换成功"}}),a("img",{staticClass:"change-head-img",attrs:{src:"https://static.ichunt.com/dist/res/m/images/change_success.png",alt:"猎芯网"}}),a("div",{staticClass:"tip-success-change"},[t._v("恭喜您成功兑换 "),a("b",[t._v(t._s(t.prize_info.prize_name))]),t._v(" 一份")]),3==t.prize_type?a("div",{staticClass:"box-change box-xn"},[a("div",{staticClass:"change-rule-tip"},[t._v("我们将于兑换后两个工作日内,把使用规则以短信形式发给您!")]),a("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),a("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),2==t.prize_type?a("div",{staticClass:"box-change box-yhq"},[a("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),a("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),1==t.prize_type?a("div",{staticClass:"box-change box-sw"},[a("div",{staticClass:"point-addersstip"},[t._v("我们将邮寄到如下地址:")]),a("div",{staticClass:"point-adderss-box"},[t.address_info?[t._v("\n 收件人:"+t._s(t.address_info.consignee)),a("br"),t._v("\n 电话:"+t._s(t.address_info.mobile)),a("br"),a("div",{staticClass:"inline-block-text"},[a("div",[t._v("地址:")]),t.address_info.point_addressp?a("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.detail_address))]):a("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.province_val)+t._s(t.address_info.city_val)+t._s(t.address_info.district_val)+t._s(t.address_info.detail_address))])])]:[a("div",{staticClass:"no-point-address"},[t._v("当前无收件人信息,请录入收件人信息!")])]],2),a("a",{staticClass:"address-link",attrs:{href:"/v3/user/reciveaddress.html?points="+t.point_exchange_id+"&address_id="+t.prize_info.address_id}},[t._v("更换地址")]),a("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),t.loading?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=a("bd31"),c=a("1cc5"),o=a("52c1"),r=a("01c5"),l=a("57af");c["a"].use(r["h"]);var d={name:"pointchange",data:function(){return{prize_type:this.$route.query.prize_type,point_exchange_id:this.$route.query.point_exchange_id}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.pointchange.loading},prize_info:function(t){return t.pointchange.prize_info},prize_types:function(t){return t.pointchange.prize_types},adressApiState:function(t){return t.pointchange.adressApiState},address_info:function(t){return t.pointchange.address_info}})),created:function(){this.getPrizeInfo()},methods:{getPrizeInfo:function(){this.$store.dispatch({type:"getUserPointExchangeDetail",point_exchange_id:this.$route.query.point_exchange_id})}},watch:{prize_types:function(t){this.prize_type=t},adressApiState:function(t){t&&this.$store.dispatch({type:"recvlist"})}},components:{Header:l["a"]}},p=d,f=(a("8cb6"),a("fc05")),u=Object(f["a"])(p,i,e,!1,null,"46dacfbe",null);s["default"]=u.exports},"3b79":function(t,s,a){"use strict";var i=a("db41"),e=a.n(i);e.a},"57af":function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;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)])},e=[],n=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:n["a"]}},o=c,r=(a("7afb"),a("fc05")),l=Object(r["a"])(o,i,e,!1,null,"3efd14ca",null);s["a"]=l.exports},"62ad":function(t,s,a){},7272:function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;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}}},c=n,o=(a("3b79"),a("fc05")),r=Object(o["a"])(c,i,e,!1,null,null,null);s["a"]=r.exports},"7afb":function(t,s,a){"use strict";var i=a("62ad"),e=a.n(i);e.a},"8cb6":function(t,s,a){"use strict";var i=a("9508"),e=a.n(i);e.a},9508:function(t,s,a){},db41:function(t,s,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0ccaff37"],{"1cb3":function(t,e,s){"use strict";var o=s("faac"),i=s.n(o);i.a},5729:function(t,e,s){t.exports=s.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,e,s){var o=s("836e"),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"7f1b":function(t,e,s){"use strict";var o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("section",[s("div",{staticClass:"slide-bar"},[t.kefuishow?s("div",{staticClass:"customer-service",on:{click:t.recordFn}},[s("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[s("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[s("i",{staticClass:"iconfont icon-xiangshang1"})])]:[s("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[s("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),s("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(e){t.flag=e},expression:"flag"}},[s("div",{staticClass:"van-dialog__message"},[s("div",{staticClass:"kefu"},[s("p",{staticClass:"t0"},[s("i",{staticClass:"iconfont icon-kefu"})]),s("p",{staticClass:"t1"},[s("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),s("p",{staticClass:"t2"},[s("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[s("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},i=[],a=s("52c1"),c=s("6e6d"),n=s("a4c0");c["a"].use(n["d"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;t.show=e>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),e=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;e.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=s("17cc"),d=Object(l["a"])(m,o,i,!1,null,null,null);e["a"]=d.exports},"842e":function(t,e,s){t.exports=s.p+"img/three_08.abd136a9.jpg"},a27a:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE5RjU4RkY1OUFEMTFFOThDM0Q4MkY3QkNGMTgxMEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE5RjU4RkU1OUFEMTFFOThDM0Q4MkY3QkNGMTgxMEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NeY9UQAAAnZJREFUeNq0l91LFFEYxmddk7JVKWy7MNIELwwkM0FKslLJQDPxyhuv+q+89cZbFSpNLI1UsA8z0xYTTBQlVAILd111fF54Vg6HMzqzc/aBH64zq8+cc96vibiu66jam+t3QuoiqADVIA5WwRz4U1Tbe2qW79hXLXgJ2oAYfQN9YAwkc2Gcx5X2gG5wldeLwC+wDWbUL9vSNdAB2hVT0RXQAB7rT2lDUVADXoAy7d4xV12WC+Mb4Am4x+BSdQDWwKJ60dYZ1zGYSgz3JKrHwXvbxrKFzdxqXRLF78ArkLC51QXc4kZ+dphCGdMF8Ab8VK6HNpaAugWesVhkFOHPv+A1mPfKvWxVyihuNARUCnwGg2DdpnEmfboY0bp+c4u/g0ObxtfBA26xHqByll/AB3B0VpnLNn2egmLDvSXW5YRt40qWxbuGv5dIfssUSp5X2IOokKYt/KxXKIngERYNx5axnGUVi3254f4ut/gH67M1Yyn0Tey3Bdq9Q/ZdWe2W3x7qR1IU7oBOj/SRfjvMaD6waXyTTaDBsNoUG4Cs9l+QcztvpcJ9NoKY4TuSNhNgJei4cpZcrraJlSpiONuP3GLXpvFl0AoegkvaPz9icx/1kz5BjKMsic+ZRro2wRCY9RtQfo3jPNc6JaAiyhHM03g725HUSzWsUnHD2a4wihcY1YGV7/EwMs48AvWG9EkziqXJ74cZwk2vILfZBAoNUZ7pPsthp39dMQ7kpokxxe4za+O1w7TiqKGXyu/TnCzWwhqbzjhNkwvKtR2ucoCzVDoXxvs0lqq0BzbAJJvADKdHJxfGYvoffOV77RT4xAdIBi2NXjoRYADxA47DKJ67ywAAAABJRU5ErkJggg=="},a851:function(t,e,s){t.exports=s.p+"img/three_06.5ad5630e.jpg"},cc80:function(t,e,s){t.exports=s("5ab7")},e673:function(t,e,s){t.exports=s.p+"img/three_05.2f3455a9.jpg"},f203:function(t,e,s){t.exports=s.p+"img/three_03.49b062a4.jpg"},f825:function(t,e,s){"use strict";s.r(e);var o=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"seo-content"},[t._m(0),o("div",{staticClass:"seo-section"},[o("div",{staticClass:"form-box1"},[o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("手机号码")]),o("div",{staticClass:"fr input-box"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号码...",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(e){e.target.composing||t.$set(t.form1,"mobile",e.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[o("span",{staticClass:"fl "},[t._v("图片验证码")]),o("div",{staticClass:"fr input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(e){e.target.composing||t.$set(t.form1,"imgcode",e.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("验证码")]),o("div",{staticClass:"fr input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(e){e.target.composing||t.$set(t.form1,"code",e.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(e){return t.getCode()}}},[t._v(t._s(t.codetext))])])]),o("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),o("div",{staticClass:"submit-button",on:{click:function(e){return t.submitForm()}}},[t._v("\n 立即提交,领取288元新用户礼包\n ")])]),o("div",{staticClass:"img-show-static"}),o("div",{staticClass:"zizi-box"},[o("div",{staticClass:"zizi-ct"},[o("div",{staticClass:"slide-box"},[o("van-swipe",{attrs:{autoplay:3e3}},[o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("f203"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("5729"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("e673"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("a851"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("842e"),alt:"猎芯网"}})])],1)],1)])]),o("div",{staticClass:"form-box2"},[t._m(1),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box "},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.mobile,expression:"form2.mobile"}],attrs:{type:"text",placeholder:"请输入手机号码...",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form2.mobile},on:{input:function(e){e.target.composing||t.$set(t.form2,"mobile",e.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.imgcodestatus,expression:"form2.imgcodestatus"}],staticClass:"form-group clr "},[o("div",{staticClass:"fl input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.imgcode,expression:"form2.imgcode"}],attrs:{type:"text",placeholder:"请输入图片验证码..."},domProps:{value:t.form2.imgcode},on:{input:function(e){e.target.composing||t.$set(t.form2,"imgcode",e.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.codestatus,expression:"form2.codestatus"}],staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.code,expression:"form2.code"}],attrs:{type:"text"},domProps:{value:t.form2.code},on:{input:function(e){e.target.composing||t.$set(t.form2,"code",e.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive2},on:{click:function(e){return t.getCode("2")}}},[t._v(t._s(t.codetext2))])])]),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box"},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.goods_name,expression:"form2.goods_name"}],attrs:{type:"text",maxlength:"50",placeholder:"请填写您要查找的型号..."},domProps:{value:t.form2.goods_name},on:{input:function(e){e.target.composing||t.$set(t.form2,"goods_name",e.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box"},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.brand_name,expression:"form2.brand_name"}],attrs:{type:"text",maxlength:"50",placeholder:"请填写查找的型号品牌..."},domProps:{value:t.form2.brand_name},on:{input:function(e){e.target.composing||t.$set(t.form2,"brand_name",e.target.value)}}})])])]),o("div",{staticClass:"form2-tips"},[t._v(t._s(t.form2.msg))]),o("div",{staticClass:"submit-button1",on:{click:function(e){return t.submitForm("2")}}},[t._v("\n 立即提交,快速找料\n ")]),t._m(2)]),o("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?o("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},i=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"seo-head"},[s("ul",{staticClass:"head-nav "},[s("li",[s("a",{attrs:{href:"https://m.ichunt.com"}},[t._v("首页")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/activity/xyhyl"}},[t._v("新用户礼包")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/xianhuo"}},[t._v("自营现货")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/lxshop"}},[t._v("海外代购")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/about"}},[t._v("猎芯网介绍")])])])])},function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"title-form"},[o("img",{attrs:{src:s("a27a"),alt:""}}),o("span",[t._v("快速找料")])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"foot-box"},[s("div",{staticClass:"foot-box-ct"},[s("a",{attrs:{href:"tel:4008-755-881"}},[s("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=s("cc80"),c=s.n(a),n=s("3f47"),r=s("6e6d"),m=s("52c1"),l=s("a4c0"),d=s("7f1b");r["a"].use(l["o"]).use(l["p"]).use(l["q"]).use(l["h"]);var u={name:"seo",computed:Object(n["a"])({},Object(m["b"])({loading:function(t){return t.seo.loading},form1ImgShow:function(t){return t.seo.form1ImgShow},form2ImgShow:function(t){return t.seo.form2ImgShow},form1CodeStatus:function(t){return t.seo.form1CodeStatus},form2CodeStatus:function(t){return t.seo.form2CodeStatus},isRegLogin:function(t){return t.seo.isRegLogin}}),{mobile:function(t){return this.form1.mobile},mobile2:function(t){return this.form2.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codeactive2:!1,codetext:"获取验证码",codetext2:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,msg:""},form2:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,msg:"",goods_name:"",brand_name:""}}},methods:{timeNum:function(){var t=this,e=60;t.codeactive=!0,t.codetext=e+"秒后获取";var s=setInterval(o,1e3);function o(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(s),t.codeactive=!1,t.codetext="重新获取",e=60)}},timeNum2:function(){var t=this,e=60;t.codeactive2=!0,t.codetext2=e+"秒后获取";var s=setInterval(o,1e3);function o(){e--,e>0?(t.codetext2=e+"秒后获取",t.codeactive2=!0):(clearInterval(s),t.codeactive2=!1,t.codetext2="重新获取",e=60)}},getCode:function(t){var e=2==t?"form2":"form1";if(!this[e]["imgcodestatus"]||this[e]["imgcode"]){var s=2==t?"codeactive2":"codeactive";this[s]||this.$store.dispatch({type:"smsVerify",mobile:this[e]["mobile"],verify:this[e]["imgcode"],types:e})}else Object(l["q"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(t){var e=2==t?"form2":"form1",s=/^1[345678]\d{9}$/;s.test(this[e]["mobile"])?(this[e]["msg"]="",this[e]["code"]?(this[e]["msg"]="",this.$store.dispatch({type:"actionLogin",account:this[e]["mobile"],sms_verify:this[e]["code"],form_name:e})):this[e]["msg"]="验证码不能为空"):this[e]["msg"]="请输入正确格式的手机号码"}},watch:{form2CodeStatus:function(t){t&&this.timeNum2()},form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},form2ImgShow:function(t){this.form2.imgcodestatus=t},mobile:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},mobile2:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.form2.msg="",this.form2.codestatus=!0):(this.form2.msg="请输入正确格式的手机号码",this.form2.codestatus=!1)},isRegLogin:function(t){if(t){var e={brand:this.form2.brand_name,type:this.form2.goods_name};this.$store.dispatch({type:"feedback",types:8,mobile:this.form2.mobile,content:c()(e)})}}},components:{SideBar:d["a"]}},f=u,v=(s("1cb3"),s("17cc")),p=Object(v["a"])(f,o,i,!1,null,"19d216e8",null);e["default"]=p.exports},faac:function(t,e,s){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0ccaff37"],{"1cb3":function(t,e,s){"use strict";var o=s("faac"),i=s.n(o);i.a},5729:function(t,e,s){t.exports=s.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,e,s){var o=s("836e"),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"7f1b":function(t,e,s){"use strict";var o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("section",[s("div",{staticClass:"slide-bar"},[t.kefuishow?s("div",{staticClass:"customer-service",on:{click:t.recordFn}},[s("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[s("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[s("i",{staticClass:"iconfont icon-xiangshang1"})])]:[s("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[s("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),s("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(e){t.flag=e},expression:"flag"}},[s("div",{staticClass:"van-dialog__message"},[s("div",{staticClass:"kefu"},[s("p",{staticClass:"t0"},[s("i",{staticClass:"iconfont icon-kefu"})]),s("p",{staticClass:"t1"},[s("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),s("p",{staticClass:"t2"},[s("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[s("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},i=[],a=s("52c1"),c=s("6e6d"),n=s("a4c0");c["a"].use(n["d"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;t.show=e>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),e=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;e.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=s("17cc"),d=Object(l["a"])(m,o,i,!1,null,null,null);e["a"]=d.exports},"842e":function(t,e,s){t.exports=s.p+"img/three_08.abd136a9.jpg"},a27a:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE5RjU4RkY1OUFEMTFFOThDM0Q4MkY3QkNGMTgxMEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE5RjU4RkU1OUFEMTFFOThDM0Q4MkY3QkNGMTgxMEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NeY9UQAAAnZJREFUeNq0l91LFFEYxmddk7JVKWy7MNIELwwkM0FKslLJQDPxyhuv+q+89cZbFSpNLI1UsA8z0xYTTBQlVAILd111fF54Vg6HMzqzc/aBH64zq8+cc96vibiu66jam+t3QuoiqADVIA5WwRz4U1Tbe2qW79hXLXgJ2oAYfQN9YAwkc2Gcx5X2gG5wldeLwC+wDWbUL9vSNdAB2hVT0RXQAB7rT2lDUVADXoAy7d4xV12WC+Mb4Am4x+BSdQDWwKJ60dYZ1zGYSgz3JKrHwXvbxrKFzdxqXRLF78ArkLC51QXc4kZ+dphCGdMF8Ab8VK6HNpaAugWesVhkFOHPv+A1mPfKvWxVyihuNARUCnwGg2DdpnEmfboY0bp+c4u/g0ObxtfBA26xHqByll/AB3B0VpnLNn2egmLDvSXW5YRt40qWxbuGv5dIfssUSp5X2IOokKYt/KxXKIngERYNx5axnGUVi3254f4ut/gH67M1Yyn0Tey3Bdq9Q/ZdWe2W3x7qR1IU7oBOj/SRfjvMaD6waXyTTaDBsNoUG4Cs9l+QcztvpcJ9NoKY4TuSNhNgJei4cpZcrraJlSpiONuP3GLXpvFl0AoegkvaPz9icx/1kz5BjKMsic+ZRro2wRCY9RtQfo3jPNc6JaAiyhHM03g725HUSzWsUnHD2a4wihcY1YGV7/EwMs48AvWG9EkziqXJ74cZwk2vILfZBAoNUZ7pPsthp39dMQ7kpokxxe4za+O1w7TiqKGXyu/TnCzWwhqbzjhNkwvKtR2ucoCzVDoXxvs0lqq0BzbAJJvADKdHJxfGYvoffOV77RT4xAdIBi2NXjoRYADxA47DKJ67ywAAAABJRU5ErkJggg=="},a851:function(t,e,s){t.exports=s.p+"img/three_06.5ad5630e.jpg"},cc80:function(t,e,s){t.exports=s("5ab7")},e673:function(t,e,s){t.exports=s.p+"img/three_05.2f3455a9.jpg"},f203:function(t,e,s){t.exports=s.p+"img/three_03.49b062a4.jpg"},f825:function(t,e,s){"use strict";s.r(e);var o=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"seo-content"},[t._m(0),o("div",{staticClass:"seo-section"},[o("div",{staticClass:"form-box1"},[o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("手机号码")]),o("div",{staticClass:"fr input-box"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号码...",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(e){e.target.composing||t.$set(t.form1,"mobile",e.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[o("span",{staticClass:"fl "},[t._v("图片验证码")]),o("div",{staticClass:"fr input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(e){e.target.composing||t.$set(t.form1,"imgcode",e.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("验证码")]),o("div",{staticClass:"fr input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(e){e.target.composing||t.$set(t.form1,"code",e.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(e){return t.getCode()}}},[t._v(t._s(t.codetext))])])]),o("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),o("div",{staticClass:"submit-button",on:{click:function(e){return t.submitForm()}}},[t._v("\n 立即提交,领取288元新用户礼包\n ")])]),o("div",{staticClass:"img-show-static"}),o("div",{staticClass:"zizi-box"},[o("div",{staticClass:"zizi-ct"},[o("div",{staticClass:"slide-box"},[o("van-swipe",{attrs:{autoplay:3e3}},[o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("f203"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("5729"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("e673"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("a851"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("842e"),alt:"猎芯网"}})])],1)],1)])]),o("div",{staticClass:"form-box2"},[t._m(1),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box "},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.mobile,expression:"form2.mobile"}],attrs:{type:"text",placeholder:"请输入手机号码...",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form2.mobile},on:{input:function(e){e.target.composing||t.$set(t.form2,"mobile",e.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.imgcodestatus,expression:"form2.imgcodestatus"}],staticClass:"form-group clr "},[o("div",{staticClass:"fl input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.imgcode,expression:"form2.imgcode"}],attrs:{type:"text",placeholder:"请输入图片验证码..."},domProps:{value:t.form2.imgcode},on:{input:function(e){e.target.composing||t.$set(t.form2,"imgcode",e.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.codestatus,expression:"form2.codestatus"}],staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.code,expression:"form2.code"}],attrs:{type:"text"},domProps:{value:t.form2.code},on:{input:function(e){e.target.composing||t.$set(t.form2,"code",e.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive2},on:{click:function(e){return t.getCode("2")}}},[t._v(t._s(t.codetext2))])])]),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box"},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.goods_name,expression:"form2.goods_name"}],attrs:{type:"text",maxlength:"50",placeholder:"请填写您要查找的型号..."},domProps:{value:t.form2.goods_name},on:{input:function(e){e.target.composing||t.$set(t.form2,"goods_name",e.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box"},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.brand_name,expression:"form2.brand_name"}],attrs:{type:"text",maxlength:"50",placeholder:"请填写查找的型号品牌..."},domProps:{value:t.form2.brand_name},on:{input:function(e){e.target.composing||t.$set(t.form2,"brand_name",e.target.value)}}})])])]),o("div",{staticClass:"form2-tips"},[t._v(t._s(t.form2.msg))]),o("div",{staticClass:"submit-button1",on:{click:function(e){return t.submitForm("2")}}},[t._v("\n 立即提交,快速找料\n ")]),t._m(2)]),o("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?o("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},i=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"seo-head"},[s("ul",{staticClass:"head-nav "},[s("li",[s("a",{attrs:{href:"https://m.ichunt.com"}},[t._v("首页")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/activity/xyhyl"}},[t._v("新用户礼包")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/xianhuo"}},[t._v("自营现货")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/lxshop"}},[t._v("海外代购")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/about"}},[t._v("猎芯网介绍")])])])])},function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"title-form"},[o("img",{attrs:{src:s("a27a"),alt:""}}),o("span",[t._v("快速找料")])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"foot-box"},[s("div",{staticClass:"foot-box-ct"},[s("a",{attrs:{href:"tel:4008-755-881"}},[s("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=s("cc80"),c=s.n(a),n=s("3f47"),r=s("6e6d"),m=s("52c1"),l=s("a4c0"),d=s("7f1b");r["a"].use(l["p"]).use(l["q"]).use(l["r"]).use(l["i"]);var u={name:"seo",computed:Object(n["a"])({},Object(m["b"])({loading:function(t){return t.seo.loading},form1ImgShow:function(t){return t.seo.form1ImgShow},form2ImgShow:function(t){return t.seo.form2ImgShow},form1CodeStatus:function(t){return t.seo.form1CodeStatus},form2CodeStatus:function(t){return t.seo.form2CodeStatus},isRegLogin:function(t){return t.seo.isRegLogin}}),{mobile:function(t){return this.form1.mobile},mobile2:function(t){return this.form2.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codeactive2:!1,codetext:"获取验证码",codetext2:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,msg:""},form2:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,msg:"",goods_name:"",brand_name:""}}},methods:{timeNum:function(){var t=this,e=60;t.codeactive=!0,t.codetext=e+"秒后获取";var s=setInterval(o,1e3);function o(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(s),t.codeactive=!1,t.codetext="重新获取",e=60)}},timeNum2:function(){var t=this,e=60;t.codeactive2=!0,t.codetext2=e+"秒后获取";var s=setInterval(o,1e3);function o(){e--,e>0?(t.codetext2=e+"秒后获取",t.codeactive2=!0):(clearInterval(s),t.codeactive2=!1,t.codetext2="重新获取",e=60)}},getCode:function(t){var e=2==t?"form2":"form1";if(!this[e]["imgcodestatus"]||this[e]["imgcode"]){var s=2==t?"codeactive2":"codeactive";this[s]||this.$store.dispatch({type:"smsVerify",mobile:this[e]["mobile"],verify:this[e]["imgcode"],types:e})}else Object(l["r"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(t){var e=2==t?"form2":"form1",s=/^1[345678]\d{9}$/;s.test(this[e]["mobile"])?(this[e]["msg"]="",this[e]["code"]?(this[e]["msg"]="",this.$store.dispatch({type:"actionLogin",account:this[e]["mobile"],sms_verify:this[e]["code"],form_name:e})):this[e]["msg"]="验证码不能为空"):this[e]["msg"]="请输入正确格式的手机号码"}},watch:{form2CodeStatus:function(t){t&&this.timeNum2()},form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},form2ImgShow:function(t){this.form2.imgcodestatus=t},mobile:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},mobile2:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.form2.msg="",this.form2.codestatus=!0):(this.form2.msg="请输入正确格式的手机号码",this.form2.codestatus=!1)},isRegLogin:function(t){if(t){var e={brand:this.form2.brand_name,type:this.form2.goods_name};this.$store.dispatch({type:"feedback",types:8,mobile:this.form2.mobile,content:c()(e)})}}},components:{SideBar:d["a"]}},f=u,v=(s("1cb3"),s("17cc")),p=Object(v["a"])(f,o,i,!1,null,"19d216e8",null);e["default"]=p.exports},faac:function(t,e,s){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0d173d7c"],{"27d0":function(t,a,s){},a1f0:function(t,a,s){"use strict";var e=s("27d0"),n=s.n(e);n.a},c96d:function(t,a,s){"use strict";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("section",{staticClass:"wallet-withdraw"},[s("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),s("div",{staticClass:"withdraw-content"},[s("div",{staticClass:"withdrawUser-ifo"},[s("p",[t._v("银行账号:"+t._s(t.walletInfoData.bank_name)+"("+t._s(t.walletInfoData.bank_account)+")"),s("span",[t._v("储蓄卡")])]),s("p",[t._v("持卡人姓名:"+t._s(t.walletInfoData.bank_user))]),s("p",[t._v("手机号:"+t._s(t.walletInfoData.safe_mobile))])]),s("p",{staticClass:"withdraw-tips"},[s("van-icon",{staticClass:"tips va-m",staticStyle:{"font-size":"16px","margin-right":"0.1rem"},attrs:{name:"warning-o"}}),t._v("\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\n ")],1),s("div",{staticClass:"withdraw-amount"},[t._m(0),s("span",[t._v("¥")]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.withdrawNum,expression:"withdrawNum"}],staticClass:"money",attrs:{type:"text",readonly:"readonly"},domProps:{value:t.withdrawNum},on:{touchstart:function(a){a.stopPropagation(),t.moneyBtn=!0},input:function(a){a.target.composing||(t.withdrawNum=a.target.value)}}}),t.amountNum?s("div",{staticClass:"withdraw-money"},[t._v("可提现金额 "+t._s(t.walletInfoData.wallet_usable_format)+","),s("span",{on:{click:t.withdraw}},[t._v("全部提现")])]):s("div",{staticClass:"amount-tips"},[t._v("输入金额超过可提现金额")])]),s("div",{staticClass:"withdraw-password"},[t._m(1),t.showPassword?[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(a){a.target.composing||(t.password=a.target.value)}}})]:[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(a){a.target.composing||(t.password=a.target.value)}}})],t.showPassword?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:t.changeShow}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:t.changeShow}})],2),s("button",{staticClass:"submit",class:""==t.withdrawNum||t.amountWithdrawFlag?"submitNO":"",attrs:{disabled:t.amountWithdrawFlag},on:{click:t.submit}},[t._v("提交")])]),s("van-number-keyboard",{attrs:{show:t.moneyBtn,theme:"custom","extra-key":".","close-button-text":"完成",zIndex:t.zIndex},on:{blur:function(a){t.moneyBtn=!1},input:t.onInput,delete:t.onDelete}})],1)},n=[function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("p",[s("em",[t._v("*")]),t._v(" 提现金额")])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("p",[s("em",[t._v("*")]),t._v(" 支付密码")])}],o=(s("27fb"),s("bd31")),i=(s("9f07"),s("0964"),s("1cc5")),r=s("52c1"),w=s("57af"),l=s("01c5");i["a"].use(l["e"]).use(l["i"]);var u={name:"walletWithdraw",data:function(){return{title:"钱包提现",meaushow:!0,showPassword:!0,amountNum:!0,password:"",withdrawNum:"",clickFlag:!0,moneyBtn:!1,zIndex:999999}},computed:Object(o["a"])({},Object(r["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountWithdrawFlag:function(t){return t.wallet.amountWithdrawFlag}})),watch:{withdrawNum:function(t){Number(t)>Number(this.walletInfoData.wallet_usable)?this.amountNum=!1:this.amountNum=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},withdraw:function(){this.withdrawNum=this.walletInfoData.wallet_usable},submit:function(){""!==this.withdrawNum&&(this.password?this.$store.dispatch({type:"walletWithdraw",amount:this.withdrawNum,pay_password:this.password}):Object(l["q"])({message:"请输入提现密码"}))},onInput:function(t){this.withdrawNum=this.withdrawNum+t},onDelete:function(t){this.withdrawNum=this.withdrawNum.slice(0,this.withdrawNum.length-1)}},components:{Header:w["a"]}},c=u,d=(s("a1f0"),s("fc05")),m=Object(d["a"])(c,e,n,!1,null,"04a4e7d8",null);a["default"]=m.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0d688f2e"],{7035:function(t,a,e){},7918:function(t,a,e){"use strict";var i=e("7035"),c=e.n(i);c.a},a9ea:function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTcwRjk4RDQ2NjQzMTFFOThDQzNFMTQwRjVDNkRDRTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTcwRjk4RDM2NjQzMTFFOThDQzNFMTQwRjVDNkRDRTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QYWBrwAABAlJREFUeNrUmnlIFGEYxsfJoqjEqCA70YxQpDAqqOiWkoIoIjAwKjqp6KCi+quSTksLoiIqipIuig4pSwyTDqK0yzKtEKToADvUDt1Me156lsZ1Z3dmXGfHB364ut/MfM/O973zvu8aomQpgVBHMAQMAzEgCvQC7UEYaAUqQQV4C16CEvAI3Ac/mjqBkCYY6QSSwDQwGrSxeB4XuAXOgwvgi11G5BNfSxPtlMDqFzgFtoFSMweqJsb2BCfAczC3GUwoPOc8UAwOge6BNBICloEiMMukeatqDRaCF2BOIIyEg0ywjxvabsn1j4HLfG3JSCTIB5OV4GsKo1uUWSOyoe+Avopz1B/k6ZlRdTZ1tpmNZqNkbjdAD39G2oIrPMCJegPSwVfPN0I9fk8F8Q40cA+kgUugztsArZGhDLNOUR0nnkYjnhoDvoEn2qUlz4o9/Bls/QQHubmnezHRG5wBuZxzgzuSAIYH2cBHcIAmyr28L/t3NdjAZNR9VyZIcHIbWRpEA0XcwBmgxsdzRJZYtJf3VogRSRq74sUHptp2KpeTuwbqdcZEM6tI9HGePyBC5SCjJrYy6/1kcfK1XN+DwThwVcdEB7CDuVain3PK3BNVFkNGJUXRWTAQXDdxXBXYy094JijwkaDK+6/AOhM1zigxMsDEhJbzYnJHJnHz1fgY/x6sZ6RZBcp8jI1nCiL1SITJOx2n6mwgPcUySihcEumMdiUe4wqZfkviuZPxXk+dwX7wEIy0uGQjZbO7mP8bleRhEz3+JuFwAejDJZftYwNr06NFIAV0aWLgcImRegsHDgKPm3DhEYxGgUqHalV2NsxqpcULyto/CW4HOKerUPlENaskkxtSos8aRqPkZkiFysXIMwsHysSWGBybyGvs4vOhOVSo+ojp/rTYTydFqsuLIIsJYHPqqcqKy4ok0szWaelsYQiealO6k+Nu0Mna7WexYoth6iGaAXbzAWiX5CEb6a5Hjlg8iTxML7AHdROcs9mEwrS/3n1HwugsXGlZqmJXpdx9RyqZbbY0pbmLMG0TW9IUafPHtRATr5nwVnu2g34r/5rTrhZgwsUHa7VeXyufqbrTJeXtg4bVVXKjQQXMXMc61IR8d5LauExM9jo4z6FmNhKvNYGeUrhnahxgQPbCfM5JMWtEdByM126qIEUnqRyP+qvS/OkuCUZk2s5GR76/waEGT9rNRgPSpzoNNjOXM6RQgyZibTAgrSb5mu0weGf2YCNGEnQqOvkqTHpVn6WvxAgXr/zvyxrJk/JZ9mZqwr4lGTWilbRXpXmWoblwjmbPRbGoimCrx30N6bJ/Z2ktS6aUyyggMvIPA2VMzV3sfGzihBwlI3dEQq80mqWrWOzUnOWvAAMAQfnVItgX05QAAAAASUVORK5CYII="},f9f6:function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"wallet-recharge"},[i("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),i("div",{staticClass:"recharge-content"},[i("div",{staticClass:"wallet-account"},[t._v("钱包账号:"+t._s(t.walletInfoData.safe_mobile))]),i("div",{staticClass:"recharge-amount"},[i("p",[t._v("充值金额")]),i("span",[t._v("¥")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.inputNum,expression:"inputNum"}],staticClass:"money",attrs:{type:"number"},domProps:{value:t.inputNum},on:{input:function(a){a.target.composing||(t.inputNum=a.target.value)}}})]),i("p",{staticClass:"payment-method"},[t._v("支付方式")]),i("van-radio-group",{model:{value:t.radio,callback:function(a){t.radio=a},expression:"radio"}},[i("van-cell-group",{staticClass:"payment-content"},[i("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(a){t.radio="1"}}},[i("div",{staticClass:"vanCelldt"},[i("img",{staticStyle:{width:"25px",height:"22.5px"},attrs:{src:e("a9ea"),alt:"微信支付"}})]),i("div",{staticClass:"vanCelldd"},[i("span",[t._v("微信支付")]),i("br"),t._v("仅安装微信6.0.2及以上版本客户端使用")]),i("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"1"}})],1)],1)],1),i("a",{staticClass:"recharge",class:""==t.inputNum?"rechargeNO":"",attrs:{href:"javascript:;"},on:{click:t.recharge}},[t._v("立即充值")])],1)],1)},c=[],n=e("3f47"),s=e("6e6d"),l=e("52c1"),o=e("57af"),u=e("a4c0");e("365c");s["a"].use(u["n"]).use(u["m"]).use(u["a"]).use(u["b"]);var r={name:"walletRecharge",data:function(){return{title:"钱包充值",meaushow:!0,inputNum:this.$route.query.amount||"",radio:"1"}},computed:Object(n["a"])({},Object(l["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountRechargeID:function(t){return t.wallet.amountRechargeID}})),watch:{amountRechargeID:function(t){t&&1==this.radio&&this.$store.dispatch({type:"payTodo",pay_code:"wxpay",types:1,site_type:2,order_id:t})}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{recharge:function(){""!==this.inputNum&&this.$store.dispatch({type:"walletRecharge",amount:this.inputNum})}},components:{Header:o["a"]}},m=r,p=(e("7918"),e("17cc")),h=Object(p["a"])(m,i,c,!1,null,"2d4907a6",null);a["default"]=h.exports}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0d688f2e"],{7035:function(t,a,e){},7918:function(t,a,e){"use strict";var i=e("7035"),c=e.n(i);c.a},a9ea:function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTcwRjk4RDQ2NjQzMTFFOThDQzNFMTQwRjVDNkRDRTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTcwRjk4RDM2NjQzMTFFOThDQzNFMTQwRjVDNkRDRTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QYWBrwAABAlJREFUeNrUmnlIFGEYxsfJoqjEqCA70YxQpDAqqOiWkoIoIjAwKjqp6KCi+quSTksLoiIqipIuig4pSwyTDqK0yzKtEKToADvUDt1Me156lsZ1Z3dmXGfHB364ut/MfM/O973zvu8aomQpgVBHMAQMAzEgCvQC7UEYaAUqQQV4C16CEvAI3Ac/mjqBkCYY6QSSwDQwGrSxeB4XuAXOgwvgi11G5BNfSxPtlMDqFzgFtoFSMweqJsb2BCfAczC3GUwoPOc8UAwOge6BNBICloEiMMukeatqDRaCF2BOIIyEg0ywjxvabsn1j4HLfG3JSCTIB5OV4GsKo1uUWSOyoe+Avopz1B/k6ZlRdTZ1tpmNZqNkbjdAD39G2oIrPMCJegPSwVfPN0I9fk8F8Q40cA+kgUugztsArZGhDLNOUR0nnkYjnhoDvoEn2qUlz4o9/Bls/QQHubmnezHRG5wBuZxzgzuSAIYH2cBHcIAmyr28L/t3NdjAZNR9VyZIcHIbWRpEA0XcwBmgxsdzRJZYtJf3VogRSRq74sUHptp2KpeTuwbqdcZEM6tI9HGePyBC5SCjJrYy6/1kcfK1XN+DwThwVcdEB7CDuVain3PK3BNVFkNGJUXRWTAQXDdxXBXYy094JijwkaDK+6/AOhM1zigxMsDEhJbzYnJHJnHz1fgY/x6sZ6RZBcp8jI1nCiL1SITJOx2n6mwgPcUySihcEumMdiUe4wqZfkviuZPxXk+dwX7wEIy0uGQjZbO7mP8bleRhEz3+JuFwAejDJZftYwNr06NFIAV0aWLgcImRegsHDgKPm3DhEYxGgUqHalV2NsxqpcULyto/CW4HOKerUPlENaskkxtSos8aRqPkZkiFysXIMwsHysSWGBybyGvs4vOhOVSo+ojp/rTYTydFqsuLIIsJYHPqqcqKy4ok0szWaelsYQiealO6k+Nu0Mna7WexYoth6iGaAXbzAWiX5CEb6a5Hjlg8iTxML7AHdROcs9mEwrS/3n1HwugsXGlZqmJXpdx9RyqZbbY0pbmLMG0TW9IUafPHtRATr5nwVnu2g34r/5rTrhZgwsUHa7VeXyufqbrTJeXtg4bVVXKjQQXMXMc61IR8d5LauExM9jo4z6FmNhKvNYGeUrhnahxgQPbCfM5JMWtEdByM126qIEUnqRyP+qvS/OkuCUZk2s5GR76/waEGT9rNRgPSpzoNNjOXM6RQgyZibTAgrSb5mu0weGf2YCNGEnQqOvkqTHpVn6WvxAgXr/zvyxrJk/JZ9mZqwr4lGTWilbRXpXmWoblwjmbPRbGoimCrx30N6bJ/Z2ktS6aUyyggMvIPA2VMzV3sfGzihBwlI3dEQq80mqWrWOzUnOWvAAMAQfnVItgX05QAAAAASUVORK5CYII="},f9f6:function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"wallet-recharge"},[i("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),i("div",{staticClass:"recharge-content"},[i("div",{staticClass:"wallet-account"},[t._v("钱包账号:"+t._s(t.walletInfoData.safe_mobile))]),i("div",{staticClass:"recharge-amount"},[i("p",[t._v("充值金额")]),i("span",[t._v("¥")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.inputNum,expression:"inputNum"}],staticClass:"money",attrs:{type:"number"},domProps:{value:t.inputNum},on:{input:function(a){a.target.composing||(t.inputNum=a.target.value)}}})]),i("p",{staticClass:"payment-method"},[t._v("支付方式")]),i("van-radio-group",{model:{value:t.radio,callback:function(a){t.radio=a},expression:"radio"}},[i("van-cell-group",{staticClass:"payment-content"},[i("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(a){t.radio="1"}}},[i("div",{staticClass:"vanCelldt"},[i("img",{staticStyle:{width:"25px",height:"22.5px"},attrs:{src:e("a9ea"),alt:"微信支付"}})]),i("div",{staticClass:"vanCelldd"},[i("span",[t._v("微信支付")]),i("br"),t._v("仅安装微信6.0.2及以上版本客户端使用")]),i("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"1"}})],1)],1)],1),i("a",{staticClass:"recharge",class:""==t.inputNum?"rechargeNO":"",attrs:{href:"javascript:;"},on:{click:t.recharge}},[t._v("立即充值")])],1)],1)},c=[],n=e("3f47"),s=e("6e6d"),l=e("52c1"),o=e("57af"),u=e("a4c0");e("365c");s["a"].use(u["o"]).use(u["n"]).use(u["a"]).use(u["b"]);var r={name:"walletRecharge",data:function(){return{title:"钱包充值",meaushow:!0,inputNum:this.$route.query.amount||"",radio:"1"}},computed:Object(n["a"])({},Object(l["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountRechargeID:function(t){return t.wallet.amountRechargeID}})),watch:{amountRechargeID:function(t){t&&1==this.radio&&this.$store.dispatch({type:"payTodo",pay_code:"wxpay",types:1,site_type:2,order_id:t})}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{recharge:function(){""!==this.inputNum&&this.$store.dispatch({type:"walletRecharge",amount:this.inputNum})}},components:{Header:o["a"]}},m=r,p=(e("7918"),e("17cc")),h=Object(p["a"])(m,i,c,!1,null,"2d4907a6",null);a["default"]=h.exports}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-111df22d"],{2458:function(t,a,e){"use strict";var l=e("4e02"),s=e.n(l);s.a},"4e02":function(t,a,e){},e175:function(t,a,e){"use strict";e.r(a);var l=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("section",{staticClass:"wallet-status"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),t.walletInfoData.wallet_freeze_format?e("div",{staticClass:"status-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("冻结余额")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"¥0.00"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.wallet_freeze_format}}),"¥0.00"!==t.walletInfoData.wallet_freeze_format?e("van-icon",{staticClass:"tips va-m",attrs:{name:"warning-o",size:"22px",color:"#f00"},on:{click:t.dialogTips}}):t._e()],1),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("钱包状态")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}})]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("支付密码")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}}),1==t.walletInfoData.wallet_status?e("span",{staticClass:"forget-password va-m",on:{click:t.forgetPassword}},[t._v("忘记密码")]):t._e()]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("我的银行卡")]),null==t.walletInfoData.bank_name?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未绑定"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.bank_name}}),null==t.walletInfoData.bank_name?e("span",{staticClass:"bind-bank va-m",on:{click:t.bindBank}},[t._v("绑卡")]):t._e()])]),1!==t.walletInfoData.wallet_status?e("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:t.submit}},[t._v("激活")]):t._e()]):t._e()],1)},s=[],n=e("3f47"),i=e("6e6d"),o=e("52c1"),r=e("57af"),c=e("a4c0");i["a"].use(c["e"]).use(c["d"]);var p={name:"walletStatus",data:function(){return{title:"钱包状态",meaushow:!0}},computed:Object(n["a"])({},Object(o["b"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{dialogTips:function(){c["d"].alert({message:'<p style="font-size:16px;">您的'+this.walletInfoData.wallet_freeze_format+'元正在提现中,</p><p style="font-size:16px;">预计1个工作日后到账,</p><p style="font-size:16px;">节假日顺延,请耐心等候。</p>'}).then(function(){})},submit:function(){this.$router.push({path:"/wallet/activate"})},forgetPassword:function(){this.$router.push({path:"/wallet/retrieve"})},bindBank:function(){this.$router.push({path:"/wallet/verify"})}},components:{Header:r["a"]}},u=p,f=(e("2458"),e("17cc")),w=Object(f["a"])(u,l,s,!1,null,"ca2b3382",null);a["default"]=w.exports}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-111df22d"],{2458:function(t,a,e){"use strict";var l=e("4e02"),s=e.n(l);s.a},"4e02":function(t,a,e){},e175:function(t,a,e){"use strict";e.r(a);var l=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("section",{staticClass:"wallet-status"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),t.walletInfoData.wallet_freeze_format?e("div",{staticClass:"status-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("冻结余额")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"¥0.00"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.wallet_freeze_format}}),"¥0.00"!==t.walletInfoData.wallet_freeze_format?e("van-icon",{staticClass:"tips va-m",attrs:{name:"warning-o",size:"22px",color:"#f00"},on:{click:t.dialogTips}}):t._e()],1),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("钱包状态")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}})]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("支付密码")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}}),1==t.walletInfoData.wallet_status?e("span",{staticClass:"forget-password va-m",on:{click:t.forgetPassword}},[t._v("忘记密码")]):t._e()]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("我的银行卡")]),null==t.walletInfoData.bank_name?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未绑定"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.bank_name}}),null==t.walletInfoData.bank_name?e("span",{staticClass:"bind-bank va-m",on:{click:t.bindBank}},[t._v("绑卡")]):t._e()])]),1!==t.walletInfoData.wallet_status?e("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:t.submit}},[t._v("激活")]):t._e()]):t._e()],1)},s=[],n=e("3f47"),i=e("6e6d"),o=e("52c1"),r=e("57af"),c=e("a4c0");i["a"].use(c["f"]).use(c["d"]);var p={name:"walletStatus",data:function(){return{title:"钱包状态",meaushow:!0}},computed:Object(n["a"])({},Object(o["b"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{dialogTips:function(){c["d"].alert({message:'<p style="font-size:16px;">您的'+this.walletInfoData.wallet_freeze_format+'元正在提现中,</p><p style="font-size:16px;">预计1个工作日后到账,</p><p style="font-size:16px;">节假日顺延,请耐心等候。</p>'}).then(function(){})},submit:function(){this.$router.push({path:"/wallet/activate"})},forgetPassword:function(){this.$router.push({path:"/wallet/retrieve"})},bindBank:function(){this.$router.push({path:"/wallet/verify"})}},components:{Header:r["a"]}},u=p,f=(e("2458"),e("17cc")),w=Object(f["a"])(u,l,s,!1,null,"ca2b3382",null);a["default"]=w.exports}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-15480d0d"],{"51d9":function(s,o,e){"use strict";e.r(o);var t=function(){var s=this,o=s.$createElement,e=s._self._c||o;return e("section",{staticClass:"wallet-activate"},[e("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),e("div",{directives:[{name:"show",rawName:"v-show",value:s.step1,expression:"step1"}],staticClass:"activate-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("安全手机号")]),e("br"),e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.safeMobile,expression:"form.safeMobile"}],staticClass:"va-m inp",attrs:{type:"number",placeholder:"请输入手机号"},domProps:{value:s.form.safeMobile},on:{input:function(o){o.target.composing||s.$set(s.form,"safeMobile",o.target.value)}}})]),e("li",{directives:[{name:"show",rawName:"v-show",value:s.activateShowImgCode,expression:"activateShowImgCode"}],staticClass:"inp-wrap yzmImg"},[e("label",{staticClass:"va-m"},[s._v("图片验证码")]),e("br"),e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:s.form.imgCode},on:{input:function(o){o.target.composing||s.$set(s.form,"imgCode",o.target.value)}}}),e("img",{staticClass:"img-code va-m",attrs:{src:s.imgCodeVal,alt:"图片验证码"},on:{click:s.changeImgCode}})]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("验证码")]),e("br"),e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:s.form.verifyCode},on:{input:function(o){o.target.composing||s.$set(s.form,"verifyCode",o.target.value)}}}),s.yzmSend?e("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:s.getCode}},[s._v(s._s(s.countDownText))]):e("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[s._v("再次发送("+s._s(s.countDown)+"s)")])])]),e("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),e("a",{staticClass:"next",class:{noClick:s.isClick},attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),e("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"activate-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("设置支付密码")]),e("br"),s.showPassword?[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})]:[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})],s.showPassword?e("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShow}}):e("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShow}})],2),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("确认支付密码")]),e("br"),s.showPasswordConfirm?[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:s.form.passwordConfirm},on:{input:function(o){o.target.composing||s.$set(s.form,"passwordConfirm",o.target.value)}}})]:[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:s.form.passwordConfirm},on:{input:function(o){o.target.composing||s.$set(s.form,"passwordConfirm",o.target.value)}}})],s.showPasswordConfirm?e("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShowConfirm}}):e("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShowConfirm}})],2)]),e("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),e("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:s.confirm}},[s._v("确认")])])],1)},r=[],a=(e("5f33"),e("3f47")),i=e("6e6d"),n=e("52c1"),m=e("57af"),c=e("a4c0"),f=e("365c");i["a"].use(c["e"]);var l={name:"WalletActivate",data:function(){return{title:"激活钱包",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{safeMobile:"",verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify",isClick:!0}},computed:Object(a["a"])({},Object(n["b"])({activateShowImgCode:function(s){return s.wallet.activateShowImgCode},activateCountDownFlag:function(s){return s.wallet.activateCountDownFlag}})),watch:{activateCountDownFlag:function(s){s?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},form:{deep:!0,handler:function(s){s.safeMobile&&s.verifyCode?this.isClick=!1:this.isClick=!0}}},created:function(){},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var s=this,o=setInterval(e,1e3);function e(){s.countDown--,s.countDown<=0&&(clearInterval(o),s.countDown=60,s.countDownText="再次发送",s.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},verify:function(){if(!this.form.safeMobile)return this.formError=!0,void(this.formMsg="亲,请输入手机");var s=/^1[34578]\d{9}$/;return!!s.test(this.form.safeMobile)||(this.formError=!0,void(this.formMsg="亲,手机格式不正确"))},getCode:function(){this.verify()&&this.$store.dispatch({type:"smsVerifyActivate",mobile:this.form.safeMobile,imgCode:this.form.imgCode})},next:function(){if(!this.isClick&&this.verify()){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.step1=!1,this.step2=!0}},confirm:function(){var s=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?s.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"activateWallet",mobile:this.form.safeMobile,verifyCode:this.form.verifyCode,password:this.form.password,passwordConfirm:this.form.passwordConfirm,referer:this.$route.query.referer})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(e("9fbd"),e("17cc")),v=Object(p["a"])(d,t,r,!1,null,"d0fe4bcc",null);o["default"]=v.exports},"5f33":function(s,o,e){var t=e("4839"),r=e("d62f"),a=e("694f").f,i=e("62af").f,n=e("d635"),m=e("7fe4"),c=t.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,v=new c(d)!==d;if(e("3a0f")&&(!v||e("201d")(function(){return p[e("f3ae")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(s,o){var e=this instanceof c,t=n(s),a=void 0===o;return!e&&t&&s.constructor===c&&a?s:r(v?new f(t&&!a?s.source:s,o):f((t=s instanceof c)?s.source:s,t&&a?m.call(s):o),e?this:l,c)};for(var u=function(s){s in c||a(c,s,{configurable:!0,get:function(){return f[s]},set:function(o){f[s]=o}})},w=i(f),h=0;w.length>h;)u(w[h++]);l.constructor=c,c.prototype=l,e("7f00")(t,"RegExp",c)}e("4fd1")("RegExp")},"9fbd":function(s,o,e){"use strict";var t=e("cfbe"),r=e.n(t);r.a},cfbe:function(s,o,e){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-15480d0d"],{"51d9":function(s,o,e){"use strict";e.r(o);var t=function(){var s=this,o=s.$createElement,e=s._self._c||o;return e("section",{staticClass:"wallet-activate"},[e("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),e("div",{directives:[{name:"show",rawName:"v-show",value:s.step1,expression:"step1"}],staticClass:"activate-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("安全手机号")]),e("br"),e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.safeMobile,expression:"form.safeMobile"}],staticClass:"va-m inp",attrs:{type:"number",placeholder:"请输入手机号"},domProps:{value:s.form.safeMobile},on:{input:function(o){o.target.composing||s.$set(s.form,"safeMobile",o.target.value)}}})]),e("li",{directives:[{name:"show",rawName:"v-show",value:s.activateShowImgCode,expression:"activateShowImgCode"}],staticClass:"inp-wrap yzmImg"},[e("label",{staticClass:"va-m"},[s._v("图片验证码")]),e("br"),e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:s.form.imgCode},on:{input:function(o){o.target.composing||s.$set(s.form,"imgCode",o.target.value)}}}),e("img",{staticClass:"img-code va-m",attrs:{src:s.imgCodeVal,alt:"图片验证码"},on:{click:s.changeImgCode}})]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("验证码")]),e("br"),e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:s.form.verifyCode},on:{input:function(o){o.target.composing||s.$set(s.form,"verifyCode",o.target.value)}}}),s.yzmSend?e("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:s.getCode}},[s._v(s._s(s.countDownText))]):e("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[s._v("再次发送("+s._s(s.countDown)+"s)")])])]),e("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),e("a",{staticClass:"next",class:{noClick:s.isClick},attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),e("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"activate-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("设置支付密码")]),e("br"),s.showPassword?[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})]:[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})],s.showPassword?e("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShow}}):e("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShow}})],2),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"va-m"},[s._v("确认支付密码")]),e("br"),s.showPasswordConfirm?[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:s.form.passwordConfirm},on:{input:function(o){o.target.composing||s.$set(s.form,"passwordConfirm",o.target.value)}}})]:[e("input",{directives:[{name:"model",rawName:"v-model",value:s.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:s.form.passwordConfirm},on:{input:function(o){o.target.composing||s.$set(s.form,"passwordConfirm",o.target.value)}}})],s.showPasswordConfirm?e("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShowConfirm}}):e("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShowConfirm}})],2)]),e("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),e("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:s.confirm}},[s._v("确认")])])],1)},r=[],a=(e("5f33"),e("3f47")),i=e("6e6d"),n=e("52c1"),m=e("57af"),c=e("a4c0"),f=e("365c");i["a"].use(c["f"]);var l={name:"WalletActivate",data:function(){return{title:"激活钱包",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{safeMobile:"",verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify",isClick:!0}},computed:Object(a["a"])({},Object(n["b"])({activateShowImgCode:function(s){return s.wallet.activateShowImgCode},activateCountDownFlag:function(s){return s.wallet.activateCountDownFlag}})),watch:{activateCountDownFlag:function(s){s?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},form:{deep:!0,handler:function(s){s.safeMobile&&s.verifyCode?this.isClick=!1:this.isClick=!0}}},created:function(){},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var s=this,o=setInterval(e,1e3);function e(){s.countDown--,s.countDown<=0&&(clearInterval(o),s.countDown=60,s.countDownText="再次发送",s.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},verify:function(){if(!this.form.safeMobile)return this.formError=!0,void(this.formMsg="亲,请输入手机");var s=/^1[34578]\d{9}$/;return!!s.test(this.form.safeMobile)||(this.formError=!0,void(this.formMsg="亲,手机格式不正确"))},getCode:function(){this.verify()&&this.$store.dispatch({type:"smsVerifyActivate",mobile:this.form.safeMobile,imgCode:this.form.imgCode})},next:function(){if(!this.isClick&&this.verify()){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.step1=!1,this.step2=!0}},confirm:function(){var s=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?s.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"activateWallet",mobile:this.form.safeMobile,verifyCode:this.form.verifyCode,password:this.form.password,passwordConfirm:this.form.passwordConfirm,referer:this.$route.query.referer})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(e("9fbd"),e("17cc")),v=Object(p["a"])(d,t,r,!1,null,"d0fe4bcc",null);o["default"]=v.exports},"5f33":function(s,o,e){var t=e("4839"),r=e("d62f"),a=e("694f").f,i=e("62af").f,n=e("d635"),m=e("7fe4"),c=t.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,v=new c(d)!==d;if(e("3a0f")&&(!v||e("201d")(function(){return p[e("f3ae")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(s,o){var e=this instanceof c,t=n(s),a=void 0===o;return!e&&t&&s.constructor===c&&a?s:r(v?new f(t&&!a?s.source:s,o):f((t=s instanceof c)?s.source:s,t&&a?m.call(s):o),e?this:l,c)};for(var u=function(s){s in c||a(c,s,{configurable:!0,get:function(){return f[s]},set:function(o){f[s]=o}})},w=i(f),h=0;w.length>h;)u(w[h++]);l.constructor=c,c.prototype=l,e("7f00")(t,"RegExp",c)}e("4fd1")("RegExp")},"9fbd":function(s,o,e){"use strict";var t=e("cfbe"),r=e.n(t);r.a},cfbe:function(s,o,e){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-158c3ed4"],{"3b79":function(t,i,a){"use strict";var e=a("673c"),n=a.n(e);n.a},"47d3":function(t,i,a){},4835:function(t,i,a){"use strict";a.r(i);var e=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",{staticClass:"exchange"},[a("Header",{attrs:{title:"兑换记录"}}),a("ul",{staticClass:"point-list-head1"},t._l(t.navlist,function(i,e){return a("li",{class:{act:t.prize_type==i.prise_type},on:{click:function(a){return t.tab(i.prise_type)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),a("div",{ref:"pointContent",staticClass:"exchange_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,e){return a("div",{key:e,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",{staticClass:"imgbox"},[a("img",{attrs:{src:i.prize_img_url,alt:i.prize_name}})])]),a("div",{staticClass:"f-l infotext"},[a("div",{staticClass:"boxtextx"},[t._v(t._s(i.prize_name))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.exchange_time)))])]),a("div",{staticClass:"f-r"},[t._v("支出"+t._s(i.prize_use_point)+"积分")])])}),0)],1)])],1)},n=[],s=a("3f47"),o=a("6e6d"),c=a("52c1"),l=a("a4c0"),r=a("57af");o["a"].use(l["h"]);var u={name:"exchange",components:{Header:r["a"]},data:function(){return{page:1,loading:!1,limit:12,flow_type:1,detaillists:[],prize_type:1}},computed:Object(s["a"])({},Object(c["b"])({navlist:function(t){return t.pointmall.navlist},loadStatus:function(t){return t.exchange.loadStatus},finished:function(t){return t.exchange.finished},totalLimit:function(t){return t.exchange.totalLimit},detaillist:function(t){return t.exchange.detaillist}})),created:function(){this.$store.dispatch({type:"getPointPrize"}),this.getData()},watch:{loadStatus:function(t){this.loading=t}},methods:{getData:function(){this.$store.dispatch({type:"getUserPointExchangeList",page:this.page,limit:this.limit,prize_type:this.prize_type})},tab:function(t){if(t!=this.prize_type){this.prize_type=t,this.page=1;var i=this.$refs["pointContent"];i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}}},f=u,p=(a("6c42"),a("17cc")),d=Object(p["a"])(f,e,n,!1,null,"05db62e6",null);i["default"]=d.exports},"57af":function(t,i,a){"use strict";var e=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"head-dom"},[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),t.inputShow?a("div",{staticClass:"search"},[a("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),a("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],s=a("7272"),o=a("a4c0"),c={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":o["e"],"van-icon":o["f"],Menu:s["a"]}},l=c,r=(a("c4ad"),a("17cc")),u=Object(r["a"])(l,e,n,!1,null,"87442ebc",null);i["a"]=u.exports},"673c":function(t,i,a){},"6c42":function(t,i,a){"use strict";var e=a("edab"),n=a.n(e);n.a},7272:function(t,i,a){"use strict";var e=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("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=s,c=(a("3b79"),a("17cc")),l=Object(c["a"])(o,e,n,!1,null,null,null);i["a"]=l.exports},c4ad:function(t,i,a){"use strict";var e=a("47d3"),n=a.n(e);n.a},edab:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-178fc040"],{"0799":function(t,s,i){i("91ef"),t.exports=i("836e").parseInt},"28e8":function(t,s,i){},"3b79":function(t,s,i){"use strict";var a=i("673c"),e=i.n(a);e.a},"4bcb":function(t,s){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},"673c":function(t,s,i){},7272:function(t,s,i){"use strict";var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;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("会员中心")])])])}],l={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=l,n=(i("3b79"),i("17cc")),o=Object(n["a"])(c,a,e,!1,null,null,null);s["a"]=o.exports},9055:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"supplier boxsiz"},[i("div",{staticClass:"head"},[i("div",{staticClass:"banner"}),i("div",{staticClass:"head-form boxsiz"},[i("dl",{staticClass:"head-form-wrap boxsiz"},[i("dd",{staticClass:"inp-wrap boxsiz"},[i("label",{staticClass:"lineBlock va-m"},[t._v("公司名称:")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.com_name,expression:"form.com_name"}],staticClass:"va-m inp",attrs:{type:"text",id:"com_name",placeholder:"请输入公司名称",maxlength:"50"},domProps:{value:t.form.com_name},on:{input:function(s){s.target.composing||t.$set(t.form,"com_name",s.target.value)}}}),i("p",{staticClass:"hint",class:{"f-orange":t.firmNum>=t.max}},[i("span",[t._v(t._s(t.firmNum))]),t._v("/50")])]),i("dd",{staticClass:"inp-wrap boxsiz"},[i("label",{staticClass:"lineBlock va-m"},[t._v("联 系 人:")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.linkName,expression:"form.linkName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入联系人"},domProps:{value:t.form.linkName},on:{input:function(s){s.target.composing||t.$set(t.form,"linkName",s.target.value)}}})]),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(0),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.mobile,expression:"form.mobile"}],staticClass:"va-m inp",attrs:{type:"number",placeholder:"请输入手机或电话号码",maxlength:"11",onkeyup:"this.value=this.value.replace(/\\D/g,'')"},domProps:{value:t.form.mobile},on:{input:function(s){s.target.composing||t.$set(t.form,"mobile",s.target.value)}}})]),t.verifyCodeFlag?i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(1),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp w1",attrs:{type:"number",placeholder:"请输入验证码"},domProps:{value:t.form.verifyCode},on:{input:function(s){s.target.composing||t.$set(t.form,"verifyCode",s.target.value)}}}),i("input",{staticClass:"lineBlock va-m code-text",class:{"code-text-disabled":t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext,disabled:t.disabled},on:{click:function(s){return t.getCode()}}})]):t._e(),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(2),i("div",{staticClass:"lineBlock va-m inp-wrap-radio boxsiz"},t._l(t.itemtext,function(s,a){return i("div",{key:a,staticClass:"lineBlock va-m boxsiz inp-wrap-radio-bb",on:{click:function(s){t.supplierActive=a}}},[i("i",{staticClass:"icn",class:{"icn-curr":t.supplierActive==a}}),i("em",{staticClass:"va-m"},[t._v(t._s(s))]),i("b",{staticClass:"lineBlock emptys"})])}),0)]),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(3),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.form.main_brand,expression:"form.main_brand"}],staticClass:"lineBlock va-m boxsiz",attrs:{placeholder:"请输入",maxlength:"50"},domProps:{value:t.form.main_brand},on:{input:function(s){s.target.composing||t.$set(t.form,"main_brand",s.target.value)}}}),i("p",{staticClass:"hint",class:{"f-orange":t.secondNum>=50}},[i("span",[t._v(t._s(t.secondNum))]),t._v("/50")])])]),i("div",{staticClass:"btn-wrap"},[t.formError?i("em",{staticClass:"error"},[t._v(t._s(t.formMsg))]):t._e(),i("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:function(s){return t.submit()}}},[t._v("立即提交")])])])]),i("div",{staticClass:"content"},[i("div",{staticClass:"wrap wrap-1"},[t._m(4),i("van-swipe",{staticClass:"supplier-slide",attrs:{autoplay:3e6,"indicator-color":"#ffffff"}},[i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-1 boxsiz"},[i("i",{staticClass:"iconfont icon-kehuqunti-"}),i("p",{staticClass:"t1"},[t._v("庞大精准的客户群体")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("13万+精准用户,每月2000+新用户注入")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("上千个元器件采购活跃社群")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-2 boxsiz"},[i("i",{staticClass:"iconfont icon-cangchuwuliufuwu-"}),i("p",{staticClass:"t1"},[t._v("免费仓储物流服务")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("恒温恒湿,10000+平米超大仓库现货存放")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("自营商品3小时内发货")])])])])]),i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-3 boxsiz"},[i("i",{staticClass:"iconfont icon-dashuju-"}),i("p",{staticClass:"t1"},[t._v("大数据分析及营销服务")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("海量物料及价格分析,快速响应采购市场变化")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("订单数据及用户画像分析,精准营销参考")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("超千家知名品牌深度合作,源头了解市场动向")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-4 boxsiz"},[i("i",{staticClass:"iconfont icon-shangcheng-"}),i("p",{staticClass:"t1"},[t._v("多终端在线商城")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("PC电脑端,满足工作时间采购需求")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("H5端/小程序,8小时之外随时查看")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("微信公众号,热门资讯推送提升用户粘性")])])])])]),i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-5 boxsiz"},[i("i",{staticClass:"iconfont icon-yunwei-"}),i("p",{staticClass:"t1"},[t._v("专业运营推广团队")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("SEM高付费投放,成交率超过50%")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("多家专业展会合作方,高曝光高知名度")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("高频度营销活动,持续拉动销量上涨")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-6 boxsiz"},[i("i",{staticClass:"iconfont icon-kehuqunti-"}),i("p",{staticClass:"t1"},[t._v("一对一专属客服跟进成单")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("从询价到成单,每位客户均有专属客服跟进")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("CRM系统管理,提升客服跟进效率")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("工作日内响应时间不超过半小时")])])])])])],1)],1),i("div",{staticClass:"wrap wrap-2"},[t._m(5),i("ul",{staticClass:"tab boxsiz"},t._l(t.itemtext,function(s,a){return i("li",{key:a,class:{curr:t.active==a},on:{click:function(s){return t.tab(a)}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isAvisible}},[t._m(6),t._m(7),t._m(8),t._m(9),t._m(10),t._m(11),i("li",{staticClass:"boxsiz"},[i("a",{staticClass:"btn",attrs:{href:"javascript:;",id:"zy"},on:{click:function(s){return t.goAnchor(2)}}},[i("em",{staticClass:"va-m"},[t._v("成为自营供应商")]),i("i",{staticClass:"lineBlock va-t"})])])]),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isBvisible}},[t._m(12),t._m(13),t._m(14),t._m(15),t._m(16),t._m(17),i("li",{staticClass:"boxsiz"},[i("a",{staticClass:"btn",attrs:{href:"javascript:;",id:"ly"},on:{click:function(s){return t.goAnchor(3)}}},[i("em",{staticClass:"va-m"},[t._v("成为联营供应商")]),i("i",{staticClass:"lineBlock va-t"})])])])]),i("div",{staticClass:"wrap wrap-3"},[t._m(18),i("div",{staticClass:"join-wrap boxsiz"},[i("div",{staticClass:"bnt-wrap boxsiz"},[i("a",{staticClass:"btn boxsiz",attrs:{href:"javascript:;",id:"join-btn"},on:{click:function(s){return t.goAnchor(1)}}},[t._v("立即加入")])])])])]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e(),i("Menu",{attrs:{color:t.color}})],1)},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("联系方式:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("短信验证:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("入驻类型:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em"),t._v("主营产品:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("入驻猎芯平台的六大优势")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("选择适合的入驻方式 ")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("1")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("多种入驻模式")]),i("p",{staticClass:"t2"},[t._v("供应商寄售、猎芯直接购买和型号预售三种模式可选")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("2")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("支持预售")]),i("p",{staticClass:"t2"},[t._v("大批量采购支持预售,提交订单后迅速反馈长短交期")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("3")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("智能搜索")]),i("p",{staticClass:"t2"},[t._v("支持型号和参数智能搜索,搜索结果最前端展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("4")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("智能BOM")]),i("p",{staticClass:"t2"},[t._v("一键上传bom单匹配型号,规格书在线展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("5")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("快速选样")]),i("p",{staticClass:"t2"},[t._v("新用户、老用户新产品均可在线快速选样购买,帮助开拓新客户,打开新市场")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("6")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("免费仓储")]),i("p",{staticClass:"t2"},[t._v("10000+平米,恒温恒湿大仓库,商品3小时内发货")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("1")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("多渠道推广")]),i("p",{staticClass:"t2"},[t._v("线上线下多渠道产品推广,提高成交率")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("2")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("免费API服务")]),i("p",{staticClass:"t2"},[t._v("免费API对接服务,实现数据自动对接与更新")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("3")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("共享行业资源")]),i("p",{staticClass:"t2"},[t._v("加入供应商资源库,与行业专家共同分享优势资源")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("4")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("数据对接")]),i("p",{staticClass:"t2"},[t._v("全方位对接产品数据,无需调用实体商品库存")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("5")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("优先展示")]),i("p",{staticClass:"t2"},[t._v("可加入猎芯联营专属渠道,搜索结果优先展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("6")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("庞大精准客户")]),i("p",{staticClass:"t2"},[t._v("已有130000+精准用户入驻,每日20000+浏览量")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("入驻流程 ")])])}],l=i("96f8"),c=i.n(l),n=i("3f47"),o=i("6e6d"),r=i("52c1"),v=i("a4c0"),m=i("7272");o["a"].use(v["o"]).use(v["p"]).use(v["h"]);var u={name:"supplier",data:function(){return{color:"#fff",active:0,supplierActive:0,itemtext:["自营供应商","联营供应商"],isAvisible:"block",isBvisible:"none",numberFlag:!1,verifyCodeFlag:!1,codetext:"获取验证码",disabled:!1,codeactive:!1,firmNum:0,secondNum:0,max:50,formMsg:"",formError:!1,form:{com_name:"",linkName:"",mobile:"",verifyCode:"",supplier_type:"",main_brand:""}}},computed:Object(n["a"])({},Object(r["b"])({loading:function(t){return t.smt.loading}}),{comName:function(){return this.form.com_name},linkName:function(){return this.form.linkName},mainBrand:function(){return this.form.main_brand},verifyCode:function(){return this.form.verifyCode},mobileVal:function(){return this.form.mobile}}),watch:{mainBrand:function(t){t.length>this.max?this.secondNum=this.max:this.secondNum=t.length},linkName:function(t){var s=/^[\u0391-\uFFE5A-Za-z]+$/;s.test(t)?(this.formError=!1,this.formMsg=""):(this.formError=!0,this.formMsg="亲,称呼只能为英文和中文")},verifyCode:function(t){t&&(this.formError=!1)},comName:function(t){t&&(this.formError=!1,t.length>this.max?this.firmNum=this.max:this.firmNum=t.length)},mobileVal:function(t){t.length>=11&&(this.verifyCodeFlag=!0,this.formError=!1,this.$store.dispatch({type:"checkAccountExists",account:this.form.mobile}))}},methods:{tab:function(t){this.active=t,this.isAvisible="none",this.isBvisible="none",0==t?this.isAvisible=0==t?"block":"none":1==t&&(this.isBvisible=1==t?"block":"none")},submit:function(){var t=/^1[34578]\d{9}$/;return this.form.mobile?t.test(this.form.mobile)?this.form.verifyCode?void this.$store.dispatch({type:"chainFind",types:1,mobile:this.form.mobile,linkName:this.form.linkName,verifyCode:this.form.verifyCode,com_name:this.form.com_name,main_brand:this.form.main_brand,supplier_type:c()(this.supplierActive)+1}):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},getCode:function(){this.timeNum(),this.$store.dispatch({type:"customSmsVerify",mobile:this.form.mobile})},timeNum:function(){var t=this,s=60;t.disabled=!0,t.codeactive=!0,t.codetext=s+"秒后获取";var i=setInterval(a,1e3);function a(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(i),t.disabled=!1,t.codeactive=!1,t.codetext="重新获取",s=60)}},goAnchor:function(t){if(1===t){this.$el.querySelector("#join-btn");document.documentElement.scrollTop=document.body.scrollTop=0,this.$el.querySelector("#com_name").focus()}else 2===t?(this.$el.querySelector("#com_name").focus(),this.supplierActive=0,document.documentElement.scrollTop=document.body.scrollTop=0):3===t&&(this.$el.querySelector("#com_name").focus(),this.supplierActive=1,document.documentElement.scrollTop=document.body.scrollTop=0)}},components:{Menu:m["a"]}},p=u,f=(i("e346"),i("17cc")),d=Object(f["a"])(p,a,e,!1,null,"08dc8ea9",null);s["default"]=d.exports},9081:function(t,s,i){var a=i("a051").parseInt,e=i("e2d3").trim,l=i("4bcb"),c=/^[-+]?0[xX]/;t.exports=8!==a(l+"08")||22!==a(l+"0x16")?function(t,s){var i=e(String(t),3);return a(i,s>>>0||(c.test(i)?16:10))}:a},"91ef":function(t,s,i){var a=i("471d"),e=i("9081");a(a.G+a.F*(parseInt!=e),{parseInt:e})},"96f8":function(t,s,i){t.exports=i("0799")},e2d3:function(t,s,i){var a=i("471d"),e=i("04be"),l=i("7f67"),c=i("4bcb"),n="["+c+"]",o="​…",r=RegExp("^"+n+n+"*"),v=RegExp(n+n+"*$"),m=function(t,s,i){var e={},n=l(function(){return!!c[t]()||o[t]()!=o}),r=e[t]=n?s(u):c[t];i&&(e[i]=r),a(a.P+a.F*n,"String",e)},u=m.trim=function(t,s){return t=String(e(t)),1&s&&(t=t.replace(r,"")),2&s&&(t=t.replace(v,"")),t};t.exports=m},e346:function(t,s,i){"use strict";var a=i("28e8"),e=i.n(a);e.a}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-178fc040"],{"0799":function(t,s,i){i("91ef"),t.exports=i("836e").parseInt},"28e8":function(t,s,i){},"3b79":function(t,s,i){"use strict";var a=i("673c"),e=i.n(a);e.a},"4bcb":function(t,s){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},"673c":function(t,s,i){},7272:function(t,s,i){"use strict";var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;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("会员中心")])])])}],l={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=l,n=(i("3b79"),i("17cc")),o=Object(n["a"])(c,a,e,!1,null,null,null);s["a"]=o.exports},9055:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"supplier boxsiz"},[i("div",{staticClass:"head"},[i("div",{staticClass:"banner"}),i("div",{staticClass:"head-form boxsiz"},[i("dl",{staticClass:"head-form-wrap boxsiz"},[i("dd",{staticClass:"inp-wrap boxsiz"},[i("label",{staticClass:"lineBlock va-m"},[t._v("公司名称:")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.com_name,expression:"form.com_name"}],staticClass:"va-m inp",attrs:{type:"text",id:"com_name",placeholder:"请输入公司名称",maxlength:"50"},domProps:{value:t.form.com_name},on:{input:function(s){s.target.composing||t.$set(t.form,"com_name",s.target.value)}}}),i("p",{staticClass:"hint",class:{"f-orange":t.firmNum>=t.max}},[i("span",[t._v(t._s(t.firmNum))]),t._v("/50")])]),i("dd",{staticClass:"inp-wrap boxsiz"},[i("label",{staticClass:"lineBlock va-m"},[t._v("联 系 人:")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.linkName,expression:"form.linkName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入联系人"},domProps:{value:t.form.linkName},on:{input:function(s){s.target.composing||t.$set(t.form,"linkName",s.target.value)}}})]),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(0),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.mobile,expression:"form.mobile"}],staticClass:"va-m inp",attrs:{type:"number",placeholder:"请输入手机或电话号码",maxlength:"11",onkeyup:"this.value=this.value.replace(/\\D/g,'')"},domProps:{value:t.form.mobile},on:{input:function(s){s.target.composing||t.$set(t.form,"mobile",s.target.value)}}})]),t.verifyCodeFlag?i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(1),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp w1",attrs:{type:"number",placeholder:"请输入验证码"},domProps:{value:t.form.verifyCode},on:{input:function(s){s.target.composing||t.$set(t.form,"verifyCode",s.target.value)}}}),i("input",{staticClass:"lineBlock va-m code-text",class:{"code-text-disabled":t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext,disabled:t.disabled},on:{click:function(s){return t.getCode()}}})]):t._e(),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(2),i("div",{staticClass:"lineBlock va-m inp-wrap-radio boxsiz"},t._l(t.itemtext,function(s,a){return i("div",{key:a,staticClass:"lineBlock va-m boxsiz inp-wrap-radio-bb",on:{click:function(s){t.supplierActive=a}}},[i("i",{staticClass:"icn",class:{"icn-curr":t.supplierActive==a}}),i("em",{staticClass:"va-m"},[t._v(t._s(s))]),i("b",{staticClass:"lineBlock emptys"})])}),0)]),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(3),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.form.main_brand,expression:"form.main_brand"}],staticClass:"lineBlock va-m boxsiz",attrs:{placeholder:"请输入",maxlength:"50"},domProps:{value:t.form.main_brand},on:{input:function(s){s.target.composing||t.$set(t.form,"main_brand",s.target.value)}}}),i("p",{staticClass:"hint",class:{"f-orange":t.secondNum>=50}},[i("span",[t._v(t._s(t.secondNum))]),t._v("/50")])])]),i("div",{staticClass:"btn-wrap"},[t.formError?i("em",{staticClass:"error"},[t._v(t._s(t.formMsg))]):t._e(),i("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:function(s){return t.submit()}}},[t._v("立即提交")])])])]),i("div",{staticClass:"content"},[i("div",{staticClass:"wrap wrap-1"},[t._m(4),i("van-swipe",{staticClass:"supplier-slide",attrs:{autoplay:3e6,"indicator-color":"#ffffff"}},[i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-1 boxsiz"},[i("i",{staticClass:"iconfont icon-kehuqunti-"}),i("p",{staticClass:"t1"},[t._v("庞大精准的客户群体")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("13万+精准用户,每月2000+新用户注入")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("上千个元器件采购活跃社群")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-2 boxsiz"},[i("i",{staticClass:"iconfont icon-cangchuwuliufuwu-"}),i("p",{staticClass:"t1"},[t._v("免费仓储物流服务")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("恒温恒湿,10000+平米超大仓库现货存放")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("自营商品3小时内发货")])])])])]),i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-3 boxsiz"},[i("i",{staticClass:"iconfont icon-dashuju-"}),i("p",{staticClass:"t1"},[t._v("大数据分析及营销服务")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("海量物料及价格分析,快速响应采购市场变化")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("订单数据及用户画像分析,精准营销参考")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("超千家知名品牌深度合作,源头了解市场动向")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-4 boxsiz"},[i("i",{staticClass:"iconfont icon-shangcheng-"}),i("p",{staticClass:"t1"},[t._v("多终端在线商城")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("PC电脑端,满足工作时间采购需求")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("H5端/小程序,8小时之外随时查看")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("微信公众号,热门资讯推送提升用户粘性")])])])])]),i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-5 boxsiz"},[i("i",{staticClass:"iconfont icon-yunwei-"}),i("p",{staticClass:"t1"},[t._v("专业运营推广团队")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("SEM高付费投放,成交率超过50%")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("多家专业展会合作方,高曝光高知名度")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("高频度营销活动,持续拉动销量上涨")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-6 boxsiz"},[i("i",{staticClass:"iconfont icon-kehuqunti-"}),i("p",{staticClass:"t1"},[t._v("一对一专属客服跟进成单")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("从询价到成单,每位客户均有专属客服跟进")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("CRM系统管理,提升客服跟进效率")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("工作日内响应时间不超过半小时")])])])])])],1)],1),i("div",{staticClass:"wrap wrap-2"},[t._m(5),i("ul",{staticClass:"tab boxsiz"},t._l(t.itemtext,function(s,a){return i("li",{key:a,class:{curr:t.active==a},on:{click:function(s){return t.tab(a)}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isAvisible}},[t._m(6),t._m(7),t._m(8),t._m(9),t._m(10),t._m(11),i("li",{staticClass:"boxsiz"},[i("a",{staticClass:"btn",attrs:{href:"javascript:;",id:"zy"},on:{click:function(s){return t.goAnchor(2)}}},[i("em",{staticClass:"va-m"},[t._v("成为自营供应商")]),i("i",{staticClass:"lineBlock va-t"})])])]),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isBvisible}},[t._m(12),t._m(13),t._m(14),t._m(15),t._m(16),t._m(17),i("li",{staticClass:"boxsiz"},[i("a",{staticClass:"btn",attrs:{href:"javascript:;",id:"ly"},on:{click:function(s){return t.goAnchor(3)}}},[i("em",{staticClass:"va-m"},[t._v("成为联营供应商")]),i("i",{staticClass:"lineBlock va-t"})])])])]),i("div",{staticClass:"wrap wrap-3"},[t._m(18),i("div",{staticClass:"join-wrap boxsiz"},[i("div",{staticClass:"bnt-wrap boxsiz"},[i("a",{staticClass:"btn boxsiz",attrs:{href:"javascript:;",id:"join-btn"},on:{click:function(s){return t.goAnchor(1)}}},[t._v("立即加入")])])])])]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e(),i("Menu",{attrs:{color:t.color}})],1)},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("联系方式:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("短信验证:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("入驻类型:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em"),t._v("主营产品:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("入驻猎芯平台的六大优势")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("选择适合的入驻方式 ")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("1")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("多种入驻模式")]),i("p",{staticClass:"t2"},[t._v("供应商寄售、猎芯直接购买和型号预售三种模式可选")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("2")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("支持预售")]),i("p",{staticClass:"t2"},[t._v("大批量采购支持预售,提交订单后迅速反馈长短交期")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("3")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("智能搜索")]),i("p",{staticClass:"t2"},[t._v("支持型号和参数智能搜索,搜索结果最前端展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("4")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("智能BOM")]),i("p",{staticClass:"t2"},[t._v("一键上传bom单匹配型号,规格书在线展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("5")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("快速选样")]),i("p",{staticClass:"t2"},[t._v("新用户、老用户新产品均可在线快速选样购买,帮助开拓新客户,打开新市场")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("6")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("免费仓储")]),i("p",{staticClass:"t2"},[t._v("10000+平米,恒温恒湿大仓库,商品3小时内发货")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("1")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("多渠道推广")]),i("p",{staticClass:"t2"},[t._v("线上线下多渠道产品推广,提高成交率")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("2")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("免费API服务")]),i("p",{staticClass:"t2"},[t._v("免费API对接服务,实现数据自动对接与更新")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("3")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("共享行业资源")]),i("p",{staticClass:"t2"},[t._v("加入供应商资源库,与行业专家共同分享优势资源")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("4")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("数据对接")]),i("p",{staticClass:"t2"},[t._v("全方位对接产品数据,无需调用实体商品库存")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("5")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("优先展示")]),i("p",{staticClass:"t2"},[t._v("可加入猎芯联营专属渠道,搜索结果优先展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("6")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("庞大精准客户")]),i("p",{staticClass:"t2"},[t._v("已有130000+精准用户入驻,每日20000+浏览量")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("入驻流程 ")])])}],l=i("96f8"),c=i.n(l),n=i("3f47"),o=i("6e6d"),r=i("52c1"),v=i("a4c0"),m=i("7272");o["a"].use(v["p"]).use(v["q"]).use(v["i"]);var u={name:"supplier",data:function(){return{color:"#fff",active:0,supplierActive:0,itemtext:["自营供应商","联营供应商"],isAvisible:"block",isBvisible:"none",numberFlag:!1,verifyCodeFlag:!1,codetext:"获取验证码",disabled:!1,codeactive:!1,firmNum:0,secondNum:0,max:50,formMsg:"",formError:!1,form:{com_name:"",linkName:"",mobile:"",verifyCode:"",supplier_type:"",main_brand:""}}},computed:Object(n["a"])({},Object(r["b"])({loading:function(t){return t.smt.loading}}),{comName:function(){return this.form.com_name},linkName:function(){return this.form.linkName},mainBrand:function(){return this.form.main_brand},verifyCode:function(){return this.form.verifyCode},mobileVal:function(){return this.form.mobile}}),watch:{mainBrand:function(t){t.length>this.max?this.secondNum=this.max:this.secondNum=t.length},linkName:function(t){var s=/^[\u0391-\uFFE5A-Za-z]+$/;s.test(t)?(this.formError=!1,this.formMsg=""):(this.formError=!0,this.formMsg="亲,称呼只能为英文和中文")},verifyCode:function(t){t&&(this.formError=!1)},comName:function(t){t&&(this.formError=!1,t.length>this.max?this.firmNum=this.max:this.firmNum=t.length)},mobileVal:function(t){t.length>=11&&(this.verifyCodeFlag=!0,this.formError=!1,this.$store.dispatch({type:"checkAccountExists",account:this.form.mobile}))}},methods:{tab:function(t){this.active=t,this.isAvisible="none",this.isBvisible="none",0==t?this.isAvisible=0==t?"block":"none":1==t&&(this.isBvisible=1==t?"block":"none")},submit:function(){var t=/^1[34578]\d{9}$/;return this.form.mobile?t.test(this.form.mobile)?this.form.verifyCode?void this.$store.dispatch({type:"chainFind",types:1,mobile:this.form.mobile,linkName:this.form.linkName,verifyCode:this.form.verifyCode,com_name:this.form.com_name,main_brand:this.form.main_brand,supplier_type:c()(this.supplierActive)+1}):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},getCode:function(){this.timeNum(),this.$store.dispatch({type:"customSmsVerify",mobile:this.form.mobile})},timeNum:function(){var t=this,s=60;t.disabled=!0,t.codeactive=!0,t.codetext=s+"秒后获取";var i=setInterval(a,1e3);function a(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(i),t.disabled=!1,t.codeactive=!1,t.codetext="重新获取",s=60)}},goAnchor:function(t){if(1===t){this.$el.querySelector("#join-btn");document.documentElement.scrollTop=document.body.scrollTop=0,this.$el.querySelector("#com_name").focus()}else 2===t?(this.$el.querySelector("#com_name").focus(),this.supplierActive=0,document.documentElement.scrollTop=document.body.scrollTop=0):3===t&&(this.$el.querySelector("#com_name").focus(),this.supplierActive=1,document.documentElement.scrollTop=document.body.scrollTop=0)}},components:{Menu:m["a"]}},p=u,f=(i("e346"),i("17cc")),d=Object(f["a"])(p,a,e,!1,null,"08dc8ea9",null);s["default"]=d.exports},9081:function(t,s,i){var a=i("a051").parseInt,e=i("e2d3").trim,l=i("4bcb"),c=/^[-+]?0[xX]/;t.exports=8!==a(l+"08")||22!==a(l+"0x16")?function(t,s){var i=e(String(t),3);return a(i,s>>>0||(c.test(i)?16:10))}:a},"91ef":function(t,s,i){var a=i("471d"),e=i("9081");a(a.G+a.F*(parseInt!=e),{parseInt:e})},"96f8":function(t,s,i){t.exports=i("0799")},e2d3:function(t,s,i){var a=i("471d"),e=i("04be"),l=i("7f67"),c=i("4bcb"),n="["+c+"]",o="​…",r=RegExp("^"+n+n+"*"),v=RegExp(n+n+"*$"),m=function(t,s,i){var e={},n=l(function(){return!!c[t]()||o[t]()!=o}),r=e[t]=n?s(u):c[t];i&&(e[i]=r),a(a.P+a.F*n,"String",e)},u=m.trim=function(t,s){return t=String(e(t)),1&s&&(t=t.replace(r,"")),2&s&&(t=t.replace(v,"")),t};t.exports=m},e346:function(t,s,i){"use strict";var a=i("28e8"),e=i.n(a);e.a}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1c9625fe"],{"0224":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("div",{staticClass:"pointer-detail"},[i("Header",{attrs:{title:"兑换成功"}}),i("img",{staticClass:"change-head-img",attrs:{src:"https://static.ichunt.com/dist/res/m/images/change_success.png",alt:"猎芯网"}}),i("div",{staticClass:"tip-success-change"},[t._v("恭喜您成功兑换 "),i("b",[t._v(t._s(t.prize_info.prize_name))]),t._v(" 一份")]),3==t.prize_type?i("div",{staticClass:"box-change box-xn"},[i("div",{staticClass:"change-rule-tip"},[t._v("我们将于兑换后两个工作日内,把使用规则以短信形式发给您!")]),i("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),i("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),2==t.prize_type?i("div",{staticClass:"box-change box-yhq"},[i("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),i("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),1==t.prize_type?i("div",{staticClass:"box-change box-sw"},[i("div",{staticClass:"point-addersstip"},[t._v("我们将邮寄到如下地址:")]),i("div",{staticClass:"point-adderss-box"},[t.address_info?[t._v("\n 收件人:"+t._s(t.address_info.consignee)),i("br"),t._v("\n 电话:"+t._s(t.address_info.mobile)),i("br"),i("div",{staticClass:"inline-block-text"},[i("div",[t._v("地址:")]),t.address_info.point_addressp?i("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.detail_address))]):i("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.province_val)+t._s(t.address_info.city_val)+t._s(t.address_info.district_val)+t._s(t.address_info.detail_address))])])]:[i("div",{staticClass:"no-point-address"},[t._v("当前无收件人信息,请录入收件人信息!")])]],2),i("a",{staticClass:"address-link",attrs:{href:"/v3/user/reciveaddress.html?points="+t.point_exchange_id+"&address_id="+t.prize_info.address_id}},[t._v("更换地址")]),i("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=i("3f47"),c=i("6e6d"),o=i("52c1"),r=i("a4c0"),l=i("57af");c["a"].use(r["i"]);var d={name:"pointchange",data:function(){return{prize_type:this.$route.query.prize_type,point_exchange_id:this.$route.query.point_exchange_id}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.pointchange.loading},prize_info:function(t){return t.pointchange.prize_info},prize_types:function(t){return t.pointchange.prize_types},adressApiState:function(t){return t.pointchange.adressApiState},address_info:function(t){return t.pointchange.address_info}})),created:function(){this.getPrizeInfo()},methods:{getPrizeInfo:function(){this.$store.dispatch({type:"getUserPointExchangeDetail",point_exchange_id:this.$route.query.point_exchange_id})}},watch:{prize_types:function(t){this.prize_type=t},adressApiState:function(t){t&&this.$store.dispatch({type:"recvlist"})}},components:{Header:l["a"]}},p=d,f=(i("8cb6"),i("17cc")),u=Object(f["a"])(p,s,e,!1,null,"46dacfbe",null);a["default"]=u.exports},"3b79":function(t,a,i){"use strict";var s=i("673c"),e=i.n(s);e.a},"47d3":function(t,a,i){},"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}}),t.inputShow?i("div",{staticClass:"search"},[i("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),i("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{color:t.color}}):t._e()],1)])},e=[],n=i("7272"),c=i("a4c0"),o={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":c["e"],"van-icon":c["f"],Menu:n["a"]}},r=o,l=(i("c4ad"),i("17cc")),d=Object(l["a"])(r,s,e,!1,null,"87442ebc",null);a["a"]=d.exports},"673c":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()])])},e=[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("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=n,o=(i("3b79"),i("17cc")),r=Object(o["a"])(c,s,e,!1,null,null,null);a["a"]=r.exports},"8cb6":function(t,a,i){"use strict";var s=i("c6b9"),e=i.n(s);e.a},c4ad:function(t,a,i){"use strict";var s=i("47d3"),e=i.n(s);e.a},c6b9:function(t,a,i){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1dad0408"],{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){return 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("3f47"),c=i("6e6d"),o=i("52c1"),l=i("a4c0"),r=i("57af");c["a"].use(l["p"]).use(l["q"]).use(l["g"]).use(l["h"]);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("17cc")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);a["default"]=h.exports},"291c":function(t,a,i){},"3b79":function(t,a,i){"use strict";var n=i("673c"),s=i.n(n);s.a},"47d3":function(t,a,i){},"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}}),t.inputShow?i("div",{staticClass:"search"},[i("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),i("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):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("7272"),c=i("a4c0"),o={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":c["e"],"van-icon":c["f"],Menu:e["a"]}},l=o,r=(i("c4ad"),i("17cc")),u=Object(r["a"])(l,n,s,!1,null,"87442ebc",null);a["a"]=u.exports},"673c":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("17cc")),l=Object(o["a"])(c,n,s,!1,null,null,null);a["a"]=l.exports},"9c9e":function(t,a,i){"use strict";var n=i("291c"),s=i.n(n);s.a},c4ad:function(t,a,i){"use strict";var n=i("47d3"),s=i.n(n);s.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-206b79a6"],{"03ac":function(t,a,e){"use strict";var i=e("386e"),r=e.n(i);r.a},"386e":function(t,a,e){},"4c69":function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("section",{staticClass:"withdraw-detail"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),e("div",{staticClass:"withdraw-detail-content"},[e("div",{staticClass:"detail-box detail-content-1"},[e("p",{staticClass:"withdraw-record"},[t._v("充值记录")]),e("p",{staticClass:"withdraw-amount"},[t._v("-"+t._s(t.rechargeWithdrawOrderDetail.amount))]),e("p",{staticClass:"withdraw-status"},[t._v("待支付")])]),e("div",{staticClass:"detail-box detail-content-2"},[e("p",{staticClass:"withdraw-type"},[t._v("类型"),e("span",[t._v(t._s(t.rechargeWithdrawOrderDetail.wallet_type))])]),e("p",{staticClass:"withdraw-time"},[t._v("创建时间"),e("span",[t._v(t._s(t.rechargeWithdrawOrderDetail.amount))])]),e("p",{staticClass:"withdraw-num"},[t._v("收款账号"),e("span",[t._v(t._s(t.rechargeWithdrawOrderDetail.amount))])])]),e("div",{staticClass:"detail-box detail-content-3"},[e("p",{staticClass:"withdraw-balance"},[t._v("钱包可用余额"),e("span",[t._v("¥"+t._s(t.rechargeWithdrawOrderDetail.amount))])]),e("p",{staticClass:"withdraw-detail"},[t._v("详情"),e("a",{on:{click:t.goCashier}},[t._v("立即支付 >")])])])])],1)},r=[],s=e("bd31"),c=e("52c1"),d=e("57af"),w={name:"WithdrawDetail",data:function(){return{title:"充值提现详情",meaushow:!0,withdrawAmount:-1256,withdrawStatus:"待支付",withdrawType:"提现单",withdrawTime:"2019-04-05 17:03:01",withdrawNum:"猎芯钱包",withdrawBalance:1200}},computed:Object(s["a"])({},Object(c["b"])({rechargeWithdrawOrderDetail:function(t){return t.wallet.rechargeWithdrawOrderDetail}})),watch:{},created:function(){this.$store.dispatch({type:"rechargeWithdrawOrderIfo",wallet_id:this.$route.params.id})},methods:{goCashier:function(){this.$router.push({path:"/wallet/recharge/"+this.$route.params.id})}},components:{Header:d["a"]}},n=w,h=(e("03ac"),e("fc05")),l=Object(h["a"])(n,i,r,!1,null,"0429c57e",null);a["default"]=l.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-23e7944a"],{"4c0e":function(t,s,e){},5729:function(t,s,e){t.exports=e.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,s,e){var o=e("836e"),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"7f1b":function(t,s,e){"use strict";var o=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("section",[e("div",{staticClass:"slide-bar"},[t.kefuishow?e("div",{staticClass:"customer-service",on:{click:t.recordFn}},[e("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[e("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]:[e("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),e("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[e("div",{staticClass:"van-dialog__message"},[e("div",{staticClass:"kefu"},[e("p",{staticClass:"t0"},[e("i",{staticClass:"iconfont icon-kefu"})]),e("p",{staticClass:"t1"},[e("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),e("p",{staticClass:"t2"},[e("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[e("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},i=[],a=e("52c1"),n=e("6e6d"),c=e("a4c0");n["a"].use(c["d"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=e("17cc"),d=Object(l["a"])(m,o,i,!1,null,null,null);s["a"]=d.exports},"842e":function(t,s,e){t.exports=e.p+"img/three_08.abd136a9.jpg"},"9c63":function(t,s,e){"use strict";e.r(s);var o=function(){var t=this,s=t.$createElement,o=t._self._c||s;return o("div",{staticClass:"findthing-content"},[o("div",{staticClass:"seo-head"}),o("div",{staticClass:"seo-section"},[o("div",{staticClass:"form-box1"},[o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[o("font",[t._v("*")]),t._v("型       号:")],1),o("div",{staticClass:"fr input-box"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.goodsNumber,expression:"form1.goodsNumber"}],attrs:{type:"text",placeholder:"请输入型号"},domProps:{value:t.form1.goodsNumber},on:{input:function(s){s.target.composing||t.$set(t.form1,"goodsNumber",s.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[o("font",{staticClass:"hiddenvi"},[t._v("*")]),t._v("数       量:")],1),o("div",{staticClass:"fr input-box"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.num,expression:"form1.num"}],attrs:{type:"text",placeholder:"请输入数量",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.num},on:{input:function(s){s.target.composing||t.$set(t.form1,"num",s.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[o("font",[t._v("*")]),t._v("手机号码:")],1),o("div",{staticClass:"fr input-box"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(s){s.target.composing||t.$set(t.form1,"mobile",s.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[o("span",{staticClass:"fl "},[t._v("图片验证:")]),o("div",{staticClass:"fr input-box pr"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(s){s.target.composing||t.$set(t.form1,"imgcode",s.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("验证码:")]),o("div",{staticClass:"fr input-box pr"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(s){s.target.composing||t.$set(t.form1,"code",s.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(s){return t.getCode()}}},[t._v(t._s(t.codetext))])])]),o("div",{staticClass:"form1-warn"},[o("font",[t._v("*")]),t._v("为了您的权益,您的隐私将被严格保密")],1),o("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),o("div",{staticClass:"submit-button",on:{click:function(s){return t.submitForm()}}})]),o("div",{staticClass:"img-show-static"}),o("div",{staticClass:"zizi-box"},[o("div",{staticClass:"zizi-ct"},[o("div",{staticClass:"slide-box"},[o("van-swipe",{attrs:{autoplay:3e3}},[o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("f203"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("5729"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("e673"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("a851"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("842e"),alt:"猎芯网"}})])],1)],1)])]),t._m(0)]),o("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?o("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},i=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"foot-box"},[e("div",{staticClass:"foot-box-ct"},[e("a",{attrs:{href:"tel:4008-755-881"}},[e("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=e("cc80"),n=e.n(a),c=e("3f47"),r=e("6e6d"),m=e("52c1"),l=e("a4c0"),d=e("7f1b");e("365c");r["a"].use(l["o"]).use(l["p"]).use(l["q"]).use(l["h"]);var u={name:"seo",computed:Object(c["a"])({},Object(m["b"])({loading:function(t){return t.findthing.loading},form1ImgShow:function(t){return t.findthing.form1ImgShow},form1CodeStatus:function(t){return t.findthing.form1CodeStatus},isRegLogin:function(t){return t.findthing.isRegLogin}}),{mobile:function(t){return this.form1.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codetext:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,goodsNumber:"",num:"",msg:""}}},methods:{timeNum:function(){var t=this,s=60;t.codeactive=!0,t.codetext=s+"秒后获取";var e=setInterval(o,1e3);function o(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),t.codeactive=!1,t.codetext="获取验证码",s=60)}},getCode:function(){!this["form1"]["imgcodestatus"]||this["form1"]["imgcode"]?this.codeactive||this.$store.dispatch({type:"smsVerify1",mobile:this["form1"]["mobile"],verify:this["form1"]["imgcode"]}):Object(l["q"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this["form1"]["goodsNumber"]){this["form1"]["msg"]="";var t=/^1[345678]\d{9}$/;t.test(this["form1"]["mobile"])?(this["form1"]["msg"]="",this["form1"]["code"]?(this["form1"]["msg"]="",this.$store.dispatch({type:"actionLogin1",account:this["form1"]["mobile"],sms_verify:this["form1"]["code"]})):this["form1"]["msg"]="验证码不能为空"):this["form1"]["msg"]="请输入正确格式的手机号码"}else this["form1"]["msg"]="型号不能为空"}},watch:{form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},mobile:function(t){var s=/^1[345678]\d{9}$/;s.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},isRegLogin:function(t){if(t){var s={number:this.form1.num,type:this.form1.goodsNumber};this.$store.dispatch({type:"feedback1",types:7,mobile:this.form1.mobile,content:n()(s)})}}},components:{SideBar:d["a"]}},f=u,p=(e("dd2d"),e("17cc")),v=Object(p["a"])(f,o,i,!1,null,"58fa8fca",null);s["default"]=v.exports},a851:function(t,s,e){t.exports=e.p+"img/three_06.5ad5630e.jpg"},cc80:function(t,s,e){t.exports=e("5ab7")},dd2d:function(t,s,e){"use strict";var o=e("4c0e"),i=e.n(o);i.a},e673:function(t,s,e){t.exports=e.p+"img/three_05.2f3455a9.jpg"},f203:function(t,s,e){t.exports=e.p+"img/three_03.49b062a4.jpg"}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-23e7944a"],{"4c0e":function(t,s,e){},5729:function(t,s,e){t.exports=e.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,s,e){var i=e("836e"),o=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return o.stringify.apply(o,arguments)}},"7f1b":function(t,s,e){"use strict";var i=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("section",[e("div",{staticClass:"slide-bar"},[t.kefuishow?e("div",{staticClass:"customer-service",on:{click:t.recordFn}},[e("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[e("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]:[e("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),e("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[e("div",{staticClass:"van-dialog__message"},[e("div",{staticClass:"kefu"},[e("p",{staticClass:"t0"},[e("i",{staticClass:"iconfont icon-kefu"})]),e("p",{staticClass:"t1"},[e("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),e("p",{staticClass:"t2"},[e("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[e("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},o=[],a=e("52c1"),n=e("6e6d"),c=e("a4c0");n["a"].use(c["d"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=e("17cc"),d=Object(l["a"])(m,i,o,!1,null,null,null);s["a"]=d.exports},"842e":function(t,s,e){t.exports=e.p+"img/three_08.abd136a9.jpg"},"9c63":function(t,s,e){"use strict";e.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"findthing-content"},[i("div",{staticClass:"seo-head"}),i("div",{staticClass:"seo-section"},[i("div",{staticClass:"form-box1"},[i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",[t._v("*")]),t._v("型       号:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.goodsNumber,expression:"form1.goodsNumber"}],attrs:{type:"text",placeholder:"请输入型号"},domProps:{value:t.form1.goodsNumber},on:{input:function(s){s.target.composing||t.$set(t.form1,"goodsNumber",s.target.value)}}})])]),i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",{staticClass:"hiddenvi"},[t._v("*")]),t._v("数       量:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.num,expression:"form1.num"}],attrs:{type:"text",placeholder:"请输入数量",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.num},on:{input:function(s){s.target.composing||t.$set(t.form1,"num",s.target.value)}}})])]),i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",[t._v("*")]),t._v("手机号码:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(s){s.target.composing||t.$set(t.form1,"mobile",s.target.value)}}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[i("span",{staticClass:"fl "},[t._v("图片验证:")]),i("div",{staticClass:"fr input-box pr"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(s){s.target.composing||t.$set(t.form1,"imgcode",s.target.value)}}}),i("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[t._v("验证码:")]),i("div",{staticClass:"fr input-box pr"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(s){s.target.composing||t.$set(t.form1,"code",s.target.value)}}}),i("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(s){return t.getCode()}}},[t._v(t._s(t.codetext))])])]),i("div",{staticClass:"form1-warn"},[i("font",[t._v("*")]),t._v("为了您的权益,您的隐私将被严格保密")],1),i("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),i("div",{staticClass:"submit-button",on:{click:function(s){return t.submitForm()}}})]),i("div",{staticClass:"img-show-static"}),i("div",{staticClass:"zizi-box"},[i("div",{staticClass:"zizi-ct"},[i("div",{staticClass:"slide-box"},[i("van-swipe",{attrs:{autoplay:3e3}},[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("f203"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("5729"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("e673"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("a851"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("842e"),alt:"猎芯网"}})])],1)],1)])]),t._m(0)]),i("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},o=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"foot-box"},[e("div",{staticClass:"foot-box-ct"},[e("a",{attrs:{href:"tel:4008-755-881"}},[e("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=e("cc80"),n=e.n(a),c=e("3f47"),r=e("6e6d"),m=e("52c1"),l=e("a4c0"),d=e("7f1b");e("365c");r["a"].use(l["p"]).use(l["q"]).use(l["r"]).use(l["i"]);var u={name:"seo",computed:Object(c["a"])({},Object(m["b"])({loading:function(t){return t.findthing.loading},form1ImgShow:function(t){return t.findthing.form1ImgShow},form1CodeStatus:function(t){return t.findthing.form1CodeStatus},isRegLogin:function(t){return t.findthing.isRegLogin}}),{mobile:function(t){return this.form1.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codetext:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,goodsNumber:"",num:"",msg:""}}},methods:{timeNum:function(){var t=this,s=60;t.codeactive=!0,t.codetext=s+"秒后获取";var e=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),t.codeactive=!1,t.codetext="获取验证码",s=60)}},getCode:function(){!this["form1"]["imgcodestatus"]||this["form1"]["imgcode"]?this.codeactive||this.$store.dispatch({type:"smsVerify1",mobile:this["form1"]["mobile"],verify:this["form1"]["imgcode"]}):Object(l["r"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this["form1"]["goodsNumber"]){this["form1"]["msg"]="";var t=/^1[345678]\d{9}$/;t.test(this["form1"]["mobile"])?(this["form1"]["msg"]="",this["form1"]["code"]?(this["form1"]["msg"]="",this.$store.dispatch({type:"actionLogin1",account:this["form1"]["mobile"],sms_verify:this["form1"]["code"]})):this["form1"]["msg"]="验证码不能为空"):this["form1"]["msg"]="请输入正确格式的手机号码"}else this["form1"]["msg"]="型号不能为空"}},watch:{form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},mobile:function(t){var s=/^1[345678]\d{9}$/;s.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},isRegLogin:function(t){if(t){var s={number:this.form1.num,type:this.form1.goodsNumber};this.$store.dispatch({type:"feedback1",types:7,mobile:this.form1.mobile,content:n()(s)})}}},components:{SideBar:d["a"]}},f=u,p=(e("dd2d"),e("17cc")),v=Object(p["a"])(f,i,o,!1,null,"58fa8fca",null);s["default"]=v.exports},a851:function(t,s,e){t.exports=e.p+"img/three_06.5ad5630e.jpg"},cc80:function(t,s,e){t.exports=e("5ab7")},dd2d:function(t,s,e){"use strict";var i=e("4c0e"),o=e.n(i);o.a},e673:function(t,s,e){t.exports=e.p+"img/three_05.2f3455a9.jpg"},f203:function(t,s,e){t.exports=e.p+"img/three_03.49b062a4.jpg"}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-252b3a4b"],{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["o"]).use(l["p"]).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("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
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2562d513"],{"51d9":function(s,o,t){"use strict";t.r(o);var e=function(){var s=this,o=s.$createElement,t=s._self._c||o;return t("section",{staticClass:"wallet-activate"},[t("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),t("div",{directives:[{name:"show",rawName:"v-show",value:s.step1,expression:"step1"}],staticClass:"activate-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[s._v("安全手机号")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.safeMobile,expression:"form.safeMobile"}],staticClass:"va-m inp",attrs:{type:"number",placeholder:"请输入手机号"},domProps:{value:s.form.safeMobile},on:{input:function(o){o.target.composing||s.$set(s.form,"safeMobile",o.target.value)}}})]),t("li",{directives:[{name:"show",rawName:"v-show",value:s.activateShowImgCode,expression:"activateShowImgCode"}],staticClass:"inp-wrap yzmImg"},[t("label",{staticClass:"va-m"},[s._v("图片验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:s.form.imgCode},on:{input:function(o){o.target.composing||s.$set(s.form,"imgCode",o.target.value)}}}),t("img",{staticClass:"img-code va-m",attrs:{src:s.imgCodeVal,alt:"图片验证码"},on:{click:s.changeImgCode}})]),t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[s._v("验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:s.form.verifyCode},on:{input:function(o){o.target.composing||s.$set(s.form,"verifyCode",o.target.value)}}}),s.yzmSend?t("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:s.getCode}},[s._v(s._s(s.countDownText))]):t("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[s._v("再次发送("+s._s(s.countDown)+"s)")])])]),t("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),t("a",{staticClass:"next",class:{noClick:s.isClick},attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),t("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"activate-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[s._v("设置支付密码")]),t("br"),s.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})],s.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShow}})],2),t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[s._v("确认支付密码")]),t("br"),s.showPasswordConfirm?[t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:s.form.passwordConfirm},on:{input:function(o){o.target.composing||s.$set(s.form,"passwordConfirm",o.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:s.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:s.form.passwordConfirm},on:{input:function(o){o.target.composing||s.$set(s.form,"passwordConfirm",o.target.value)}}})],s.showPasswordConfirm?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShowConfirm}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShowConfirm}})],2)]),t("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),t("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:s.confirm}},[s._v("确认")])])],1)},r=[],a=(t("71d7"),t("bd31")),i=(t("9f07"),t("0964"),t("1cc5")),n=t("52c1"),m=t("57af"),c=t("01c5"),f=t("365c");i["a"].use(c["e"]);var l={name:"WalletActivate",data:function(){return{title:"激活钱包",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{safeMobile:"",verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify",isClick:!0}},computed:Object(a["a"])({},Object(n["b"])({activateShowImgCode:function(s){return s.wallet.activateShowImgCode},activateCountDownFlag:function(s){return s.wallet.activateCountDownFlag}})),watch:{activateCountDownFlag:function(s){s?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},form:{deep:!0,handler:function(s){s.safeMobile&&s.verifyCode?this.isClick=!1:this.isClick=!0}}},created:function(){},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var s=this,o=setInterval(t,1e3);function t(){s.countDown--,s.countDown<=0&&(clearInterval(o),s.countDown=60,s.countDownText="再次发送",s.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},verify:function(){if(!this.form.safeMobile)return this.formError=!0,void(this.formMsg="亲,请输入手机");var s=/^1[34578]\d{9}$/;return!!s.test(this.form.safeMobile)||(this.formError=!0,void(this.formMsg="亲,手机格式不正确"))},getCode:function(){this.verify()&&this.$store.dispatch({type:"smsVerifyActivate",mobile:this.form.safeMobile,imgCode:this.form.imgCode})},next:function(){if(!this.isClick&&this.verify()){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.step1=!1,this.step2=!0}},confirm:function(){var s=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?s.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"activateWallet",mobile:this.form.safeMobile,verifyCode:this.form.verifyCode,password:this.form.password,passwordConfirm:this.form.passwordConfirm,referer:this.$route.query.referer})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("9fbd"),t("fc05")),v=Object(p["a"])(d,e,r,!1,null,"d0fe4bcc",null);o["default"]=v.exports},"6b62":function(s,o,t){},"71d7":function(s,o,t){var e=t("5b0f"),r=t("6c67"),a=t("78a6").f,i=t("38f8").f,n=t("e621"),m=t("7a14"),c=e.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,v=new c(d)!==d;if(t("d9cf")&&(!v||t("03fd")(function(){return p[t("e1be")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(s,o){var t=this instanceof c,e=n(s),a=void 0===o;return!t&&e&&s.constructor===c&&a?s:r(v?new f(e&&!a?s.source:s,o):f((e=s instanceof c)?s.source:s,e&&a?m.call(s):o),t?this:l,c)};for(var u=function(s){s in c||a(c,s,{configurable:!0,get:function(){return f[s]},set:function(o){f[s]=o}})},w=i(f),h=0;w.length>h;)u(w[h++]);l.constructor=c,c.prototype=l,t("c787")(e,"RegExp",c)}t("0384")("RegExp")},"9fbd":function(s,o,t){"use strict";var e=t("6b62"),r=t.n(e);r.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d46f0b5"],{"3b79":function(t,i,a){"use strict";var n=a("db41"),e=a.n(n);e.a},4835: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("div",{staticClass:"exchange"},[a("Header",{attrs:{title:"兑换记录"}}),a("ul",{staticClass:"point-list-head1"},t._l(t.navlist,function(i,n){return a("li",{class:{act:t.prize_type==i.prise_type},on:{click:function(a){t.tab(i.prise_type)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),a("div",{ref:"pointContent",staticClass:"exchange_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,n){return a("div",{key:n,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",{staticClass:"imgbox"},[a("img",{attrs:{src:i.prize_img_url,alt:i.prize_name}})])]),a("div",{staticClass:"f-l infotext"},[a("div",{staticClass:"boxtextx"},[t._v(t._s(i.prize_name))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.exchange_time)))])]),a("div",{staticClass:"f-r"},[t._v("支出"+t._s(i.prize_use_point)+"积分")])])}),0)],1)])],1)},e=[],s=a("bd31"),o=a("1cc5"),c=a("52c1"),l=a("01c5"),r=a("57af");o["a"].use(l["g"]);var f={name:"exchange",components:{Header:r["a"]},data:function(){return{page:1,loading:!1,limit:12,flow_type:1,detaillists:[],prize_type:1}},computed:Object(s["a"])({},Object(c["b"])({navlist:function(t){return t.pointmall.navlist},loadStatus:function(t){return t.exchange.loadStatus},finished:function(t){return t.exchange.finished},totalLimit:function(t){return t.exchange.totalLimit},detaillist:function(t){return t.exchange.detaillist}})),created:function(){this.$store.dispatch({type:"getPointPrize"}),this.getData()},watch:{loadStatus:function(t){this.loading=t}},methods:{getData:function(){this.$store.dispatch({type:"getUserPointExchangeList",page:this.page,limit:this.limit,prize_type:this.prize_type})},tab:function(t){if(t!=this.prize_type){this.prize_type=t,this.page=1;var i=this.$refs["pointContent"];i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}}},u=f,p=(a("6c42"),a("fc05")),d=Object(p["a"])(u,n,e,!1,null,"05db62e6",null);i["default"]=d.exports},"57af":function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;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)])},e=[],s=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:s["a"]}},c=o,l=(a("7afb"),a("fc05")),r=Object(l["a"])(c,n,e,!1,null,"3efd14ca",null);i["a"]=r.exports},"62ad":function(t,i,a){},"6c42":function(t,i,a){"use strict";var n=a("b620"),e=a.n(n);e.a},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()])])},e=[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("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=s,c=(a("3b79"),a("fc05")),l=Object(c["a"])(o,n,e,!1,null,null,null);i["a"]=l.exports},"7afb":function(t,i,a){"use strict";var n=a("62ad"),e=a.n(n);e.a},b620:function(t,i,a){},db41:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d4f397c"],{"01fe":function(t,e,i){t.exports=i.p+"img/8.210d2850.png"},"0696":function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"chain-main"},[s("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},[s("van-swipe-item",[s("img",{attrs:{src:i("addb"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("bbae"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("14a0"),height:"100%",width:"100%"}})])],1),s("div",{staticClass:"customs_one"},[s("div",{staticClass:"customs"},[s("div",{staticClass:"cus_input clear"},[s("dl",{staticClass:"dl_text"},[s("dt",[t._v("您的需求:")]),s("dd",[s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.needVal,expression:"needVal"}],staticClass:"require",attrs:{name:"need",id:"need",maxlength:"100",placeholder:"描述您的进口报关需求,以便我们为您分配专门的对接人员跟进联系。","info-empty":"亲,请告知我们您的需求详细",autocomplete:"off"},domProps:{value:t.needVal},on:{input:function(e){e.target.composing||(t.needVal=e.target.value)}}}),s("span",{staticClass:"msg"},[s("b",{attrs:{id:"contentCountLeft"}},[t._v(t._s(t.needValLength))]),t._v("/100")])])]),s("dl",{staticClass:"dl_name"},[s("dt",[t._v("您的称呼:")]),s("dd",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.linkName,expression:"linkName"}],staticClass:"require",attrs:{type:"text",name:"link_name",id:"linkName",maxlength:"10","info-empty":"请输入您的称呼","info-max":"您的名字太长无法输入",placeholder:"请输入您的称呼",autocomplete:"off"},domProps:{value:t.linkName},on:{input:function(e){e.target.composing||(t.linkName=e.target.value)}}})])]),s("dl",{staticClass:"contact_way"},[t._m(0),s("dd",{staticClass:"select_input"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.mobile,expression:"mobile"}],staticClass:"inputMobile",attrs:{type:"text",name:"mobile",id:"inputMobile",maxlength:"11",onkeyup:"this.value=this.value.replace(/[^\\.\\d]/g,'');this.value=this.value.replace('.','');",placeholder:"请输入手机号码",autocomplete:"off"},domProps:{value:t.mobile},on:{input:function(e){e.target.composing||(t.mobile=e.target.value)}}})])]),s("dl",{directives:[{name:"show",rawName:"v-show",value:t.imgcodestatus,expression:"imgcodestatus"}],staticClass:"updateCodeImg"},[s("dt",[t._v("图片验证:")]),s("dd",[s("p",{staticClass:"code-text fl"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.imgcodeval,expression:"imgcodeval"}],attrs:{type:"text",id:"imgCode",placeholder:"图片验证码"},domProps:{value:t.imgcodeval},on:{input:function(e){e.target.composing||(t.imgcodeval=e.target.value)}}})]),s("a",{staticClass:"code fr",attrs:{href:"javascript:void(0);"}},[s("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}]})])])]),s("dl",{directives:[{name:"show",rawName:"v-show",value:t.codestatus,expression:"codestatus"}],staticClass:"smsCode"},[s("dt",[t._v("短信验证:")]),s("dd",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.codeval,expression:"codeval"}],staticClass:"verifyCode fl",attrs:{type:"text",name:"verifyCode",autocomplete:"off",placeholder:"短信验证码"},domProps:{value:t.codeval},on:{input:function(e){e.target.composing||(t.codeval=e.target.value)}}}),s("input",{staticClass:"codeButton fr",class:{dis:t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext},on:{click:function(e){return t.getCode()}}})])])]),s("div",{staticClass:"tipMsg f-orange"},[t._v(t._s(t.tipMsg))]),s("div",{staticClass:"cus_but"},[s("a",{staticClass:"but check_verify",attrs:{href:"javascript:void(0);",id:"embed-submit"},on:{click:function(e){return t.submitForm()}}},[t._v("我要报关")])])])]),t._m(1),t._m(2),s("div",{staticClass:"customs_box"},[s("p",{staticClass:"customs_title title_top title_center_go"},[t._v("荣誉资质")]),s("div",{staticClass:"customs_img"},[s("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},[s("van-swipe-item",[s("img",{attrs:{src:i("2499"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("a091"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("db01"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("a909"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("7636"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("2596"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("6dc8"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("01fe"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("beef"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("e3ef"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("dfdf"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("d9c5"),height:"100%",width:"100%"}})])],1)],1)]),t._m(3),s("div",{staticClass:"scm_but"},[s("a",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"cus_but_bottom",attrs:{href:"javascript:void(0);"}},[t._v("立即报关"),s("span",{staticClass:"cus_arrow"})])]),t.loading?s("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("dt",{staticClass:"box_select"},[i("div",{staticClass:"select-top"},[i("span",[t._v("手机号码:")])])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box"},[i("p",{staticClass:"customs_title"},[t._v("进口报关流程")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm1.png",alt:"进口报关流程"}})]),i("p",{staticClass:"customs_email ta-l"},[t._v("邮箱:olh@ichunt.com")])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box"},[i("p",{staticClass:"customs_title title_top"},[t._v("猎芯发展历程")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm2.png",alt:"猎芯发展历程"}})])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box customs_box0"},[i("p",{staticClass:"customs_title title_top title_center_go"},[t._v("使命&愿景&价值观")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm3.png",alt:"使命&愿景&价值观"}})])])}],n=i("3f47"),c=i("6e6d"),o=i("52c1"),m=i("a4c0");c["a"].use(m["h"]).use(m["o"]).use(m["p"]).use(m["q"]);var d={name:"chain",data:function(){return{bannerHeight:220,needVal:"",needValLength:0,tipMsg:"",linkName:"",mobile:"",codetext:"获取验证码",codeactive:!1,codestatus:!1,imgcodestatus:!1,imgcodeval:"",codeval:""}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.chain.loading},formImgShow:function(t){return t.chain.formImgShow},formCodeStatus:function(t){return t.chain.formCodeStatus}})),created:function(){},methods:{timeNum:function(){var t=this,e=60;t.codeactive=!0,t.codetext=e+"秒后获取";var i=setInterval(s,1e3);function s(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(i),t.codeactive=!1,t.codetext="重新获取",e=60)}},getCode:function(){!this["imgcodestatus"]||this["imgcodeval"]?this.codeactive||this.$store.dispatch({type:"chainSmsVerify",mobile:this["mobile"],verify:this["imgcodeval"]}):Object(m["q"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this.needVal.length<10)this.tipMsg="亲,您的详细需求最少10个字";else{this.tipMsg="";var t=/^[\u0391-\uFFE5A-Za-z]+$/;if(t.test(this.linkName)){this.tipMsg="";var e=/^1[345678]\d{9}$/;e.test(this["mobile"])?(this["tipMsg"]="",this["codeval"]?(this["tipMsg"]="",this.$store.dispatch({type:"chainFindBg",need:this["needVal"],mobile:this["mobile"],linkName:this["linkName"],verifyCode:this["codeval"]})):this["tipMsg"]="验证码不能为空"):this["tipMsg"]="请输入正确格式的手机号码"}else this.tipMsg="亲,称呼只能为英文和中文"}}},watch:{needVal:function(t){this.needValLength=t.length,t.length<10?this.tipMsg="亲,您的详细需求最少10个字":this.tipMsg=""},linkName:function(t){var e=/^[\u0391-\uFFE5A-Za-z]+$/;e.test(t)?this.tipMsg="":this.tipMsg="亲,称呼只能为英文和中文"},mobile:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.tipMsg="",this.codestatus=!0):(this.tipMsg="请输入正确格式的手机号码",this.codestatus=!1)},formCodeStatus:function(t){t&&this.timeNum()},formImgShow:function(t){this.imgcodestatus=t}}},r=d,l=(i("118d"),i("17cc")),p=Object(l["a"])(r,s,a,!1,null,"58198ee5",null);e["default"]=p.exports},"118d":function(t,e,i){"use strict";var s=i("f3a1"),a=i.n(s);a.a},"14a0":function(t,e,i){t.exports=i.p+"img/banner3.2fe8ffff.png"},2499:function(t,e,i){t.exports=i.p+"img/1.ce591601.png"},2596:function(t,e,i){t.exports=i.p+"img/6.74d2bc1d.png"},"6dc8":function(t,e,i){t.exports=i.p+"img/7.1d45cfcf.png"},7636:function(t,e,i){t.exports=i.p+"img/5.6f15d6a5.png"},a091:function(t,e,i){t.exports=i.p+"img/2.b28ceaec.png"},a909:function(t,e,i){t.exports=i.p+"img/4.8a359f39.png"},addb:function(t,e,i){t.exports=i.p+"img/banner1.a36ce566.png"},bbae:function(t,e,i){t.exports=i.p+"img/banner2.0b5127a8.png"},beef:function(t,e,i){t.exports=i.p+"img/9.2fa40ea7.png"},d9c5:function(t,e,i){t.exports=i.p+"img/12.b29c4ed0.png"},db01:function(t,e,i){t.exports=i.p+"img/3.daf21c13.png"},dfdf:function(t,e,i){t.exports=i.p+"img/11.af60f662.png"},e3ef:function(t,e,i){t.exports=i.p+"img/10.42ad2211.png"},f3a1:function(t,e,i){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d4f397c"],{"01fe":function(t,e,i){t.exports=i.p+"img/8.210d2850.png"},"0696":function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"chain-main"},[s("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},[s("van-swipe-item",[s("img",{attrs:{src:i("addb"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("bbae"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("14a0"),height:"100%",width:"100%"}})])],1),s("div",{staticClass:"customs_one"},[s("div",{staticClass:"customs"},[s("div",{staticClass:"cus_input clear"},[s("dl",{staticClass:"dl_text"},[s("dt",[t._v("您的需求:")]),s("dd",[s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.needVal,expression:"needVal"}],staticClass:"require",attrs:{name:"need",id:"need",maxlength:"100",placeholder:"描述您的进口报关需求,以便我们为您分配专门的对接人员跟进联系。","info-empty":"亲,请告知我们您的需求详细",autocomplete:"off"},domProps:{value:t.needVal},on:{input:function(e){e.target.composing||(t.needVal=e.target.value)}}}),s("span",{staticClass:"msg"},[s("b",{attrs:{id:"contentCountLeft"}},[t._v(t._s(t.needValLength))]),t._v("/100")])])]),s("dl",{staticClass:"dl_name"},[s("dt",[t._v("您的称呼:")]),s("dd",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.linkName,expression:"linkName"}],staticClass:"require",attrs:{type:"text",name:"link_name",id:"linkName",maxlength:"10","info-empty":"请输入您的称呼","info-max":"您的名字太长无法输入",placeholder:"请输入您的称呼",autocomplete:"off"},domProps:{value:t.linkName},on:{input:function(e){e.target.composing||(t.linkName=e.target.value)}}})])]),s("dl",{staticClass:"contact_way"},[t._m(0),s("dd",{staticClass:"select_input"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.mobile,expression:"mobile"}],staticClass:"inputMobile",attrs:{type:"text",name:"mobile",id:"inputMobile",maxlength:"11",onkeyup:"this.value=this.value.replace(/[^\\.\\d]/g,'');this.value=this.value.replace('.','');",placeholder:"请输入手机号码",autocomplete:"off"},domProps:{value:t.mobile},on:{input:function(e){e.target.composing||(t.mobile=e.target.value)}}})])]),s("dl",{directives:[{name:"show",rawName:"v-show",value:t.imgcodestatus,expression:"imgcodestatus"}],staticClass:"updateCodeImg"},[s("dt",[t._v("图片验证:")]),s("dd",[s("p",{staticClass:"code-text fl"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.imgcodeval,expression:"imgcodeval"}],attrs:{type:"text",id:"imgCode",placeholder:"图片验证码"},domProps:{value:t.imgcodeval},on:{input:function(e){e.target.composing||(t.imgcodeval=e.target.value)}}})]),s("a",{staticClass:"code fr",attrs:{href:"javascript:void(0);"}},[s("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}]})])])]),s("dl",{directives:[{name:"show",rawName:"v-show",value:t.codestatus,expression:"codestatus"}],staticClass:"smsCode"},[s("dt",[t._v("短信验证:")]),s("dd",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.codeval,expression:"codeval"}],staticClass:"verifyCode fl",attrs:{type:"text",name:"verifyCode",autocomplete:"off",placeholder:"短信验证码"},domProps:{value:t.codeval},on:{input:function(e){e.target.composing||(t.codeval=e.target.value)}}}),s("input",{staticClass:"codeButton fr",class:{dis:t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext},on:{click:function(e){return t.getCode()}}})])])]),s("div",{staticClass:"tipMsg f-orange"},[t._v(t._s(t.tipMsg))]),s("div",{staticClass:"cus_but"},[s("a",{staticClass:"but check_verify",attrs:{href:"javascript:void(0);",id:"embed-submit"},on:{click:function(e){return t.submitForm()}}},[t._v("我要报关")])])])]),t._m(1),t._m(2),s("div",{staticClass:"customs_box"},[s("p",{staticClass:"customs_title title_top title_center_go"},[t._v("荣誉资质")]),s("div",{staticClass:"customs_img"},[s("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},[s("van-swipe-item",[s("img",{attrs:{src:i("2499"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("a091"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("db01"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("a909"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("7636"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("2596"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("6dc8"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("01fe"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("beef"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("e3ef"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("dfdf"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("d9c5"),height:"100%",width:"100%"}})])],1)],1)]),t._m(3),s("div",{staticClass:"scm_but"},[s("a",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"cus_but_bottom",attrs:{href:"javascript:void(0);"}},[t._v("立即报关"),s("span",{staticClass:"cus_arrow"})])]),t.loading?s("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("dt",{staticClass:"box_select"},[i("div",{staticClass:"select-top"},[i("span",[t._v("手机号码:")])])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box"},[i("p",{staticClass:"customs_title"},[t._v("进口报关流程")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm1.png",alt:"进口报关流程"}})]),i("p",{staticClass:"customs_email ta-l"},[t._v("邮箱:olh@ichunt.com")])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box"},[i("p",{staticClass:"customs_title title_top"},[t._v("猎芯发展历程")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm2.png",alt:"猎芯发展历程"}})])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box customs_box0"},[i("p",{staticClass:"customs_title title_top title_center_go"},[t._v("使命&愿景&价值观")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm3.png",alt:"使命&愿景&价值观"}})])])}],n=i("3f47"),c=i("6e6d"),o=i("52c1"),m=i("a4c0");c["a"].use(m["i"]).use(m["p"]).use(m["q"]).use(m["r"]);var d={name:"chain",data:function(){return{bannerHeight:220,needVal:"",needValLength:0,tipMsg:"",linkName:"",mobile:"",codetext:"获取验证码",codeactive:!1,codestatus:!1,imgcodestatus:!1,imgcodeval:"",codeval:""}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.chain.loading},formImgShow:function(t){return t.chain.formImgShow},formCodeStatus:function(t){return t.chain.formCodeStatus}})),created:function(){},methods:{timeNum:function(){var t=this,e=60;t.codeactive=!0,t.codetext=e+"秒后获取";var i=setInterval(s,1e3);function s(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(i),t.codeactive=!1,t.codetext="重新获取",e=60)}},getCode:function(){!this["imgcodestatus"]||this["imgcodeval"]?this.codeactive||this.$store.dispatch({type:"chainSmsVerify",mobile:this["mobile"],verify:this["imgcodeval"]}):Object(m["r"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this.needVal.length<10)this.tipMsg="亲,您的详细需求最少10个字";else{this.tipMsg="";var t=/^[\u0391-\uFFE5A-Za-z]+$/;if(t.test(this.linkName)){this.tipMsg="";var e=/^1[345678]\d{9}$/;e.test(this["mobile"])?(this["tipMsg"]="",this["codeval"]?(this["tipMsg"]="",this.$store.dispatch({type:"chainFindBg",need:this["needVal"],mobile:this["mobile"],linkName:this["linkName"],verifyCode:this["codeval"]})):this["tipMsg"]="验证码不能为空"):this["tipMsg"]="请输入正确格式的手机号码"}else this.tipMsg="亲,称呼只能为英文和中文"}}},watch:{needVal:function(t){this.needValLength=t.length,t.length<10?this.tipMsg="亲,您的详细需求最少10个字":this.tipMsg=""},linkName:function(t){var e=/^[\u0391-\uFFE5A-Za-z]+$/;e.test(t)?this.tipMsg="":this.tipMsg="亲,称呼只能为英文和中文"},mobile:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.tipMsg="",this.codestatus=!0):(this.tipMsg="请输入正确格式的手机号码",this.codestatus=!1)},formCodeStatus:function(t){t&&this.timeNum()},formImgShow:function(t){this.imgcodestatus=t}}},r=d,l=(i("118d"),i("17cc")),p=Object(l["a"])(r,s,a,!1,null,"58198ee5",null);e["default"]=p.exports},"118d":function(t,e,i){"use strict";var s=i("f3a1"),a=i.n(s);a.a},"14a0":function(t,e,i){t.exports=i.p+"img/banner3.2fe8ffff.png"},2499:function(t,e,i){t.exports=i.p+"img/1.ce591601.png"},2596:function(t,e,i){t.exports=i.p+"img/6.74d2bc1d.png"},"6dc8":function(t,e,i){t.exports=i.p+"img/7.1d45cfcf.png"},7636:function(t,e,i){t.exports=i.p+"img/5.6f15d6a5.png"},a091:function(t,e,i){t.exports=i.p+"img/2.b28ceaec.png"},a909:function(t,e,i){t.exports=i.p+"img/4.8a359f39.png"},addb:function(t,e,i){t.exports=i.p+"img/banner1.a36ce566.png"},bbae:function(t,e,i){t.exports=i.p+"img/banner2.0b5127a8.png"},beef:function(t,e,i){t.exports=i.p+"img/9.2fa40ea7.png"},d9c5:function(t,e,i){t.exports=i.p+"img/12.b29c4ed0.png"},db01:function(t,e,i){t.exports=i.p+"img/3.daf21c13.png"},dfdf:function(t,e,i){t.exports=i.p+"img/11.af60f662.png"},e3ef:function(t,e,i){t.exports=i.p+"img/10.42ad2211.png"},f3a1:function(t,e,i){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d4fffce"],{"01fe":function(t,e,i){t.exports=i.p+"img/8.210d2850.png"},"0696":function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"chain-main"},[s("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},[s("van-swipe-item",[s("img",{attrs:{src:i("addb"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("bbae"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("14a0"),height:"100%",width:"100%"}})])],1),s("div",{staticClass:"customs_one"},[s("div",{staticClass:"customs"},[s("div",{staticClass:"cus_input clear"},[s("dl",{staticClass:"dl_text"},[s("dt",[t._v("您的需求:")]),s("dd",[s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.needVal,expression:"needVal"}],staticClass:"require",attrs:{name:"need",id:"need",maxlength:"100",placeholder:"描述您的进口报关需求,以便我们为您分配专门的对接人员跟进联系。","info-empty":"亲,请告知我们您的需求详细",autocomplete:"off"},domProps:{value:t.needVal},on:{input:function(e){e.target.composing||(t.needVal=e.target.value)}}}),s("span",{staticClass:"msg"},[s("b",{attrs:{id:"contentCountLeft"}},[t._v(t._s(t.needValLength))]),t._v("/100")])])]),s("dl",{staticClass:"dl_name"},[s("dt",[t._v("您的称呼:")]),s("dd",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.linkName,expression:"linkName"}],staticClass:"require",attrs:{type:"text",name:"link_name",id:"linkName",maxlength:"10","info-empty":"请输入您的称呼","info-max":"您的名字太长无法输入",placeholder:"请输入您的称呼",autocomplete:"off"},domProps:{value:t.linkName},on:{input:function(e){e.target.composing||(t.linkName=e.target.value)}}})])]),s("dl",{staticClass:"contact_way"},[t._m(0),s("dd",{staticClass:"select_input"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.mobile,expression:"mobile"}],staticClass:"inputMobile",attrs:{type:"text",name:"mobile",id:"inputMobile",maxlength:"11",onkeyup:"this.value=this.value.replace(/[^\\.\\d]/g,'');this.value=this.value.replace('.','');",placeholder:"请输入手机号码",autocomplete:"off"},domProps:{value:t.mobile},on:{input:function(e){e.target.composing||(t.mobile=e.target.value)}}})])]),s("dl",{directives:[{name:"show",rawName:"v-show",value:t.imgcodestatus,expression:"imgcodestatus"}],staticClass:"updateCodeImg"},[s("dt",[t._v("图片验证:")]),s("dd",[s("p",{staticClass:"code-text fl"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.imgcodeval,expression:"imgcodeval"}],attrs:{type:"text",id:"imgCode",placeholder:"图片验证码"},domProps:{value:t.imgcodeval},on:{input:function(e){e.target.composing||(t.imgcodeval=e.target.value)}}})]),s("a",{staticClass:"code fr",attrs:{href:"javascript:void(0);"}},[s("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}]})])])]),s("dl",{directives:[{name:"show",rawName:"v-show",value:t.codestatus,expression:"codestatus"}],staticClass:"smsCode"},[s("dt",[t._v("短信验证:")]),s("dd",[s("input",{directives:[{name:"model",rawName:"v-model",value:t.codeval,expression:"codeval"}],staticClass:"verifyCode fl",attrs:{type:"text",name:"verifyCode",autocomplete:"off",placeholder:"短信验证码"},domProps:{value:t.codeval},on:{input:function(e){e.target.composing||(t.codeval=e.target.value)}}}),s("input",{staticClass:"codeButton fr",class:{dis:t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext},on:{click:function(e){t.getCode()}}})])])]),s("div",{staticClass:"tipMsg f-orange"},[t._v(t._s(t.tipMsg))]),s("div",{staticClass:"cus_but"},[s("a",{staticClass:"but check_verify",attrs:{href:"javascript:void(0);",id:"embed-submit"},on:{click:function(e){t.submitForm()}}},[t._v("我要报关")])])])]),t._m(1),t._m(2),s("div",{staticClass:"customs_box"},[s("p",{staticClass:"customs_title title_top title_center_go"},[t._v("荣誉资质")]),s("div",{staticClass:"customs_img"},[s("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},[s("van-swipe-item",[s("img",{attrs:{src:i("2499"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("a091"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("db01"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("a909"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("7636"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("2596"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("6dc8"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("01fe"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("beef"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("e3ef"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("dfdf"),height:"100%",width:"100%"}})]),s("van-swipe-item",[s("img",{attrs:{src:i("d9c5"),height:"100%",width:"100%"}})])],1)],1)]),t._m(3),s("div",{staticClass:"scm_but"},[s("a",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"cus_but_bottom",attrs:{href:"javascript:void(0);"}},[t._v("立即报关"),s("span",{staticClass:"cus_arrow"})])]),t.loading?s("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("dt",{staticClass:"box_select"},[i("div",{staticClass:"select-top"},[i("span",[t._v("手机号码:")])])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box"},[i("p",{staticClass:"customs_title"},[t._v("进口报关流程")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm1.png",alt:"进口报关流程"}})]),i("p",{staticClass:"customs_email ta-l"},[t._v("邮箱:olh@ichunt.com")])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box"},[i("p",{staticClass:"customs_title title_top"},[t._v("猎芯发展历程")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm2.png",alt:"猎芯发展历程"}})])])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"customs_box customs_box0"},[i("p",{staticClass:"customs_title title_top title_center_go"},[t._v("使命&愿景&价值观")]),i("div",{staticClass:"customs_img"},[i("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/scm/scm3.png",alt:"使命&愿景&价值观"}})])])}],n=i("bd31"),c=i("1cc5"),o=i("52c1"),m=i("01c5");c["a"].use(m["h"]).use(m["o"]).use(m["p"]).use(m["q"]);var d={name:"chain",data:function(){return{bannerHeight:220,needVal:"",needValLength:0,tipMsg:"",linkName:"",mobile:"",codetext:"获取验证码",codeactive:!1,codestatus:!1,imgcodestatus:!1,imgcodeval:"",codeval:""}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.chain.loading},formImgShow:function(t){return t.chain.formImgShow},formCodeStatus:function(t){return t.chain.formCodeStatus}})),created:function(){},methods:{timeNum:function(){var t=this,e=60;t.codeactive=!0,t.codetext=e+"秒后获取";var i=setInterval(s,1e3);function s(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(i),t.codeactive=!1,t.codetext="重新获取",e=60)}},getCode:function(){!this["imgcodestatus"]||this["imgcodeval"]?this.codeactive||this.$store.dispatch({type:"chainSmsVerify",mobile:this["mobile"],verify:this["imgcodeval"]}):Object(m["q"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this.needVal.length<10)this.tipMsg="亲,您的详细需求最少10个字";else{this.tipMsg="";var t=/^[\u0391-\uFFE5A-Za-z]+$/;if(t.test(this.linkName)){this.tipMsg="";var e=/^1[345678]\d{9}$/;e.test(this["mobile"])?(this["tipMsg"]="",this["codeval"]?(this["tipMsg"]="",this.$store.dispatch({type:"chainFindBg",need:this["needVal"],mobile:this["mobile"],linkName:this["linkName"],verifyCode:this["codeval"]})):this["tipMsg"]="验证码不能为空"):this["tipMsg"]="请输入正确格式的手机号码"}else this.tipMsg="亲,称呼只能为英文和中文"}}},watch:{needVal:function(t){this.needValLength=t.length,t.length<10?this.tipMsg="亲,您的详细需求最少10个字":this.tipMsg=""},linkName:function(t){var e=/^[\u0391-\uFFE5A-Za-z]+$/;e.test(t)?this.tipMsg="":this.tipMsg="亲,称呼只能为英文和中文"},mobile:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.tipMsg="",this.codestatus=!0):(this.tipMsg="请输入正确格式的手机号码",this.codestatus=!1)},formCodeStatus:function(t){t&&this.timeNum()},formImgShow:function(t){this.imgcodestatus=t}}},r=d,l=(i("118d"),i("fc05")),p=Object(l["a"])(r,s,a,!1,null,"58198ee5",null);e["default"]=p.exports},"118d":function(t,e,i){"use strict";var s=i("e955"),a=i.n(s);a.a},"14a0":function(t,e,i){t.exports=i.p+"img/banner3.2fe8ffff.png"},2499:function(t,e,i){t.exports=i.p+"img/1.ce591601.png"},2596:function(t,e,i){t.exports=i.p+"img/6.74d2bc1d.png"},"6dc8":function(t,e,i){t.exports=i.p+"img/7.1d45cfcf.png"},7636:function(t,e,i){t.exports=i.p+"img/5.6f15d6a5.png"},a091:function(t,e,i){t.exports=i.p+"img/2.b28ceaec.png"},a909:function(t,e,i){t.exports=i.p+"img/4.8a359f39.png"},addb:function(t,e,i){t.exports=i.p+"img/banner1.a36ce566.png"},bbae:function(t,e,i){t.exports=i.p+"img/banner2.0b5127a8.png"},beef:function(t,e,i){t.exports=i.p+"img/9.2fa40ea7.png"},d9c5:function(t,e,i){t.exports=i.p+"img/12.b29c4ed0.png"},db01:function(t,e,i){t.exports=i.p+"img/3.daf21c13.png"},dfdf:function(t,e,i){t.exports=i.p+"img/11.af60f662.png"},e3ef:function(t,e,i){t.exports=i.p+"img/10.42ad2211.png"},e955:function(t,e,i){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3479b5a0"],{1000:function(t,a,n){"use strict";var i=n("476f"),e=n.n(i);e.a},"3b79":function(t,a,n){"use strict";var i=n("673c"),e=n.n(i);e.a},"476f":function(t,a,n){},"47d3":function(t,a,n){},"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}}),t.inputShow?n("div",{staticClass:"search"},[n("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),n("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):n("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?n("Menu",{attrs:{color:t.color}}):t._e()],1)])},e=[],o=n("7272"),c=n("a4c0"),s={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":c["e"],"van-icon":c["f"],Menu:o["a"]}},l=s,r=(n("c4ad"),n("17cc")),u=Object(r["a"])(l,i,e,!1,null,"87442ebc",null);a["a"]=u.exports},"673c":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()])])},e=[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("会员中心")])])])}],o={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=o,s=(n("3b79"),n("17cc")),l=Object(s["a"])(c,i,e,!1,null,null,null);a["a"]=l.exports},9646:function(t,a,n){"use strict";n.r(a);var i=function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",{staticClass:"pointer-rule"},[n("Header",{attrs:{title:"积分规则"}}),n("div",{staticClass:"point-mall-rule"},[n("div",{staticClass:"rule-content"},[n("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],o=n("3f47"),c=n("6e6d"),s=n("52c1"),l=n("a4c0"),r=n("57af");c["a"].use(l["i"]);var u={name:"pointrule",data:function(){return{}},computed:Object(o["a"])({},Object(s["b"])({loading:function(t){return t.pointrule.loading},ruledata:function(t){return t.pointrule.ruledata}})),created:function(){this.$store.dispatch({type:"pointruleApi"})},methods:{},watch:{},components:{Header:r["a"]}},f=u,p=(n("1000"),n("17cc")),d=Object(p["a"])(f,i,e,!1,null,"769359b0",null);a["default"]=d.exports},c4ad:function(t,a,n){"use strict";var i=n("47d3"),e=n.n(i);e.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3765c3c6"],{"5f33":function(e,s,t){var o=t("4839"),r=t("d62f"),a=t("694f").f,i=t("62af").f,n=t("d635"),m=t("7fe4"),c=o.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,v=new c(d)!==d;if(t("3a0f")&&(!v||t("201d")(function(){return p[t("f3ae")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(e,s){var t=this instanceof c,o=n(e),a=void 0===s;return!t&&o&&e.constructor===c&&a?e:r(v?new f(o&&!a?e.source:e,s):f((o=e instanceof c)?e.source:e,o&&a?m.call(e):s),t?this:l,c)};for(var w=function(e){e in c||a(c,e,{configurable:!0,get:function(){return f[e]},set:function(s){f[e]=s}})},u=i(f),h=0;u.length>h;)w(u[h++]);l.constructor=c,c.prototype=l,t("7f00")(o,"RegExp",c)}t("4fd1")("RegExp")},a179:function(e,s,t){"use strict";t.r(s);var o=function(){var e=this,s=e.$createElement,t=e._self._c||s;return t("section",{staticClass:"wallet-retrieve"},[t("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),t("div",{directives:[{name:"show",rawName:"v-show",value:e.step1,expression:"step1"}],staticClass:"retrieve-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap",staticStyle:{height:"1.5rem"}},[t("label",{staticClass:"va-m"},[e._v("安全手机号: "+e._s(e.walletInfoData.safe_mobile))])]),t("li",{directives:[{name:"show",rawName:"v-show",value:e.retieveShowImgCode,expression:"retieveShowImgCode"}],staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("图片验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(s){s.target.composing||e.$set(e.form,"imgCode",s.target.value)}}}),t("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),t("li",{staticClass:"inp-wrap",staticStyle:{"border-top":"none"}},[t("label",{staticClass:"va-m"},[e._v("验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(s){s.target.composing||e.$set(e.form,"verifyCode",s.target.value)}}}),e.yzmSend?t("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):t("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),t("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),t("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.step2,expression:"step2"}],staticClass:"retrieve-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("设置支付密码")]),t("br"),e.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(s){s.target.composing||e.$set(e.form,"password",s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(s){s.target.composing||e.$set(e.form,"password",s.target.value)}}})],e.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("确认支付密码")]),t("br"),e.showPasswordConfirm?[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(s){s.target.composing||e.$set(e.form,"passwordConfirm",s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(s){s.target.composing||e.$set(e.form,"passwordConfirm",s.target.value)}}})],e.showPasswordConfirm?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShowConfirm}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShowConfirm}})],2)]),t("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),t("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},r=[],a=(t("5f33"),t("3f47")),i=t("6e6d"),n=t("52c1"),m=t("57af"),c=t("a4c0"),f=t("365c");i["a"].use(c["e"]);var l={name:"walletRetrieve",data:function(){return{title:"找回密码",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify"}},computed:Object(a["a"])({},Object(n["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},retieveShowImgCode:function(e){return e.wallet.retieveShowImgCode},retieveCountDownFlag:function(e){return e.wallet.retieveCountDownFlag},passwordToken:function(e){return e.wallet.passwordToken}})),watch:{retieveCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},passwordToken:function(e){e?(this.step1=!1,this.step2=!0):(this.step1=!0,this.step2=!1)}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var e=this,s=setInterval(t,1e3);function t(){e.countDown--,e.countDown<=0&&(clearInterval(s),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){this.$store.dispatch({type:"smsVerifyRetrieve",imgCode:this.form.imgCode})},next:function(){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"verifyResetsms",verify_code:this.form.verifyCode})},confirm:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"changeWalletpwd",token:this.passwordToken,pay_password:this.form.password,reconfirm:this.form.passwordConfirm,mode:"forget"})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("b5ac"),t("17cc")),v=Object(p["a"])(d,o,r,!1,null,"4f0ad80f",null);s["default"]=v.exports},b5ac:function(e,s,t){"use strict";var o=t("fcfd"),r=t.n(o);r.a},fcfd:function(e,s,t){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3765c3c6"],{"5f33":function(e,s,t){var o=t("4839"),r=t("d62f"),a=t("694f").f,i=t("62af").f,n=t("d635"),m=t("7fe4"),c=o.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,v=new c(d)!==d;if(t("3a0f")&&(!v||t("201d")(function(){return p[t("f3ae")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(e,s){var t=this instanceof c,o=n(e),a=void 0===s;return!t&&o&&e.constructor===c&&a?e:r(v?new f(o&&!a?e.source:e,s):f((o=e instanceof c)?e.source:e,o&&a?m.call(e):s),t?this:l,c)};for(var w=function(e){e in c||a(c,e,{configurable:!0,get:function(){return f[e]},set:function(s){f[e]=s}})},u=i(f),h=0;u.length>h;)w(u[h++]);l.constructor=c,c.prototype=l,t("7f00")(o,"RegExp",c)}t("4fd1")("RegExp")},a179:function(e,s,t){"use strict";t.r(s);var o=function(){var e=this,s=e.$createElement,t=e._self._c||s;return t("section",{staticClass:"wallet-retrieve"},[t("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),t("div",{directives:[{name:"show",rawName:"v-show",value:e.step1,expression:"step1"}],staticClass:"retrieve-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap",staticStyle:{height:"1.5rem"}},[t("label",{staticClass:"va-m"},[e._v("安全手机号: "+e._s(e.walletInfoData.safe_mobile))])]),t("li",{directives:[{name:"show",rawName:"v-show",value:e.retieveShowImgCode,expression:"retieveShowImgCode"}],staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("图片验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(s){s.target.composing||e.$set(e.form,"imgCode",s.target.value)}}}),t("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),t("li",{staticClass:"inp-wrap",staticStyle:{"border-top":"none"}},[t("label",{staticClass:"va-m"},[e._v("验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(s){s.target.composing||e.$set(e.form,"verifyCode",s.target.value)}}}),e.yzmSend?t("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):t("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),t("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),t("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.step2,expression:"step2"}],staticClass:"retrieve-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("设置支付密码")]),t("br"),e.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(s){s.target.composing||e.$set(e.form,"password",s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(s){s.target.composing||e.$set(e.form,"password",s.target.value)}}})],e.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("确认支付密码")]),t("br"),e.showPasswordConfirm?[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(s){s.target.composing||e.$set(e.form,"passwordConfirm",s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(s){s.target.composing||e.$set(e.form,"passwordConfirm",s.target.value)}}})],e.showPasswordConfirm?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShowConfirm}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShowConfirm}})],2)]),t("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),t("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},r=[],a=(t("5f33"),t("3f47")),i=t("6e6d"),n=t("52c1"),m=t("57af"),c=t("a4c0"),f=t("365c");i["a"].use(c["f"]);var l={name:"walletRetrieve",data:function(){return{title:"找回密码",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify"}},computed:Object(a["a"])({},Object(n["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},retieveShowImgCode:function(e){return e.wallet.retieveShowImgCode},retieveCountDownFlag:function(e){return e.wallet.retieveCountDownFlag},passwordToken:function(e){return e.wallet.passwordToken}})),watch:{retieveCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},passwordToken:function(e){e?(this.step1=!1,this.step2=!0):(this.step1=!0,this.step2=!1)}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var e=this,s=setInterval(t,1e3);function t(){e.countDown--,e.countDown<=0&&(clearInterval(s),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){this.$store.dispatch({type:"smsVerifyRetrieve",imgCode:this.form.imgCode})},next:function(){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"verifyResetsms",verify_code:this.form.verifyCode})},confirm:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"changeWalletpwd",token:this.passwordToken,pay_password:this.form.password,reconfirm:this.form.passwordConfirm,mode:"forget"})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("b5ac"),t("17cc")),v=Object(p["a"])(d,o,r,!1,null,"4f0ad80f",null);s["default"]=v.exports},b5ac:function(e,s,t){"use strict";var o=t("fcfd"),r=t.n(o);r.a},fcfd:function(e,s,t){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3c65cd88"],{"3b79":function(t,a,n){"use strict";var i=n("673c"),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("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("17cc")),r=Object(l["a"])(e,i,o,!1,null,"3efd14ca",null);a["a"]=r.exports},"673c":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("17cc")),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("ce61"),o=n.n(i);o.a},ce61:function(t,a,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3edc1273"],{"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",{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)])},s=[],e=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:e["a"]}},l=o,c=(a("7afb"),a("fc05")),r=Object(c["a"])(l,n,s,!1,null,"3efd14ca",null);i["a"]=r.exports},"62ad":function(t,i,a){},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}}},o=e,l=(a("3b79"),a("fc05")),c=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=c.exports},7378:function(t,i,a){"use strict";var n=a("d5a8"),s=a.n(n);s.a},"7afb":function(t,i,a){"use strict";var n=a("62ad"),s=a.n(n);s.a},ca8b: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("div",{staticClass:"pointer-detail"},[a("Header",{attrs:{title:"积分明细"}}),a("div",{staticClass:"point-list-head clr"},[a("div",{staticClass:"f-l",class:{act:1==t.flow_type},on:{click:function(i){t.tab(1)}}},[t._v("收入")]),a("div",{staticClass:"f-l",class:{act:2==t.flow_type},on:{click:function(i){t.tab(2)}}},[t._v("支出")]),a("div",{staticClass:"f-r point-value"},[t._v("\n 当前总积分:"),a("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]),a("div",{ref:"pointContent",staticClass:"point_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,n){return a("div",{key:n,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",[t._v(t._s(i.flow_reason_type_text))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.flow_time)))])]),a("div",{staticClass:"f-r"},[t._v(t._s(1==i.flow_type?"+":"-")+t._s(i.flow_point))])])}),0)],1)])],1)},s=[],e=a("bd31"),o=a("1cc5"),l=a("52c1"),c=a("01c5"),r=a("57af");o["a"].use(c["g"]);var f={name:"pointdetail",data:function(){return{finishedtext:" ",page:1,loading:!1,limit:12,flow_type:1,detaillists:[]}},computed:Object(e["a"])({},Object(l["b"])({getUserCurrentPoint:function(t){return t.pointdetail.getUserCurrentPoint},loadStatus:function(t){return t.pointdetail.loadStatus},finished:function(t){return t.pointdetail.finished},totalLimit:function(t){return t.pointdetail.totalLimit},detaillist:function(t){return t.pointdetail.detaillist}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.$store.dispatch({type:"getUserCurrentPointdetail"}),this.getData()},methods:{getData:function(){this.$store.dispatch({type:"getUserPointDetail",page:this.page,limit:this.limit,flow_type:this.flow_type})},tab:function(t){if(this.flow_type!=t){var i=this.$refs["pointContent"];this.flow_type=t,this.page=1,i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}},components:{Header:r["a"]}},u=f,d=(a("7378"),a("fc05")),p=Object(d["a"])(u,n,s,!1,null,"2886ee09",null);i["default"]=p.exports},d5a8:function(t,i,a){},db41:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-40d9be3a"],{"17fd":function(t,s,a){t.exports=a.p+"img/i7.75862a6c.png"},2500:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"smt boxsiz"},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"head-form boxsiz",class:{"head-form-mt":t.verifyCodeFlag}},[i("div",{staticClass:"inp-wrap boxsiz"},[t._m(0),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.linkName,expression:"form.linkName"}],staticClass:"inp",attrs:{id:"linkName",type:"text",placeholder:""},domProps:{value:t.form.linkName},on:{input:function(s){s.target.composing||t.$set(t.form,"linkName",s.target.value)}}})]),i("div",{staticClass:"inp-wrap boxsiz"},[t._m(1),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.mobile,expression:"form.mobile"}],staticClass:"inp va-m",attrs:{type:"number",placeholder:""},domProps:{value:t.form.mobile},on:{input:function(s){s.target.composing||t.$set(t.form,"mobile",s.target.value)}}})]),t.verifyCodeFlag?i("div",{staticClass:"inp-wrap boxsiz"},[t._m(2),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"inp w1 va-m",attrs:{type:"text",placeholder:""},domProps:{value:t.form.verifyCode},on:{input:function(s){s.target.composing||t.$set(t.form,"verifyCode",s.target.value)}}}),i("input",{staticClass:"lineBlock va-m code-text",class:{"code-text-disabled":t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext,disabled:t.disabled},on:{click:function(s){t.getCode()}}})]):t._e(),t.formError?i("b",{staticClass:"error"},[t._v(t._s(t.formMsg))]):t._e(),i("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(s){t.submit()}}},[t._v("确定提交")])])]),i("div",{staticClass:"section boxsiz",class:{"section-mt":t.verifyCodeFlag}},[i("div",{staticClass:"section-wrap wrap-1 boxsiz"},[t._m(3),i("ul",[i("li",{staticClass:"i1"},[i("p",{staticClass:"t1"},[t._v("不收开机费 工程费")]),i("a",{attrs:{href:"javascript:;"},on:{click:function(s){t.layer_1=!0}}},[t._v("查看详情")])]),i("li",{staticClass:"i2"},[i("p",{staticClass:"t1"},[t._v("一片起贴 可贴散料")]),i("a",{attrs:{href:"javascript:;"},on:{click:function(s){t.layer_2=!0}}},[t._v("查看详情")])])])]),t._m(4),t._m(5),t._m(6),i("div",{staticClass:"section-wrap wrap-5 boxsiz"},[t._m(7),i("ul",{staticClass:"tab"},t._l(t.itemtext,function(s,a){return i("li",{key:a,class:{curr:t.active==a},on:{click:function(s){t.tab(a,"a")}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isAvisible}},[t._m(8),t._m(9),t._m(10),t._m(11),t._m(12),t._m(13)]),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isBvisible}},[t._m(14),t._m(15),t._m(16),t._m(17),t._m(18)])]),i("div",{staticClass:"section-wrap wrap-6 boxsiz"},[t._m(19),i("div",{staticClass:"text"},[i("div",{staticClass:"pic",on:{click:function(s){t.layer_3=!0}}},[i("img",{attrs:{src:a("343f"),alt:""}})]),t._m(20)])]),i("div",{staticClass:"section-wrap wrap-7 boxsiz"},[t._m(21),i("div",{staticClass:"text"},[i("ul",{staticClass:"tab"},t._l(t.itemtext_1,function(s,a){return i("li",{key:a,class:{curr:t.active_1==a},on:{click:function(s){t.tab(a,"b")}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap",style:{display:t.isCvisible}},[t._m(22)]),i("ul",{staticClass:"tab-wrap",style:{display:t.isDvisible}},[t._m(23)])])])]),i("a",{staticClass:"apply",attrs:{href:"javascript:;"},on:{click:t.goAnchor}},[t._v("立即申请")]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e(),i("Menu",{attrs:{color:t.color}}),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_1,callback:function(s){t.layer_1=s},expression:"layer_1"}},[i("div",{staticClass:"van-dialog__message"},[i("b",{staticClass:"smt-arr"}),i("p",{staticClass:"smt-layer"},[t._v("20种物料1000颗料或2500PIN以内,加工费400元,钢网100元。")])])]),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_2,callback:function(s){t.layer_2=s},expression:"layer_2"}},[i("div",{staticClass:"van-dialog__message"},[i("b",{staticClass:"smt-arr"}),i("p",{staticClass:"smt-layer"},[t._v("40种物料1000颗料或2500PIN以内,24小时加急600元,48小时加急520元,钢网100元。")])])]),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_3,callback:function(s){t.layer_3=s},expression:"layer_3"}},[i("div",{staticClass:"van-dialog__message"},[i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("为保障客户产品品质,我司暂不接受外来钢网;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("代开钢网的费用为100元起;需开拼版钢网,请提供拼版文件,费用根据不同的点数重新核定价格;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("钢网默认尺寸为37cm*47cm,其他尺寸需另报价;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("如要寄回钢网须在下单时确认,无特别申明实为不需退还钢网;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("5、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("客户钢网只保留3个月,3个月后我司自行处理。")])])])])],1)},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",{staticClass:"va-m"},[t._v("*")]),t._v("联系人")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",[t._v("*")]),t._v("联系方式")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",[t._v("*")]),t._v("短信验证")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("打样说明")]),a("span",{staticClass:"va-m t2"},[t._v("打样400元起,12小时加急服务")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-2 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("价格优势")])]),i("ul",[i("li",[i("img",{attrs:{src:a("ac21"),alt:""}})]),i("li",[i("img",{attrs:{src:a("fb95"),alt:""}})]),i("li",[i("img",{attrs:{src:a("f21e"),alt:""}})])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-3 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("优势说明")])]),i("ul",[i("li",[i("img",{attrs:{src:a("17fd"),alt:""}})])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-4 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("加工能力")])]),i("ul",[i("li",[i("img",{attrs:{src:a("e76c"),alt:""}})])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("用户须知")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("1")]),a("p",{staticClass:"lineBlock va-t"},[t._v("详细,准确的BOM清单,如有变更须在BOM上注明 ( 必须提供);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("2")]),a("p",{staticClass:"lineBlock va-t"},[t._v('"Gerber文件(在猎芯加工PCB无需提供此项),如 需开拼版钢网,请提供拼版文件;')])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("3")]),a("p",{staticClass:"lineBlock va-t"},[t._v("元器件位号图;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("4")]),a("p",{staticClass:"lineBlock va-t"},[t._v("坐标文件;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("5")]),a("p",{staticClass:"lineBlock va-t"},[t._v("PCB文件(如果坐标文件、位号图、Gerber文件客户未能导出的,也可提供PCB文件);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("6")]),a("p",{staticClass:"lineBlock va-t"},[t._v("样板(生产参照用,有条件的可提供)。")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("1")]),a("p",{staticClass:"lineBlock va-t"},[t._v("客户自备物料,对易损耗的物料(样品:阻容件多提供15个样品,批量需要提供1%的备足)需提供少量备足;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("2")]),a("p",{staticClass:"lineBlock va-t"},[t._v('"如少量物料备不齐,暂无需焊接,请列出明细;')])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("3")]),a("p",{staticClass:"lineBlock va-t"},[t._v("有特殊需求,注意事项,请提前说明;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("4")]),a("p",{staticClass:"lineBlock va-t"},[t._v("暂不接受外来的钢网,寄元器件或样板不接受到付;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("5")]),a("p",{staticClass:"lineBlock va-t"},[t._v("代采购阻容件,需提供完整型号(封装,精度,伏数等),所提供阻容件为‘三星’品牌(客户如要指定品牌,须特别声明);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("代开钢网")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",[t._v("客户钢网仅保留3个月,3个月后我司自行处理;"),a("br"),t._v("如要寄回钢网须在下单时确认,无特别申明视为不需退还钢网。")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("服务说明")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("仅对贴装问题进行保修;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("保修时效:发货当天起30天内;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("无法提供上门维修服务;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("负责单程邮费。")])]),a("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),a("p",{staticClass:"t2"},[t._v("\n 联系我们:"),a("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("客户提供的物料不齐,但要求上线生产的,后续不承担补料;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("因来料引起的不良,比如PCB断线,物料假货,物料封装不对等我司不承认任何责任;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("生产过程中出现异常,需要沟通但无法联系到客户相关人员导致无法确认的,有权自行处理;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("因技术资料引起的贴装错误,我司不承担任何责任。")])]),a("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),a("p",{staticClass:"t2"},[t._v("\n 联系我们:"),a("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])}],l=a("bd31"),c=a("1cc5"),n=a("52c1"),o=a("01c5"),r=a("7272");c["a"].use(o["h"]).use(o["d"]);var v={name:"smt",data:function(){return{color:"#fff",active:0,active_1:0,itemtext:["客户需要提供资料","物料要求"],itemtext_1:["售后服务","免责条款"],isAvisible:"block",isBvisible:"none",isCvisible:"block",isDvisible:"none",formMsg:"",showButton:!1,formError:!1,verifyCodeFlag:!1,codetext:"获取验证码",disabled:!1,codeactive:!1,layer_1:!1,layer_2:!1,layer_3:!1,closeOnClickOverlay:!0,firmNum:0,form:{mobile:"",linkName:"",verifyCode:""}}},computed:Object(l["a"])({},Object(n["b"])({loading:function(t){return t.smt.loading}}),{linkName:function(){return this.form.linkName},mobileVal:function(){return this.form.mobile}}),watch:{linkName:function(t){var s=/^[\u0391-\uFFE5A-Za-z]+$/;s.test(t)?(this.formError=!1,this.formMsg=""):(this.formError=!0,this.formMsg="亲,称呼只能为英文和中文")},mobileVal:function(t){t.length>=11&&(this.verifyCodeFlag=!0,this.formError=!1,this.$store.dispatch({type:"checkAccountExists",account:this.form.mobile}))}},methods:{tab:function(t,s){"a"==s?(this.active=t,this.isAvisible="none",this.isBvisible="none",0==t?this.isAvisible=0==t?"block":"none":1==t&&(this.isBvisible=1==t?"block":"none")):"b"==s&&(this.active_1=t,this.isCvisible="none",this.isDvisible="none",0==t?this.isCvisible=0==t?"block":"none":1==t&&(this.isDvisible=1==t?"block":"none"))},getCode:function(){this.timeNum(),this.$store.dispatch({type:"customSmsVerify",mobile:this.form.mobile})},timeNum:function(){var t=this,s=60;t.disabled=!0,t.codeactive=!0,t.codetext=s+"秒后获取";var a=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(a),t.disabled=!1,t.codeactive=!1,t.codetext="重新获取",s=60)}},submit:function(){var t=/^[\u0391-\uFFE5A-Za-z]+$/,s=/^1[34578]\d{9}$/;return this.form.linkName?t.test(this.form.linkName)?this.form.mobile?s.test(this.form.mobile)?this.form.verifyCode?void this.$store.dispatch({type:"chainFind",types:3,mobile:this.form.mobile,linkName:this.form.linkName,verifyCode:this.form.verifyCode}):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机")):(this.formError=!0,void(this.formMsg="亲,称呼只能为英文和中文")):(this.formError=!0,void(this.formMsg="亲,请输入您的称呼"))},goAnchor:function(){var t=this.$el.querySelector("#linkName");t.focus(),document.documentElement.scrollTop=document.body.scrollTop=0}},components:{Menu:r["a"]}},m=v,f=(a("2f05"),a("fc05")),u=Object(f["a"])(m,i,e,!1,null,"65ae2e90",null);s["default"]=u.exports},"2f05":function(t,s,a){"use strict";var i=a("4069"),e=a.n(i);e.a},"343f":function(t,s,a){t.exports=a.p+"img/i8.70b9e25c.jpg"},"3b79":function(t,s,a){"use strict";var i=a("db41"),e=a.n(i);e.a},4069:function(t,s,a){},7272:function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;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("会员中心")])])])}],l={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=l,n=(a("3b79"),a("fc05")),o=Object(n["a"])(c,i,e,!1,null,null,null);s["a"]=o.exports},ac21:function(t,s,a){t.exports=a.p+"img/i4.55f3ee7c.png"},db41:function(t,s,a){},e76c:function(t,s,a){t.exports=a.p+"img/i11.3082e241.png"},f21e:function(t,s,a){t.exports=a.p+"img/i6.49d98027.png"},fb95:function(t,s,a){t.exports=a.p+"img/i5.55a2776d.png"}}]);
\ 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("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-41226dfb"],{6248:function(a,s,t){"use strict";var e=t("beea"),o=t.n(e);o.a},"82d7":function(a,s,t){"use strict";t.r(s);var e=function(){var a=this,s=a.$createElement,t=a._self._c||s;return t("section",{staticClass:"wallet-cashier"},[t("Header",{attrs:{title:a.title,meaushow:a.meaushow}}),t("div",{staticClass:"cashier-content"},[t("div",{staticClass:"cashier-detail"},[t("p",{staticClass:"order-num"},[a._v("订单编号:"+a._s(a.orderInfoData.order_sn))]),t("p",{staticClass:"order-money"},[a._v(a._s(a.orderInfoData.order_amount_format))])]),t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"lineBlock va-m"},[a._v("交易密码")]),a.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:a.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入交易密码"},domProps:{value:a.password},on:{input:function(s){s.target.composing||(a.password=s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:a.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入交易密码"},domProps:{value:a.password},on:{input:function(s){s.target.composing||(a.password=s.target.value)}}})],a.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:a.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:a.changeShow}})],2)]),t("p",{staticClass:"forget-password"},[t("a",{attrs:{href:"javascript:;"},on:{click:a.forget}},[a._v("忘记密码?")])]),t("a",{staticClass:"pay",attrs:{href:"javascript:;"},on:{click:a.pay}},[a._v("立即支付")])])],1)},o=[],r=t("3f47"),i=t("6e6d"),n=t("52c1"),c=t("57af"),d=t("a4c0");i["a"].use(d["e"]);var l={name:"WalletCashier",data:function(){return{title:"猎芯网收银台",meaushow:!0,showPassword:!0,password:""}},computed:Object(r["a"])({},Object(n["b"])({orderInfoData:function(a){return a.wallet.orderInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"orderInfo",order_id:this.$route.query.order_id||""})},methods:{changeShow:function(){this.showPassword=!this.showPassword},forget:function(){this.$router.push({path:"/wallet/retrieve"})},pay:function(){this.$store.dispatch({type:"walletPayTodo",pay_code:"wallet",pay_password:this.password,rescue:1,types:0,site_type:2,order_id:this.$route.query.order_id||""})}},components:{Header:c["a"]}},p=l,u=(t("6248"),t("17cc")),w=Object(u["a"])(p,e,o,!1,null,"fc36886e",null);s["default"]=w.exports},beea:function(a,s,t){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-41226dfb"],{6248:function(a,s,t){"use strict";var e=t("beea"),o=t.n(e);o.a},"82d7":function(a,s,t){"use strict";t.r(s);var e=function(){var a=this,s=a.$createElement,t=a._self._c||s;return t("section",{staticClass:"wallet-cashier"},[t("Header",{attrs:{title:a.title,meaushow:a.meaushow}}),t("div",{staticClass:"cashier-content"},[t("div",{staticClass:"cashier-detail"},[t("p",{staticClass:"order-num"},[a._v("订单编号:"+a._s(a.orderInfoData.order_sn))]),t("p",{staticClass:"order-money"},[a._v(a._s(a.orderInfoData.order_amount_format))])]),t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"lineBlock va-m"},[a._v("交易密码")]),a.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:a.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入交易密码"},domProps:{value:a.password},on:{input:function(s){s.target.composing||(a.password=s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:a.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入交易密码"},domProps:{value:a.password},on:{input:function(s){s.target.composing||(a.password=s.target.value)}}})],a.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:a.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:a.changeShow}})],2)]),t("p",{staticClass:"forget-password"},[t("a",{attrs:{href:"javascript:;"},on:{click:a.forget}},[a._v("忘记密码?")])]),t("a",{staticClass:"pay",attrs:{href:"javascript:;"},on:{click:a.pay}},[a._v("立即支付")])])],1)},o=[],r=t("3f47"),i=t("6e6d"),n=t("52c1"),c=t("57af"),d=t("a4c0");i["a"].use(d["f"]);var l={name:"WalletCashier",data:function(){return{title:"猎芯网收银台",meaushow:!0,showPassword:!0,password:""}},computed:Object(r["a"])({},Object(n["b"])({orderInfoData:function(a){return a.wallet.orderInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"orderInfo",order_id:this.$route.query.order_id||""})},methods:{changeShow:function(){this.showPassword=!this.showPassword},forget:function(){this.$router.push({path:"/wallet/retrieve"})},pay:function(){this.$store.dispatch({type:"walletPayTodo",pay_code:"wallet",pay_password:this.password,rescue:1,types:0,site_type:2,order_id:this.$route.query.order_id||""})}},components:{Header:c["a"]}},p=l,u=(t("6248"),t("17cc")),w=Object(u["a"])(p,e,o,!1,null,"fc36886e",null);s["default"]=w.exports},beea:function(a,s,t){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-42ecdc2c"],{"3b79":function(t,a,n){"use strict";var o=n("673c"),i=n.n(o);i.a},"3fa7":function(t,a,n){"use strict";n.r(a);var o=function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",[n("Header",{attrs:{inputShow:!0,meaushow:!0},on:{toSearch:t.toSearch}})],1)},i=[],c=n("57af"),e={components:{Header:c["a"]},methods:{toSearch:function(){}}},s=e,l=n("17cc"),r=Object(l["a"])(s,o,i,!1,null,null,null);a["default"]=r.exports},"47d3":function(t,a,n){},"57af":function(t,a,n){"use strict";var o=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}}),t.inputShow?n("div",{staticClass:"search"},[n("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),n("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):n("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?n("Menu",{attrs:{color:t.color}}):t._e()],1)])},i=[],c=n("7272"),e=n("a4c0"),s={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":e["e"],"van-icon":e["f"],Menu:c["a"]}},l=s,r=(n("c4ad"),n("17cc")),u=Object(r["a"])(l,o,i,!1,null,"87442ebc",null);a["a"]=u.exports},"673c":function(t,a,n){},7272:function(t,a,n){"use strict";var o=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()])])},i=[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("会员中心")])])])}],c={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},e=c,s=(n("3b79"),n("17cc")),l=Object(s["a"])(e,o,i,!1,null,null,null);a["a"]=l.exports},c4ad:function(t,a,n){"use strict";var o=n("47d3"),i=n.n(o);i.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4400702f"],{"3b79":function(t,e,a){"use strict";var s=a("673c"),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("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("17cc")),r=Object(c["a"])(l,s,i,!1,null,"3efd14ca",null);e["a"]=r.exports},"5ab7":function(t,e,a){var s=a("836e"),i=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"673c":function(t,e,a){},"6a0f":function(t,e,a){"use strict";var s=a("8450"),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("17cc")),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("ce61"),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){return 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("cc80"),o=a.n(n),l=a("3f47"),c=a("6e6d"),r=a("52c1"),d=a("a4c0"),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("17cc")),w=Object(p["a"])(_,s,i,!1,null,null,null);e["default"]=w.exports},8450:function(t,e,a){},cc80:function(t,e,a){t.exports=a("5ab7")},ce61:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-50997173"],{"3b79":function(t,a,i){"use strict";var s=i("673c"),e=i.n(s);e.a},"47d3":function(t,a,i){},"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}}),t.inputShow?i("div",{staticClass:"search"},[i("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),i("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{color:t.color}}):t._e()],1)])},e=[],n=i("7272"),c=i("a4c0"),o={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":c["e"],"van-icon":c["f"],Menu:n["a"]}},l=o,r=(i("c4ad"),i("17cc")),u=Object(r["a"])(l,s,e,!1,null,"87442ebc",null);a["a"]=u.exports},"673c":function(t,a,i){},"722b":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()])])},e=[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("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=n,o=(i("3b79"),i("17cc")),l=Object(o["a"])(c,s,e,!1,null,null,null);a["a"]=l.exports},"93db":function(t,a,i){"use strict";var s=i("722b"),e=i.n(s);e.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)},e=[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("猎芯网")])])}],n=i("3f47"),c=i("6e6d"),o=i("52c1"),l=i("a4c0"),r=i("57af");c["a"].use(l["h"]);var u={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(n["a"])({},Object(o["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"]}},f=u,d=(i("93db"),i("17cc")),h=Object(d["a"])(f,s,e,!1,null,"2cd2f384",null);a["default"]=h.exports},c4ad:function(t,a,i){"use strict";var s=i("47d3"),e=i.n(s);e.a},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-544c8192"],{6248:function(a,s,t){"use strict";var e=t("6b2a"),o=t.n(e);o.a},"6b2a":function(a,s,t){},"82d7":function(a,s,t){"use strict";t.r(s);var e=function(){var a=this,s=a.$createElement,t=a._self._c||s;return t("section",{staticClass:"wallet-cashier"},[t("Header",{attrs:{title:a.title,meaushow:a.meaushow}}),t("div",{staticClass:"cashier-content"},[t("div",{staticClass:"cashier-detail"},[t("p",{staticClass:"order-num"},[a._v("订单编号:"+a._s(a.orderInfoData.order_sn))]),t("p",{staticClass:"order-money"},[a._v(a._s(a.orderInfoData.order_amount_format))])]),t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"lineBlock va-m"},[a._v("交易密码")]),a.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:a.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入交易密码"},domProps:{value:a.password},on:{input:function(s){s.target.composing||(a.password=s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:a.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入交易密码"},domProps:{value:a.password},on:{input:function(s){s.target.composing||(a.password=s.target.value)}}})],a.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:a.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:a.changeShow}})],2)]),t("p",{staticClass:"forget-password"},[t("a",{attrs:{href:"javascript:;"},on:{click:a.forget}},[a._v("忘记密码?")])]),t("a",{staticClass:"pay",attrs:{href:"javascript:;"},on:{click:a.pay}},[a._v("立即支付")])])],1)},o=[],r=t("bd31"),i=t("1cc5"),n=t("52c1"),c=t("57af"),d=t("01c5");i["a"].use(d["e"]);var l={name:"WalletCashier",data:function(){return{title:"猎芯网收银台",meaushow:!0,showPassword:!0,password:""}},computed:Object(r["a"])({},Object(n["b"])({orderInfoData:function(a){return a.wallet.orderInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"orderInfo",order_id:this.$route.query.order_id||""})},methods:{changeShow:function(){this.showPassword=!this.showPassword},forget:function(){this.$router.push({path:"/wallet/retrieve"})},pay:function(){this.$store.dispatch({type:"walletPayTodo",pay_code:"wallet",pay_password:this.password,rescue:1,types:0,site_type:2,order_id:this.$route.query.order_id||""})}},components:{Header:c["a"]}},p=l,u=(t("6248"),t("fc05")),w=Object(u["a"])(p,e,o,!1,null,"fc36886e",null);s["default"]=w.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5474cc08"],{"5f33":function(e,a,r){var d=r("4839"),g=r("d62f"),C=r("694f").f,n=r("62af").f,t=r("d635"),p=r("7fe4"),c=d.RegExp,s=c,o=c.prototype,y=/a/g,T=/a/g,$=new c(y)!==y;if(r("3a0f")&&(!$||r("201d")(function(){return T[r("f3ae")("match")]=!1,c(y)!=y||c(T)==T||"/a/i"!=c(y,"i")}))){c=function(e,a){var r=this instanceof c,d=t(e),C=void 0===a;return!r&&d&&e.constructor===c&&C?e:g($?new s(d&&!C?e.source:e,a):s((d=e instanceof c)?e.source:e,d&&C?p.call(e):a),r?this:o,c)};for(var b=function(e){e in c||C(c,e,{configurable:!0,get:function(){return s[e]},set:function(a){s[e]=a}})},k=n(s),m=0;k.length>m;)b(k[m++]);o.constructor=c,c.prototype=o,r("7f00")(d,"RegExp",c)}r("4fd1")("RegExp")},"6a6c":function(e,a,r){"use strict";r.r(a);var d=function(){var e=this,a=e.$createElement,r=e._self._c||a;return r("section",{staticClass:"wallet-bind"},[r("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),r("div",{staticClass:"bind-content"},[r("div",{staticClass:"safe-mobile"},[e._v("安全手机: "+e._s(e.walletInfoData.safe_mobile))]),r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("真实姓名")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userName,expression:"form.userName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入真实姓名"},domProps:{value:e.form.userName},on:{input:function(a){a.target.composing||e.$set(e.form,"userName",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行账号")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userBankNum,expression:"form.userBankNum"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行账号"},domProps:{value:e.form.userBankNum},on:{input:function(a){a.target.composing||e.$set(e.form,"userBankNum",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("身份证号码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userID,expression:"form.userID"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入身份证号码"},domProps:{value:e.form.userID},on:{input:function(a){a.target.composing||e.$set(e.form,"userID",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行预留手机")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userMobile,expression:"form.userMobile"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行预留手机"},domProps:{value:e.form.userMobile},on:{input:function(a){a.target.composing||e.$set(e.form,"userMobile",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("验证码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(a){a.target.composing||e.$set(e.form,"verifyCode",a.target.value)}}}),e.yzmSend?r("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):r("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),r("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),r("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},g=[],C=r("3f47"),n=r("6e6d"),t=r("52c1"),p=r("57af");r("5f33");function c(e){var a={DC:"储蓄卡",CC:"信用卡",SCC:"准贷记卡",PC:"预付费卡"};function r(e,a){var r,d={};for(r in e=e||{},a=a||{},e)e.hasOwnProperty(r)&&(d[r]=e[r]);for(r in a)a.hasOwnProperty(r)&&(d[r]=a[r]);return d}function d(e){if(a[e])return a[e]}var g=[{bankName:"邮政储蓄银行",bankCode:"PSBC",patterns:[{reg:/^(621096|621098|622150|622151|622181|622188|622199|955100|621095|620062|621285|621798|621799|621797|620529|621622|621599|621674|623218|623219)\d{13}$/g,cardType:"DC"},{reg:/^(62215049|62215050|62215051|62218850|62218851|62218849)\d{11}$/g,cardType:"DC"},{reg:/^(622812|622810|622811|628310|625919)\d{10}$/g,cardType:"CC"}]},{bankName:"中国工商银行",bankCode:"ICBC",patterns:[{reg:/^(620200|620302|620402|620403|620404|620406|620407|620409|620410|620411|620412|620502|620503|620405|620408|620512|620602|620604|620607|620611|620612|620704|620706|620707|620708|620709|620710|620609|620712|620713|620714|620802|620711|620904|620905|621001|620902|621103|621105|621106|621107|621102|621203|621204|621205|621206|621207|621208|621209|621210|621302|621303|621202|621305|621306|621307|621309|621311|621313|621211|621315|621304|621402|621404|621405|621406|621407|621408|621409|621410|621502|621317|621511|621602|621603|621604|621605|621608|621609|621610|621611|621612|621613|621614|621615|621616|621617|621607|621606|621804|621807|621813|621814|621817|621901|621904|621905|621906|621907|621908|621909|621910|621911|621912|621913|621915|622002|621903|622004|622005|622006|622007|622008|622010|622011|622012|621914|622015|622016|622003|622018|622019|622020|622102|622103|622104|622105|622013|622111|622114|622017|622110|622303|622304|622305|622306|622307|622308|622309|622314|622315|622317|622302|622402|622403|622404|622313|622504|622505|622509|622513|622517|622502|622604|622605|622606|622510|622703|622715|622806|622902|622903|622706|623002|623006|623008|623011|623012|622904|623015|623100|623202|623301|623400|623500|623602|623803|623901|623014|624100|624200|624301|624402|623700|624000)\d{12}$/g,cardType:"DC"},{reg:/^(622200|622202|622203|622208|621225|620058|621281|900000|621558|621559|621722|621723|620086|621226|621618|620516|621227|621288|621721|900010|623062|621670|621720|621379|621240|621724|621762|621414|621375|622926|622927|622928|622929|622930|622931|621733|621732|621372|621369|621763)\d{13}$/g,cardType:"DC"},{reg:/^(402791|427028|427038|548259|621376|621423|621428|621434|621761|621749|621300|621378|622944|622949|621371|621730|621734|621433|621370|621764|621464|621765|621750|621377|621367|621374|621731|621781)\d{10}$/g,cardType:"DC"},{reg:/^(9558)\d{15}$/g,cardType:"DC"},{reg:/^(370246|370248|370249|370247|370267|374738|374739)\d{9}$/g,cardType:"CC"},{reg:/^(427010|427018|427019|427020|427029|427030|427039|438125|438126|451804|451810|451811|458071|489734|489735|489736|510529|427062|524091|427064|530970|530990|558360|524047|525498|622230|622231|622232|622233|622234|622235|622237|622239|622240|622245|622238|451804|451810|451811|458071|628288|628286|622206|526836|513685|543098|458441|622246|544210|548943|356879|356880|356881|356882|528856|625330|625331|625332|622236|524374|550213|625929|625927|625939|625987|625930|625114|622159|625021|625022|625932|622889|625900|625915|625916|622171|625931|625113|625928|625914|625986|625925|625921|625926|625942|622158|625917|625922|625934|625933|625920|625924|625017|625018|625019)\d{10}$/g,cardType:"CC"},{reg:/^(45806|53098|45806|53098)\d{11}$/g,cardType:"CC"},{reg:/^(622210|622211|622212|622213|622214|622220|622223|622225|622229|622215|622224)\d{10}$/g,cardType:"SCC"},{reg:/^(620054|620142|620184|620030|620050|620143|620149|620124|620183|620094|620186|620148|620185)\d{10}$/g,cardType:"PC"},{reg:/^(620114|620187|620046)\d{13}$/g,cardType:"PC"}]},{bankName:"中国农业银行",bankCode:"ABC",patterns:[{reg:/^(622841|622824|622826|622848|620059|621282|622828|622823|621336|621619|622821|622822|622825|622827|622845|622849|623018|623206|621671|622840|622843|622844|622846|622847|620501)\d{13}$/g,cardType:"DC"},{reg:/^(95595|95596|95597|95598|95599)\d{14}$/g,cardType:"DC"},{reg:/^(103)\d{16}$/g,cardType:"DC"},{reg:/^(403361|404117|404118|404119|404120|404121|463758|519412|519413|520082|520083|552599|558730|514027|622836|622837|628268|625996|625998|625997|622838|625336|625826|625827|544243|548478|628269)\d{10}$/g,cardType:"CC"},{reg:/^(622820|622830)\d{10}$/g,cardType:"SCC"}]},{bankName:"中国银行",bankCode:"BOC",patterns:[{reg:/^(621660|621661|621662|621663|621665|621667|621668|621669|621666|456351|601382|621256|621212|621283|620061|621725|621330|621331|621332|621333|621297|621568|621569|621672|623208|621620|621756|621757|621758|621759|621785|621786|621787|621788|621789|621790|622273|622274|622771|622772|622770|621741|621041)\d{13}$/g,cardType:"DC"},{reg:/^(621293|621294|621342|621343|621364|621394|621648|621248|621215|621249|621231|621638|621334|621395|623040|622348)\d{10}$/g,cardType:"DC"},{reg:/^(625908|625910|625909|356833|356835|409665|409666|409668|409669|409670|409671|409672|512315|512316|512411|512412|514957|409667|438088|552742|553131|514958|622760|628388|518377|622788|628313|628312|622750|622751|625145|622479|622480|622789|625140|622346|622347)\d{10}$/g,cardType:"CC"},{reg:/^(518378|518379|518474|518475|518476|524865|525745|525746|547766|558868|622752|622753|622755|524864|622757|622758|622759|622761|622762|622763|622756|622754|622764|622765|558869|625905|625906|625907|625333)\d{10}$/g,cardType:"SCC"},{reg:/^(53591|49102|377677)\d{11}$/g,cardType:"SCC"},{reg:/^(620514|620025|620026|620210|620211|620019|620035|620202|620203|620048|620515|920000)\d{10}$/g,cardType:"PC"},{reg:/^(620040|620531|620513|921000|620038)\d{13}$/g,cardType:"PC"}]},{bankName:"中国建设银行",bankCode:"CCB",patterns:[{reg:/^(621284|436742|589970|620060|621081|621467|621598|621621|621700|622280|622700|623211|623668)\d{13}$/g,cardType:"DC"},{reg:/^(421349|434061|434062|524094|526410|552245|621080|621082|621466|621488|621499|622966|622988|622382|621487|621083|621084|620107)\d{10}$/g,cardType:"DC"},{reg:/^(436742193|622280193)\d{10}$/g,cardType:"DC"},{reg:/^(553242)\d{12}$/g,cardType:"CC"},{reg:/^(625362|625363|628316|628317|356896|356899|356895|436718|436738|436745|436748|489592|531693|532450|532458|544887|552801|557080|558895|559051|622166|622168|622708|625964|625965|625966|628266|628366|622381|622675|622676|622677)\d{10}$/g,cardType:"CC"},{reg:/^(5453242|5491031|5544033)\d{11}$/g,cardType:"CC"},{reg:/^(622725|622728|436728|453242|491031|544033|622707|625955|625956)\d{10}$/g,cardType:"SCC"},{reg:/^(53242|53243)\d{11}$/g,cardType:"SCC"}]},{bankName:"交通银行",bankCode:"COMM",patterns:[{reg:/^(622261|622260|622262|621002|621069|621436|621335)\d{13}$/g,cardType:"DC"},{reg:/^(620013)\d{10}$/g,cardType:"DC"},{reg:/^(405512|601428|405512|601428|622258|622259|405512|601428)\d{11}$/g,cardType:"DC"},{reg:/^(49104|53783)\d{11}$/g,cardType:"CC"},{reg:/^(434910|458123|458124|520169|522964|552853|622250|622251|521899|622253|622656|628216|622252|955590|955591|955592|955593|628218|625028|625029)\d{10}$/g,cardType:"CC"},{reg:/^(622254|622255|622256|622257|622284)\d{10}$/g,cardType:"SCC"},{reg:/^(620021|620521)\d{13}$/g,cardType:"PC"}]},{bankName:"招商银行",bankCode:"CMB",patterns:[{reg:/^(402658|410062|468203|512425|524011|622580|622588|622598|622609|95555|621286|621483|621485|621486|621299)\d{10}$/g,cardType:"DC"},{reg:/^(690755)\d{9}$/g,cardType:"DC"},{reg:/^(690755)\d{12}$/g,cardType:"DC"},{reg:/^(356885|356886|356887|356888|356890|439188|439227|479228|479229|521302|356889|545620|545621|545947|545948|552534|552587|622575|622576|622577|622578|622579|545619|622581|622582|545623|628290|439225|518710|518718|628362|439226|628262|625802|625803)\d{10}$/g,cardType:"CC"},{reg:/^(370285|370286|370287|370289)\d{9}$/g,cardType:"CC"},{reg:/^(620520)\d{13}$/g,cardType:"PC"}]},{bankName:"中国民生银行",bankCode:"CMBC",patterns:[{reg:/^(622615|622616|622618|622622|622617|622619|415599|421393|421865|427570|427571|472067|472068|622620)\d{10}$/g,cardType:"DC"},{reg:/^(545392|545393|545431|545447|356859|356857|407405|421869|421870|421871|512466|356856|528948|552288|622600|622601|622602|517636|622621|628258|556610|622603|464580|464581|523952|545217|553161|356858|622623|625912|625913|625911)\d{10}$/g,cardType:"CC"},{reg:/^(377155|377152|377153|377158)\d{9}$/g,cardType:"CC"}]},{bankName:"中国光大银行",bankCode:"CEB",patterns:[{reg:/^(303)\d{13}$/g,cardType:"DC"},{reg:/^(90030)\d{11}$/g,cardType:"DC"},{reg:/^(620535)\d{13}$/g,cardType:"DC"},{reg:/^(620085|622660|622662|622663|622664|622665|622666|622667|622669|622670|622671|622672|622668|622661|622674|622673|620518|621489|621492)\d{10}$/g,cardType:"DC"},{reg:/^(356837|356838|486497|622657|622685|622659|622687|625978|625980|625981|625979|356839|356840|406252|406254|425862|481699|524090|543159|622161|622570|622650|622655|622658|625975|625977|628201|628202|625339|625976)\d{10}$/g,cardType:"CC"}]},{bankName:"中信银行",bankCode:"CITIC",patterns:[{reg:/^(433670|433680|442729|442730|620082|622690|622691|622692|622696|622698|622998|622999|433671|968807|968808|968809|621771|621767|621768|621770|621772|621773|622453|622456)\d{10}$/g,cardType:"DC"},{reg:/^(622459)\d{11}$/g,cardType:"DC"},{reg:/^(376968|376969|376966)\d{9}$/g,cardType:"CC"},{reg:/^(400360|403391|403392|404158|404159|404171|404172|404173|404174|404157|433667|433668|433669|514906|403393|520108|433666|558916|622678|622679|622680|622688|622689|628206|556617|628209|518212|628208|356390|356391|356392|622916|622918|622919)\d{10}$/g,cardType:"CC"}]},{bankName:"华夏银行",bankCode:"HXBANK",patterns:[{reg:/^(622630|622631|622632|622633|999999|621222|623020|623021|623022|623023)\d{10}$/g,cardType:"DC"},{reg:/^(523959|528709|539867|539868|622637|622638|628318|528708|622636|625967|625968|625969)\d{10}$/g,cardType:"CC"}]},{bankName:"深发/平安银行",bankCode:"SPABANK",patterns:[{reg:/^(621626|623058)\d{13}$/g,cardType:"DC"},{reg:/^(602907|622986|622989|622298|627069|627068|627066|627067|412963|415752|415753|622535|622536|622538|622539|998800|412962|622983)\d{10}$/g,cardType:"DC"},{reg:/^(531659|622157|528020|622155|622156|526855|356869|356868|625360|625361|628296|435744|435745|483536|622525|622526|998801|998802)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"兴业银行",bankCode:"CIB",patterns:[{reg:/^(438589)\d{12}$/g,cardType:"DC"},{reg:/^(90592)\d{11}$/g,cardType:"DC"},{reg:/^(966666|622909|438588|622908)\d{12}$/g,cardType:"DC"},{reg:/^(461982|486493|486494|486861|523036|451289|527414|528057|622901|622902|622922|628212|451290|524070|625084|625085|625086|625087|548738|549633|552398|625082|625083|625960|625961|625962|625963)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"上海银行",bankCode:"SHBANK",patterns:[{reg:/^(621050|622172|622985|622987|620522|622267|622278|622279|622468|622892|940021)\d{12}$/g,cardType:"DC"},{reg:/^(438600)\d{10}$/g,cardType:"DC"},{reg:/^(356827|356828|356830|402673|402674|486466|519498|520131|524031|548838|622148|622149|622268|356829|622300|628230|622269|625099|625953)\d{10}$/g,cardType:"CC"}]},{bankName:"上海浦东发展银行",bankCode:"SPDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(84301|84336|84373|84385|84390|87000|87010|87030|87040|84380|84361|87050|84342)\d{11}$/g,cardType:"DC"},{reg:/^(356851|356852|404738|404739|456418|498451|515672|356850|517650|525998|622177|622277|628222|622500|628221|622176|622276|622228|625957|625958|625993|625831)\d{10}$/g,cardType:"CC"},{reg:/^(622520|622519)\d{10}$/g,cardType:"SCC"},{reg:/^(620530)\d{13}$/g,cardType:"PC"}]},{bankName:"广发银行",bankCode:"GDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(622568|6858001|6858009|621462)\d{13}$/g,cardType:"DC"},{reg:/^(9111)\d{15}$/g,cardType:"DC"},{reg:/^(406365|406366|428911|436768|436769|436770|487013|491032|491033|491034|491035|491036|491037|491038|436771|518364|520152|520382|541709|541710|548844|552794|493427|622555|622556|622557|622558|622559|622560|528931|558894|625072|625071|628260|628259|625805|625806|625807|625808|625809|625810)\d{10}$/g,cardType:"CC"},{reg:/^(685800|6858000)\d{13}$/g,cardType:"CC"}]},{bankName:"渤海银行",bankCode:"BOHAIB",patterns:[{reg:/^(621268|622684|622884|621453)\d{10}$/g,cardType:"DC"}]},{bankName:"广州银行",bankCode:"GCB",patterns:[{reg:/^(603445|622467|940016|621463)\d{13}$/g,cardType:"DC"}]},{bankName:"金华银行",bankCode:"JHBANK",patterns:[{reg:/^(622449|940051)\d{10}$/g,cardType:"DC"},{reg:/^(622450|628204)\d{10}$/g,cardType:"CC"}]},{bankName:"温州银行",bankCode:"WZCB",patterns:[{reg:/^(621977)\d{10}$/g,cardType:"DC"},{reg:/^(622868|622899|628255)\d{10}$/g,cardType:"CC"}]},{bankName:"徽商银行",bankCode:"HSBANK",patterns:[{reg:/^(622877|622879|621775|623203)\d{13}$/g,cardType:"DC"},{reg:/^(603601|622137|622327|622340|622366)\d{11}$/g,cardType:"DC"},{reg:/^(628251|622651|625828)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏银行",bankCode:"JSBANK",patterns:[{reg:/^(621076|622173|622131|621579|622876)\d{13}$/g,cardType:"DC"},{reg:/^(504923|622422|622447|940076)\d{10}$/g,cardType:"DC"},{reg:/^(628210|622283|625902)\d{10}$/g,cardType:"CC"}]},{bankName:"南京银行",bankCode:"NJCB",patterns:[{reg:/^(621777|622305|621259)\d{10}$/g,cardType:"DC"},{reg:/^(622303|628242|622595|622596)\d{10}$/g,cardType:"CC"}]},{bankName:"宁波银行",bankCode:"NBBANK",patterns:[{reg:/^(621279|622281|622316|940022)\d{10}$/g,cardType:"DC"},{reg:/^(621418)\d{13}$/g,cardType:"DC"},{reg:/^(625903|622778|628207|512431|520194|622282|622318)\d{10}$/g,cardType:"CC"}]},{bankName:"北京银行",bankCode:"BJBANK",patterns:[{reg:/^(623111|421317|422161|602969|422160|621030|621420|621468)\d{10}$/g,cardType:"DC"},{reg:/^(522001|622163|622853|628203|622851|622852)\d{10}$/g,cardType:"CC"}]},{bankName:"北京农村商业银行",bankCode:"BJRCB",patterns:[{reg:/^(620088|621068|622138|621066|621560)\d{13}$/g,cardType:"DC"},{reg:/^(625526|625186|628336)\d{10}$/g,cardType:"CC"}]},{bankName:"汇丰银行",bankCode:"HSBC",patterns:[{reg:/^(622946)\d{10}$/g,cardType:"DC"},{reg:/^(622406|621442)\d{11}$/g,cardType:"DC"},{reg:/^(622407|621443)\d{13}$/g,cardType:"DC"},{reg:/^(622360|622361|625034|625096|625098)\d{10}$/g,cardType:"CC"}]},{bankName:"渣打银行",bankCode:"SCB",patterns:[{reg:/^(622948|621740|622942|622994)\d{10}$/g,cardType:"DC"},{reg:/^(622482|622483|622484)\d{10}$/g,cardType:"CC"}]},{bankName:"花旗银行",bankCode:"CITI",patterns:[{reg:/^(621062|621063)\d{10}$/g,cardType:"DC"},{reg:/^(625076|625077|625074|625075|622371|625091)\d{10}$/g,cardType:"CC"}]},{bankName:"东亚银行",bankCode:"HKBEA",patterns:[{reg:/^(622933|622938|623031|622943|621411)\d{13}$/g,cardType:"DC"},{reg:/^(622372|622471|622472|622265|622266|625972|625973)\d{10}$/g,cardType:"CC"},{reg:/^(622365)\d{11}$/g,cardType:"CC"}]},{bankName:"广东华兴银行",bankCode:"GHB",patterns:[{reg:/^(621469|621625)\d{13}$/g,cardType:"DC"}]},{bankName:"深圳农村商业银行",bankCode:"SRCB",patterns:[{reg:/^(622128|622129|623035)\d{10}$/g,cardType:"DC"}]},{bankName:"广州农村商业银行股份有限公司",bankCode:"GZRCU",patterns:[{reg:/^(909810|940035|621522|622439)\d{12}$/g,cardType:"DC"}]},{bankName:"东莞农村商业银行",bankCode:"DRCBCL",patterns:[{reg:/^(622328|940062|623038)\d{13}$/g,cardType:"DC"},{reg:/^(625288|625888)\d{10}$/g,cardType:"CC"}]},{bankName:"东莞市商业银行",bankCode:"BOD",patterns:[{reg:/^(622333|940050)\d{10}$/g,cardType:"DC"},{reg:/^(621439|623010)\d{13}$/g,cardType:"DC"},{reg:/^(622888)\d{10}$/g,cardType:"CC"}]},{bankName:"广东省农村信用社联合社",bankCode:"GDRCC",patterns:[{reg:/^(622302)\d{10}$/g,cardType:"DC"},{reg:/^(622477|622509|622510|622362|621018|621518)\d{13}$/g,cardType:"DC"}]},{bankName:"大新银行",bankCode:"DSB",patterns:[{reg:/^(622297|621277)\d{10}$/g,cardType:"DC"},{reg:/^(622375|622489)\d{11}$/g,cardType:"DC"},{reg:/^(622293|622295|622296|622373|622451|622294|625940)\d{10}$/g,cardType:"CC"}]},{bankName:"永亨银行",bankCode:"WHB",patterns:[{reg:/^(622871|622958|622963|622957|622861|622932|622862|621298)\d{10}$/g,cardType:"DC"},{reg:/^(622798|625010|622775|622785)\d{10}$/g,cardType:"CC"}]},{bankName:"星展银行香港有限公司",bankCode:"DBS",patterns:[{reg:/^(621016|621015)\d{13}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492)\d{10}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492|621744|621745|621746|621747)\d{11}$/g,cardType:"DC"}]},{bankName:"恒丰银行",bankCode:"EGBANK",patterns:[{reg:/^(623078)\d{13}$/g,cardType:"DC"},{reg:/^(622384|940034)\d{11}$/g,cardType:"DC"}]},{bankName:"天津市商业银行",bankCode:"TCCB",patterns:[{reg:/^(940015|622331)\d{12}$/g,cardType:"DC"},{reg:/^(6091201)\d{11}$/g,cardType:"DC"},{reg:/^(622426|628205)\d{10}$/g,cardType:"CC"}]},{bankName:"浙商银行",bankCode:"CZBANK",patterns:[{reg:/^(621019|622309|621019)\d{13}$/g,cardType:"DC"},{reg:/^(6223091100|6223092900|6223093310|6223093320|6223093330|6223093370|6223093380|6223096510|6223097910)\d{9}$/g,cardType:"DC"}]},{bankName:"南洋商业银行",bankCode:"NCB",patterns:[{reg:/^(621213|621289|621290|621291|621292|621042|621743)\d{13}$/g,cardType:"DC"},{reg:/^(623041|622351)\d{10}$/g,cardType:"DC"},{reg:/^(625046|625044|625058|622349|622350)\d{10}$/g,cardType:"CC"},{reg:/^(620208|620209|625093|625095)\d{10}$/g,cardType:"PC"}]},{bankName:"厦门银行",bankCode:"XMBANK",patterns:[{reg:/^(622393|940023)\d{10}$/g,cardType:"DC"},{reg:/^(6886592)\d{11}$/g,cardType:"DC"},{reg:/^(623019|621600|)\d{13}$/g,cardType:"DC"}]},{bankName:"福建海峡银行",bankCode:"FJHXBC",patterns:[{reg:/^(622388)\d{10}$/g,cardType:"DC"},{reg:/^(621267|623063)\d{12}$/g,cardType:"DC"},{reg:/^(620043|)\d{12}$/g,cardType:"PC"}]},{bankName:"吉林银行",bankCode:"JLBANK",patterns:[{reg:/^(622865|623131)\d{13}$/g,cardType:"DC"},{reg:/^(940012)\d{10}$/g,cardType:"DC"},{reg:/^(622178|622179|628358)\d{10}$/g,cardType:"CC"}]},{bankName:"汉口银行",bankCode:"HKB",patterns:[{reg:/^(990027)\d{12}$/g,cardType:"DC"},{reg:/^(622325|623105|623029)\d{10}$/g,cardType:"DC"}]},{bankName:"盛京银行",bankCode:"SJBANK",patterns:[{reg:/^(566666)\d{12}$/g,cardType:"DC"},{reg:/^(622455|940039)\d{13}$/g,cardType:"DC"},{reg:/^(623108|623081)\d{10}$/g,cardType:"DC"},{reg:/^(622466|628285)\d{10}$/g,cardType:"CC"}]},{bankName:"大连银行",bankCode:"DLB",patterns:[{reg:/^(603708)\d{11}$/g,cardType:"DC"},{reg:/^(622993|623069|623070|623172|623173)\d{13}$/g,cardType:"DC"},{reg:/^(622383|622385|628299)\d{10}$/g,cardType:"CC"}]},{bankName:"河北银行",bankCode:"BHB",patterns:[{reg:/^(622498|622499|623000|940046)\d{13}$/g,cardType:"DC"},{reg:/^(622921|628321)\d{10}$/g,cardType:"CC"}]},{bankName:"乌鲁木齐市商业银行",bankCode:"URMQCCB",patterns:[{reg:/^(621751|622143|940001|621754)\d{13}$/g,cardType:"DC"},{reg:/^(622476|628278)\d{10}$/g,cardType:"CC"}]},{bankName:"绍兴银行",bankCode:"SXCB",patterns:[{reg:/^(622486)\d{10}$/g,cardType:"DC"},{reg:/^(603602|623026|623086)\d{12}$/g,cardType:"DC"},{reg:/^(628291)\d{10}$/g,cardType:"CC"}]},{bankName:"成都商业银行",bankCode:"CDCB",patterns:[{reg:/^(622152|622154|622996|622997|940027|622153|622135|621482|621532)\d{13}$/g,cardType:"DC"}]},{bankName:"抚顺银行",bankCode:"FSCB",patterns:[{reg:/^(622442)\d{11}$/g,cardType:"DC"},{reg:/^(940053)\d{12}$/g,cardType:"DC"},{reg:/^(622442|623099)\d{13}$/g,cardType:"DC"}]},{bankName:"郑州银行",bankCode:"ZZBANK",patterns:[{reg:/^(622421)\d{13}$/g,cardType:"DC"},{reg:/^(940056)\d{11}$/g,cardType:"DC"},{reg:/^(96828)\d{11}$/g,cardType:"DC"}]},{bankName:"宁夏银行",bankCode:"NXBANK",patterns:[{reg:/^(621529|622429|621417|623089|623200)\d{13}$/g,cardType:"DC"},{reg:/^(628214|625529|622428)\d{10}$/g,cardType:"CC"}]},{bankName:"重庆银行",bankCode:"CQBANK",patterns:[{reg:/^(9896)\d{12}$/g,cardType:"DC"},{reg:/^(622134|940018|623016)\d{10}$/g,cardType:"DC"}]},{bankName:"哈尔滨银行",bankCode:"HRBANK",patterns:[{reg:/^(621577|622425)\d{13}$/g,cardType:"DC"},{reg:/^(940049)\d{12}$/g,cardType:"DC"},{reg:/^(622425)\d{11}$/g,cardType:"DC"}]},{bankName:"兰州银行",bankCode:"LZYH",patterns:[{reg:/^(622139|940040|628263)\d{10}$/g,cardType:"DC"},{reg:/^(621242|621538|621496)\d{13}$/g,cardType:"DC"}]},{bankName:"青岛银行",bankCode:"QDCCB",patterns:[{reg:/^(621252|622146|940061|628239)\d{10}$/g,cardType:"DC"},{reg:/^(621419|623170)\d{13}$/g,cardType:"DC"}]},{bankName:"秦皇岛市商业银行",bankCode:"QHDCCB",patterns:[{reg:/^(62249802|94004602)\d{11}$/g,cardType:"DC"},{reg:/^(621237|623003)\d{13}$/g,cardType:"DC"}]},{bankName:"青海银行",bankCode:"BOQH",patterns:[{reg:/^(622310|940068)\d{11}$/g,cardType:"DC"},{reg:/^(622817|628287|625959)\d{10}$/g,cardType:"CC"},{reg:/^(62536601)\d{8}$/g,cardType:"CC"}]},{bankName:"台州银行",bankCode:"TZCB",patterns:[{reg:/^(622427)\d{10}$/g,cardType:"DC"},{reg:/^(940069)\d{11}$/g,cardType:"DC"},{reg:/^(623039)\d{13}$/g,cardType:"DC"},{reg:/^(622321|628273)\d{10}$/g,cardType:"CC"},{reg:/^(625001)\d{10}$/g,cardType:"SCC"}]},{bankName:"长沙银行",bankCode:"CSCB",patterns:[{reg:/^(694301)\d{12}$/g,cardType:"DC"},{reg:/^(940071|622368|621446)\d{13}$/g,cardType:"DC"},{reg:/^(625901|622898|622900|628281|628282|622806|628283)\d{10}$/g,cardType:"CC"},{reg:/^(620519)\d{13}$/g,cardType:"PC"}]},{bankName:"泉州银行",bankCode:"BOQZ",patterns:[{reg:/^(683970|940074)\d{12}$/g,cardType:"DC"},{reg:/^(622370)\d{13}$/g,cardType:"DC"},{reg:/^(621437)\d{13}$/g,cardType:"DC"},{reg:/^(628319)\d{10}$/g,cardType:"CC"}]},{bankName:"包商银行",bankCode:"BSB",patterns:[{reg:/^(622336|621760)\d{11}$/g,cardType:"DC"},{reg:/^(622165)\d{10}$/g,cardType:"DC"},{reg:/^(622315|625950|628295)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622860)\d{10}$/g,cardType:"DC"},{reg:/^(622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"上海农商银行",bankCode:"SHRCB",patterns:[{reg:/^(622478|940013|621495)\d{10}$/g,cardType:"DC"},{reg:/^(625500)\d{10}$/g,cardType:"SCC"},{reg:/^(622611|622722|628211|625989)\d{10}$/g,cardType:"CC"}]},{bankName:"浙江泰隆商业银行",bankCode:"ZJQL",patterns:[{reg:/^(622717)\d{10}$/g,cardType:"SCC"},{reg:/^(628275|622565|622287)\d{10}$/g,cardType:"CC"}]},{bankName:"内蒙古银行",bankCode:"H3CB",patterns:[{reg:/^(622147|621633)\d{13}$/g,cardType:"DC"},{reg:/^(628252)\d{10}$/g,cardType:"CC"}]},{bankName:"广西北部湾银行",bankCode:"BGB",patterns:[{reg:/^(623001)\d{10}$/g,cardType:"DC"},{reg:/^(628227)\d{10}$/g,cardType:"CC"}]},{bankName:"桂林银行",bankCode:"GLBANK",patterns:[{reg:/^(621456)\d{11}$/g,cardType:"DC"},{reg:/^(621562)\d{13}$/g,cardType:"DC"},{reg:/^(628219)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622475|622860)\d{10}$/g,cardType:"DC"},{reg:/^(625588)\d{10}$/g,cardType:"SCC"},{reg:/^(622270|628368|625090|622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"成都农村商业银行",bankCode:"CDRCB",patterns:[{reg:/^(623088)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301|622808|628308)\d{10}$/g,cardType:"CC"}]},{bankName:"福建省农村信用社联合社",bankCode:"FJNX",patterns:[{reg:/^(622127|622184|621701|621251|621589|623036)\d{13}$/g,cardType:"DC"},{reg:/^(628232|622802|622290)\d{10}$/g,cardType:"CC"}]},{bankName:"天津农村商业银行",bankCode:"TRCB",patterns:[{reg:/^(622531|622329)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏省农村信用社联合社",bankCode:"JSRCU",patterns:[{reg:/^(621578|623066|622452|622324)\d{13}$/g,cardType:"DC"},{reg:/^(622815|622816|628226)\d{10}$/g,cardType:"CC"}]},{bankName:"湖南农村信用社联合社",bankCode:"SLH",patterns:[{reg:/^(622906|628386|625519|625506)\d{10}$/g,cardType:"CC"}]},{bankName:"江西省农村信用社联合社",bankCode:"JXNCX",patterns:[{reg:/^(621592)\d{10}$/g,cardType:"DC"},{reg:/^(628392)\d{10}$/g,cardType:"CC"}]},{bankName:"商丘市商业银行",bankCode:"SCBBANK",patterns:[{reg:/^(621748)\d{13}$/g,cardType:"DC"},{reg:/^(628271)\d{10}$/g,cardType:"CC"}]},{bankName:"华融湘江银行",bankCode:"HRXJB",patterns:[{reg:/^(621366|621388)\d{13}$/g,cardType:"DC"},{reg:/^(628328)\d{10}$/g,cardType:"CC"}]},{bankName:"衡水市商业银行",bankCode:"HSBK",patterns:[{reg:/^(621239|623068)\d{13}$/g,cardType:"DC"}]},{bankName:"重庆南川石银村镇银行",bankCode:"CQNCSYCZ",patterns:[{reg:/^(621653004)\d{10}$/g,cardType:"DC"}]},{bankName:"湖南省农村信用社联合社",bankCode:"HNRCC",patterns:[{reg:/^(622169|621519|621539|623090)\d{13}$/g,cardType:"DC"}]},{bankName:"邢台银行",bankCode:"XTB",patterns:[{reg:/^(621238|620528)\d{13}$/g,cardType:"DC"}]},{bankName:"临汾市尧都区农村信用合作联社",bankCode:"LPRDNCXYS",patterns:[{reg:/^(628382|625158)\d{10}$/g,cardType:"CC"}]},{bankName:"东营银行",bankCode:"DYCCB",patterns:[{reg:/^(621004)\d{12}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"上饶银行",bankCode:"SRBANK",patterns:[{reg:/^(621416)\d{10}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"德州银行",bankCode:"DZBANK",patterns:[{reg:/^(622937)\d{13}$/g,cardType:"DC"},{reg:/^(628397)\d{10}$/g,cardType:"CC"}]},{bankName:"承德银行",bankCode:"CDB",patterns:[{reg:/^(628229)\d{10}$/g,cardType:"CC"}]},{bankName:"云南省农村信用社",bankCode:"YNRCC",patterns:[{reg:/^(622469|628307)\d{10}$/g,cardType:"CC"}]},{bankName:"柳州银行",bankCode:"LZCCB",patterns:[{reg:/^(622292|622291|621412)\d{12}$/g,cardType:"DC"},{reg:/^(622880|622881)\d{10}$/g,cardType:"DC"},{reg:/^(62829)\d{10}$/g,cardType:"CC"}]},{bankName:"威海市商业银行",bankCode:"WHSYBANK",patterns:[{reg:/^(623102)\d{10}$/g,cardType:"DC"},{reg:/^(628234)\d{10}$/g,cardType:"CC"}]},{bankName:"湖州银行",bankCode:"HZBANK",patterns:[{reg:/^(628306)\d{10}$/g,cardType:"CC"}]},{bankName:"潍坊银行",bankCode:"BANKWF",patterns:[{reg:/^(622391|940072)\d{10}$/g,cardType:"DC"},{reg:/^(628391)\d{10}$/g,cardType:"CC"}]},{bankName:"赣州银行",bankCode:"GZB",patterns:[{reg:/^(622967|940073)\d{13}$/g,cardType:"DC"},{reg:/^(628233)\d{10}$/g,cardType:"CC"}]},{bankName:"日照银行",bankCode:"RZGWYBANK",patterns:[{reg:/^(628257)\d{10}$/g,cardType:"CC"}]},{bankName:"南昌银行",bankCode:"NCB",patterns:[{reg:/^(621269|622275)\d{10}$/g,cardType:"DC"},{reg:/^(940006)\d{11}$/g,cardType:"DC"},{reg:/^(628305)\d{11}$/g,cardType:"CC"}]},{bankName:"贵阳银行",bankCode:"GYCB",patterns:[{reg:/^(622133|621735)\d{13}$/g,cardType:"DC"},{reg:/^(888)\d{13}$/g,cardType:"DC"},{reg:/^(628213)\d{10}$/g,cardType:"CC"}]},{bankName:"锦州银行",bankCode:"BOJZ",patterns:[{reg:/^(622990|940003)\d{11}$/g,cardType:"DC"},{reg:/^(628261)\d{10}$/g,cardType:"CC"}]},{bankName:"齐商银行",bankCode:"QSBANK",patterns:[{reg:/^(622311|940057)\d{11}$/g,cardType:"DC"},{reg:/^(628311)\d{10}$/g,cardType:"CC"}]},{bankName:"珠海华润银行",bankCode:"RBOZ",patterns:[{reg:/^(622363|940048)\d{13}$/g,cardType:"DC"},{reg:/^(628270)\d{10}$/g,cardType:"CC"}]},{bankName:"葫芦岛市商业银行",bankCode:"HLDCCB",patterns:[{reg:/^(622398|940054)\d{10}$/g,cardType:"DC"}]},{bankName:"宜昌市商业银行",bankCode:"HBC",patterns:[{reg:/^(940055)\d{11}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"杭州商业银行",bankCode:"HZCB",patterns:[{reg:/^(603367|622878)\d{12}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"苏州市商业银行",bankCode:"JSBANK",patterns:[{reg:/^(603506)\d{13}$/g,cardType:"DC"}]},{bankName:"辽阳银行",bankCode:"LYCB",patterns:[{reg:/^(622399|940043)\d{11}$/g,cardType:"DC"}]},{bankName:"洛阳银行",bankCode:"LYB",patterns:[{reg:/^(622420|940041)\d{11}$/g,cardType:"DC"}]},{bankName:"焦作市商业银行",bankCode:"JZCBANK",patterns:[{reg:/^(622338)\d{13}$/g,cardType:"DC"},{reg:/^(940032)\d{10}$/g,cardType:"DC"}]},{bankName:"镇江市商业银行",bankCode:"ZJCCB",patterns:[{reg:/^(622394|940025)\d{10}$/g,cardType:"DC"}]},{bankName:"法国兴业银行",bankCode:"FGXYBANK",patterns:[{reg:/^(621245)\d{10}$/g,cardType:"DC"}]},{bankName:"大华银行",bankCode:"DYBANK",patterns:[{reg:/^(621328)\d{13}$/g,cardType:"DC"}]},{bankName:"企业银行",bankCode:"DIYEBANK",patterns:[{reg:/^(621651)\d{13}$/g,cardType:"DC"}]},{bankName:"华侨银行",bankCode:"HQBANK",patterns:[{reg:/^(621077)\d{10}$/g,cardType:"DC"}]},{bankName:"恒生银行",bankCode:"HSB",patterns:[{reg:/^(622409|621441)\d{13}$/g,cardType:"DC"},{reg:/^(622410|621440)\d{11}$/g,cardType:"DC"},{reg:/^(622950|622951)\d{10}$/g,cardType:"DC"},{reg:/^(625026|625024|622376|622378|622377|625092)\d{10}$/g,cardType:"CC"}]},{bankName:"临沂商业银行",bankCode:"LSB",patterns:[{reg:/^(622359|940066)\d{13}$/g,cardType:"DC"}]},{bankName:"烟台商业银行",bankCode:"YTCB",patterns:[{reg:/^(622886)\d{10}$/g,cardType:"DC"}]},{bankName:"齐鲁银行",bankCode:"QLB",patterns:[{reg:/^(940008|622379)\d{13}$/g,cardType:"DC"},{reg:/^(628379)\d{10}$/g,cardType:"CC"}]},{bankName:"BC卡公司",bankCode:"BCCC",patterns:[{reg:/^(620011|620027|620031|620039|620103|620106|620120|620123|620125|620220|620278|620812|621006|621011|621012|621020|621023|621025|621027|621031|620132|621039|621078|621220|621003)\d{10}$/g,cardType:"DC"},{reg:/^(625003|625011|625012|625020|625023|625025|625027|625031|621032|625039|625078|625079|625103|625106|625006|625112|625120|625123|625125|625127|625131|625032|625139|625178|625179|625220|625320|625111|625132|625244)\d{10}$/g,cardType:"CC"}]},{bankName:"集友银行",bankCode:"CYB",patterns:[{reg:/^(622355|623042)\d{10}$/g,cardType:"DC"},{reg:/^(621043|621742)\d{13}$/g,cardType:"DC"},{reg:/^(622352|622353|625048|625053|625060)\d{10}$/g,cardType:"CC"},{reg:/^(620206|620207)\d{10}$/g,cardType:"PC"}]},{bankName:"大丰银行",bankCode:"TFB",patterns:[{reg:/^(622547|622548|622546)\d{13}$/g,cardType:"DC"},{reg:/^(625198|625196|625147)\d{10}$/g,cardType:"CC"},{reg:/^(620072)\d{13}$/g,cardType:"PC"},{reg:/^(620204|620205)\d{10}$/g,cardType:"PC"}]},{bankName:"AEON信贷财务亚洲有限公司",bankCode:"AEON",patterns:[{reg:/^(621064|622941|622974)\d{10}$/g,cardType:"DC"},{reg:/^(622493)\d{10}$/g,cardType:"CC"}]},{bankName:"澳门BDA",bankCode:"MABDA",patterns:[{reg:/^(621274|621324)\d{13}$/g,cardType:"DC"}]}];function C(e){for(var a=0,C=g.length;a<C;a++)for(var n=g[a],t=n.patterns,p=0,c=t.length;p<c;p++){var s=t[p];if(new RegExp(s.reg).test(e)){var o=r(n,s);return delete o.patterns,delete o.reg,o["cardTypeName"]=d(o["cardType"]),o}}return!1}return C(e)}var s=r("a4c0"),o=r("4260");n["a"].use(s["q"]);var y={name:"WalletBind",data:function(){return{title:"绑定银行账号",meaushow:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{userName:"",userBankID:"",userBankNum:"",userID:"",userMobile:"",verifyCode:""},formError:!1,formMsg:"",userBankIDList:{"邮政储蓄银行":100,"中国工商银行":102,"中国农业银行":103,"中国银行":104,"中国建设银行":105,"交通银行":301,"中信银行":302,"中国光大银行":303,"中国民生银行":305,"广发银行":306,"平安银行":307,"招商银行":308,"兴业银行":309,"上海浦东发展银行":310,"浙商银行":316,"上海银行":401,"北京银行":403,"徽商银行":440,"银联在线-中金网银无卡":888,"银联在线中金网银":889}}},computed:Object(C["a"])({},Object(t["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},bankPasswordToken:function(e){return e.wallet.bankPasswordToken},bankCountDownFlag:function(e){return e.wallet.bankCountDownFlag},bindBankKey:function(e){return e.wallet.bindBankKey},bindBankData:function(e){return e.wallet.bindBankData}})),watch:{bankCountDownFlag:function(e){1==e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{verify:function(){if(!this.form.userName)return this.formError=!0,this.formMsg="亲,请输入真实姓名",!1;if(!this.form.userBankNum)return this.formError=!0,this.formMsg="亲,请输入银行账号",!1;if(!this.form.userID)return this.formError=!0,this.formMsg="亲,请输入身份证号码",!1;if(!this.form.userMobile)return this.formError=!0,this.formMsg="亲,请输入银行预留手机",!1;var e=/^1[34578]\d{9}$/;return!!e.test(this.form.userMobile)||(this.formError=!0,this.formMsg="亲,银行预留手机格式不正确",!1)},timeNum:function(){var e=this,a=setInterval(r,1e3);function r(){e.countDown--,e.countDown<=0&&(clearInterval(a),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},getCode:function(){if(this.verify()){var e=c(this.form.userBankNum);for(var a in this.userBankIDList)a==e.bankName&&(this.form.userBankID=this.userBankIDList[a]);this.formError=!1,this.$store.dispatch({type:"getBindBankmsg",bank_user:this.form.userName,bank_id:this.form.userBankID,bank_account:this.form.userBankNum,id_type:0,id_number:this.form.userID,account_type:1,mobile:this.form.userMobile})}},confirm:function(){if(this.verify()){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"bindBankCard",token:this.bankPasswordToken||o["a"].getCookie("bankPasswordToken"),wallet_bank_id:"",sms_code:this.form.verifyCode,access_key:this.bindBankKey,access_data:this.bindBankData})}}},components:{Header:p["a"]}},T=y,$=(r("869b"),r("17cc")),b=Object($["a"])(T,d,g,!1,null,"955c47be",null);a["default"]=b.exports},"6fc9":function(e,a,r){},"869b":function(e,a,r){"use strict";var d=r("6fc9"),g=r.n(d);g.a}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5474cc08"],{"5f33":function(e,a,r){var d=r("4839"),g=r("d62f"),C=r("694f").f,n=r("62af").f,t=r("d635"),p=r("7fe4"),c=d.RegExp,s=c,o=c.prototype,y=/a/g,T=/a/g,$=new c(y)!==y;if(r("3a0f")&&(!$||r("201d")(function(){return T[r("f3ae")("match")]=!1,c(y)!=y||c(T)==T||"/a/i"!=c(y,"i")}))){c=function(e,a){var r=this instanceof c,d=t(e),C=void 0===a;return!r&&d&&e.constructor===c&&C?e:g($?new s(d&&!C?e.source:e,a):s((d=e instanceof c)?e.source:e,d&&C?p.call(e):a),r?this:o,c)};for(var b=function(e){e in c||C(c,e,{configurable:!0,get:function(){return s[e]},set:function(a){s[e]=a}})},k=n(s),m=0;k.length>m;)b(k[m++]);o.constructor=c,c.prototype=o,r("7f00")(d,"RegExp",c)}r("4fd1")("RegExp")},"6a6c":function(e,a,r){"use strict";r.r(a);var d=function(){var e=this,a=e.$createElement,r=e._self._c||a;return r("section",{staticClass:"wallet-bind"},[r("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),r("div",{staticClass:"bind-content"},[r("div",{staticClass:"safe-mobile"},[e._v("安全手机: "+e._s(e.walletInfoData.safe_mobile))]),r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("真实姓名")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userName,expression:"form.userName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入真实姓名"},domProps:{value:e.form.userName},on:{input:function(a){a.target.composing||e.$set(e.form,"userName",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行账号")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userBankNum,expression:"form.userBankNum"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行账号"},domProps:{value:e.form.userBankNum},on:{input:function(a){a.target.composing||e.$set(e.form,"userBankNum",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("身份证号码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userID,expression:"form.userID"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入身份证号码"},domProps:{value:e.form.userID},on:{input:function(a){a.target.composing||e.$set(e.form,"userID",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行预留手机")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userMobile,expression:"form.userMobile"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行预留手机"},domProps:{value:e.form.userMobile},on:{input:function(a){a.target.composing||e.$set(e.form,"userMobile",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("验证码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(a){a.target.composing||e.$set(e.form,"verifyCode",a.target.value)}}}),e.yzmSend?r("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):r("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),r("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),r("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},g=[],C=r("3f47"),n=r("6e6d"),t=r("52c1"),p=r("57af");r("5f33");function c(e){var a={DC:"储蓄卡",CC:"信用卡",SCC:"准贷记卡",PC:"预付费卡"};function r(e,a){var r,d={};for(r in e=e||{},a=a||{},e)e.hasOwnProperty(r)&&(d[r]=e[r]);for(r in a)a.hasOwnProperty(r)&&(d[r]=a[r]);return d}function d(e){if(a[e])return a[e]}var g=[{bankName:"邮政储蓄银行",bankCode:"PSBC",patterns:[{reg:/^(621096|621098|622150|622151|622181|622188|622199|955100|621095|620062|621285|621798|621799|621797|620529|621622|621599|621674|623218|623219)\d{13}$/g,cardType:"DC"},{reg:/^(62215049|62215050|62215051|62218850|62218851|62218849)\d{11}$/g,cardType:"DC"},{reg:/^(622812|622810|622811|628310|625919)\d{10}$/g,cardType:"CC"}]},{bankName:"中国工商银行",bankCode:"ICBC",patterns:[{reg:/^(620200|620302|620402|620403|620404|620406|620407|620409|620410|620411|620412|620502|620503|620405|620408|620512|620602|620604|620607|620611|620612|620704|620706|620707|620708|620709|620710|620609|620712|620713|620714|620802|620711|620904|620905|621001|620902|621103|621105|621106|621107|621102|621203|621204|621205|621206|621207|621208|621209|621210|621302|621303|621202|621305|621306|621307|621309|621311|621313|621211|621315|621304|621402|621404|621405|621406|621407|621408|621409|621410|621502|621317|621511|621602|621603|621604|621605|621608|621609|621610|621611|621612|621613|621614|621615|621616|621617|621607|621606|621804|621807|621813|621814|621817|621901|621904|621905|621906|621907|621908|621909|621910|621911|621912|621913|621915|622002|621903|622004|622005|622006|622007|622008|622010|622011|622012|621914|622015|622016|622003|622018|622019|622020|622102|622103|622104|622105|622013|622111|622114|622017|622110|622303|622304|622305|622306|622307|622308|622309|622314|622315|622317|622302|622402|622403|622404|622313|622504|622505|622509|622513|622517|622502|622604|622605|622606|622510|622703|622715|622806|622902|622903|622706|623002|623006|623008|623011|623012|622904|623015|623100|623202|623301|623400|623500|623602|623803|623901|623014|624100|624200|624301|624402|623700|624000)\d{12}$/g,cardType:"DC"},{reg:/^(622200|622202|622203|622208|621225|620058|621281|900000|621558|621559|621722|621723|620086|621226|621618|620516|621227|621288|621721|900010|623062|621670|621720|621379|621240|621724|621762|621414|621375|622926|622927|622928|622929|622930|622931|621733|621732|621372|621369|621763)\d{13}$/g,cardType:"DC"},{reg:/^(402791|427028|427038|548259|621376|621423|621428|621434|621761|621749|621300|621378|622944|622949|621371|621730|621734|621433|621370|621764|621464|621765|621750|621377|621367|621374|621731|621781)\d{10}$/g,cardType:"DC"},{reg:/^(9558)\d{15}$/g,cardType:"DC"},{reg:/^(370246|370248|370249|370247|370267|374738|374739)\d{9}$/g,cardType:"CC"},{reg:/^(427010|427018|427019|427020|427029|427030|427039|438125|438126|451804|451810|451811|458071|489734|489735|489736|510529|427062|524091|427064|530970|530990|558360|524047|525498|622230|622231|622232|622233|622234|622235|622237|622239|622240|622245|622238|451804|451810|451811|458071|628288|628286|622206|526836|513685|543098|458441|622246|544210|548943|356879|356880|356881|356882|528856|625330|625331|625332|622236|524374|550213|625929|625927|625939|625987|625930|625114|622159|625021|625022|625932|622889|625900|625915|625916|622171|625931|625113|625928|625914|625986|625925|625921|625926|625942|622158|625917|625922|625934|625933|625920|625924|625017|625018|625019)\d{10}$/g,cardType:"CC"},{reg:/^(45806|53098|45806|53098)\d{11}$/g,cardType:"CC"},{reg:/^(622210|622211|622212|622213|622214|622220|622223|622225|622229|622215|622224)\d{10}$/g,cardType:"SCC"},{reg:/^(620054|620142|620184|620030|620050|620143|620149|620124|620183|620094|620186|620148|620185)\d{10}$/g,cardType:"PC"},{reg:/^(620114|620187|620046)\d{13}$/g,cardType:"PC"}]},{bankName:"中国农业银行",bankCode:"ABC",patterns:[{reg:/^(622841|622824|622826|622848|620059|621282|622828|622823|621336|621619|622821|622822|622825|622827|622845|622849|623018|623206|621671|622840|622843|622844|622846|622847|620501)\d{13}$/g,cardType:"DC"},{reg:/^(95595|95596|95597|95598|95599)\d{14}$/g,cardType:"DC"},{reg:/^(103)\d{16}$/g,cardType:"DC"},{reg:/^(403361|404117|404118|404119|404120|404121|463758|519412|519413|520082|520083|552599|558730|514027|622836|622837|628268|625996|625998|625997|622838|625336|625826|625827|544243|548478|628269)\d{10}$/g,cardType:"CC"},{reg:/^(622820|622830)\d{10}$/g,cardType:"SCC"}]},{bankName:"中国银行",bankCode:"BOC",patterns:[{reg:/^(621660|621661|621662|621663|621665|621667|621668|621669|621666|456351|601382|621256|621212|621283|620061|621725|621330|621331|621332|621333|621297|621568|621569|621672|623208|621620|621756|621757|621758|621759|621785|621786|621787|621788|621789|621790|622273|622274|622771|622772|622770|621741|621041)\d{13}$/g,cardType:"DC"},{reg:/^(621293|621294|621342|621343|621364|621394|621648|621248|621215|621249|621231|621638|621334|621395|623040|622348)\d{10}$/g,cardType:"DC"},{reg:/^(625908|625910|625909|356833|356835|409665|409666|409668|409669|409670|409671|409672|512315|512316|512411|512412|514957|409667|438088|552742|553131|514958|622760|628388|518377|622788|628313|628312|622750|622751|625145|622479|622480|622789|625140|622346|622347)\d{10}$/g,cardType:"CC"},{reg:/^(518378|518379|518474|518475|518476|524865|525745|525746|547766|558868|622752|622753|622755|524864|622757|622758|622759|622761|622762|622763|622756|622754|622764|622765|558869|625905|625906|625907|625333)\d{10}$/g,cardType:"SCC"},{reg:/^(53591|49102|377677)\d{11}$/g,cardType:"SCC"},{reg:/^(620514|620025|620026|620210|620211|620019|620035|620202|620203|620048|620515|920000)\d{10}$/g,cardType:"PC"},{reg:/^(620040|620531|620513|921000|620038)\d{13}$/g,cardType:"PC"}]},{bankName:"中国建设银行",bankCode:"CCB",patterns:[{reg:/^(621284|436742|589970|620060|621081|621467|621598|621621|621700|622280|622700|623211|623668)\d{13}$/g,cardType:"DC"},{reg:/^(421349|434061|434062|524094|526410|552245|621080|621082|621466|621488|621499|622966|622988|622382|621487|621083|621084|620107)\d{10}$/g,cardType:"DC"},{reg:/^(436742193|622280193)\d{10}$/g,cardType:"DC"},{reg:/^(553242)\d{12}$/g,cardType:"CC"},{reg:/^(625362|625363|628316|628317|356896|356899|356895|436718|436738|436745|436748|489592|531693|532450|532458|544887|552801|557080|558895|559051|622166|622168|622708|625964|625965|625966|628266|628366|622381|622675|622676|622677)\d{10}$/g,cardType:"CC"},{reg:/^(5453242|5491031|5544033)\d{11}$/g,cardType:"CC"},{reg:/^(622725|622728|436728|453242|491031|544033|622707|625955|625956)\d{10}$/g,cardType:"SCC"},{reg:/^(53242|53243)\d{11}$/g,cardType:"SCC"}]},{bankName:"交通银行",bankCode:"COMM",patterns:[{reg:/^(622261|622260|622262|621002|621069|621436|621335)\d{13}$/g,cardType:"DC"},{reg:/^(620013)\d{10}$/g,cardType:"DC"},{reg:/^(405512|601428|405512|601428|622258|622259|405512|601428)\d{11}$/g,cardType:"DC"},{reg:/^(49104|53783)\d{11}$/g,cardType:"CC"},{reg:/^(434910|458123|458124|520169|522964|552853|622250|622251|521899|622253|622656|628216|622252|955590|955591|955592|955593|628218|625028|625029)\d{10}$/g,cardType:"CC"},{reg:/^(622254|622255|622256|622257|622284)\d{10}$/g,cardType:"SCC"},{reg:/^(620021|620521)\d{13}$/g,cardType:"PC"}]},{bankName:"招商银行",bankCode:"CMB",patterns:[{reg:/^(402658|410062|468203|512425|524011|622580|622588|622598|622609|95555|621286|621483|621485|621486|621299)\d{10}$/g,cardType:"DC"},{reg:/^(690755)\d{9}$/g,cardType:"DC"},{reg:/^(690755)\d{12}$/g,cardType:"DC"},{reg:/^(356885|356886|356887|356888|356890|439188|439227|479228|479229|521302|356889|545620|545621|545947|545948|552534|552587|622575|622576|622577|622578|622579|545619|622581|622582|545623|628290|439225|518710|518718|628362|439226|628262|625802|625803)\d{10}$/g,cardType:"CC"},{reg:/^(370285|370286|370287|370289)\d{9}$/g,cardType:"CC"},{reg:/^(620520)\d{13}$/g,cardType:"PC"}]},{bankName:"中国民生银行",bankCode:"CMBC",patterns:[{reg:/^(622615|622616|622618|622622|622617|622619|415599|421393|421865|427570|427571|472067|472068|622620)\d{10}$/g,cardType:"DC"},{reg:/^(545392|545393|545431|545447|356859|356857|407405|421869|421870|421871|512466|356856|528948|552288|622600|622601|622602|517636|622621|628258|556610|622603|464580|464581|523952|545217|553161|356858|622623|625912|625913|625911)\d{10}$/g,cardType:"CC"},{reg:/^(377155|377152|377153|377158)\d{9}$/g,cardType:"CC"}]},{bankName:"中国光大银行",bankCode:"CEB",patterns:[{reg:/^(303)\d{13}$/g,cardType:"DC"},{reg:/^(90030)\d{11}$/g,cardType:"DC"},{reg:/^(620535)\d{13}$/g,cardType:"DC"},{reg:/^(620085|622660|622662|622663|622664|622665|622666|622667|622669|622670|622671|622672|622668|622661|622674|622673|620518|621489|621492)\d{10}$/g,cardType:"DC"},{reg:/^(356837|356838|486497|622657|622685|622659|622687|625978|625980|625981|625979|356839|356840|406252|406254|425862|481699|524090|543159|622161|622570|622650|622655|622658|625975|625977|628201|628202|625339|625976)\d{10}$/g,cardType:"CC"}]},{bankName:"中信银行",bankCode:"CITIC",patterns:[{reg:/^(433670|433680|442729|442730|620082|622690|622691|622692|622696|622698|622998|622999|433671|968807|968808|968809|621771|621767|621768|621770|621772|621773|622453|622456)\d{10}$/g,cardType:"DC"},{reg:/^(622459)\d{11}$/g,cardType:"DC"},{reg:/^(376968|376969|376966)\d{9}$/g,cardType:"CC"},{reg:/^(400360|403391|403392|404158|404159|404171|404172|404173|404174|404157|433667|433668|433669|514906|403393|520108|433666|558916|622678|622679|622680|622688|622689|628206|556617|628209|518212|628208|356390|356391|356392|622916|622918|622919)\d{10}$/g,cardType:"CC"}]},{bankName:"华夏银行",bankCode:"HXBANK",patterns:[{reg:/^(622630|622631|622632|622633|999999|621222|623020|623021|623022|623023)\d{10}$/g,cardType:"DC"},{reg:/^(523959|528709|539867|539868|622637|622638|628318|528708|622636|625967|625968|625969)\d{10}$/g,cardType:"CC"}]},{bankName:"深发/平安银行",bankCode:"SPABANK",patterns:[{reg:/^(621626|623058)\d{13}$/g,cardType:"DC"},{reg:/^(602907|622986|622989|622298|627069|627068|627066|627067|412963|415752|415753|622535|622536|622538|622539|998800|412962|622983)\d{10}$/g,cardType:"DC"},{reg:/^(531659|622157|528020|622155|622156|526855|356869|356868|625360|625361|628296|435744|435745|483536|622525|622526|998801|998802)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"兴业银行",bankCode:"CIB",patterns:[{reg:/^(438589)\d{12}$/g,cardType:"DC"},{reg:/^(90592)\d{11}$/g,cardType:"DC"},{reg:/^(966666|622909|438588|622908)\d{12}$/g,cardType:"DC"},{reg:/^(461982|486493|486494|486861|523036|451289|527414|528057|622901|622902|622922|628212|451290|524070|625084|625085|625086|625087|548738|549633|552398|625082|625083|625960|625961|625962|625963)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"上海银行",bankCode:"SHBANK",patterns:[{reg:/^(621050|622172|622985|622987|620522|622267|622278|622279|622468|622892|940021)\d{12}$/g,cardType:"DC"},{reg:/^(438600)\d{10}$/g,cardType:"DC"},{reg:/^(356827|356828|356830|402673|402674|486466|519498|520131|524031|548838|622148|622149|622268|356829|622300|628230|622269|625099|625953)\d{10}$/g,cardType:"CC"}]},{bankName:"上海浦东发展银行",bankCode:"SPDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(84301|84336|84373|84385|84390|87000|87010|87030|87040|84380|84361|87050|84342)\d{11}$/g,cardType:"DC"},{reg:/^(356851|356852|404738|404739|456418|498451|515672|356850|517650|525998|622177|622277|628222|622500|628221|622176|622276|622228|625957|625958|625993|625831)\d{10}$/g,cardType:"CC"},{reg:/^(622520|622519)\d{10}$/g,cardType:"SCC"},{reg:/^(620530)\d{13}$/g,cardType:"PC"}]},{bankName:"广发银行",bankCode:"GDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(622568|6858001|6858009|621462)\d{13}$/g,cardType:"DC"},{reg:/^(9111)\d{15}$/g,cardType:"DC"},{reg:/^(406365|406366|428911|436768|436769|436770|487013|491032|491033|491034|491035|491036|491037|491038|436771|518364|520152|520382|541709|541710|548844|552794|493427|622555|622556|622557|622558|622559|622560|528931|558894|625072|625071|628260|628259|625805|625806|625807|625808|625809|625810)\d{10}$/g,cardType:"CC"},{reg:/^(685800|6858000)\d{13}$/g,cardType:"CC"}]},{bankName:"渤海银行",bankCode:"BOHAIB",patterns:[{reg:/^(621268|622684|622884|621453)\d{10}$/g,cardType:"DC"}]},{bankName:"广州银行",bankCode:"GCB",patterns:[{reg:/^(603445|622467|940016|621463)\d{13}$/g,cardType:"DC"}]},{bankName:"金华银行",bankCode:"JHBANK",patterns:[{reg:/^(622449|940051)\d{10}$/g,cardType:"DC"},{reg:/^(622450|628204)\d{10}$/g,cardType:"CC"}]},{bankName:"温州银行",bankCode:"WZCB",patterns:[{reg:/^(621977)\d{10}$/g,cardType:"DC"},{reg:/^(622868|622899|628255)\d{10}$/g,cardType:"CC"}]},{bankName:"徽商银行",bankCode:"HSBANK",patterns:[{reg:/^(622877|622879|621775|623203)\d{13}$/g,cardType:"DC"},{reg:/^(603601|622137|622327|622340|622366)\d{11}$/g,cardType:"DC"},{reg:/^(628251|622651|625828)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏银行",bankCode:"JSBANK",patterns:[{reg:/^(621076|622173|622131|621579|622876)\d{13}$/g,cardType:"DC"},{reg:/^(504923|622422|622447|940076)\d{10}$/g,cardType:"DC"},{reg:/^(628210|622283|625902)\d{10}$/g,cardType:"CC"}]},{bankName:"南京银行",bankCode:"NJCB",patterns:[{reg:/^(621777|622305|621259)\d{10}$/g,cardType:"DC"},{reg:/^(622303|628242|622595|622596)\d{10}$/g,cardType:"CC"}]},{bankName:"宁波银行",bankCode:"NBBANK",patterns:[{reg:/^(621279|622281|622316|940022)\d{10}$/g,cardType:"DC"},{reg:/^(621418)\d{13}$/g,cardType:"DC"},{reg:/^(625903|622778|628207|512431|520194|622282|622318)\d{10}$/g,cardType:"CC"}]},{bankName:"北京银行",bankCode:"BJBANK",patterns:[{reg:/^(623111|421317|422161|602969|422160|621030|621420|621468)\d{10}$/g,cardType:"DC"},{reg:/^(522001|622163|622853|628203|622851|622852)\d{10}$/g,cardType:"CC"}]},{bankName:"北京农村商业银行",bankCode:"BJRCB",patterns:[{reg:/^(620088|621068|622138|621066|621560)\d{13}$/g,cardType:"DC"},{reg:/^(625526|625186|628336)\d{10}$/g,cardType:"CC"}]},{bankName:"汇丰银行",bankCode:"HSBC",patterns:[{reg:/^(622946)\d{10}$/g,cardType:"DC"},{reg:/^(622406|621442)\d{11}$/g,cardType:"DC"},{reg:/^(622407|621443)\d{13}$/g,cardType:"DC"},{reg:/^(622360|622361|625034|625096|625098)\d{10}$/g,cardType:"CC"}]},{bankName:"渣打银行",bankCode:"SCB",patterns:[{reg:/^(622948|621740|622942|622994)\d{10}$/g,cardType:"DC"},{reg:/^(622482|622483|622484)\d{10}$/g,cardType:"CC"}]},{bankName:"花旗银行",bankCode:"CITI",patterns:[{reg:/^(621062|621063)\d{10}$/g,cardType:"DC"},{reg:/^(625076|625077|625074|625075|622371|625091)\d{10}$/g,cardType:"CC"}]},{bankName:"东亚银行",bankCode:"HKBEA",patterns:[{reg:/^(622933|622938|623031|622943|621411)\d{13}$/g,cardType:"DC"},{reg:/^(622372|622471|622472|622265|622266|625972|625973)\d{10}$/g,cardType:"CC"},{reg:/^(622365)\d{11}$/g,cardType:"CC"}]},{bankName:"广东华兴银行",bankCode:"GHB",patterns:[{reg:/^(621469|621625)\d{13}$/g,cardType:"DC"}]},{bankName:"深圳农村商业银行",bankCode:"SRCB",patterns:[{reg:/^(622128|622129|623035)\d{10}$/g,cardType:"DC"}]},{bankName:"广州农村商业银行股份有限公司",bankCode:"GZRCU",patterns:[{reg:/^(909810|940035|621522|622439)\d{12}$/g,cardType:"DC"}]},{bankName:"东莞农村商业银行",bankCode:"DRCBCL",patterns:[{reg:/^(622328|940062|623038)\d{13}$/g,cardType:"DC"},{reg:/^(625288|625888)\d{10}$/g,cardType:"CC"}]},{bankName:"东莞市商业银行",bankCode:"BOD",patterns:[{reg:/^(622333|940050)\d{10}$/g,cardType:"DC"},{reg:/^(621439|623010)\d{13}$/g,cardType:"DC"},{reg:/^(622888)\d{10}$/g,cardType:"CC"}]},{bankName:"广东省农村信用社联合社",bankCode:"GDRCC",patterns:[{reg:/^(622302)\d{10}$/g,cardType:"DC"},{reg:/^(622477|622509|622510|622362|621018|621518)\d{13}$/g,cardType:"DC"}]},{bankName:"大新银行",bankCode:"DSB",patterns:[{reg:/^(622297|621277)\d{10}$/g,cardType:"DC"},{reg:/^(622375|622489)\d{11}$/g,cardType:"DC"},{reg:/^(622293|622295|622296|622373|622451|622294|625940)\d{10}$/g,cardType:"CC"}]},{bankName:"永亨银行",bankCode:"WHB",patterns:[{reg:/^(622871|622958|622963|622957|622861|622932|622862|621298)\d{10}$/g,cardType:"DC"},{reg:/^(622798|625010|622775|622785)\d{10}$/g,cardType:"CC"}]},{bankName:"星展银行香港有限公司",bankCode:"DBS",patterns:[{reg:/^(621016|621015)\d{13}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492)\d{10}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492|621744|621745|621746|621747)\d{11}$/g,cardType:"DC"}]},{bankName:"恒丰银行",bankCode:"EGBANK",patterns:[{reg:/^(623078)\d{13}$/g,cardType:"DC"},{reg:/^(622384|940034)\d{11}$/g,cardType:"DC"}]},{bankName:"天津市商业银行",bankCode:"TCCB",patterns:[{reg:/^(940015|622331)\d{12}$/g,cardType:"DC"},{reg:/^(6091201)\d{11}$/g,cardType:"DC"},{reg:/^(622426|628205)\d{10}$/g,cardType:"CC"}]},{bankName:"浙商银行",bankCode:"CZBANK",patterns:[{reg:/^(621019|622309|621019)\d{13}$/g,cardType:"DC"},{reg:/^(6223091100|6223092900|6223093310|6223093320|6223093330|6223093370|6223093380|6223096510|6223097910)\d{9}$/g,cardType:"DC"}]},{bankName:"南洋商业银行",bankCode:"NCB",patterns:[{reg:/^(621213|621289|621290|621291|621292|621042|621743)\d{13}$/g,cardType:"DC"},{reg:/^(623041|622351)\d{10}$/g,cardType:"DC"},{reg:/^(625046|625044|625058|622349|622350)\d{10}$/g,cardType:"CC"},{reg:/^(620208|620209|625093|625095)\d{10}$/g,cardType:"PC"}]},{bankName:"厦门银行",bankCode:"XMBANK",patterns:[{reg:/^(622393|940023)\d{10}$/g,cardType:"DC"},{reg:/^(6886592)\d{11}$/g,cardType:"DC"},{reg:/^(623019|621600|)\d{13}$/g,cardType:"DC"}]},{bankName:"福建海峡银行",bankCode:"FJHXBC",patterns:[{reg:/^(622388)\d{10}$/g,cardType:"DC"},{reg:/^(621267|623063)\d{12}$/g,cardType:"DC"},{reg:/^(620043|)\d{12}$/g,cardType:"PC"}]},{bankName:"吉林银行",bankCode:"JLBANK",patterns:[{reg:/^(622865|623131)\d{13}$/g,cardType:"DC"},{reg:/^(940012)\d{10}$/g,cardType:"DC"},{reg:/^(622178|622179|628358)\d{10}$/g,cardType:"CC"}]},{bankName:"汉口银行",bankCode:"HKB",patterns:[{reg:/^(990027)\d{12}$/g,cardType:"DC"},{reg:/^(622325|623105|623029)\d{10}$/g,cardType:"DC"}]},{bankName:"盛京银行",bankCode:"SJBANK",patterns:[{reg:/^(566666)\d{12}$/g,cardType:"DC"},{reg:/^(622455|940039)\d{13}$/g,cardType:"DC"},{reg:/^(623108|623081)\d{10}$/g,cardType:"DC"},{reg:/^(622466|628285)\d{10}$/g,cardType:"CC"}]},{bankName:"大连银行",bankCode:"DLB",patterns:[{reg:/^(603708)\d{11}$/g,cardType:"DC"},{reg:/^(622993|623069|623070|623172|623173)\d{13}$/g,cardType:"DC"},{reg:/^(622383|622385|628299)\d{10}$/g,cardType:"CC"}]},{bankName:"河北银行",bankCode:"BHB",patterns:[{reg:/^(622498|622499|623000|940046)\d{13}$/g,cardType:"DC"},{reg:/^(622921|628321)\d{10}$/g,cardType:"CC"}]},{bankName:"乌鲁木齐市商业银行",bankCode:"URMQCCB",patterns:[{reg:/^(621751|622143|940001|621754)\d{13}$/g,cardType:"DC"},{reg:/^(622476|628278)\d{10}$/g,cardType:"CC"}]},{bankName:"绍兴银行",bankCode:"SXCB",patterns:[{reg:/^(622486)\d{10}$/g,cardType:"DC"},{reg:/^(603602|623026|623086)\d{12}$/g,cardType:"DC"},{reg:/^(628291)\d{10}$/g,cardType:"CC"}]},{bankName:"成都商业银行",bankCode:"CDCB",patterns:[{reg:/^(622152|622154|622996|622997|940027|622153|622135|621482|621532)\d{13}$/g,cardType:"DC"}]},{bankName:"抚顺银行",bankCode:"FSCB",patterns:[{reg:/^(622442)\d{11}$/g,cardType:"DC"},{reg:/^(940053)\d{12}$/g,cardType:"DC"},{reg:/^(622442|623099)\d{13}$/g,cardType:"DC"}]},{bankName:"郑州银行",bankCode:"ZZBANK",patterns:[{reg:/^(622421)\d{13}$/g,cardType:"DC"},{reg:/^(940056)\d{11}$/g,cardType:"DC"},{reg:/^(96828)\d{11}$/g,cardType:"DC"}]},{bankName:"宁夏银行",bankCode:"NXBANK",patterns:[{reg:/^(621529|622429|621417|623089|623200)\d{13}$/g,cardType:"DC"},{reg:/^(628214|625529|622428)\d{10}$/g,cardType:"CC"}]},{bankName:"重庆银行",bankCode:"CQBANK",patterns:[{reg:/^(9896)\d{12}$/g,cardType:"DC"},{reg:/^(622134|940018|623016)\d{10}$/g,cardType:"DC"}]},{bankName:"哈尔滨银行",bankCode:"HRBANK",patterns:[{reg:/^(621577|622425)\d{13}$/g,cardType:"DC"},{reg:/^(940049)\d{12}$/g,cardType:"DC"},{reg:/^(622425)\d{11}$/g,cardType:"DC"}]},{bankName:"兰州银行",bankCode:"LZYH",patterns:[{reg:/^(622139|940040|628263)\d{10}$/g,cardType:"DC"},{reg:/^(621242|621538|621496)\d{13}$/g,cardType:"DC"}]},{bankName:"青岛银行",bankCode:"QDCCB",patterns:[{reg:/^(621252|622146|940061|628239)\d{10}$/g,cardType:"DC"},{reg:/^(621419|623170)\d{13}$/g,cardType:"DC"}]},{bankName:"秦皇岛市商业银行",bankCode:"QHDCCB",patterns:[{reg:/^(62249802|94004602)\d{11}$/g,cardType:"DC"},{reg:/^(621237|623003)\d{13}$/g,cardType:"DC"}]},{bankName:"青海银行",bankCode:"BOQH",patterns:[{reg:/^(622310|940068)\d{11}$/g,cardType:"DC"},{reg:/^(622817|628287|625959)\d{10}$/g,cardType:"CC"},{reg:/^(62536601)\d{8}$/g,cardType:"CC"}]},{bankName:"台州银行",bankCode:"TZCB",patterns:[{reg:/^(622427)\d{10}$/g,cardType:"DC"},{reg:/^(940069)\d{11}$/g,cardType:"DC"},{reg:/^(623039)\d{13}$/g,cardType:"DC"},{reg:/^(622321|628273)\d{10}$/g,cardType:"CC"},{reg:/^(625001)\d{10}$/g,cardType:"SCC"}]},{bankName:"长沙银行",bankCode:"CSCB",patterns:[{reg:/^(694301)\d{12}$/g,cardType:"DC"},{reg:/^(940071|622368|621446)\d{13}$/g,cardType:"DC"},{reg:/^(625901|622898|622900|628281|628282|622806|628283)\d{10}$/g,cardType:"CC"},{reg:/^(620519)\d{13}$/g,cardType:"PC"}]},{bankName:"泉州银行",bankCode:"BOQZ",patterns:[{reg:/^(683970|940074)\d{12}$/g,cardType:"DC"},{reg:/^(622370)\d{13}$/g,cardType:"DC"},{reg:/^(621437)\d{13}$/g,cardType:"DC"},{reg:/^(628319)\d{10}$/g,cardType:"CC"}]},{bankName:"包商银行",bankCode:"BSB",patterns:[{reg:/^(622336|621760)\d{11}$/g,cardType:"DC"},{reg:/^(622165)\d{10}$/g,cardType:"DC"},{reg:/^(622315|625950|628295)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622860)\d{10}$/g,cardType:"DC"},{reg:/^(622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"上海农商银行",bankCode:"SHRCB",patterns:[{reg:/^(622478|940013|621495)\d{10}$/g,cardType:"DC"},{reg:/^(625500)\d{10}$/g,cardType:"SCC"},{reg:/^(622611|622722|628211|625989)\d{10}$/g,cardType:"CC"}]},{bankName:"浙江泰隆商业银行",bankCode:"ZJQL",patterns:[{reg:/^(622717)\d{10}$/g,cardType:"SCC"},{reg:/^(628275|622565|622287)\d{10}$/g,cardType:"CC"}]},{bankName:"内蒙古银行",bankCode:"H3CB",patterns:[{reg:/^(622147|621633)\d{13}$/g,cardType:"DC"},{reg:/^(628252)\d{10}$/g,cardType:"CC"}]},{bankName:"广西北部湾银行",bankCode:"BGB",patterns:[{reg:/^(623001)\d{10}$/g,cardType:"DC"},{reg:/^(628227)\d{10}$/g,cardType:"CC"}]},{bankName:"桂林银行",bankCode:"GLBANK",patterns:[{reg:/^(621456)\d{11}$/g,cardType:"DC"},{reg:/^(621562)\d{13}$/g,cardType:"DC"},{reg:/^(628219)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622475|622860)\d{10}$/g,cardType:"DC"},{reg:/^(625588)\d{10}$/g,cardType:"SCC"},{reg:/^(622270|628368|625090|622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"成都农村商业银行",bankCode:"CDRCB",patterns:[{reg:/^(623088)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301|622808|628308)\d{10}$/g,cardType:"CC"}]},{bankName:"福建省农村信用社联合社",bankCode:"FJNX",patterns:[{reg:/^(622127|622184|621701|621251|621589|623036)\d{13}$/g,cardType:"DC"},{reg:/^(628232|622802|622290)\d{10}$/g,cardType:"CC"}]},{bankName:"天津农村商业银行",bankCode:"TRCB",patterns:[{reg:/^(622531|622329)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏省农村信用社联合社",bankCode:"JSRCU",patterns:[{reg:/^(621578|623066|622452|622324)\d{13}$/g,cardType:"DC"},{reg:/^(622815|622816|628226)\d{10}$/g,cardType:"CC"}]},{bankName:"湖南农村信用社联合社",bankCode:"SLH",patterns:[{reg:/^(622906|628386|625519|625506)\d{10}$/g,cardType:"CC"}]},{bankName:"江西省农村信用社联合社",bankCode:"JXNCX",patterns:[{reg:/^(621592)\d{10}$/g,cardType:"DC"},{reg:/^(628392)\d{10}$/g,cardType:"CC"}]},{bankName:"商丘市商业银行",bankCode:"SCBBANK",patterns:[{reg:/^(621748)\d{13}$/g,cardType:"DC"},{reg:/^(628271)\d{10}$/g,cardType:"CC"}]},{bankName:"华融湘江银行",bankCode:"HRXJB",patterns:[{reg:/^(621366|621388)\d{13}$/g,cardType:"DC"},{reg:/^(628328)\d{10}$/g,cardType:"CC"}]},{bankName:"衡水市商业银行",bankCode:"HSBK",patterns:[{reg:/^(621239|623068)\d{13}$/g,cardType:"DC"}]},{bankName:"重庆南川石银村镇银行",bankCode:"CQNCSYCZ",patterns:[{reg:/^(621653004)\d{10}$/g,cardType:"DC"}]},{bankName:"湖南省农村信用社联合社",bankCode:"HNRCC",patterns:[{reg:/^(622169|621519|621539|623090)\d{13}$/g,cardType:"DC"}]},{bankName:"邢台银行",bankCode:"XTB",patterns:[{reg:/^(621238|620528)\d{13}$/g,cardType:"DC"}]},{bankName:"临汾市尧都区农村信用合作联社",bankCode:"LPRDNCXYS",patterns:[{reg:/^(628382|625158)\d{10}$/g,cardType:"CC"}]},{bankName:"东营银行",bankCode:"DYCCB",patterns:[{reg:/^(621004)\d{12}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"上饶银行",bankCode:"SRBANK",patterns:[{reg:/^(621416)\d{10}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"德州银行",bankCode:"DZBANK",patterns:[{reg:/^(622937)\d{13}$/g,cardType:"DC"},{reg:/^(628397)\d{10}$/g,cardType:"CC"}]},{bankName:"承德银行",bankCode:"CDB",patterns:[{reg:/^(628229)\d{10}$/g,cardType:"CC"}]},{bankName:"云南省农村信用社",bankCode:"YNRCC",patterns:[{reg:/^(622469|628307)\d{10}$/g,cardType:"CC"}]},{bankName:"柳州银行",bankCode:"LZCCB",patterns:[{reg:/^(622292|622291|621412)\d{12}$/g,cardType:"DC"},{reg:/^(622880|622881)\d{10}$/g,cardType:"DC"},{reg:/^(62829)\d{10}$/g,cardType:"CC"}]},{bankName:"威海市商业银行",bankCode:"WHSYBANK",patterns:[{reg:/^(623102)\d{10}$/g,cardType:"DC"},{reg:/^(628234)\d{10}$/g,cardType:"CC"}]},{bankName:"湖州银行",bankCode:"HZBANK",patterns:[{reg:/^(628306)\d{10}$/g,cardType:"CC"}]},{bankName:"潍坊银行",bankCode:"BANKWF",patterns:[{reg:/^(622391|940072)\d{10}$/g,cardType:"DC"},{reg:/^(628391)\d{10}$/g,cardType:"CC"}]},{bankName:"赣州银行",bankCode:"GZB",patterns:[{reg:/^(622967|940073)\d{13}$/g,cardType:"DC"},{reg:/^(628233)\d{10}$/g,cardType:"CC"}]},{bankName:"日照银行",bankCode:"RZGWYBANK",patterns:[{reg:/^(628257)\d{10}$/g,cardType:"CC"}]},{bankName:"南昌银行",bankCode:"NCB",patterns:[{reg:/^(621269|622275)\d{10}$/g,cardType:"DC"},{reg:/^(940006)\d{11}$/g,cardType:"DC"},{reg:/^(628305)\d{11}$/g,cardType:"CC"}]},{bankName:"贵阳银行",bankCode:"GYCB",patterns:[{reg:/^(622133|621735)\d{13}$/g,cardType:"DC"},{reg:/^(888)\d{13}$/g,cardType:"DC"},{reg:/^(628213)\d{10}$/g,cardType:"CC"}]},{bankName:"锦州银行",bankCode:"BOJZ",patterns:[{reg:/^(622990|940003)\d{11}$/g,cardType:"DC"},{reg:/^(628261)\d{10}$/g,cardType:"CC"}]},{bankName:"齐商银行",bankCode:"QSBANK",patterns:[{reg:/^(622311|940057)\d{11}$/g,cardType:"DC"},{reg:/^(628311)\d{10}$/g,cardType:"CC"}]},{bankName:"珠海华润银行",bankCode:"RBOZ",patterns:[{reg:/^(622363|940048)\d{13}$/g,cardType:"DC"},{reg:/^(628270)\d{10}$/g,cardType:"CC"}]},{bankName:"葫芦岛市商业银行",bankCode:"HLDCCB",patterns:[{reg:/^(622398|940054)\d{10}$/g,cardType:"DC"}]},{bankName:"宜昌市商业银行",bankCode:"HBC",patterns:[{reg:/^(940055)\d{11}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"杭州商业银行",bankCode:"HZCB",patterns:[{reg:/^(603367|622878)\d{12}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"苏州市商业银行",bankCode:"JSBANK",patterns:[{reg:/^(603506)\d{13}$/g,cardType:"DC"}]},{bankName:"辽阳银行",bankCode:"LYCB",patterns:[{reg:/^(622399|940043)\d{11}$/g,cardType:"DC"}]},{bankName:"洛阳银行",bankCode:"LYB",patterns:[{reg:/^(622420|940041)\d{11}$/g,cardType:"DC"}]},{bankName:"焦作市商业银行",bankCode:"JZCBANK",patterns:[{reg:/^(622338)\d{13}$/g,cardType:"DC"},{reg:/^(940032)\d{10}$/g,cardType:"DC"}]},{bankName:"镇江市商业银行",bankCode:"ZJCCB",patterns:[{reg:/^(622394|940025)\d{10}$/g,cardType:"DC"}]},{bankName:"法国兴业银行",bankCode:"FGXYBANK",patterns:[{reg:/^(621245)\d{10}$/g,cardType:"DC"}]},{bankName:"大华银行",bankCode:"DYBANK",patterns:[{reg:/^(621328)\d{13}$/g,cardType:"DC"}]},{bankName:"企业银行",bankCode:"DIYEBANK",patterns:[{reg:/^(621651)\d{13}$/g,cardType:"DC"}]},{bankName:"华侨银行",bankCode:"HQBANK",patterns:[{reg:/^(621077)\d{10}$/g,cardType:"DC"}]},{bankName:"恒生银行",bankCode:"HSB",patterns:[{reg:/^(622409|621441)\d{13}$/g,cardType:"DC"},{reg:/^(622410|621440)\d{11}$/g,cardType:"DC"},{reg:/^(622950|622951)\d{10}$/g,cardType:"DC"},{reg:/^(625026|625024|622376|622378|622377|625092)\d{10}$/g,cardType:"CC"}]},{bankName:"临沂商业银行",bankCode:"LSB",patterns:[{reg:/^(622359|940066)\d{13}$/g,cardType:"DC"}]},{bankName:"烟台商业银行",bankCode:"YTCB",patterns:[{reg:/^(622886)\d{10}$/g,cardType:"DC"}]},{bankName:"齐鲁银行",bankCode:"QLB",patterns:[{reg:/^(940008|622379)\d{13}$/g,cardType:"DC"},{reg:/^(628379)\d{10}$/g,cardType:"CC"}]},{bankName:"BC卡公司",bankCode:"BCCC",patterns:[{reg:/^(620011|620027|620031|620039|620103|620106|620120|620123|620125|620220|620278|620812|621006|621011|621012|621020|621023|621025|621027|621031|620132|621039|621078|621220|621003)\d{10}$/g,cardType:"DC"},{reg:/^(625003|625011|625012|625020|625023|625025|625027|625031|621032|625039|625078|625079|625103|625106|625006|625112|625120|625123|625125|625127|625131|625032|625139|625178|625179|625220|625320|625111|625132|625244)\d{10}$/g,cardType:"CC"}]},{bankName:"集友银行",bankCode:"CYB",patterns:[{reg:/^(622355|623042)\d{10}$/g,cardType:"DC"},{reg:/^(621043|621742)\d{13}$/g,cardType:"DC"},{reg:/^(622352|622353|625048|625053|625060)\d{10}$/g,cardType:"CC"},{reg:/^(620206|620207)\d{10}$/g,cardType:"PC"}]},{bankName:"大丰银行",bankCode:"TFB",patterns:[{reg:/^(622547|622548|622546)\d{13}$/g,cardType:"DC"},{reg:/^(625198|625196|625147)\d{10}$/g,cardType:"CC"},{reg:/^(620072)\d{13}$/g,cardType:"PC"},{reg:/^(620204|620205)\d{10}$/g,cardType:"PC"}]},{bankName:"AEON信贷财务亚洲有限公司",bankCode:"AEON",patterns:[{reg:/^(621064|622941|622974)\d{10}$/g,cardType:"DC"},{reg:/^(622493)\d{10}$/g,cardType:"CC"}]},{bankName:"澳门BDA",bankCode:"MABDA",patterns:[{reg:/^(621274|621324)\d{13}$/g,cardType:"DC"}]}];function C(e){for(var a=0,C=g.length;a<C;a++)for(var n=g[a],t=n.patterns,p=0,c=t.length;p<c;p++){var s=t[p];if(new RegExp(s.reg).test(e)){var o=r(n,s);return delete o.patterns,delete o.reg,o["cardTypeName"]=d(o["cardType"]),o}}return!1}return C(e)}var s=r("a4c0"),o=r("4260");n["a"].use(s["r"]);var y={name:"WalletBind",data:function(){return{title:"绑定银行账号",meaushow:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{userName:"",userBankID:"",userBankNum:"",userID:"",userMobile:"",verifyCode:""},formError:!1,formMsg:"",userBankIDList:{"邮政储蓄银行":100,"中国工商银行":102,"中国农业银行":103,"中国银行":104,"中国建设银行":105,"交通银行":301,"中信银行":302,"中国光大银行":303,"中国民生银行":305,"广发银行":306,"平安银行":307,"招商银行":308,"兴业银行":309,"上海浦东发展银行":310,"浙商银行":316,"上海银行":401,"北京银行":403,"徽商银行":440,"银联在线-中金网银无卡":888,"银联在线中金网银":889}}},computed:Object(C["a"])({},Object(t["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},bankPasswordToken:function(e){return e.wallet.bankPasswordToken},bankCountDownFlag:function(e){return e.wallet.bankCountDownFlag},bindBankKey:function(e){return e.wallet.bindBankKey},bindBankData:function(e){return e.wallet.bindBankData}})),watch:{bankCountDownFlag:function(e){1==e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{verify:function(){if(!this.form.userName)return this.formError=!0,this.formMsg="亲,请输入真实姓名",!1;if(!this.form.userBankNum)return this.formError=!0,this.formMsg="亲,请输入银行账号",!1;if(!this.form.userID)return this.formError=!0,this.formMsg="亲,请输入身份证号码",!1;if(!this.form.userMobile)return this.formError=!0,this.formMsg="亲,请输入银行预留手机",!1;var e=/^1[34578]\d{9}$/;return!!e.test(this.form.userMobile)||(this.formError=!0,this.formMsg="亲,银行预留手机格式不正确",!1)},timeNum:function(){var e=this,a=setInterval(r,1e3);function r(){e.countDown--,e.countDown<=0&&(clearInterval(a),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},getCode:function(){if(this.verify()){var e=c(this.form.userBankNum);for(var a in this.userBankIDList)a==e.bankName&&(this.form.userBankID=this.userBankIDList[a]);this.formError=!1,this.$store.dispatch({type:"getBindBankmsg",bank_user:this.form.userName,bank_id:this.form.userBankID,bank_account:this.form.userBankNum,id_type:0,id_number:this.form.userID,account_type:1,mobile:this.form.userMobile})}},confirm:function(){if(this.verify()){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"bindBankCard",token:this.bankPasswordToken||o["a"].getCookie("bankPasswordToken"),wallet_bank_id:"",sms_code:this.form.verifyCode,access_key:this.bindBankKey,access_data:this.bindBankData})}}},components:{Header:p["a"]}},T=y,$=(r("869b"),r("17cc")),b=Object($["a"])(T,d,g,!1,null,"955c47be",null);a["default"]=b.exports},"6fc9":function(e,a,r){},"869b":function(e,a,r){"use strict";var d=r("6fc9"),g=r.n(d);g.a}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5599f6b0"],{"3b21":function(e,a,r){},"6a6c":function(e,a,r){"use strict";r.r(a);var d=function(){var e=this,a=e.$createElement,r=e._self._c||a;return r("section",{staticClass:"wallet-bind"},[r("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),r("div",{staticClass:"bind-content"},[r("div",{staticClass:"safe-mobile"},[e._v("安全手机: "+e._s(e.walletInfoData.safe_mobile))]),r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("真实姓名")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userName,expression:"form.userName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入真实姓名"},domProps:{value:e.form.userName},on:{input:function(a){a.target.composing||e.$set(e.form,"userName",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行账号")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userBankNum,expression:"form.userBankNum"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行账号"},domProps:{value:e.form.userBankNum},on:{input:function(a){a.target.composing||e.$set(e.form,"userBankNum",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("身份证号码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userID,expression:"form.userID"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入身份证号码"},domProps:{value:e.form.userID},on:{input:function(a){a.target.composing||e.$set(e.form,"userID",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行预留手机")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userMobile,expression:"form.userMobile"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行预留手机"},domProps:{value:e.form.userMobile},on:{input:function(a){a.target.composing||e.$set(e.form,"userMobile",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("验证码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(a){a.target.composing||e.$set(e.form,"verifyCode",a.target.value)}}}),e.yzmSend?r("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):r("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),r("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),r("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},g=[],C=r("bd31"),n=r("1cc5"),t=r("52c1"),p=r("57af");r("71d7");function c(e){var a={DC:"储蓄卡",CC:"信用卡",SCC:"准贷记卡",PC:"预付费卡"};function r(e,a){var r,d={};for(r in e=e||{},a=a||{},e)e.hasOwnProperty(r)&&(d[r]=e[r]);for(r in a)a.hasOwnProperty(r)&&(d[r]=a[r]);return d}function d(e){if(a[e])return a[e]}var g=[{bankName:"邮政储蓄银行",bankCode:"PSBC",patterns:[{reg:/^(621096|621098|622150|622151|622181|622188|622199|955100|621095|620062|621285|621798|621799|621797|620529|621622|621599|621674|623218|623219)\d{13}$/g,cardType:"DC"},{reg:/^(62215049|62215050|62215051|62218850|62218851|62218849)\d{11}$/g,cardType:"DC"},{reg:/^(622812|622810|622811|628310|625919)\d{10}$/g,cardType:"CC"}]},{bankName:"中国工商银行",bankCode:"ICBC",patterns:[{reg:/^(620200|620302|620402|620403|620404|620406|620407|620409|620410|620411|620412|620502|620503|620405|620408|620512|620602|620604|620607|620611|620612|620704|620706|620707|620708|620709|620710|620609|620712|620713|620714|620802|620711|620904|620905|621001|620902|621103|621105|621106|621107|621102|621203|621204|621205|621206|621207|621208|621209|621210|621302|621303|621202|621305|621306|621307|621309|621311|621313|621211|621315|621304|621402|621404|621405|621406|621407|621408|621409|621410|621502|621317|621511|621602|621603|621604|621605|621608|621609|621610|621611|621612|621613|621614|621615|621616|621617|621607|621606|621804|621807|621813|621814|621817|621901|621904|621905|621906|621907|621908|621909|621910|621911|621912|621913|621915|622002|621903|622004|622005|622006|622007|622008|622010|622011|622012|621914|622015|622016|622003|622018|622019|622020|622102|622103|622104|622105|622013|622111|622114|622017|622110|622303|622304|622305|622306|622307|622308|622309|622314|622315|622317|622302|622402|622403|622404|622313|622504|622505|622509|622513|622517|622502|622604|622605|622606|622510|622703|622715|622806|622902|622903|622706|623002|623006|623008|623011|623012|622904|623015|623100|623202|623301|623400|623500|623602|623803|623901|623014|624100|624200|624301|624402|623700|624000)\d{12}$/g,cardType:"DC"},{reg:/^(622200|622202|622203|622208|621225|620058|621281|900000|621558|621559|621722|621723|620086|621226|621618|620516|621227|621288|621721|900010|623062|621670|621720|621379|621240|621724|621762|621414|621375|622926|622927|622928|622929|622930|622931|621733|621732|621372|621369|621763)\d{13}$/g,cardType:"DC"},{reg:/^(402791|427028|427038|548259|621376|621423|621428|621434|621761|621749|621300|621378|622944|622949|621371|621730|621734|621433|621370|621764|621464|621765|621750|621377|621367|621374|621731|621781)\d{10}$/g,cardType:"DC"},{reg:/^(9558)\d{15}$/g,cardType:"DC"},{reg:/^(370246|370248|370249|370247|370267|374738|374739)\d{9}$/g,cardType:"CC"},{reg:/^(427010|427018|427019|427020|427029|427030|427039|438125|438126|451804|451810|451811|458071|489734|489735|489736|510529|427062|524091|427064|530970|530990|558360|524047|525498|622230|622231|622232|622233|622234|622235|622237|622239|622240|622245|622238|451804|451810|451811|458071|628288|628286|622206|526836|513685|543098|458441|622246|544210|548943|356879|356880|356881|356882|528856|625330|625331|625332|622236|524374|550213|625929|625927|625939|625987|625930|625114|622159|625021|625022|625932|622889|625900|625915|625916|622171|625931|625113|625928|625914|625986|625925|625921|625926|625942|622158|625917|625922|625934|625933|625920|625924|625017|625018|625019)\d{10}$/g,cardType:"CC"},{reg:/^(45806|53098|45806|53098)\d{11}$/g,cardType:"CC"},{reg:/^(622210|622211|622212|622213|622214|622220|622223|622225|622229|622215|622224)\d{10}$/g,cardType:"SCC"},{reg:/^(620054|620142|620184|620030|620050|620143|620149|620124|620183|620094|620186|620148|620185)\d{10}$/g,cardType:"PC"},{reg:/^(620114|620187|620046)\d{13}$/g,cardType:"PC"}]},{bankName:"中国农业银行",bankCode:"ABC",patterns:[{reg:/^(622841|622824|622826|622848|620059|621282|622828|622823|621336|621619|622821|622822|622825|622827|622845|622849|623018|623206|621671|622840|622843|622844|622846|622847|620501)\d{13}$/g,cardType:"DC"},{reg:/^(95595|95596|95597|95598|95599)\d{14}$/g,cardType:"DC"},{reg:/^(103)\d{16}$/g,cardType:"DC"},{reg:/^(403361|404117|404118|404119|404120|404121|463758|519412|519413|520082|520083|552599|558730|514027|622836|622837|628268|625996|625998|625997|622838|625336|625826|625827|544243|548478|628269)\d{10}$/g,cardType:"CC"},{reg:/^(622820|622830)\d{10}$/g,cardType:"SCC"}]},{bankName:"中国银行",bankCode:"BOC",patterns:[{reg:/^(621660|621661|621662|621663|621665|621667|621668|621669|621666|456351|601382|621256|621212|621283|620061|621725|621330|621331|621332|621333|621297|621568|621569|621672|623208|621620|621756|621757|621758|621759|621785|621786|621787|621788|621789|621790|622273|622274|622771|622772|622770|621741|621041)\d{13}$/g,cardType:"DC"},{reg:/^(621293|621294|621342|621343|621364|621394|621648|621248|621215|621249|621231|621638|621334|621395|623040|622348)\d{10}$/g,cardType:"DC"},{reg:/^(625908|625910|625909|356833|356835|409665|409666|409668|409669|409670|409671|409672|512315|512316|512411|512412|514957|409667|438088|552742|553131|514958|622760|628388|518377|622788|628313|628312|622750|622751|625145|622479|622480|622789|625140|622346|622347)\d{10}$/g,cardType:"CC"},{reg:/^(518378|518379|518474|518475|518476|524865|525745|525746|547766|558868|622752|622753|622755|524864|622757|622758|622759|622761|622762|622763|622756|622754|622764|622765|558869|625905|625906|625907|625333)\d{10}$/g,cardType:"SCC"},{reg:/^(53591|49102|377677)\d{11}$/g,cardType:"SCC"},{reg:/^(620514|620025|620026|620210|620211|620019|620035|620202|620203|620048|620515|920000)\d{10}$/g,cardType:"PC"},{reg:/^(620040|620531|620513|921000|620038)\d{13}$/g,cardType:"PC"}]},{bankName:"中国建设银行",bankCode:"CCB",patterns:[{reg:/^(621284|436742|589970|620060|621081|621467|621598|621621|621700|622280|622700|623211|623668)\d{13}$/g,cardType:"DC"},{reg:/^(421349|434061|434062|524094|526410|552245|621080|621082|621466|621488|621499|622966|622988|622382|621487|621083|621084|620107)\d{10}$/g,cardType:"DC"},{reg:/^(436742193|622280193)\d{10}$/g,cardType:"DC"},{reg:/^(553242)\d{12}$/g,cardType:"CC"},{reg:/^(625362|625363|628316|628317|356896|356899|356895|436718|436738|436745|436748|489592|531693|532450|532458|544887|552801|557080|558895|559051|622166|622168|622708|625964|625965|625966|628266|628366|622381|622675|622676|622677)\d{10}$/g,cardType:"CC"},{reg:/^(5453242|5491031|5544033)\d{11}$/g,cardType:"CC"},{reg:/^(622725|622728|436728|453242|491031|544033|622707|625955|625956)\d{10}$/g,cardType:"SCC"},{reg:/^(53242|53243)\d{11}$/g,cardType:"SCC"}]},{bankName:"交通银行",bankCode:"COMM",patterns:[{reg:/^(622261|622260|622262|621002|621069|621436|621335)\d{13}$/g,cardType:"DC"},{reg:/^(620013)\d{10}$/g,cardType:"DC"},{reg:/^(405512|601428|405512|601428|622258|622259|405512|601428)\d{11}$/g,cardType:"DC"},{reg:/^(49104|53783)\d{11}$/g,cardType:"CC"},{reg:/^(434910|458123|458124|520169|522964|552853|622250|622251|521899|622253|622656|628216|622252|955590|955591|955592|955593|628218|625028|625029)\d{10}$/g,cardType:"CC"},{reg:/^(622254|622255|622256|622257|622284)\d{10}$/g,cardType:"SCC"},{reg:/^(620021|620521)\d{13}$/g,cardType:"PC"}]},{bankName:"招商银行",bankCode:"CMB",patterns:[{reg:/^(402658|410062|468203|512425|524011|622580|622588|622598|622609|95555|621286|621483|621485|621486|621299)\d{10}$/g,cardType:"DC"},{reg:/^(690755)\d{9}$/g,cardType:"DC"},{reg:/^(690755)\d{12}$/g,cardType:"DC"},{reg:/^(356885|356886|356887|356888|356890|439188|439227|479228|479229|521302|356889|545620|545621|545947|545948|552534|552587|622575|622576|622577|622578|622579|545619|622581|622582|545623|628290|439225|518710|518718|628362|439226|628262|625802|625803)\d{10}$/g,cardType:"CC"},{reg:/^(370285|370286|370287|370289)\d{9}$/g,cardType:"CC"},{reg:/^(620520)\d{13}$/g,cardType:"PC"}]},{bankName:"中国民生银行",bankCode:"CMBC",patterns:[{reg:/^(622615|622616|622618|622622|622617|622619|415599|421393|421865|427570|427571|472067|472068|622620)\d{10}$/g,cardType:"DC"},{reg:/^(545392|545393|545431|545447|356859|356857|407405|421869|421870|421871|512466|356856|528948|552288|622600|622601|622602|517636|622621|628258|556610|622603|464580|464581|523952|545217|553161|356858|622623|625912|625913|625911)\d{10}$/g,cardType:"CC"},{reg:/^(377155|377152|377153|377158)\d{9}$/g,cardType:"CC"}]},{bankName:"中国光大银行",bankCode:"CEB",patterns:[{reg:/^(303)\d{13}$/g,cardType:"DC"},{reg:/^(90030)\d{11}$/g,cardType:"DC"},{reg:/^(620535)\d{13}$/g,cardType:"DC"},{reg:/^(620085|622660|622662|622663|622664|622665|622666|622667|622669|622670|622671|622672|622668|622661|622674|622673|620518|621489|621492)\d{10}$/g,cardType:"DC"},{reg:/^(356837|356838|486497|622657|622685|622659|622687|625978|625980|625981|625979|356839|356840|406252|406254|425862|481699|524090|543159|622161|622570|622650|622655|622658|625975|625977|628201|628202|625339|625976)\d{10}$/g,cardType:"CC"}]},{bankName:"中信银行",bankCode:"CITIC",patterns:[{reg:/^(433670|433680|442729|442730|620082|622690|622691|622692|622696|622698|622998|622999|433671|968807|968808|968809|621771|621767|621768|621770|621772|621773|622453|622456)\d{10}$/g,cardType:"DC"},{reg:/^(622459)\d{11}$/g,cardType:"DC"},{reg:/^(376968|376969|376966)\d{9}$/g,cardType:"CC"},{reg:/^(400360|403391|403392|404158|404159|404171|404172|404173|404174|404157|433667|433668|433669|514906|403393|520108|433666|558916|622678|622679|622680|622688|622689|628206|556617|628209|518212|628208|356390|356391|356392|622916|622918|622919)\d{10}$/g,cardType:"CC"}]},{bankName:"华夏银行",bankCode:"HXBANK",patterns:[{reg:/^(622630|622631|622632|622633|999999|621222|623020|623021|623022|623023)\d{10}$/g,cardType:"DC"},{reg:/^(523959|528709|539867|539868|622637|622638|628318|528708|622636|625967|625968|625969)\d{10}$/g,cardType:"CC"}]},{bankName:"深发/平安银行",bankCode:"SPABANK",patterns:[{reg:/^(621626|623058)\d{13}$/g,cardType:"DC"},{reg:/^(602907|622986|622989|622298|627069|627068|627066|627067|412963|415752|415753|622535|622536|622538|622539|998800|412962|622983)\d{10}$/g,cardType:"DC"},{reg:/^(531659|622157|528020|622155|622156|526855|356869|356868|625360|625361|628296|435744|435745|483536|622525|622526|998801|998802)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"兴业银行",bankCode:"CIB",patterns:[{reg:/^(438589)\d{12}$/g,cardType:"DC"},{reg:/^(90592)\d{11}$/g,cardType:"DC"},{reg:/^(966666|622909|438588|622908)\d{12}$/g,cardType:"DC"},{reg:/^(461982|486493|486494|486861|523036|451289|527414|528057|622901|622902|622922|628212|451290|524070|625084|625085|625086|625087|548738|549633|552398|625082|625083|625960|625961|625962|625963)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"上海银行",bankCode:"SHBANK",patterns:[{reg:/^(621050|622172|622985|622987|620522|622267|622278|622279|622468|622892|940021)\d{12}$/g,cardType:"DC"},{reg:/^(438600)\d{10}$/g,cardType:"DC"},{reg:/^(356827|356828|356830|402673|402674|486466|519498|520131|524031|548838|622148|622149|622268|356829|622300|628230|622269|625099|625953)\d{10}$/g,cardType:"CC"}]},{bankName:"上海浦东发展银行",bankCode:"SPDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(84301|84336|84373|84385|84390|87000|87010|87030|87040|84380|84361|87050|84342)\d{11}$/g,cardType:"DC"},{reg:/^(356851|356852|404738|404739|456418|498451|515672|356850|517650|525998|622177|622277|628222|622500|628221|622176|622276|622228|625957|625958|625993|625831)\d{10}$/g,cardType:"CC"},{reg:/^(622520|622519)\d{10}$/g,cardType:"SCC"},{reg:/^(620530)\d{13}$/g,cardType:"PC"}]},{bankName:"广发银行",bankCode:"GDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(622568|6858001|6858009|621462)\d{13}$/g,cardType:"DC"},{reg:/^(9111)\d{15}$/g,cardType:"DC"},{reg:/^(406365|406366|428911|436768|436769|436770|487013|491032|491033|491034|491035|491036|491037|491038|436771|518364|520152|520382|541709|541710|548844|552794|493427|622555|622556|622557|622558|622559|622560|528931|558894|625072|625071|628260|628259|625805|625806|625807|625808|625809|625810)\d{10}$/g,cardType:"CC"},{reg:/^(685800|6858000)\d{13}$/g,cardType:"CC"}]},{bankName:"渤海银行",bankCode:"BOHAIB",patterns:[{reg:/^(621268|622684|622884|621453)\d{10}$/g,cardType:"DC"}]},{bankName:"广州银行",bankCode:"GCB",patterns:[{reg:/^(603445|622467|940016|621463)\d{13}$/g,cardType:"DC"}]},{bankName:"金华银行",bankCode:"JHBANK",patterns:[{reg:/^(622449|940051)\d{10}$/g,cardType:"DC"},{reg:/^(622450|628204)\d{10}$/g,cardType:"CC"}]},{bankName:"温州银行",bankCode:"WZCB",patterns:[{reg:/^(621977)\d{10}$/g,cardType:"DC"},{reg:/^(622868|622899|628255)\d{10}$/g,cardType:"CC"}]},{bankName:"徽商银行",bankCode:"HSBANK",patterns:[{reg:/^(622877|622879|621775|623203)\d{13}$/g,cardType:"DC"},{reg:/^(603601|622137|622327|622340|622366)\d{11}$/g,cardType:"DC"},{reg:/^(628251|622651|625828)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏银行",bankCode:"JSBANK",patterns:[{reg:/^(621076|622173|622131|621579|622876)\d{13}$/g,cardType:"DC"},{reg:/^(504923|622422|622447|940076)\d{10}$/g,cardType:"DC"},{reg:/^(628210|622283|625902)\d{10}$/g,cardType:"CC"}]},{bankName:"南京银行",bankCode:"NJCB",patterns:[{reg:/^(621777|622305|621259)\d{10}$/g,cardType:"DC"},{reg:/^(622303|628242|622595|622596)\d{10}$/g,cardType:"CC"}]},{bankName:"宁波银行",bankCode:"NBBANK",patterns:[{reg:/^(621279|622281|622316|940022)\d{10}$/g,cardType:"DC"},{reg:/^(621418)\d{13}$/g,cardType:"DC"},{reg:/^(625903|622778|628207|512431|520194|622282|622318)\d{10}$/g,cardType:"CC"}]},{bankName:"北京银行",bankCode:"BJBANK",patterns:[{reg:/^(623111|421317|422161|602969|422160|621030|621420|621468)\d{10}$/g,cardType:"DC"},{reg:/^(522001|622163|622853|628203|622851|622852)\d{10}$/g,cardType:"CC"}]},{bankName:"北京农村商业银行",bankCode:"BJRCB",patterns:[{reg:/^(620088|621068|622138|621066|621560)\d{13}$/g,cardType:"DC"},{reg:/^(625526|625186|628336)\d{10}$/g,cardType:"CC"}]},{bankName:"汇丰银行",bankCode:"HSBC",patterns:[{reg:/^(622946)\d{10}$/g,cardType:"DC"},{reg:/^(622406|621442)\d{11}$/g,cardType:"DC"},{reg:/^(622407|621443)\d{13}$/g,cardType:"DC"},{reg:/^(622360|622361|625034|625096|625098)\d{10}$/g,cardType:"CC"}]},{bankName:"渣打银行",bankCode:"SCB",patterns:[{reg:/^(622948|621740|622942|622994)\d{10}$/g,cardType:"DC"},{reg:/^(622482|622483|622484)\d{10}$/g,cardType:"CC"}]},{bankName:"花旗银行",bankCode:"CITI",patterns:[{reg:/^(621062|621063)\d{10}$/g,cardType:"DC"},{reg:/^(625076|625077|625074|625075|622371|625091)\d{10}$/g,cardType:"CC"}]},{bankName:"东亚银行",bankCode:"HKBEA",patterns:[{reg:/^(622933|622938|623031|622943|621411)\d{13}$/g,cardType:"DC"},{reg:/^(622372|622471|622472|622265|622266|625972|625973)\d{10}$/g,cardType:"CC"},{reg:/^(622365)\d{11}$/g,cardType:"CC"}]},{bankName:"广东华兴银行",bankCode:"GHB",patterns:[{reg:/^(621469|621625)\d{13}$/g,cardType:"DC"}]},{bankName:"深圳农村商业银行",bankCode:"SRCB",patterns:[{reg:/^(622128|622129|623035)\d{10}$/g,cardType:"DC"}]},{bankName:"广州农村商业银行股份有限公司",bankCode:"GZRCU",patterns:[{reg:/^(909810|940035|621522|622439)\d{12}$/g,cardType:"DC"}]},{bankName:"东莞农村商业银行",bankCode:"DRCBCL",patterns:[{reg:/^(622328|940062|623038)\d{13}$/g,cardType:"DC"},{reg:/^(625288|625888)\d{10}$/g,cardType:"CC"}]},{bankName:"东莞市商业银行",bankCode:"BOD",patterns:[{reg:/^(622333|940050)\d{10}$/g,cardType:"DC"},{reg:/^(621439|623010)\d{13}$/g,cardType:"DC"},{reg:/^(622888)\d{10}$/g,cardType:"CC"}]},{bankName:"广东省农村信用社联合社",bankCode:"GDRCC",patterns:[{reg:/^(622302)\d{10}$/g,cardType:"DC"},{reg:/^(622477|622509|622510|622362|621018|621518)\d{13}$/g,cardType:"DC"}]},{bankName:"大新银行",bankCode:"DSB",patterns:[{reg:/^(622297|621277)\d{10}$/g,cardType:"DC"},{reg:/^(622375|622489)\d{11}$/g,cardType:"DC"},{reg:/^(622293|622295|622296|622373|622451|622294|625940)\d{10}$/g,cardType:"CC"}]},{bankName:"永亨银行",bankCode:"WHB",patterns:[{reg:/^(622871|622958|622963|622957|622861|622932|622862|621298)\d{10}$/g,cardType:"DC"},{reg:/^(622798|625010|622775|622785)\d{10}$/g,cardType:"CC"}]},{bankName:"星展银行香港有限公司",bankCode:"DBS",patterns:[{reg:/^(621016|621015)\d{13}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492)\d{10}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492|621744|621745|621746|621747)\d{11}$/g,cardType:"DC"}]},{bankName:"恒丰银行",bankCode:"EGBANK",patterns:[{reg:/^(623078)\d{13}$/g,cardType:"DC"},{reg:/^(622384|940034)\d{11}$/g,cardType:"DC"}]},{bankName:"天津市商业银行",bankCode:"TCCB",patterns:[{reg:/^(940015|622331)\d{12}$/g,cardType:"DC"},{reg:/^(6091201)\d{11}$/g,cardType:"DC"},{reg:/^(622426|628205)\d{10}$/g,cardType:"CC"}]},{bankName:"浙商银行",bankCode:"CZBANK",patterns:[{reg:/^(621019|622309|621019)\d{13}$/g,cardType:"DC"},{reg:/^(6223091100|6223092900|6223093310|6223093320|6223093330|6223093370|6223093380|6223096510|6223097910)\d{9}$/g,cardType:"DC"}]},{bankName:"南洋商业银行",bankCode:"NCB",patterns:[{reg:/^(621213|621289|621290|621291|621292|621042|621743)\d{13}$/g,cardType:"DC"},{reg:/^(623041|622351)\d{10}$/g,cardType:"DC"},{reg:/^(625046|625044|625058|622349|622350)\d{10}$/g,cardType:"CC"},{reg:/^(620208|620209|625093|625095)\d{10}$/g,cardType:"PC"}]},{bankName:"厦门银行",bankCode:"XMBANK",patterns:[{reg:/^(622393|940023)\d{10}$/g,cardType:"DC"},{reg:/^(6886592)\d{11}$/g,cardType:"DC"},{reg:/^(623019|621600|)\d{13}$/g,cardType:"DC"}]},{bankName:"福建海峡银行",bankCode:"FJHXBC",patterns:[{reg:/^(622388)\d{10}$/g,cardType:"DC"},{reg:/^(621267|623063)\d{12}$/g,cardType:"DC"},{reg:/^(620043|)\d{12}$/g,cardType:"PC"}]},{bankName:"吉林银行",bankCode:"JLBANK",patterns:[{reg:/^(622865|623131)\d{13}$/g,cardType:"DC"},{reg:/^(940012)\d{10}$/g,cardType:"DC"},{reg:/^(622178|622179|628358)\d{10}$/g,cardType:"CC"}]},{bankName:"汉口银行",bankCode:"HKB",patterns:[{reg:/^(990027)\d{12}$/g,cardType:"DC"},{reg:/^(622325|623105|623029)\d{10}$/g,cardType:"DC"}]},{bankName:"盛京银行",bankCode:"SJBANK",patterns:[{reg:/^(566666)\d{12}$/g,cardType:"DC"},{reg:/^(622455|940039)\d{13}$/g,cardType:"DC"},{reg:/^(623108|623081)\d{10}$/g,cardType:"DC"},{reg:/^(622466|628285)\d{10}$/g,cardType:"CC"}]},{bankName:"大连银行",bankCode:"DLB",patterns:[{reg:/^(603708)\d{11}$/g,cardType:"DC"},{reg:/^(622993|623069|623070|623172|623173)\d{13}$/g,cardType:"DC"},{reg:/^(622383|622385|628299)\d{10}$/g,cardType:"CC"}]},{bankName:"河北银行",bankCode:"BHB",patterns:[{reg:/^(622498|622499|623000|940046)\d{13}$/g,cardType:"DC"},{reg:/^(622921|628321)\d{10}$/g,cardType:"CC"}]},{bankName:"乌鲁木齐市商业银行",bankCode:"URMQCCB",patterns:[{reg:/^(621751|622143|940001|621754)\d{13}$/g,cardType:"DC"},{reg:/^(622476|628278)\d{10}$/g,cardType:"CC"}]},{bankName:"绍兴银行",bankCode:"SXCB",patterns:[{reg:/^(622486)\d{10}$/g,cardType:"DC"},{reg:/^(603602|623026|623086)\d{12}$/g,cardType:"DC"},{reg:/^(628291)\d{10}$/g,cardType:"CC"}]},{bankName:"成都商业银行",bankCode:"CDCB",patterns:[{reg:/^(622152|622154|622996|622997|940027|622153|622135|621482|621532)\d{13}$/g,cardType:"DC"}]},{bankName:"抚顺银行",bankCode:"FSCB",patterns:[{reg:/^(622442)\d{11}$/g,cardType:"DC"},{reg:/^(940053)\d{12}$/g,cardType:"DC"},{reg:/^(622442|623099)\d{13}$/g,cardType:"DC"}]},{bankName:"郑州银行",bankCode:"ZZBANK",patterns:[{reg:/^(622421)\d{13}$/g,cardType:"DC"},{reg:/^(940056)\d{11}$/g,cardType:"DC"},{reg:/^(96828)\d{11}$/g,cardType:"DC"}]},{bankName:"宁夏银行",bankCode:"NXBANK",patterns:[{reg:/^(621529|622429|621417|623089|623200)\d{13}$/g,cardType:"DC"},{reg:/^(628214|625529|622428)\d{10}$/g,cardType:"CC"}]},{bankName:"重庆银行",bankCode:"CQBANK",patterns:[{reg:/^(9896)\d{12}$/g,cardType:"DC"},{reg:/^(622134|940018|623016)\d{10}$/g,cardType:"DC"}]},{bankName:"哈尔滨银行",bankCode:"HRBANK",patterns:[{reg:/^(621577|622425)\d{13}$/g,cardType:"DC"},{reg:/^(940049)\d{12}$/g,cardType:"DC"},{reg:/^(622425)\d{11}$/g,cardType:"DC"}]},{bankName:"兰州银行",bankCode:"LZYH",patterns:[{reg:/^(622139|940040|628263)\d{10}$/g,cardType:"DC"},{reg:/^(621242|621538|621496)\d{13}$/g,cardType:"DC"}]},{bankName:"青岛银行",bankCode:"QDCCB",patterns:[{reg:/^(621252|622146|940061|628239)\d{10}$/g,cardType:"DC"},{reg:/^(621419|623170)\d{13}$/g,cardType:"DC"}]},{bankName:"秦皇岛市商业银行",bankCode:"QHDCCB",patterns:[{reg:/^(62249802|94004602)\d{11}$/g,cardType:"DC"},{reg:/^(621237|623003)\d{13}$/g,cardType:"DC"}]},{bankName:"青海银行",bankCode:"BOQH",patterns:[{reg:/^(622310|940068)\d{11}$/g,cardType:"DC"},{reg:/^(622817|628287|625959)\d{10}$/g,cardType:"CC"},{reg:/^(62536601)\d{8}$/g,cardType:"CC"}]},{bankName:"台州银行",bankCode:"TZCB",patterns:[{reg:/^(622427)\d{10}$/g,cardType:"DC"},{reg:/^(940069)\d{11}$/g,cardType:"DC"},{reg:/^(623039)\d{13}$/g,cardType:"DC"},{reg:/^(622321|628273)\d{10}$/g,cardType:"CC"},{reg:/^(625001)\d{10}$/g,cardType:"SCC"}]},{bankName:"长沙银行",bankCode:"CSCB",patterns:[{reg:/^(694301)\d{12}$/g,cardType:"DC"},{reg:/^(940071|622368|621446)\d{13}$/g,cardType:"DC"},{reg:/^(625901|622898|622900|628281|628282|622806|628283)\d{10}$/g,cardType:"CC"},{reg:/^(620519)\d{13}$/g,cardType:"PC"}]},{bankName:"泉州银行",bankCode:"BOQZ",patterns:[{reg:/^(683970|940074)\d{12}$/g,cardType:"DC"},{reg:/^(622370)\d{13}$/g,cardType:"DC"},{reg:/^(621437)\d{13}$/g,cardType:"DC"},{reg:/^(628319)\d{10}$/g,cardType:"CC"}]},{bankName:"包商银行",bankCode:"BSB",patterns:[{reg:/^(622336|621760)\d{11}$/g,cardType:"DC"},{reg:/^(622165)\d{10}$/g,cardType:"DC"},{reg:/^(622315|625950|628295)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622860)\d{10}$/g,cardType:"DC"},{reg:/^(622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"上海农商银行",bankCode:"SHRCB",patterns:[{reg:/^(622478|940013|621495)\d{10}$/g,cardType:"DC"},{reg:/^(625500)\d{10}$/g,cardType:"SCC"},{reg:/^(622611|622722|628211|625989)\d{10}$/g,cardType:"CC"}]},{bankName:"浙江泰隆商业银行",bankCode:"ZJQL",patterns:[{reg:/^(622717)\d{10}$/g,cardType:"SCC"},{reg:/^(628275|622565|622287)\d{10}$/g,cardType:"CC"}]},{bankName:"内蒙古银行",bankCode:"H3CB",patterns:[{reg:/^(622147|621633)\d{13}$/g,cardType:"DC"},{reg:/^(628252)\d{10}$/g,cardType:"CC"}]},{bankName:"广西北部湾银行",bankCode:"BGB",patterns:[{reg:/^(623001)\d{10}$/g,cardType:"DC"},{reg:/^(628227)\d{10}$/g,cardType:"CC"}]},{bankName:"桂林银行",bankCode:"GLBANK",patterns:[{reg:/^(621456)\d{11}$/g,cardType:"DC"},{reg:/^(621562)\d{13}$/g,cardType:"DC"},{reg:/^(628219)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622475|622860)\d{10}$/g,cardType:"DC"},{reg:/^(625588)\d{10}$/g,cardType:"SCC"},{reg:/^(622270|628368|625090|622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"成都农村商业银行",bankCode:"CDRCB",patterns:[{reg:/^(623088)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301|622808|628308)\d{10}$/g,cardType:"CC"}]},{bankName:"福建省农村信用社联合社",bankCode:"FJNX",patterns:[{reg:/^(622127|622184|621701|621251|621589|623036)\d{13}$/g,cardType:"DC"},{reg:/^(628232|622802|622290)\d{10}$/g,cardType:"CC"}]},{bankName:"天津农村商业银行",bankCode:"TRCB",patterns:[{reg:/^(622531|622329)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏省农村信用社联合社",bankCode:"JSRCU",patterns:[{reg:/^(621578|623066|622452|622324)\d{13}$/g,cardType:"DC"},{reg:/^(622815|622816|628226)\d{10}$/g,cardType:"CC"}]},{bankName:"湖南农村信用社联合社",bankCode:"SLH",patterns:[{reg:/^(622906|628386|625519|625506)\d{10}$/g,cardType:"CC"}]},{bankName:"江西省农村信用社联合社",bankCode:"JXNCX",patterns:[{reg:/^(621592)\d{10}$/g,cardType:"DC"},{reg:/^(628392)\d{10}$/g,cardType:"CC"}]},{bankName:"商丘市商业银行",bankCode:"SCBBANK",patterns:[{reg:/^(621748)\d{13}$/g,cardType:"DC"},{reg:/^(628271)\d{10}$/g,cardType:"CC"}]},{bankName:"华融湘江银行",bankCode:"HRXJB",patterns:[{reg:/^(621366|621388)\d{13}$/g,cardType:"DC"},{reg:/^(628328)\d{10}$/g,cardType:"CC"}]},{bankName:"衡水市商业银行",bankCode:"HSBK",patterns:[{reg:/^(621239|623068)\d{13}$/g,cardType:"DC"}]},{bankName:"重庆南川石银村镇银行",bankCode:"CQNCSYCZ",patterns:[{reg:/^(621653004)\d{10}$/g,cardType:"DC"}]},{bankName:"湖南省农村信用社联合社",bankCode:"HNRCC",patterns:[{reg:/^(622169|621519|621539|623090)\d{13}$/g,cardType:"DC"}]},{bankName:"邢台银行",bankCode:"XTB",patterns:[{reg:/^(621238|620528)\d{13}$/g,cardType:"DC"}]},{bankName:"临汾市尧都区农村信用合作联社",bankCode:"LPRDNCXYS",patterns:[{reg:/^(628382|625158)\d{10}$/g,cardType:"CC"}]},{bankName:"东营银行",bankCode:"DYCCB",patterns:[{reg:/^(621004)\d{12}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"上饶银行",bankCode:"SRBANK",patterns:[{reg:/^(621416)\d{10}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"德州银行",bankCode:"DZBANK",patterns:[{reg:/^(622937)\d{13}$/g,cardType:"DC"},{reg:/^(628397)\d{10}$/g,cardType:"CC"}]},{bankName:"承德银行",bankCode:"CDB",patterns:[{reg:/^(628229)\d{10}$/g,cardType:"CC"}]},{bankName:"云南省农村信用社",bankCode:"YNRCC",patterns:[{reg:/^(622469|628307)\d{10}$/g,cardType:"CC"}]},{bankName:"柳州银行",bankCode:"LZCCB",patterns:[{reg:/^(622292|622291|621412)\d{12}$/g,cardType:"DC"},{reg:/^(622880|622881)\d{10}$/g,cardType:"DC"},{reg:/^(62829)\d{10}$/g,cardType:"CC"}]},{bankName:"威海市商业银行",bankCode:"WHSYBANK",patterns:[{reg:/^(623102)\d{10}$/g,cardType:"DC"},{reg:/^(628234)\d{10}$/g,cardType:"CC"}]},{bankName:"湖州银行",bankCode:"HZBANK",patterns:[{reg:/^(628306)\d{10}$/g,cardType:"CC"}]},{bankName:"潍坊银行",bankCode:"BANKWF",patterns:[{reg:/^(622391|940072)\d{10}$/g,cardType:"DC"},{reg:/^(628391)\d{10}$/g,cardType:"CC"}]},{bankName:"赣州银行",bankCode:"GZB",patterns:[{reg:/^(622967|940073)\d{13}$/g,cardType:"DC"},{reg:/^(628233)\d{10}$/g,cardType:"CC"}]},{bankName:"日照银行",bankCode:"RZGWYBANK",patterns:[{reg:/^(628257)\d{10}$/g,cardType:"CC"}]},{bankName:"南昌银行",bankCode:"NCB",patterns:[{reg:/^(621269|622275)\d{10}$/g,cardType:"DC"},{reg:/^(940006)\d{11}$/g,cardType:"DC"},{reg:/^(628305)\d{11}$/g,cardType:"CC"}]},{bankName:"贵阳银行",bankCode:"GYCB",patterns:[{reg:/^(622133|621735)\d{13}$/g,cardType:"DC"},{reg:/^(888)\d{13}$/g,cardType:"DC"},{reg:/^(628213)\d{10}$/g,cardType:"CC"}]},{bankName:"锦州银行",bankCode:"BOJZ",patterns:[{reg:/^(622990|940003)\d{11}$/g,cardType:"DC"},{reg:/^(628261)\d{10}$/g,cardType:"CC"}]},{bankName:"齐商银行",bankCode:"QSBANK",patterns:[{reg:/^(622311|940057)\d{11}$/g,cardType:"DC"},{reg:/^(628311)\d{10}$/g,cardType:"CC"}]},{bankName:"珠海华润银行",bankCode:"RBOZ",patterns:[{reg:/^(622363|940048)\d{13}$/g,cardType:"DC"},{reg:/^(628270)\d{10}$/g,cardType:"CC"}]},{bankName:"葫芦岛市商业银行",bankCode:"HLDCCB",patterns:[{reg:/^(622398|940054)\d{10}$/g,cardType:"DC"}]},{bankName:"宜昌市商业银行",bankCode:"HBC",patterns:[{reg:/^(940055)\d{11}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"杭州商业银行",bankCode:"HZCB",patterns:[{reg:/^(603367|622878)\d{12}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"苏州市商业银行",bankCode:"JSBANK",patterns:[{reg:/^(603506)\d{13}$/g,cardType:"DC"}]},{bankName:"辽阳银行",bankCode:"LYCB",patterns:[{reg:/^(622399|940043)\d{11}$/g,cardType:"DC"}]},{bankName:"洛阳银行",bankCode:"LYB",patterns:[{reg:/^(622420|940041)\d{11}$/g,cardType:"DC"}]},{bankName:"焦作市商业银行",bankCode:"JZCBANK",patterns:[{reg:/^(622338)\d{13}$/g,cardType:"DC"},{reg:/^(940032)\d{10}$/g,cardType:"DC"}]},{bankName:"镇江市商业银行",bankCode:"ZJCCB",patterns:[{reg:/^(622394|940025)\d{10}$/g,cardType:"DC"}]},{bankName:"法国兴业银行",bankCode:"FGXYBANK",patterns:[{reg:/^(621245)\d{10}$/g,cardType:"DC"}]},{bankName:"大华银行",bankCode:"DYBANK",patterns:[{reg:/^(621328)\d{13}$/g,cardType:"DC"}]},{bankName:"企业银行",bankCode:"DIYEBANK",patterns:[{reg:/^(621651)\d{13}$/g,cardType:"DC"}]},{bankName:"华侨银行",bankCode:"HQBANK",patterns:[{reg:/^(621077)\d{10}$/g,cardType:"DC"}]},{bankName:"恒生银行",bankCode:"HSB",patterns:[{reg:/^(622409|621441)\d{13}$/g,cardType:"DC"},{reg:/^(622410|621440)\d{11}$/g,cardType:"DC"},{reg:/^(622950|622951)\d{10}$/g,cardType:"DC"},{reg:/^(625026|625024|622376|622378|622377|625092)\d{10}$/g,cardType:"CC"}]},{bankName:"临沂商业银行",bankCode:"LSB",patterns:[{reg:/^(622359|940066)\d{13}$/g,cardType:"DC"}]},{bankName:"烟台商业银行",bankCode:"YTCB",patterns:[{reg:/^(622886)\d{10}$/g,cardType:"DC"}]},{bankName:"齐鲁银行",bankCode:"QLB",patterns:[{reg:/^(940008|622379)\d{13}$/g,cardType:"DC"},{reg:/^(628379)\d{10}$/g,cardType:"CC"}]},{bankName:"BC卡公司",bankCode:"BCCC",patterns:[{reg:/^(620011|620027|620031|620039|620103|620106|620120|620123|620125|620220|620278|620812|621006|621011|621012|621020|621023|621025|621027|621031|620132|621039|621078|621220|621003)\d{10}$/g,cardType:"DC"},{reg:/^(625003|625011|625012|625020|625023|625025|625027|625031|621032|625039|625078|625079|625103|625106|625006|625112|625120|625123|625125|625127|625131|625032|625139|625178|625179|625220|625320|625111|625132|625244)\d{10}$/g,cardType:"CC"}]},{bankName:"集友银行",bankCode:"CYB",patterns:[{reg:/^(622355|623042)\d{10}$/g,cardType:"DC"},{reg:/^(621043|621742)\d{13}$/g,cardType:"DC"},{reg:/^(622352|622353|625048|625053|625060)\d{10}$/g,cardType:"CC"},{reg:/^(620206|620207)\d{10}$/g,cardType:"PC"}]},{bankName:"大丰银行",bankCode:"TFB",patterns:[{reg:/^(622547|622548|622546)\d{13}$/g,cardType:"DC"},{reg:/^(625198|625196|625147)\d{10}$/g,cardType:"CC"},{reg:/^(620072)\d{13}$/g,cardType:"PC"},{reg:/^(620204|620205)\d{10}$/g,cardType:"PC"}]},{bankName:"AEON信贷财务亚洲有限公司",bankCode:"AEON",patterns:[{reg:/^(621064|622941|622974)\d{10}$/g,cardType:"DC"},{reg:/^(622493)\d{10}$/g,cardType:"CC"}]},{bankName:"澳门BDA",bankCode:"MABDA",patterns:[{reg:/^(621274|621324)\d{13}$/g,cardType:"DC"}]}];function C(e){for(var a=0,C=g.length;a<C;a++)for(var n=g[a],t=n.patterns,p=0,c=t.length;p<c;p++){var s=t[p];if(new RegExp(s.reg).test(e)){var o=r(n,s);return delete o.patterns,delete o.reg,o["cardTypeName"]=d(o["cardType"]),o}}return!1}return C(e)}var s=r("01c5"),o=r("4260");n["a"].use(s["q"]);var y={name:"WalletBind",data:function(){return{title:"绑定银行账号",meaushow:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{userName:"",userBankID:"",userBankNum:"",userID:"",userMobile:"",verifyCode:""},formError:!1,formMsg:"",userBankIDList:{"邮政储蓄银行":100,"中国工商银行":102,"中国农业银行":103,"中国银行":104,"中国建设银行":105,"交通银行":301,"中信银行":302,"中国光大银行":303,"中国民生银行":305,"广发银行":306,"平安银行":307,"招商银行":308,"兴业银行":309,"上海浦东发展银行":310,"浙商银行":316,"上海银行":401,"北京银行":403,"徽商银行":440,"银联在线-中金网银无卡":888,"银联在线中金网银":889}}},computed:Object(C["a"])({},Object(t["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},bankPasswordToken:function(e){return e.wallet.bankPasswordToken},bankCountDownFlag:function(e){return e.wallet.bankCountDownFlag},bindBankKey:function(e){return e.wallet.bindBankKey},bindBankData:function(e){return e.wallet.bindBankData}})),watch:{bankCountDownFlag:function(e){1==e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{verify:function(){if(!this.form.userName)return this.formError=!0,this.formMsg="亲,请输入真实姓名",!1;if(!this.form.userBankNum)return this.formError=!0,this.formMsg="亲,请输入银行账号",!1;if(!this.form.userID)return this.formError=!0,this.formMsg="亲,请输入身份证号码",!1;if(!this.form.userMobile)return this.formError=!0,this.formMsg="亲,请输入银行预留手机",!1;var e=/^1[34578]\d{9}$/;return!!e.test(this.form.userMobile)||(this.formError=!0,this.formMsg="亲,银行预留手机格式不正确",!1)},timeNum:function(){var e=this,a=setInterval(r,1e3);function r(){e.countDown--,e.countDown<=0&&(clearInterval(a),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},getCode:function(){if(this.verify()){var e=c(this.form.userBankNum);for(var a in this.userBankIDList)a==e.bankName&&(this.form.userBankID=this.userBankIDList[a]);this.formError=!1,this.$store.dispatch({type:"getBindBankmsg",bank_user:this.form.userName,bank_id:this.form.userBankID,bank_account:this.form.userBankNum,id_type:0,id_number:this.form.userID,account_type:1,mobile:this.form.userMobile})}},confirm:function(){if(this.verify()){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"bindBankCard",token:this.bankPasswordToken||o["a"].getCookie("bankPasswordToken"),wallet_bank_id:"",sms_code:this.form.verifyCode,access_key:this.bindBankKey,access_data:this.bindBankData})}}},components:{Header:p["a"]}},T=y,$=(r("869b"),r("fc05")),b=Object($["a"])(T,d,g,!1,null,"955c47be",null);a["default"]=b.exports},"71d7":function(e,a,r){var d=r("5b0f"),g=r("6c67"),C=r("78a6").f,n=r("38f8").f,t=r("e621"),p=r("7a14"),c=d.RegExp,s=c,o=c.prototype,y=/a/g,T=/a/g,$=new c(y)!==y;if(r("d9cf")&&(!$||r("03fd")(function(){return T[r("e1be")("match")]=!1,c(y)!=y||c(T)==T||"/a/i"!=c(y,"i")}))){c=function(e,a){var r=this instanceof c,d=t(e),C=void 0===a;return!r&&d&&e.constructor===c&&C?e:g($?new s(d&&!C?e.source:e,a):s((d=e instanceof c)?e.source:e,d&&C?p.call(e):a),r?this:o,c)};for(var b=function(e){e in c||C(c,e,{configurable:!0,get:function(){return s[e]},set:function(a){s[e]=a}})},k=n(s),m=0;k.length>m;)b(k[m++]);o.constructor=c,c.prototype=o,r("c787")(d,"RegExp",c)}r("0384")("RegExp")},"869b":function(e,a,r){"use strict";var d=r("3b21"),g=r.n(d);g.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5935c7ce"],{"0649":function(t,s,i){t.exports=i("3a17")},"3a17":function(t,s,i){i("cb17"),t.exports=i("9c9a").parseInt},"3b79":function(t,s,i){"use strict";var a=i("db41"),e=i.n(a);e.a},"6c7d":function(t,s){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},7272:function(t,s,i){"use strict";var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;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("会员中心")])])])}],l={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=l,n=(i("3b79"),i("fc05")),o=Object(n["a"])(c,a,e,!1,null,null,null);s["a"]=o.exports},"84a1":function(t,s,i){},"8bf9":function(t,s,i){var a=i("9660"),e=i("1921"),l=i("77e4"),c=i("6c7d"),n="["+c+"]",o="​…",r=RegExp("^"+n+n+"*"),v=RegExp(n+n+"*$"),m=function(t,s,i){var e={},n=l(function(){return!!c[t]()||o[t]()!=o}),r=e[t]=n?s(u):c[t];i&&(e[i]=r),a(a.P+a.F*n,"String",e)},u=m.trim=function(t,s){return t=String(e(t)),1&s&&(t=t.replace(r,"")),2&s&&(t=t.replace(v,"")),t};t.exports=m},9055:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"supplier boxsiz"},[i("div",{staticClass:"head"},[i("div",{staticClass:"banner"}),i("div",{staticClass:"head-form boxsiz"},[i("dl",{staticClass:"head-form-wrap boxsiz"},[i("dd",{staticClass:"inp-wrap boxsiz"},[i("label",{staticClass:"lineBlock va-m"},[t._v("公司名称:")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.com_name,expression:"form.com_name"}],staticClass:"va-m inp",attrs:{type:"text",id:"com_name",placeholder:"请输入公司名称",maxlength:"50"},domProps:{value:t.form.com_name},on:{input:function(s){s.target.composing||t.$set(t.form,"com_name",s.target.value)}}}),i("p",{staticClass:"hint",class:{"f-orange":t.firmNum>=t.max}},[i("span",[t._v(t._s(t.firmNum))]),t._v("/50")])]),i("dd",{staticClass:"inp-wrap boxsiz"},[i("label",{staticClass:"lineBlock va-m"},[t._v("联 系 人:")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.linkName,expression:"form.linkName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入联系人"},domProps:{value:t.form.linkName},on:{input:function(s){s.target.composing||t.$set(t.form,"linkName",s.target.value)}}})]),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(0),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.mobile,expression:"form.mobile"}],staticClass:"va-m inp",attrs:{type:"number",placeholder:"请输入手机或电话号码",maxlength:"11",onkeyup:"this.value=this.value.replace(/\\D/g,'')"},domProps:{value:t.form.mobile},on:{input:function(s){s.target.composing||t.$set(t.form,"mobile",s.target.value)}}})]),t.verifyCodeFlag?i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(1),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp w1",attrs:{type:"number",placeholder:"请输入验证码"},domProps:{value:t.form.verifyCode},on:{input:function(s){s.target.composing||t.$set(t.form,"verifyCode",s.target.value)}}}),i("input",{staticClass:"lineBlock va-m code-text",class:{"code-text-disabled":t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext,disabled:t.disabled},on:{click:function(s){t.getCode()}}})]):t._e(),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(2),i("div",{staticClass:"lineBlock va-m inp-wrap-radio boxsiz"},t._l(t.itemtext,function(s,a){return i("div",{key:a,staticClass:"lineBlock va-m boxsiz inp-wrap-radio-bb",on:{click:function(s){t.supplierActive=a}}},[i("i",{staticClass:"icn",class:{"icn-curr":t.supplierActive==a}}),i("em",{staticClass:"va-m"},[t._v(t._s(s))]),i("b",{staticClass:"lineBlock emptys"})])}),0)]),i("dd",{staticClass:"inp-wrap boxsiz"},[t._m(3),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.form.main_brand,expression:"form.main_brand"}],staticClass:"lineBlock va-m boxsiz",attrs:{placeholder:"请输入",maxlength:"50"},domProps:{value:t.form.main_brand},on:{input:function(s){s.target.composing||t.$set(t.form,"main_brand",s.target.value)}}}),i("p",{staticClass:"hint",class:{"f-orange":t.secondNum>=50}},[i("span",[t._v(t._s(t.secondNum))]),t._v("/50")])])]),i("div",{staticClass:"btn-wrap"},[t.formError?i("em",{staticClass:"error"},[t._v(t._s(t.formMsg))]):t._e(),i("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:function(s){t.submit()}}},[t._v("立即提交")])])])]),i("div",{staticClass:"content"},[i("div",{staticClass:"wrap wrap-1"},[t._m(4),i("van-swipe",{staticClass:"supplier-slide",attrs:{autoplay:3e6,"indicator-color":"#ffffff"}},[i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-1 boxsiz"},[i("i",{staticClass:"iconfont icon-kehuqunti-"}),i("p",{staticClass:"t1"},[t._v("庞大精准的客户群体")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("13万+精准用户,每月2000+新用户注入")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("上千个元器件采购活跃社群")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-2 boxsiz"},[i("i",{staticClass:"iconfont icon-cangchuwuliufuwu-"}),i("p",{staticClass:"t1"},[t._v("免费仓储物流服务")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("恒温恒湿,10000+平米超大仓库现货存放")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("自营商品3小时内发货")])])])])]),i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-3 boxsiz"},[i("i",{staticClass:"iconfont icon-dashuju-"}),i("p",{staticClass:"t1"},[t._v("大数据分析及营销服务")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("海量物料及价格分析,快速响应采购市场变化")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("订单数据及用户画像分析,精准营销参考")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("超千家知名品牌深度合作,源头了解市场动向")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-4 boxsiz"},[i("i",{staticClass:"iconfont icon-shangcheng-"}),i("p",{staticClass:"t1"},[t._v("多终端在线商城")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("PC电脑端,满足工作时间采购需求")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("H5端/小程序,8小时之外随时查看")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("微信公众号,热门资讯推送提升用户粘性")])])])])]),i("van-swipe-item",[i("div",{staticClass:"lineBlock slide-box slide-box-5 boxsiz"},[i("i",{staticClass:"iconfont icon-yunwei-"}),i("p",{staticClass:"t1"},[t._v("专业运营推广团队")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("SEM高付费投放,成交率超过50%")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("多家专业展会合作方,高曝光高知名度")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("高频度营销活动,持续拉动销量上涨")])])])]),i("div",{staticClass:"lineBlock slide-box slide-box-6 boxsiz"},[i("i",{staticClass:"iconfont icon-kehuqunti-"}),i("p",{staticClass:"t1"},[t._v("一对一专属客服跟进成单")]),i("div",{staticClass:"t2"},[i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("从询价到成单,每位客户均有专属客服跟进")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("CRM系统管理,提升客服跟进效率")])]),i("p",[i("em",{staticClass:"lineBlock va-t"},[t._v("•")]),i("span",{staticClass:"lineBlock va-t"},[t._v("工作日内响应时间不超过半小时")])])])])])],1)],1),i("div",{staticClass:"wrap wrap-2"},[t._m(5),i("ul",{staticClass:"tab boxsiz"},t._l(t.itemtext,function(s,a){return i("li",{key:a,class:{curr:t.active==a},on:{click:function(s){t.tab(a)}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isAvisible}},[t._m(6),t._m(7),t._m(8),t._m(9),t._m(10),t._m(11),i("li",{staticClass:"boxsiz"},[i("a",{staticClass:"btn",attrs:{href:"javascript:;",id:"zy"},on:{click:function(s){t.goAnchor(2)}}},[i("em",{staticClass:"va-m"},[t._v("成为自营供应商")]),i("i",{staticClass:"lineBlock va-t"})])])]),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isBvisible}},[t._m(12),t._m(13),t._m(14),t._m(15),t._m(16),t._m(17),i("li",{staticClass:"boxsiz"},[i("a",{staticClass:"btn",attrs:{href:"javascript:;",id:"ly"},on:{click:function(s){t.goAnchor(3)}}},[i("em",{staticClass:"va-m"},[t._v("成为联营供应商")]),i("i",{staticClass:"lineBlock va-t"})])])])]),i("div",{staticClass:"wrap wrap-3"},[t._m(18),i("div",{staticClass:"join-wrap boxsiz"},[i("div",{staticClass:"bnt-wrap boxsiz"},[i("a",{staticClass:"btn boxsiz",attrs:{href:"javascript:;",id:"join-btn"},on:{click:function(s){t.goAnchor(1)}}},[t._v("立即加入")])])])])]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e(),i("Menu",{attrs:{color:t.color}})],1)},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("联系方式:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("短信验证:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em",[t._v("*")]),t._v("入驻类型:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("label",{staticClass:"lineBlock va-m"},[i("em"),t._v("主营产品:")])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("入驻猎芯平台的六大优势")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("选择适合的入驻方式 ")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("1")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("多种入驻模式")]),i("p",{staticClass:"t2"},[t._v("供应商寄售、猎芯直接购买和型号预售三种模式可选")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("2")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("支持预售")]),i("p",{staticClass:"t2"},[t._v("大批量采购支持预售,提交订单后迅速反馈长短交期")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("3")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("智能搜索")]),i("p",{staticClass:"t2"},[t._v("支持型号和参数智能搜索,搜索结果最前端展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("4")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("智能BOM")]),i("p",{staticClass:"t2"},[t._v("一键上传bom单匹配型号,规格书在线展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("5")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("快速选样")]),i("p",{staticClass:"t2"},[t._v("新用户、老用户新产品均可在线快速选样购买,帮助开拓新客户,打开新市场")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("6")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("免费仓储")]),i("p",{staticClass:"t2"},[t._v("10000+平米,恒温恒湿大仓库,商品3小时内发货")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("1")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("多渠道推广")]),i("p",{staticClass:"t2"},[t._v("线上线下多渠道产品推广,提高成交率")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("2")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("免费API服务")]),i("p",{staticClass:"t2"},[t._v("免费API对接服务,实现数据自动对接与更新")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("3")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("共享行业资源")]),i("p",{staticClass:"t2"},[t._v("加入供应商资源库,与行业专家共同分享优势资源")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("4")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("数据对接")]),i("p",{staticClass:"t2"},[t._v("全方位对接产品数据,无需调用实体商品库存")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("5")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("优先展示")]),i("p",{staticClass:"t2"},[t._v("可加入猎芯联营专属渠道,搜索结果优先展示")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("li",{staticClass:"boxsiz"},[i("i",{staticClass:"lineBlock va-t ico"},[t._v("6")]),i("div",{staticClass:"lineBlock text va-t"},[i("p",{staticClass:"t1"},[t._v("庞大精准客户")]),i("p",{staticClass:"t2"},[t._v("已有130000+精准用户入驻,每日20000+浏览量")])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("p",{staticClass:"tit"},[i("b"),i("span",[t._v("入驻流程 ")])])}],l=i("0649"),c=i.n(l),n=i("bd31"),o=i("1cc5"),r=i("52c1"),v=i("01c5"),m=i("7272");o["a"].use(v["o"]).use(v["p"]).use(v["h"]);var u={name:"supplier",data:function(){return{color:"#fff",active:0,supplierActive:0,itemtext:["自营供应商","联营供应商"],isAvisible:"block",isBvisible:"none",numberFlag:!1,verifyCodeFlag:!1,codetext:"获取验证码",disabled:!1,codeactive:!1,firmNum:0,secondNum:0,max:50,formMsg:"",formError:!1,form:{com_name:"",linkName:"",mobile:"",verifyCode:"",supplier_type:"",main_brand:""}}},computed:Object(n["a"])({},Object(r["b"])({loading:function(t){return t.smt.loading}}),{comName:function(){return this.form.com_name},linkName:function(){return this.form.linkName},mainBrand:function(){return this.form.main_brand},verifyCode:function(){return this.form.verifyCode},mobileVal:function(){return this.form.mobile}}),watch:{mainBrand:function(t){t.length>this.max?this.secondNum=this.max:this.secondNum=t.length},linkName:function(t){var s=/^[\u0391-\uFFE5A-Za-z]+$/;s.test(t)?(this.formError=!1,this.formMsg=""):(this.formError=!0,this.formMsg="亲,称呼只能为英文和中文")},verifyCode:function(t){t&&(this.formError=!1)},comName:function(t){t&&(this.formError=!1,t.length>this.max?this.firmNum=this.max:this.firmNum=t.length)},mobileVal:function(t){t.length>=11&&(this.verifyCodeFlag=!0,this.formError=!1,this.$store.dispatch({type:"checkAccountExists",account:this.form.mobile}))}},methods:{tab:function(t){this.active=t,this.isAvisible="none",this.isBvisible="none",0==t?this.isAvisible=0==t?"block":"none":1==t&&(this.isBvisible=1==t?"block":"none")},submit:function(){var t=/^1[34578]\d{9}$/;return this.form.mobile?t.test(this.form.mobile)?this.form.verifyCode?void this.$store.dispatch({type:"chainFind",types:1,mobile:this.form.mobile,linkName:this.form.linkName,verifyCode:this.form.verifyCode,com_name:this.form.com_name,main_brand:this.form.main_brand,supplier_type:c()(this.supplierActive)+1}):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},getCode:function(){this.timeNum(),this.$store.dispatch({type:"customSmsVerify",mobile:this.form.mobile})},timeNum:function(){var t=this,s=60;t.disabled=!0,t.codeactive=!0,t.codetext=s+"秒后获取";var i=setInterval(a,1e3);function a(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(i),t.disabled=!1,t.codeactive=!1,t.codetext="重新获取",s=60)}},goAnchor:function(t){if(1===t){this.$el.querySelector("#join-btn");document.documentElement.scrollTop=document.body.scrollTop=0,this.$el.querySelector("#com_name").focus()}else 2===t?(this.$el.querySelector("#com_name").focus(),this.supplierActive=0,document.documentElement.scrollTop=document.body.scrollTop=0):3===t&&(this.$el.querySelector("#com_name").focus(),this.supplierActive=1,document.documentElement.scrollTop=document.body.scrollTop=0)}},components:{Menu:m["a"]}},p=u,f=(i("e346"),i("fc05")),d=Object(f["a"])(p,a,e,!1,null,"08dc8ea9",null);s["default"]=d.exports},c7a0:function(t,s,i){var a=i("3151").parseInt,e=i("8bf9").trim,l=i("6c7d"),c=/^[-+]?0[xX]/;t.exports=8!==a(l+"08")||22!==a(l+"0x16")?function(t,s){var i=e(String(t),3);return a(i,s>>>0||(c.test(i)?16:10))}:a},cb17:function(t,s,i){var a=i("9660"),e=i("c7a0");a(a.G+a.F*(parseInt!=e),{parseInt:e})},db41:function(t,s,i){},e346:function(t,s,i){"use strict";var a=i("84a1"),e=i.n(a);e.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5cf16964"],{a619:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-detail"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"wallet-detail-content"},[a("div",{staticClass:"trade-type",on:{click:t.showPopType}},[t._v(t._s(t.text)+"\n "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"trade-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.dateYear)+"年"+t._s(t.dateMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"trade-detail"},[t.walletListData.length>0?t._l(t.walletListData,function(e,n){return a("li",{key:n},[a("div",{staticClass:"typeIcon"},[a("img",{staticStyle:{width:"25px",height:"25px"},attrs:{src:"static/images/wallet/"+e.log_type+".png",alt:e.log_type_val}})]),a("div",{staticClass:"typeDetail"},[a("span",[t._v(t._s(e.log_type_val))]),a("br"),t._v(t._s(e.create_time))]),a("div",{staticClass:"trade-num"},[t._v(t._s(e.amount_format))])])}):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.typeShow,callback:function(e){t.typeShow=e},expression:"typeShow"}},[a("van-picker",{attrs:{"show-toolbar":"",title:"交易类型",columns:t.columns},on:{cancel:t.onTypeCancel,confirm:t.onTypeConfirm}})],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,function(e,n){return a("li",{key:n,class:{curr:t.active==n},on:{click:function(a){return t.onTypeConfirm(e.keyId,n)}}},[t._v(t._s(e.text))])}),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)],1)},s=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],i=(a("b06f"),a("f91a"),a("3f47")),o=a("6e6d"),r=a("52c1"),c=a("57af"),l=a("a4c0");o["a"].use(l["e"]).use(l["k"]).use(l["c"]).use(l["j"]).use(l["q"]);var h={name:"walletDetail",data:function(){return{title:"钱包明细",meaushow:!0,dateYear:(new Date).getFullYear(),dateMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",text:"全部交易类型",dialog:!1,active:0,columns:[{keyId:"",text:"全部交易类型"},{keyId:21,text:"订单支付"},{keyId:10,text:"钱包充值"},{keyId:20,text:"钱包提现"},{keyId:12,text:"活动返现"},{keyId:100,text:"余额调整"}]}},computed:Object(i["a"])({},Object(r["b"])({walletListData:function(t){return t.wallet.walletListData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),n=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,function(t){switch(t){case"yyyy":return n(a.getFullYear());case"MM":return n(a.getMonth()+1);case"mm":return n(a.getMinutes());case"dd":return n(a.getDate());case"HH":return n(a.getHours());case"ss":return n(a.getSeconds())}})}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,n=new Date(t.getFullYear(),a,1),s=864e5;return new Date(n-s)}this.$store.dispatch({type:"walletListLog",log_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.dateYear=this.dateYear,this.dateMonth=this.dateMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function e(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dateShow=!1,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:this.typeCheckedkeyId||"",stime:t(this.dateYear,this.dateMonth),etime:e(this.dateYear,this.dateMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function n(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:t,stime:a(this.dateYear,this.dateMonth),etime:n(this.dateYear,this.dateMonth)})},onTypeCancel:function(){this.typeShow=!1}},components:{Header:c["a"]}},d=h,u=(a("c294"),a("17cc")),p=Object(u["a"])(d,n,s,!1,null,"f0be95a0",null);e["default"]=p.exports},c294:function(t,e,a){"use strict";var n=a("fff2"),s=a.n(n);s.a},fff2:function(t,e,a){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5cf16964"],{a619:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-detail"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"wallet-detail-content"},[a("div",{staticClass:"trade-type",on:{click:t.showPopType}},[t._v(t._s(t.text)+"\n "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"trade-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.dateYear)+"年"+t._s(t.dateMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"trade-detail"},[t.walletListData.length>0?t._l(t.walletListData,function(e,n){return a("li",{key:n},[a("div",{staticClass:"typeIcon"},[a("img",{staticStyle:{width:"25px",height:"25px"},attrs:{src:"static/images/wallet/"+e.log_type+".png",alt:e.log_type_val}})]),a("div",{staticClass:"typeDetail"},[a("span",[t._v(t._s(e.log_type_val))]),a("br"),t._v(t._s(e.create_time))]),a("div",{staticClass:"trade-num"},[t._v(t._s(e.amount_format))])])}):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.typeShow,callback:function(e){t.typeShow=e},expression:"typeShow"}},[a("van-picker",{attrs:{"show-toolbar":"",title:"交易类型",columns:t.columns},on:{cancel:t.onTypeCancel,confirm:t.onTypeConfirm}})],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,function(e,n){return a("li",{key:n,class:{curr:t.active==n},on:{click:function(a){return t.onTypeConfirm(e.keyId,n)}}},[t._v(t._s(e.text))])}),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)],1)},s=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],i=(a("b06f"),a("f91a"),a("3f47")),o=a("6e6d"),r=a("52c1"),c=a("57af"),l=a("a4c0");o["a"].use(l["f"]).use(l["l"]).use(l["c"]).use(l["k"]).use(l["r"]);var h={name:"walletDetail",data:function(){return{title:"钱包明细",meaushow:!0,dateYear:(new Date).getFullYear(),dateMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",text:"全部交易类型",dialog:!1,active:0,columns:[{keyId:"",text:"全部交易类型"},{keyId:21,text:"订单支付"},{keyId:10,text:"钱包充值"},{keyId:20,text:"钱包提现"},{keyId:12,text:"活动返现"},{keyId:100,text:"余额调整"}]}},computed:Object(i["a"])({},Object(r["b"])({walletListData:function(t){return t.wallet.walletListData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),n=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,function(t){switch(t){case"yyyy":return n(a.getFullYear());case"MM":return n(a.getMonth()+1);case"mm":return n(a.getMinutes());case"dd":return n(a.getDate());case"HH":return n(a.getHours());case"ss":return n(a.getSeconds())}})}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,n=new Date(t.getFullYear(),a,1),s=864e5;return new Date(n-s)}this.$store.dispatch({type:"walletListLog",log_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.dateYear=this.dateYear,this.dateMonth=this.dateMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function e(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dateShow=!1,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:this.typeCheckedkeyId||"",stime:t(this.dateYear,this.dateMonth),etime:e(this.dateYear,this.dateMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function n(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:t,stime:a(this.dateYear,this.dateMonth),etime:n(this.dateYear,this.dateMonth)})},onTypeCancel:function(){this.typeShow=!1}},components:{Header:c["a"]}},d=h,u=(a("c294"),a("17cc")),p=Object(u["a"])(d,n,s,!1,null,"f0be95a0",null);e["default"]=p.exports},c294:function(t,e,a){"use strict";var n=a("fff2"),s=a.n(n);s.a},fff2:function(t,e,a){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5f6a2832"],{a34f:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"wallet-question"},[n("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),n("div",{staticClass:"question-content"},[t._v("\n 222\n ")])],1)},c=[],s=n("bd31"),o=n("52c1"),u=n("57af"),i={name:"WalletQuestion",data:function(){return{title:"常见问题",meaushow:!0}},computed:Object(s["a"])({},Object(o["b"])({})),watch:{},created:function(){},methods:{},components:{Header:u["a"]}},l=i,r=(n("d1f3"),n("fc05")),d=Object(r["a"])(l,a,c,!1,null,"b1cea0cc",null);e["default"]=d.exports},d1f3:function(t,e,n){"use strict";var a=n("dbec"),c=n.n(a);c.a},dbec:function(t,e,n){}}]);
\ 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("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-66e087c9"],{1000:function(t,a,n){"use strict";var i=n("476f"),e=n.n(i);e.a},"3b79":function(t,a,n){"use strict";var i=n("673c"),e=n.n(i);e.a},"476f":function(t,a,n){},"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)])},e=[],o=n("7272"),s={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:o["a"]}},c=s,l=(n("7afb"),n("17cc")),r=Object(l["a"])(c,i,e,!1,null,"3efd14ca",null);a["a"]=r.exports},"673c":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()])])},e=[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("会员中心")])])])}],o={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},s=o,c=(n("3b79"),n("17cc")),l=Object(c["a"])(s,i,e,!1,null,null,null);a["a"]=l.exports},"7afb":function(t,a,n){"use strict";var i=n("ce61"),e=n.n(i);e.a},9646:function(t,a,n){"use strict";n.r(a);var i=function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",{staticClass:"pointer-rule"},[n("Header",{attrs:{title:"积分规则"}}),n("div",{staticClass:"point-mall-rule"},[n("div",{staticClass:"rule-content"},[n("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],o=n("3f47"),s=n("6e6d"),c=n("52c1"),l=n("a4c0"),r=n("57af");s["a"].use(l["h"]);var u={name:"pointrule",data:function(){return{}},computed:Object(o["a"])({},Object(c["b"])({loading:function(t){return t.pointrule.loading},ruledata:function(t){return t.pointrule.ruledata}})),created:function(){this.$store.dispatch({type:"pointruleApi"})},methods:{},watch:{},components:{Header:r["a"]}},f=u,p=(n("1000"),n("17cc")),d=Object(p["a"])(f,i,e,!1,null,"769359b0",null);a["default"]=d.exports},ce61:function(t,a,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6aaea314"],{"0299":function(t,a,e){},"1cf4":function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABaCAYAAAAxQ+F4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NERDQTU5NDQ2NEQxMTFFOUFEOTFGOTAyRTE5MzY0QkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NERDQTU5NDM2NEQxMTFFOUFEOTFGOTAyRTE5MzY0QkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjliMTQzNDQtNTU1Ni1jODQxLTk1MmYtZGNmNDExZTM4NjFhIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MjZkZmUzYTQtNjRjNi0xMWU5LTgyYTUt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"},"4f96":function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABaCAYAAADEvWrIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU0RjYyMzQ2NEQxMTFFOTkyREM5MTI1ODAyNUNDNUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU0RjYyMzM2NEQxMTFFOTkyREM5MTI1ODAyNUNDNUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjliMTQzNDQtNTU1Ni1jODQxLTk1MmYtZGNmNDExZTM4NjFhIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MjZkZmUzYTQtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OoAgSwAABi1JREFUeNrsXW2IVFUYPjM77ofutpqVIRkVUhKUUdJGPzS2L8NCgzKyotos+lGRUUZE6RYE658g7Ect/oj8oCLqR4RWpJVihpZhCZJ9SCJLbTuta+u67jq9T/dduh7O3Ln3zpk7595zHnjYvWfm3jvzzDnv+573fNzc1NV7RQTkiAuJdxHnEWcSp4nsoET8g/gjcTPxLT5Worhq7mnHhQg3upr4BvEKkV2gssxgdhJXEdcQXyGOVTo5H/ImDxG3Z1xIFaYQu4mfEtt1iLmM2EucJOzFdcQtxMagN1Vq5rOJb3L192OcuJW4jziaAbGeJDZVeE8H8WXis3HF7OGq7geaexfxpwzVvEclMeGALlHo8wRxLfH3qM38IuISqWwH8YaMCanCeuJ8Yr9U3kxcEadmLpbEPkm8n3jCEju5k3gb8QvJVt5JfAr/TOv+PrSYHdIxPNrPET5MgT9Eg8LmmhgS+YEmfwZxP8eaD/teO4/j6yNRauYs6Xh3yA/WQmyLGMOaKGYr//+ZJCZwKbGPeCqszWyTjo+HCLOmc4+okKHm3q8og9DnyBFAXuMvOz1EeKECxL+Jm0+QyVhAvNwgkaHdmf7vrKsGTY0Z1F9M/IDPH2UH96VCyPe4Oys47u02yDygMvyJ2FtHzWxkOxkHXSzkxHV6FL2MLp+QwPIq7lerGtquq2a2VXFuUTo+n/gIB8aCTccKxTkjNRboduJlEb4f4s9J1dbMhph2UviarCzo42zcgZUcovjxuvBSZbXEHOKtzAUhz2muVsxqkx8Qco3CUz7H4cfd0msHiesM9fpNOmpmtdjAfWE/7uCmLl//RREir1gnFKq1mTocGDJQLxDf9wXPeU40+LGZu3ZJ4LdyyQzGUZUW1YoZtZtY4ATCTMVrh4gXBJyLJn6vVAZH9DXxsGYxN/mcYKQvlxTQZN9V9PnD4rEy5SMs8k4TYqSkMLcKISuFJQ+aEnAmhb9reO2ibWL+QnyNHY5OHODr1t+dJ3y/HjbsZwW8B331Gb7j1cRPyrwXieo+Y2KjOtzzH2Y5yHFkP3t645GlvGMSQDL4pClink28WQQP6MuJhRvLxKUA0nYY5Nuf0Oc/EeTskhQTdnALCxoFi5lBPagHiJ/b5M2vjyFk2M7AUttCo4GUXttIMTFUvFHoz/p8S3zVNm8O2/aM8HKVUwKczy6pDAnijwIc0HFhCOoRGqFmDgaEHjKGA95vFPLCwYnpxHRiJopSmb68EzMGjhF/kLz1XidmfDwtvCzREPF5EbB0xDSYmDXCPPlruZs4LlIEkx1QqoR03tyJ6cS0Akk7oAuFN49I12o3DCEgKbzHNjEx9xKjjJM1XxcLne4jbrOpmXfWQMiJ77DINptZy0GvQ7Y182+EN6EAa2paNdpMrNNZZ5uYQC/ThUYOTkwnpgvavR8H01lmG/L9hthBHUmjmJgyuMywCoOh5YVJhE86mzm6iEsNbH1YlHVL2mwm8o9FYSb+SpuYmECAdY59BomIH/hDZupsJrbnuUp401xMiBSGRcDk1LT0gIZcnOngxHRiOjEdKjmggYBg1w+s9V4pleWE+RtAyeiolYOEmGF3Zm0RZm004pq5E9MhdtCOceiDIc9vFGYvGYQJW1RPMTE4tTHk+XBSrQaLOafeYpYzBw3OTOgRs0lkaz9254BqiJwuMeU9etotE7JZYfcH44r5q1R2jWViqna0ORxXzO1SGcZxZlkk5nLpGMsR98QV8x1FtV/Pf7MO7M3ZKZVtFertyUKJ+ZWids7n8iszKiKGVZC4eUkqx6KutXEvOhEaYWuwXeL0vTDncXXHDoL7hLm7A1bqAcno5UqiWqaNVro77s1yvucB3UN8W6QvpaYL3wlvQ/ug9et4rRgmztzAgg5bKOQ24W18WmkjgPEoQfsmbgIfWyIidrHG9BnMiQ+TMB6L2p08wMkBJAmWsO08lwPbLJiAAY6tsWfIjoi+YCSszayEFsv754H28j8xS6XgjaWlJ4tgXyIbn1hVYpMwpjPRgV/mlIViDgqND6TzG+ABywQ9GjbCiZOCG+Uqn/WHLCEMwlTEY1F7QHFvhDGgyfw3L9KdHy2J/7d0HGGHE+lJBf8KMABecxFHhfq19wAAAABJRU5ErkJggg=="},"732a":function(t,a,e){t.exports=e.p+"img/record.50b5bdc4.png"},7526:function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("section",{staticClass:"wallet"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),t.walletInfoData?e("div",{staticClass:"wallet-content"},[e("div",{staticClass:"wallet-balance"},[e("div",{staticClass:"balance-bg"},[e("p",{staticClass:"text-1 lineBlock"},[t._v("钱包余额")]),e("p",{staticClass:"text-2 lineBlock"},[t._v("¥"),e("span",{staticClass:"text-3"},[t._v(t._s(t.walletInfoData.wallet_usable))])]),t._m(0)]),e("div",{staticClass:"balance-handle"},[e("span",{staticClass:"withdraw",class:1!==t.walletInfoData.wallet_status?"gray":"",on:{click:t.withdraw}},[t._v("提现")]),1==t.walletInfoData.wallet_status?e("span",{staticClass:"recharge",on:{click:t.recharge}},[t._v("充值")]):e("span",{staticClass:"recharge activate",on:{click:t.activate}},[t._v("激活")])])]),t._m(1)]):t._e()],1)},c=[function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("p",{staticClass:"text-4 lineBlock"},[e("a",{attrs:{href:"/v3/help"}},[t._v("常见问题 >")])])},function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("ul",{staticClass:"clr"},[i("li",[i("a",{staticClass:"lineBlock",attrs:{href:"/h5/view/#/wallet/status"}},[i("img",{staticStyle:{width:"47px",height:"45px"},attrs:{src:e("1cf4"),alt:"钱包状态"}}),i("p",[t._v("钱包状态")])])]),i("li",[i("a",{staticClass:"lineBlock",attrs:{href:"/h5/view/#/wallet/walletdetail"}},[i("img",{staticStyle:{width:"42px",height:"45px"},attrs:{src:e("4f96"),alt:"钱包明细"}}),i("p",[t._v("钱包明细")])])]),i("li",[i("a",{staticClass:"lineBlock",attrs:{href:"/h5/view/#/wallet/record"}},[i("img",{staticStyle:{width:"45px",height:"44px"},attrs:{src:e("732a"),alt:"充值提现记录"}}),i("p",[t._v("充值提现记录")])])])])}],l=e("bd31"),s=(e("9f07"),e("0964"),e("1cc5")),n=e("52c1"),h=e("57af"),A=e("01c5");s["a"].use(A["d"]);var g={name:"wallet",data:function(){return{title:"我的钱包",meaushow:!0}},beforeRouteEnter:function(t,a,e){e(function(t){t.$store.dispatch({type:"loginCheck",is_jump:!0})})},computed:Object(l["a"])({},Object(n["b"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{withdraw:function(){var t=this;1==this.walletInfoData.wallet_status&&null!==this.walletInfoData.bank_account?this.$router.push({path:"/wallet/withdraw"}):A["d"].confirm({title:"提醒",message:"请先去绑卡"}).then(function(){t.$router.push({path:"/wallet/verify"})}).catch(function(){})},activate:function(){this.$router.push({path:"/wallet/activate"})},recharge:function(){this.$router.push({path:"/wallet/recharge"})}},components:{Header:h["a"]}},w=g,p=(e("ee9a"),e("fc05")),r=Object(p["a"])(w,i,c,!1,null,"5be5c2d0",null);a["default"]=r.exports},ee9a:function(t,a,e){"use strict";var i=e("0299"),c=e.n(i);c.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6aea80eb"],{"3b79":function(t,a,n){"use strict";var i=n("673c"),o=n.n(i);o.a},"47d3":function(t,a,n){},"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}}),t.inputShow?n("div",{staticClass:"search"},[n("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),n("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):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("7272"),c=n("a4c0"),e={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":c["e"],"van-icon":c["f"],Menu:s["a"]}},l=e,r=(n("c4ad"),n("17cc")),f=Object(r["a"])(l,i,o,!1,null,"87442ebc",null);a["a"]=f.exports},"673c":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("17cc")),l=Object(e["a"])(c,i,o,!1,null,null,null);a["a"]=l.exports},c4ad:function(t,a,n){"use strict";var i=n("47d3"),o=n.n(i);o.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6be99e9a"],{"3b11":function(t,a,s){},a1f0:function(t,a,s){"use strict";var e=s("3b11"),n=s.n(e);n.a},c96d:function(t,a,s){"use strict";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("section",{staticClass:"wallet-withdraw"},[s("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),s("div",{staticClass:"withdraw-content"},[s("div",{staticClass:"withdrawUser-ifo"},[s("p",[t._v("银行账号:"+t._s(t.walletInfoData.bank_name)+"("+t._s(t.walletInfoData.bank_account)+")"),s("span",[t._v("储蓄卡")])]),s("p",[t._v("持卡人姓名:"+t._s(t.walletInfoData.bank_user))]),s("p",[t._v("手机号:"+t._s(t.walletInfoData.safe_mobile))])]),s("p",{staticClass:"withdraw-tips"},[s("van-icon",{staticClass:"tips va-m",staticStyle:{"font-size":"16px","margin-right":"0.1rem"},attrs:{name:"warning-o"}}),t._v("\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\n ")],1),s("div",{staticClass:"withdraw-amount"},[t._m(0),s("span",[t._v("¥")]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.withdrawNum,expression:"withdrawNum"}],staticClass:"money",attrs:{type:"text",readonly:"readonly"},domProps:{value:t.withdrawNum},on:{touchstart:function(a){a.stopPropagation(),t.moneyBtn=!0},input:function(a){a.target.composing||(t.withdrawNum=a.target.value)}}}),t.amountNum?s("div",{staticClass:"withdraw-money"},[t._v("可提现金额 "+t._s(t.walletInfoData.wallet_usable_format)+","),s("span",{on:{click:t.withdraw}},[t._v("全部提现")])]):s("div",{staticClass:"amount-tips"},[t._v("输入金额超过可提现金额")])]),s("div",{staticClass:"withdraw-password"},[t._m(1),t.showPassword?[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(a){a.target.composing||(t.password=a.target.value)}}})]:[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(a){a.target.composing||(t.password=a.target.value)}}})],t.showPassword?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:t.changeShow}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:t.changeShow}})],2),s("button",{staticClass:"submit",class:""==t.withdrawNum||t.amountWithdrawFlag?"submitNO":"",attrs:{disabled:t.amountWithdrawFlag},on:{click:t.submit}},[t._v("提交")])]),s("van-number-keyboard",{attrs:{show:t.moneyBtn,theme:"custom","extra-key":".","close-button-text":"完成",zIndex:t.zIndex},on:{blur:function(a){t.moneyBtn=!1},input:t.onInput,delete:t.onDelete}})],1)},n=[function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("p",[s("em",[t._v("*")]),t._v(" 提现金额")])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("p",[s("em",[t._v("*")]),t._v(" 支付密码")])}],o=(s("b06f"),s("3f47")),i=s("6e6d"),r=s("52c1"),w=s("57af"),l=s("a4c0");i["a"].use(l["e"]).use(l["i"]);var u={name:"walletWithdraw",data:function(){return{title:"钱包提现",meaushow:!0,showPassword:!0,amountNum:!0,password:"",withdrawNum:"",clickFlag:!0,moneyBtn:!1,zIndex:999999}},computed:Object(o["a"])({},Object(r["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountWithdrawFlag:function(t){return t.wallet.amountWithdrawFlag}})),watch:{withdrawNum:function(t){Number(t)>Number(this.walletInfoData.wallet_usable)?this.amountNum=!1:this.amountNum=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},withdraw:function(){this.withdrawNum=this.walletInfoData.wallet_usable},submit:function(){""!==this.withdrawNum&&(this.password?this.$store.dispatch({type:"walletWithdraw",amount:this.withdrawNum,pay_password:this.password}):Object(l["q"])({message:"请输入提现密码"}))},onInput:function(t){this.withdrawNum=this.withdrawNum+t},onDelete:function(t){this.withdrawNum=this.withdrawNum.slice(0,this.withdrawNum.length-1)}},components:{Header:w["a"]}},c=u,d=(s("a1f0"),s("17cc")),m=Object(d["a"])(c,e,n,!1,null,"04a4e7d8",null);a["default"]=m.exports}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6be99e9a"],{"3b11":function(t,a,s){},a1f0:function(t,a,s){"use strict";var e=s("3b11"),n=s.n(e);n.a},c96d:function(t,a,s){"use strict";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("section",{staticClass:"wallet-withdraw"},[s("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),s("div",{staticClass:"withdraw-content"},[s("div",{staticClass:"withdrawUser-ifo"},[s("p",[t._v("银行账号:"+t._s(t.walletInfoData.bank_name)+"("+t._s(t.walletInfoData.bank_account)+")"),s("span",[t._v("储蓄卡")])]),s("p",[t._v("持卡人姓名:"+t._s(t.walletInfoData.bank_user))]),s("p",[t._v("手机号:"+t._s(t.walletInfoData.safe_mobile))])]),s("p",{staticClass:"withdraw-tips"},[s("van-icon",{staticClass:"tips va-m",staticStyle:{"font-size":"16px","margin-right":"0.1rem"},attrs:{name:"warning-o"}}),t._v("\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\n ")],1),s("div",{staticClass:"withdraw-amount"},[t._m(0),s("span",[t._v("¥")]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.withdrawNum,expression:"withdrawNum"}],staticClass:"money",attrs:{type:"text",readonly:"readonly"},domProps:{value:t.withdrawNum},on:{touchstart:function(a){a.stopPropagation(),t.moneyBtn=!0},input:function(a){a.target.composing||(t.withdrawNum=a.target.value)}}}),t.amountNum?s("div",{staticClass:"withdraw-money"},[t._v("可提现金额 "+t._s(t.walletInfoData.wallet_usable_format)+","),s("span",{on:{click:t.withdraw}},[t._v("全部提现")])]):s("div",{staticClass:"amount-tips"},[t._v("输入金额超过可提现金额")])]),s("div",{staticClass:"withdraw-password"},[t._m(1),t.showPassword?[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(a){a.target.composing||(t.password=a.target.value)}}})]:[s("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:"va-m inp password",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:t.password},on:{input:function(a){a.target.composing||(t.password=a.target.value)}}})],t.showPassword?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:t.changeShow}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:t.changeShow}})],2),s("button",{staticClass:"submit",class:""==t.withdrawNum||t.amountWithdrawFlag?"submitNO":"",attrs:{disabled:t.amountWithdrawFlag},on:{click:t.submit}},[t._v("提交")])]),s("van-number-keyboard",{attrs:{show:t.moneyBtn,theme:"custom","extra-key":".","close-button-text":"完成",zIndex:t.zIndex},on:{blur:function(a){t.moneyBtn=!1},input:t.onInput,delete:t.onDelete}})],1)},n=[function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("p",[s("em",[t._v("*")]),t._v(" 提现金额")])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("p",[s("em",[t._v("*")]),t._v(" 支付密码")])}],o=(s("b06f"),s("3f47")),i=s("6e6d"),r=s("52c1"),w=s("57af"),l=s("a4c0");i["a"].use(l["f"]).use(l["j"]);var u={name:"walletWithdraw",data:function(){return{title:"钱包提现",meaushow:!0,showPassword:!0,amountNum:!0,password:"",withdrawNum:"",clickFlag:!0,moneyBtn:!1,zIndex:999999}},computed:Object(o["a"])({},Object(r["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountWithdrawFlag:function(t){return t.wallet.amountWithdrawFlag}})),watch:{withdrawNum:function(t){Number(t)>Number(this.walletInfoData.wallet_usable)?this.amountNum=!1:this.amountNum=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},withdraw:function(){this.withdrawNum=this.walletInfoData.wallet_usable},submit:function(){""!==this.withdrawNum&&(this.password?this.$store.dispatch({type:"walletWithdraw",amount:this.withdrawNum,pay_password:this.password}):Object(l["r"])({message:"请输入提现密码"}))},onInput:function(t){this.withdrawNum=this.withdrawNum+t},onDelete:function(t){this.withdrawNum=this.withdrawNum.slice(0,this.withdrawNum.length-1)}},components:{Header:w["a"]}},c=u,d=(s("a1f0"),s("17cc")),m=Object(d["a"])(c,e,n,!1,null,"04a4e7d8",null);a["default"]=m.exports}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6de4e897"],{"1cb3":function(t,e,s){"use strict";var o=s("703a"),i=s.n(o);i.a},"2e96":function(t,e,s){var o=s("9c9a"),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},5729:function(t,e,s){t.exports=s.p+"img/three_04.f98e5256.jpg"},"703a":function(t,e,s){},"7f1b":function(t,e,s){"use strict";var o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("section",[s("div",{staticClass:"slide-bar"},[t.kefuishow?s("div",{staticClass:"customer-service",on:{click:t.recordFn}},[s("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[s("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[s("i",{staticClass:"iconfont icon-xiangshang1"})])]:[s("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[s("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),s("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(e){t.flag=e},expression:"flag"}},[s("div",{staticClass:"van-dialog__message"},[s("div",{staticClass:"kefu"},[s("p",{staticClass:"t0"},[s("i",{staticClass:"iconfont icon-kefu"})]),s("p",{staticClass:"t1"},[s("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),s("p",{staticClass:"t2"},[s("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[s("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},i=[],a=s("52c1"),c=s("1cc5"),n=s("01c5");c["a"].use(n["d"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;t.show=e>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),e=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;e.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=s("fc05"),d=Object(l["a"])(m,o,i,!1,null,null,null);e["a"]=d.exports},"842e":function(t,e,s){t.exports=s.p+"img/three_08.abd136a9.jpg"},a27a:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAYAAADOHBvaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE5RjU4RkY1OUFEMTFFOThDM0Q4MkY3QkNGMTgxMEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE5RjU4RkU1OUFEMTFFOThDM0Q4MkY3QkNGMTgxMEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NeY9UQAAAnZJREFUeNq0l91LFFEYxmddk7JVKWy7MNIELwwkM0FKslLJQDPxyhuv+q+89cZbFSpNLI1UsA8z0xYTTBQlVAILd111fF54Vg6HMzqzc/aBH64zq8+cc96vibiu66jam+t3QuoiqADVIA5WwRz4U1Tbe2qW79hXLXgJ2oAYfQN9YAwkc2Gcx5X2gG5wldeLwC+wDWbUL9vSNdAB2hVT0RXQAB7rT2lDUVADXoAy7d4xV12WC+Mb4Am4x+BSdQDWwKJ60dYZ1zGYSgz3JKrHwXvbxrKFzdxqXRLF78ArkLC51QXc4kZ+dphCGdMF8Ab8VK6HNpaAugWesVhkFOHPv+A1mPfKvWxVyihuNARUCnwGg2DdpnEmfboY0bp+c4u/g0ObxtfBA26xHqByll/AB3B0VpnLNn2egmLDvSXW5YRt40qWxbuGv5dIfssUSp5X2IOokKYt/KxXKIngERYNx5axnGUVi3254f4ut/gH67M1Yyn0Tey3Bdq9Q/ZdWe2W3x7qR1IU7oBOj/SRfjvMaD6waXyTTaDBsNoUG4Cs9l+QcztvpcJ9NoKY4TuSNhNgJei4cpZcrraJlSpiONuP3GLXpvFl0AoegkvaPz9icx/1kz5BjKMsic+ZRro2wRCY9RtQfo3jPNc6JaAiyhHM03g725HUSzWsUnHD2a4wihcY1YGV7/EwMs48AvWG9EkziqXJ74cZwk2vILfZBAoNUZ7pPsthp39dMQ7kpokxxe4za+O1w7TiqKGXyu/TnCzWwhqbzjhNkwvKtR2ucoCzVDoXxvs0lqq0BzbAJJvADKdHJxfGYvoffOV77RT4xAdIBi2NXjoRYADxA47DKJ67ywAAAABJRU5ErkJggg=="},a851:function(t,e,s){t.exports=s.p+"img/three_06.5ad5630e.jpg"},badb:function(t,e,s){t.exports=s("2e96")},e673:function(t,e,s){t.exports=s.p+"img/three_05.2f3455a9.jpg"},f203:function(t,e,s){t.exports=s.p+"img/three_03.49b062a4.jpg"},f825:function(t,e,s){"use strict";s.r(e);var o=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"seo-content"},[t._m(0),o("div",{staticClass:"seo-section"},[o("div",{staticClass:"form-box1"},[o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("手机号码")]),o("div",{staticClass:"fr input-box"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号码...",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(e){e.target.composing||t.$set(t.form1,"mobile",e.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[o("span",{staticClass:"fl "},[t._v("图片验证码")]),o("div",{staticClass:"fr input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(e){e.target.composing||t.$set(t.form1,"imgcode",e.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("验证码")]),o("div",{staticClass:"fr input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(e){e.target.composing||t.$set(t.form1,"code",e.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(e){t.getCode()}}},[t._v(t._s(t.codetext))])])]),o("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),o("div",{staticClass:"submit-button",on:{click:function(e){t.submitForm()}}},[t._v("\n 立即提交,领取288元新用户礼包\n ")])]),o("div",{staticClass:"img-show-static"}),o("div",{staticClass:"zizi-box"},[o("div",{staticClass:"zizi-ct"},[o("div",{staticClass:"slide-box"},[o("van-swipe",{attrs:{autoplay:3e3}},[o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("f203"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("5729"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("e673"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("a851"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:s("842e"),alt:"猎芯网"}})])],1)],1)])]),o("div",{staticClass:"form-box2"},[t._m(1),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box "},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.mobile,expression:"form2.mobile"}],attrs:{type:"text",placeholder:"请输入手机号码...",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form2.mobile},on:{input:function(e){e.target.composing||t.$set(t.form2,"mobile",e.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.imgcodestatus,expression:"form2.imgcodestatus"}],staticClass:"form-group clr "},[o("div",{staticClass:"fl input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.imgcode,expression:"form2.imgcode"}],attrs:{type:"text",placeholder:"请输入图片验证码..."},domProps:{value:t.form2.imgcode},on:{input:function(e){e.target.composing||t.$set(t.form2,"imgcode",e.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.codestatus,expression:"form2.codestatus"}],staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box pr"},[o("i",{staticClass:"icon iconfont"},[t._v("")]),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.code,expression:"form2.code"}],attrs:{type:"text"},domProps:{value:t.form2.code},on:{input:function(e){e.target.composing||t.$set(t.form2,"code",e.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive2},on:{click:function(e){t.getCode("2")}}},[t._v(t._s(t.codetext2))])])]),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box"},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.goods_name,expression:"form2.goods_name"}],attrs:{type:"text",maxlength:"50",placeholder:"请填写您要查找的型号..."},domProps:{value:t.form2.goods_name},on:{input:function(e){e.target.composing||t.$set(t.form2,"goods_name",e.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("div",{staticClass:"fl input-box"},[o("i",{staticClass:"icon iconfont"},[t._v(""),o("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form2.brand_name,expression:"form2.brand_name"}],attrs:{type:"text",maxlength:"50",placeholder:"请填写查找的型号品牌..."},domProps:{value:t.form2.brand_name},on:{input:function(e){e.target.composing||t.$set(t.form2,"brand_name",e.target.value)}}})])])]),o("div",{staticClass:"form2-tips"},[t._v(t._s(t.form2.msg))]),o("div",{staticClass:"submit-button1",on:{click:function(e){t.submitForm("2")}}},[t._v("\n 立即提交,快速找料\n ")]),t._m(2)]),o("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?o("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},i=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"seo-head"},[s("ul",{staticClass:"head-nav "},[s("li",[s("a",{attrs:{href:"https://m.ichunt.com"}},[t._v("首页")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/activity/xyhyl"}},[t._v("新用户礼包")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/xianhuo"}},[t._v("自营现货")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/lxshop"}},[t._v("海外代购")])]),s("li",[s("a",{attrs:{href:"https://m.ichunt.com/v3/about"}},[t._v("猎芯网介绍")])])])])},function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"title-form"},[o("img",{attrs:{src:s("a27a"),alt:""}}),o("span",[t._v("快速找料")])])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"foot-box"},[s("div",{staticClass:"foot-box-ct"},[s("a",{attrs:{href:"tel:4008-755-881"}},[s("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=s("badb"),c=s.n(a),n=s("bd31"),r=(s("9f07"),s("0964"),s("1cc5")),m=s("52c1"),l=s("01c5"),d=s("7f1b");r["a"].use(l["o"]).use(l["p"]).use(l["q"]).use(l["h"]);var u={name:"seo",computed:Object(n["a"])({},Object(m["b"])({loading:function(t){return t.seo.loading},form1ImgShow:function(t){return t.seo.form1ImgShow},form2ImgShow:function(t){return t.seo.form2ImgShow},form1CodeStatus:function(t){return t.seo.form1CodeStatus},form2CodeStatus:function(t){return t.seo.form2CodeStatus},isRegLogin:function(t){return t.seo.isRegLogin}}),{mobile:function(t){return this.form1.mobile},mobile2:function(t){return this.form2.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codeactive2:!1,codetext:"获取验证码",codetext2:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,msg:""},form2:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,msg:"",goods_name:"",brand_name:""}}},methods:{timeNum:function(){var t=this,e=60;t.codeactive=!0,t.codetext=e+"秒后获取";var s=setInterval(o,1e3);function o(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(s),t.codeactive=!1,t.codetext="重新获取",e=60)}},timeNum2:function(){var t=this,e=60;t.codeactive2=!0,t.codetext2=e+"秒后获取";var s=setInterval(o,1e3);function o(){e--,e>0?(t.codetext2=e+"秒后获取",t.codeactive2=!0):(clearInterval(s),t.codeactive2=!1,t.codetext2="重新获取",e=60)}},getCode:function(t){var e=2==t?"form2":"form1";if(!this[e]["imgcodestatus"]||this[e]["imgcode"]){var s=2==t?"codeactive2":"codeactive";this[s]||this.$store.dispatch({type:"smsVerify",mobile:this[e]["mobile"],verify:this[e]["imgcode"],types:e})}else Object(l["q"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(t){var e=2==t?"form2":"form1",s=/^1[345678]\d{9}$/;s.test(this[e]["mobile"])?(this[e]["msg"]="",this[e]["code"]?(this[e]["msg"]="",this.$store.dispatch({type:"actionLogin",account:this[e]["mobile"],sms_verify:this[e]["code"],form_name:e})):this[e]["msg"]="验证码不能为空"):this[e]["msg"]="请输入正确格式的手机号码"}},watch:{form2CodeStatus:function(t){t&&this.timeNum2()},form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},form2ImgShow:function(t){this.form2.imgcodestatus=t},mobile:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},mobile2:function(t){var e=/^1[345678]\d{9}$/;e.test(t)?(this.form2.msg="",this.form2.codestatus=!0):(this.form2.msg="请输入正确格式的手机号码",this.form2.codestatus=!1)},isRegLogin:function(t){if(t){var e={brand:this.form2.brand_name,type:this.form2.goods_name};this.$store.dispatch({type:"feedback",types:8,mobile:this.form2.mobile,content:c()(e)})}}},components:{SideBar:d["a"]}},f=u,v=(s("1cb3"),s("fc05")),p=Object(v["a"])(f,o,i,!1,null,"19d216e8",null);e["default"]=p.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7301a23e"],{"2d18":function(t,e,a){"use strict";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-record"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"record-content"},[a("div",{staticClass:"record-type",on:{click:t.showPopType}},[t._v(t._s(t.text)),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"record-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.recordYear)+"年"+t._s(t.recordMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"record-detail"},[t.walletRecordData.length>0?t._l(t.walletRecordData,function(e,r){return a("li",{key:r},[a("div",{staticClass:"record-item"},[a("span",[t._v(t._s(1==e.wallet_type?"钱包充值":"钱包提现"))]),a("br"),t._v(t._s(e.create_time))]),2==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"withdrawText"},[t._v("提现中")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e(),1==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"rechargeBtn",on:{click:function(a){t.detail(e.amount)}}},[t._v("待支付")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e()])}):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1)],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,function(e,r){return a("li",{key:r,class:{curr:t.active==r},on:{click:function(a){t.onTypeConfirm(e.keyId,r)}}},[t._v(t._s(e.text))])}),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],s=(a("27fb"),a("ac74"),a("bd31")),o=a("1cc5"),c=a("52c1"),i=a("57af"),l=a("01c5");o["a"].use(l["e"]).use(l["k"]).use(l["c"]).use(l["j"]).use(l["q"]);var d={name:"walletRecord",data:function(){return{title:"充值提现记录",text:"全部",meaushow:!0,recordYear:(new Date).getFullYear(),recordMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",dialog:!1,active:0,columns:[{keyId:"",text:"全部"},{keyId:1,text:"钱包充值"},{keyId:2,text:"钱包提现"}]}},computed:Object(s["a"])({},Object(c["b"])({walletRecordData:function(t){return t.wallet.walletRecordData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),r=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,function(t){switch(t){case"yyyy":return r(a.getFullYear());case"MM":return r(a.getMonth()+1);case"mm":return r(a.getMinutes());case"dd":return r(a.getDate());case"HH":return r(a.getHours());case"ss":return r(a.getSeconds())}})}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,r=new Date(t.getFullYear(),a,1),n=864e5;return new Date(r-n)}this.$store.dispatch({type:"walletRecordList",wallet_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.recordYear=this.recordYear,this.recordMonth=this.recordMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),r=new Date(a.getTime());return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}function e(t,e){var a=new Date(t,e,1),r=new Date(a.getTime()-864e5);return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}this.dateShow=!1,this.recordYear=this.updateYear||this.recordYear,this.recordMonth=this.updateMonth||this.recordMonth,this.$store.dispatch({type:"walletRecordList",wallet_type:this.typeCheckedkeyId||"",stime:t(this.recordYear,this.recordMonth),etime:e(this.recordYear,this.recordMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),r=new Date(a.getTime());return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}function r(t,e){var a=new Date(t,e,1),r=new Date(a.getTime()-864e5);return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.recordYear=this.updateYear||this.recordYear,this.recordMonth=this.updateMonth||this.recordMonth,this.$store.dispatch({type:"walletRecordList",wallet_type:t,stime:a(this.recordYear,this.recordMonth),etime:r(this.recordYear,this.recordMonth)})},onTypeCancel:function(){this.typeShow=!1},detail:function(t){this.$router.push({path:"/wallet/recharge",query:{amount:t}})}},components:{Header:i["a"]}},u=d,h=(a("43bf"),a("fc05")),p=Object(h["a"])(u,r,n,!1,null,"381dfcc0",null);e["default"]=p.exports},"43bf":function(t,e,a){"use strict";var r=a("abb5"),n=a.n(r);n.a},abb5:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-73b3e1a8"],{"17fd":function(t,s,a){t.exports=a.p+"img/i7.75862a6c.png"},2500:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"smt boxsiz"},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"head-form boxsiz",class:{"head-form-mt":t.verifyCodeFlag}},[i("div",{staticClass:"inp-wrap boxsiz"},[t._m(0),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.linkName,expression:"form.linkName"}],staticClass:"inp",attrs:{id:"linkName",type:"text",placeholder:""},domProps:{value:t.form.linkName},on:{input:function(s){s.target.composing||t.$set(t.form,"linkName",s.target.value)}}})]),i("div",{staticClass:"inp-wrap boxsiz"},[t._m(1),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.mobile,expression:"form.mobile"}],staticClass:"inp va-m",attrs:{type:"number",placeholder:""},domProps:{value:t.form.mobile},on:{input:function(s){s.target.composing||t.$set(t.form,"mobile",s.target.value)}}})]),t.verifyCodeFlag?i("div",{staticClass:"inp-wrap boxsiz"},[t._m(2),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"inp w1 va-m",attrs:{type:"text",placeholder:""},domProps:{value:t.form.verifyCode},on:{input:function(s){s.target.composing||t.$set(t.form,"verifyCode",s.target.value)}}}),i("input",{staticClass:"lineBlock va-m code-text",class:{"code-text-disabled":t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext,disabled:t.disabled},on:{click:function(s){return t.getCode()}}})]):t._e(),t.formError?i("b",{staticClass:"error"},[t._v(t._s(t.formMsg))]):t._e(),i("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(s){return t.submit()}}},[t._v("确定提交")])])]),i("div",{staticClass:"section boxsiz",class:{"section-mt":t.verifyCodeFlag}},[i("div",{staticClass:"section-wrap wrap-1 boxsiz"},[t._m(3),i("ul",[i("li",{staticClass:"i1"},[i("p",{staticClass:"t1"},[t._v("不收开机费 工程费")]),i("a",{attrs:{href:"javascript:;"},on:{click:function(s){t.layer_1=!0}}},[t._v("查看详情")])]),i("li",{staticClass:"i2"},[i("p",{staticClass:"t1"},[t._v("一片起贴 可贴散料")]),i("a",{attrs:{href:"javascript:;"},on:{click:function(s){t.layer_2=!0}}},[t._v("查看详情")])])])]),t._m(4),t._m(5),t._m(6),i("div",{staticClass:"section-wrap wrap-5 boxsiz"},[t._m(7),i("ul",{staticClass:"tab"},t._l(t.itemtext,function(s,a){return i("li",{key:a,class:{curr:t.active==a},on:{click:function(s){return t.tab(a,"a")}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isAvisible}},[t._m(8),t._m(9),t._m(10),t._m(11),t._m(12),t._m(13)]),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isBvisible}},[t._m(14),t._m(15),t._m(16),t._m(17),t._m(18)])]),i("div",{staticClass:"section-wrap wrap-6 boxsiz"},[t._m(19),i("div",{staticClass:"text"},[i("div",{staticClass:"pic",on:{click:function(s){t.layer_3=!0}}},[i("img",{attrs:{src:a("343f"),alt:""}})]),t._m(20)])]),i("div",{staticClass:"section-wrap wrap-7 boxsiz"},[t._m(21),i("div",{staticClass:"text"},[i("ul",{staticClass:"tab"},t._l(t.itemtext_1,function(s,a){return i("li",{key:a,class:{curr:t.active_1==a},on:{click:function(s){return t.tab(a,"b")}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap",style:{display:t.isCvisible}},[t._m(22)]),i("ul",{staticClass:"tab-wrap",style:{display:t.isDvisible}},[t._m(23)])])])]),i("a",{staticClass:"apply",attrs:{href:"javascript:;"},on:{click:t.goAnchor}},[t._v("立即申请")]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e(),i("Menu",{attrs:{color:t.color}}),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_1,callback:function(s){t.layer_1=s},expression:"layer_1"}},[i("div",{staticClass:"van-dialog__message"},[i("b",{staticClass:"smt-arr"}),i("p",{staticClass:"smt-layer"},[t._v("20种物料1000颗料或2500PIN以内,加工费400元,钢网100元。")])])]),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_2,callback:function(s){t.layer_2=s},expression:"layer_2"}},[i("div",{staticClass:"van-dialog__message"},[i("b",{staticClass:"smt-arr"}),i("p",{staticClass:"smt-layer"},[t._v("40种物料1000颗料或2500PIN以内,24小时加急600元,48小时加急520元,钢网100元。")])])]),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_3,callback:function(s){t.layer_3=s},expression:"layer_3"}},[i("div",{staticClass:"van-dialog__message"},[i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("为保障客户产品品质,我司暂不接受外来钢网;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("代开钢网的费用为100元起;需开拼版钢网,请提供拼版文件,费用根据不同的点数重新核定价格;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("钢网默认尺寸为37cm*47cm,其他尺寸需另报价;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("如要寄回钢网须在下单时确认,无特别申明实为不需退还钢网;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("5、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("客户钢网只保留3个月,3个月后我司自行处理。")])])])])],1)},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",{staticClass:"va-m"},[t._v("*")]),t._v("联系人")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",[t._v("*")]),t._v("联系方式")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",[t._v("*")]),t._v("短信验证")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("打样说明")]),a("span",{staticClass:"va-m t2"},[t._v("打样400元起,12小时加急服务")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-2 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("价格优势")])]),i("ul",[i("li",[i("img",{attrs:{src:a("ac21"),alt:""}})]),i("li",[i("img",{attrs:{src:a("fb95"),alt:""}})]),i("li",[i("img",{attrs:{src:a("f21e"),alt:""}})])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-3 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("优势说明")])]),i("ul",[i("li",[i("img",{attrs:{src:a("17fd"),alt:""}})])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-4 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("加工能力")])]),i("ul",[i("li",[i("img",{attrs:{src:a("e76c"),alt:""}})])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("用户须知")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("1")]),a("p",{staticClass:"lineBlock va-t"},[t._v("详细,准确的BOM清单,如有变更须在BOM上注明 ( 必须提供);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("2")]),a("p",{staticClass:"lineBlock va-t"},[t._v('"Gerber文件(在猎芯加工PCB无需提供此项),如 需开拼版钢网,请提供拼版文件;')])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("3")]),a("p",{staticClass:"lineBlock va-t"},[t._v("元器件位号图;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("4")]),a("p",{staticClass:"lineBlock va-t"},[t._v("坐标文件;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("5")]),a("p",{staticClass:"lineBlock va-t"},[t._v("PCB文件(如果坐标文件、位号图、Gerber文件客户未能导出的,也可提供PCB文件);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("6")]),a("p",{staticClass:"lineBlock va-t"},[t._v("样板(生产参照用,有条件的可提供)。")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("1")]),a("p",{staticClass:"lineBlock va-t"},[t._v("客户自备物料,对易损耗的物料(样品:阻容件多提供15个样品,批量需要提供1%的备足)需提供少量备足;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("2")]),a("p",{staticClass:"lineBlock va-t"},[t._v('"如少量物料备不齐,暂无需焊接,请列出明细;')])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("3")]),a("p",{staticClass:"lineBlock va-t"},[t._v("有特殊需求,注意事项,请提前说明;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("4")]),a("p",{staticClass:"lineBlock va-t"},[t._v("暂不接受外来的钢网,寄元器件或样板不接受到付;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("5")]),a("p",{staticClass:"lineBlock va-t"},[t._v("代采购阻容件,需提供完整型号(封装,精度,伏数等),所提供阻容件为‘三星’品牌(客户如要指定品牌,须特别声明);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("代开钢网")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",[t._v("客户钢网仅保留3个月,3个月后我司自行处理;"),a("br"),t._v("如要寄回钢网须在下单时确认,无特别申明视为不需退还钢网。")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("服务说明")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("仅对贴装问题进行保修;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("保修时效:发货当天起30天内;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("无法提供上门维修服务;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("负责单程邮费。")])]),a("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),a("p",{staticClass:"t2"},[t._v("\n 联系我们:"),a("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("客户提供的物料不齐,但要求上线生产的,后续不承担补料;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("因来料引起的不良,比如PCB断线,物料假货,物料封装不对等我司不承认任何责任;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("生产过程中出现异常,需要沟通但无法联系到客户相关人员导致无法确认的,有权自行处理;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("因技术资料引起的贴装错误,我司不承担任何责任。")])]),a("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),a("p",{staticClass:"t2"},[t._v("\n 联系我们:"),a("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])}],l=a("3f47"),c=a("6e6d"),n=a("52c1"),o=a("a4c0"),r=a("7272");c["a"].use(o["h"]).use(o["d"]);var v={name:"smt",data:function(){return{color:"#fff",active:0,active_1:0,itemtext:["客户需要提供资料","物料要求"],itemtext_1:["售后服务","免责条款"],isAvisible:"block",isBvisible:"none",isCvisible:"block",isDvisible:"none",formMsg:"",showButton:!1,formError:!1,verifyCodeFlag:!1,codetext:"获取验证码",disabled:!1,codeactive:!1,layer_1:!1,layer_2:!1,layer_3:!1,closeOnClickOverlay:!0,firmNum:0,form:{mobile:"",linkName:"",verifyCode:""}}},computed:Object(l["a"])({},Object(n["b"])({loading:function(t){return t.smt.loading}}),{linkName:function(){return this.form.linkName},mobileVal:function(){return this.form.mobile}}),watch:{linkName:function(t){var s=/^[\u0391-\uFFE5A-Za-z]+$/;s.test(t)?(this.formError=!1,this.formMsg=""):(this.formError=!0,this.formMsg="亲,称呼只能为英文和中文")},mobileVal:function(t){t.length>=11&&(this.verifyCodeFlag=!0,this.formError=!1,this.$store.dispatch({type:"checkAccountExists",account:this.form.mobile}))}},methods:{tab:function(t,s){"a"==s?(this.active=t,this.isAvisible="none",this.isBvisible="none",0==t?this.isAvisible=0==t?"block":"none":1==t&&(this.isBvisible=1==t?"block":"none")):"b"==s&&(this.active_1=t,this.isCvisible="none",this.isDvisible="none",0==t?this.isCvisible=0==t?"block":"none":1==t&&(this.isDvisible=1==t?"block":"none"))},getCode:function(){this.timeNum(),this.$store.dispatch({type:"customSmsVerify",mobile:this.form.mobile})},timeNum:function(){var t=this,s=60;t.disabled=!0,t.codeactive=!0,t.codetext=s+"秒后获取";var a=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(a),t.disabled=!1,t.codeactive=!1,t.codetext="重新获取",s=60)}},submit:function(){var t=/^[\u0391-\uFFE5A-Za-z]+$/,s=/^1[34578]\d{9}$/;return this.form.linkName?t.test(this.form.linkName)?this.form.mobile?s.test(this.form.mobile)?this.form.verifyCode?void this.$store.dispatch({type:"chainFind",types:3,mobile:this.form.mobile,linkName:this.form.linkName,verifyCode:this.form.verifyCode}):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机")):(this.formError=!0,void(this.formMsg="亲,称呼只能为英文和中文")):(this.formError=!0,void(this.formMsg="亲,请输入您的称呼"))},goAnchor:function(){var t=this.$el.querySelector("#linkName");t.focus(),document.documentElement.scrollTop=document.body.scrollTop=0}},components:{Menu:r["a"]}},m=v,f=(a("2f05"),a("17cc")),u=Object(f["a"])(m,i,e,!1,null,"65ae2e90",null);s["default"]=u.exports},"2f05":function(t,s,a){"use strict";var i=a("8f68"),e=a.n(i);e.a},"343f":function(t,s,a){t.exports=a.p+"img/i8.70b9e25c.jpg"},"3b79":function(t,s,a){"use strict";var i=a("673c"),e=a.n(i);e.a},"673c":function(t,s,a){},7272:function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;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("会员中心")])])])}],l={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=l,n=(a("3b79"),a("17cc")),o=Object(n["a"])(c,i,e,!1,null,null,null);s["a"]=o.exports},"8f68":function(t,s,a){},ac21:function(t,s,a){t.exports=a.p+"img/i4.55f3ee7c.png"},e76c:function(t,s,a){t.exports=a.p+"img/i11.3082e241.png"},f21e:function(t,s,a){t.exports=a.p+"img/i6.49d98027.png"},fb95:function(t,s,a){t.exports=a.p+"img/i5.55a2776d.png"}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-73b3e1a8"],{"17fd":function(t,s,a){t.exports=a.p+"img/i7.75862a6c.png"},2500:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"smt boxsiz"},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"head-form boxsiz",class:{"head-form-mt":t.verifyCodeFlag}},[i("div",{staticClass:"inp-wrap boxsiz"},[t._m(0),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.linkName,expression:"form.linkName"}],staticClass:"inp",attrs:{id:"linkName",type:"text",placeholder:""},domProps:{value:t.form.linkName},on:{input:function(s){s.target.composing||t.$set(t.form,"linkName",s.target.value)}}})]),i("div",{staticClass:"inp-wrap boxsiz"},[t._m(1),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.mobile,expression:"form.mobile"}],staticClass:"inp va-m",attrs:{type:"number",placeholder:""},domProps:{value:t.form.mobile},on:{input:function(s){s.target.composing||t.$set(t.form,"mobile",s.target.value)}}})]),t.verifyCodeFlag?i("div",{staticClass:"inp-wrap boxsiz"},[t._m(2),i("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"inp w1 va-m",attrs:{type:"text",placeholder:""},domProps:{value:t.form.verifyCode},on:{input:function(s){s.target.composing||t.$set(t.form,"verifyCode",s.target.value)}}}),i("input",{staticClass:"lineBlock va-m code-text",class:{"code-text-disabled":t.codeactive},attrs:{type:"button",name:"codeButton",value:t.codetext,disabled:t.disabled},on:{click:function(s){return t.getCode()}}})]):t._e(),t.formError?i("b",{staticClass:"error"},[t._v(t._s(t.formMsg))]):t._e(),i("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(s){return t.submit()}}},[t._v("确定提交")])])]),i("div",{staticClass:"section boxsiz",class:{"section-mt":t.verifyCodeFlag}},[i("div",{staticClass:"section-wrap wrap-1 boxsiz"},[t._m(3),i("ul",[i("li",{staticClass:"i1"},[i("p",{staticClass:"t1"},[t._v("不收开机费 工程费")]),i("a",{attrs:{href:"javascript:;"},on:{click:function(s){t.layer_1=!0}}},[t._v("查看详情")])]),i("li",{staticClass:"i2"},[i("p",{staticClass:"t1"},[t._v("一片起贴 可贴散料")]),i("a",{attrs:{href:"javascript:;"},on:{click:function(s){t.layer_2=!0}}},[t._v("查看详情")])])])]),t._m(4),t._m(5),t._m(6),i("div",{staticClass:"section-wrap wrap-5 boxsiz"},[t._m(7),i("ul",{staticClass:"tab"},t._l(t.itemtext,function(s,a){return i("li",{key:a,class:{curr:t.active==a},on:{click:function(s){return t.tab(a,"a")}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isAvisible}},[t._m(8),t._m(9),t._m(10),t._m(11),t._m(12),t._m(13)]),i("ul",{staticClass:"tab-wrap boxsiz",style:{display:t.isBvisible}},[t._m(14),t._m(15),t._m(16),t._m(17),t._m(18)])]),i("div",{staticClass:"section-wrap wrap-6 boxsiz"},[t._m(19),i("div",{staticClass:"text"},[i("div",{staticClass:"pic",on:{click:function(s){t.layer_3=!0}}},[i("img",{attrs:{src:a("343f"),alt:""}})]),t._m(20)])]),i("div",{staticClass:"section-wrap wrap-7 boxsiz"},[t._m(21),i("div",{staticClass:"text"},[i("ul",{staticClass:"tab"},t._l(t.itemtext_1,function(s,a){return i("li",{key:a,class:{curr:t.active_1==a},on:{click:function(s){return t.tab(a,"b")}}},[t._v("\n "+t._s(s)+"\n ")])}),0),i("ul",{staticClass:"tab-wrap",style:{display:t.isCvisible}},[t._m(22)]),i("ul",{staticClass:"tab-wrap",style:{display:t.isDvisible}},[t._m(23)])])])]),i("a",{staticClass:"apply",attrs:{href:"javascript:;"},on:{click:t.goAnchor}},[t._v("立即申请")]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e(),i("Menu",{attrs:{color:t.color}}),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_1,callback:function(s){t.layer_1=s},expression:"layer_1"}},[i("div",{staticClass:"van-dialog__message"},[i("b",{staticClass:"smt-arr"}),i("p",{staticClass:"smt-layer"},[t._v("20种物料1000颗料或2500PIN以内,加工费400元,钢网100元。")])])]),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_2,callback:function(s){t.layer_2=s},expression:"layer_2"}},[i("div",{staticClass:"van-dialog__message"},[i("b",{staticClass:"smt-arr"}),i("p",{staticClass:"smt-layer"},[t._v("40种物料1000颗料或2500PIN以内,24小时加急600元,48小时加急520元,钢网100元。")])])]),i("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.layer_3,callback:function(s){t.layer_3=s},expression:"layer_3"}},[i("div",{staticClass:"van-dialog__message"},[i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("为保障客户产品品质,我司暂不接受外来钢网;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("代开钢网的费用为100元起;需开拼版钢网,请提供拼版文件,费用根据不同的点数重新核定价格;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("钢网默认尺寸为37cm*47cm,其他尺寸需另报价;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("如要寄回钢网须在下单时确认,无特别申明实为不需退还钢网;")])]),i("p",{staticClass:"smt-layer-text"},[i("em",{staticClass:"lineBlock va-t"},[t._v("5、")]),i("span",{staticClass:"lineBlock va-t"},[t._v("客户钢网只保留3个月,3个月后我司自行处理。")])])])])],1)},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",{staticClass:"va-m"},[t._v("*")]),t._v("联系人")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",[t._v("*")]),t._v("联系方式")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("label",{staticClass:"lineBlock va-m"},[a("em",[t._v("*")]),t._v("短信验证")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("打样说明")]),a("span",{staticClass:"va-m t2"},[t._v("打样400元起,12小时加急服务")])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-2 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("价格优势")])]),i("ul",[i("li",[i("img",{attrs:{src:a("ac21"),alt:""}})]),i("li",[i("img",{attrs:{src:a("fb95"),alt:""}})]),i("li",[i("img",{attrs:{src:a("f21e"),alt:""}})])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-3 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("优势说明")])]),i("ul",[i("li",[i("img",{attrs:{src:a("17fd"),alt:""}})])])])},function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"section-wrap wrap-4 boxsiz"},[i("p",{staticClass:"tit boxsiz"},[i("i",{staticClass:"ico-1 lineBlock va-m"}),i("span",{staticClass:"va-m t1"},[t._v("加工能力")])]),i("ul",[i("li",[i("img",{attrs:{src:a("e76c"),alt:""}})])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("用户须知")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("1")]),a("p",{staticClass:"lineBlock va-t"},[t._v("详细,准确的BOM清单,如有变更须在BOM上注明 ( 必须提供);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("2")]),a("p",{staticClass:"lineBlock va-t"},[t._v('"Gerber文件(在猎芯加工PCB无需提供此项),如 需开拼版钢网,请提供拼版文件;')])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("3")]),a("p",{staticClass:"lineBlock va-t"},[t._v("元器件位号图;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("4")]),a("p",{staticClass:"lineBlock va-t"},[t._v("坐标文件;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("5")]),a("p",{staticClass:"lineBlock va-t"},[t._v("PCB文件(如果坐标文件、位号图、Gerber文件客户未能导出的,也可提供PCB文件);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("6")]),a("p",{staticClass:"lineBlock va-t"},[t._v("样板(生产参照用,有条件的可提供)。")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("1")]),a("p",{staticClass:"lineBlock va-t"},[t._v("客户自备物料,对易损耗的物料(样品:阻容件多提供15个样品,批量需要提供1%的备足)需提供少量备足;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("2")]),a("p",{staticClass:"lineBlock va-t"},[t._v('"如少量物料备不齐,暂无需焊接,请列出明细;')])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("3")]),a("p",{staticClass:"lineBlock va-t"},[t._v("有特殊需求,注意事项,请提前说明;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("4")]),a("p",{staticClass:"lineBlock va-t"},[t._v("暂不接受外来的钢网,寄元器件或样板不接受到付;")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("em",{staticClass:"lineBlock va-t"},[t._v("5")]),a("p",{staticClass:"lineBlock va-t"},[t._v("代采购阻容件,需提供完整型号(封装,精度,伏数等),所提供阻容件为‘三星’品牌(客户如要指定品牌,须特别声明);")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("代开钢网")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",[t._v("客户钢网仅保留3个月,3个月后我司自行处理;"),a("br"),t._v("如要寄回钢网须在下单时确认,无特别申明视为不需退还钢网。")])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("p",{staticClass:"tit boxsiz"},[a("i",{staticClass:"ico-1 lineBlock va-m"}),a("span",{staticClass:"va-m t1"},[t._v("服务说明")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("仅对贴装问题进行保修;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("保修时效:发货当天起30天内;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("无法提供上门维修服务;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("负责单程邮费。")])]),a("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),a("p",{staticClass:"t2"},[t._v("\n 联系我们:"),a("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("客户提供的物料不齐,但要求上线生产的,后续不承担补料;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("因来料引起的不良,比如PCB断线,物料假货,物料封装不对等我司不承认任何责任;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("生产过程中出现异常,需要沟通但无法联系到客户相关人员导致无法确认的,有权自行处理;")])]),a("p",{staticClass:"t1"},[a("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),a("span",{staticClass:"va-t lineBlock"},[t._v("因技术资料引起的贴装错误,我司不承担任何责任。")])]),a("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),a("p",{staticClass:"t2"},[t._v("\n 联系我们:"),a("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])}],l=a("3f47"),c=a("6e6d"),n=a("52c1"),o=a("a4c0"),r=a("7272");c["a"].use(o["i"]).use(o["d"]);var v={name:"smt",data:function(){return{color:"#fff",active:0,active_1:0,itemtext:["客户需要提供资料","物料要求"],itemtext_1:["售后服务","免责条款"],isAvisible:"block",isBvisible:"none",isCvisible:"block",isDvisible:"none",formMsg:"",showButton:!1,formError:!1,verifyCodeFlag:!1,codetext:"获取验证码",disabled:!1,codeactive:!1,layer_1:!1,layer_2:!1,layer_3:!1,closeOnClickOverlay:!0,firmNum:0,form:{mobile:"",linkName:"",verifyCode:""}}},computed:Object(l["a"])({},Object(n["b"])({loading:function(t){return t.smt.loading}}),{linkName:function(){return this.form.linkName},mobileVal:function(){return this.form.mobile}}),watch:{linkName:function(t){var s=/^[\u0391-\uFFE5A-Za-z]+$/;s.test(t)?(this.formError=!1,this.formMsg=""):(this.formError=!0,this.formMsg="亲,称呼只能为英文和中文")},mobileVal:function(t){t.length>=11&&(this.verifyCodeFlag=!0,this.formError=!1,this.$store.dispatch({type:"checkAccountExists",account:this.form.mobile}))}},methods:{tab:function(t,s){"a"==s?(this.active=t,this.isAvisible="none",this.isBvisible="none",0==t?this.isAvisible=0==t?"block":"none":1==t&&(this.isBvisible=1==t?"block":"none")):"b"==s&&(this.active_1=t,this.isCvisible="none",this.isDvisible="none",0==t?this.isCvisible=0==t?"block":"none":1==t&&(this.isDvisible=1==t?"block":"none"))},getCode:function(){this.timeNum(),this.$store.dispatch({type:"customSmsVerify",mobile:this.form.mobile})},timeNum:function(){var t=this,s=60;t.disabled=!0,t.codeactive=!0,t.codetext=s+"秒后获取";var a=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(a),t.disabled=!1,t.codeactive=!1,t.codetext="重新获取",s=60)}},submit:function(){var t=/^[\u0391-\uFFE5A-Za-z]+$/,s=/^1[34578]\d{9}$/;return this.form.linkName?t.test(this.form.linkName)?this.form.mobile?s.test(this.form.mobile)?this.form.verifyCode?void this.$store.dispatch({type:"chainFind",types:3,mobile:this.form.mobile,linkName:this.form.linkName,verifyCode:this.form.verifyCode}):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机")):(this.formError=!0,void(this.formMsg="亲,称呼只能为英文和中文")):(this.formError=!0,void(this.formMsg="亲,请输入您的称呼"))},goAnchor:function(){var t=this.$el.querySelector("#linkName");t.focus(),document.documentElement.scrollTop=document.body.scrollTop=0}},components:{Menu:r["a"]}},m=v,f=(a("2f05"),a("17cc")),u=Object(f["a"])(m,i,e,!1,null,"65ae2e90",null);s["default"]=u.exports},"2f05":function(t,s,a){"use strict";var i=a("8f68"),e=a.n(i);e.a},"343f":function(t,s,a){t.exports=a.p+"img/i8.70b9e25c.jpg"},"3b79":function(t,s,a){"use strict";var i=a("673c"),e=a.n(i);e.a},"673c":function(t,s,a){},7272:function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;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("会员中心")])])])}],l={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=l,n=(a("3b79"),a("17cc")),o=Object(n["a"])(c,i,e,!1,null,null,null);s["a"]=o.exports},"8f68":function(t,s,a){},ac21:function(t,s,a){t.exports=a.p+"img/i4.55f3ee7c.png"},e76c:function(t,s,a){t.exports=a.p+"img/i11.3082e241.png"},f21e:function(t,s,a){t.exports=a.p+"img/i6.49d98027.png"},fb95:function(t,s,a){t.exports=a.p+"img/i5.55a2776d.png"}}]);
\ No newline at end of file \ 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("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-7657432f"],{"3b79":function(t,i,a){"use strict";var n=a("673c"),e=a.n(n);e.a},4835: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("div",{staticClass:"exchange"},[a("Header",{attrs:{title:"兑换记录"}}),a("ul",{staticClass:"point-list-head1"},t._l(t.navlist,function(i,n){return a("li",{class:{act:t.prize_type==i.prise_type},on:{click:function(a){return t.tab(i.prise_type)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),a("div",{ref:"pointContent",staticClass:"exchange_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,n){return a("div",{key:n,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",{staticClass:"imgbox"},[a("img",{attrs:{src:i.prize_img_url,alt:i.prize_name}})])]),a("div",{staticClass:"f-l infotext"},[a("div",{staticClass:"boxtextx"},[t._v(t._s(i.prize_name))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.exchange_time)))])]),a("div",{staticClass:"f-r"},[t._v("支出"+t._s(i.prize_use_point)+"积分")])])}),0)],1)])],1)},e=[],s=a("3f47"),o=a("6e6d"),c=a("52c1"),l=a("a4c0"),r=a("57af");o["a"].use(l["g"]);var u={name:"exchange",components:{Header:r["a"]},data:function(){return{page:1,loading:!1,limit:12,flow_type:1,detaillists:[],prize_type:1}},computed:Object(s["a"])({},Object(c["b"])({navlist:function(t){return t.pointmall.navlist},loadStatus:function(t){return t.exchange.loadStatus},finished:function(t){return t.exchange.finished},totalLimit:function(t){return t.exchange.totalLimit},detaillist:function(t){return t.exchange.detaillist}})),created:function(){this.$store.dispatch({type:"getPointPrize"}),this.getData()},watch:{loadStatus:function(t){this.loading=t}},methods:{getData:function(){this.$store.dispatch({type:"getUserPointExchangeList",page:this.page,limit:this.limit,prize_type:this.prize_type})},tab:function(t){if(t!=this.prize_type){this.prize_type=t,this.page=1;var i=this.$refs["pointContent"];i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}}},f=u,p=(a("6c42"),a("17cc")),d=Object(p["a"])(f,n,e,!1,null,"05db62e6",null);i["default"]=d.exports},"57af":function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;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)])},e=[],s=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:s["a"]}},c=o,l=(a("7afb"),a("17cc")),r=Object(l["a"])(c,n,e,!1,null,"3efd14ca",null);i["a"]=r.exports},"673c":function(t,i,a){},"6c42":function(t,i,a){"use strict";var n=a("edab"),e=a.n(n);e.a},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()])])},e=[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("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=s,c=(a("3b79"),a("17cc")),l=Object(c["a"])(o,n,e,!1,null,null,null);i["a"]=l.exports},"7afb":function(t,i,a){"use strict";var n=a("ce61"),e=a.n(n);e.a},ce61:function(t,i,a){},edab:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7b85b420"],{"76dc":function(t,e,a){},a619:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-detail"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"wallet-detail-content"},[a("div",{staticClass:"trade-type",on:{click:t.showPopType}},[t._v(t._s(t.text)+"\n "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"trade-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.dateYear)+"年"+t._s(t.dateMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"trade-detail"},[t.walletListData.length>0?t._l(t.walletListData,function(e,n){return a("li",{key:n},[a("div",{staticClass:"typeIcon"},[a("img",{staticStyle:{width:"25px",height:"25px"},attrs:{src:"static/images/wallet/"+e.log_type+".png",alt:e.log_type_val}})]),a("div",{staticClass:"typeDetail"},[a("span",[t._v(t._s(e.log_type_val))]),a("br"),t._v(t._s(e.create_time))]),a("div",{staticClass:"trade-num"},[t._v(t._s(e.amount_format))])])}):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.typeShow,callback:function(e){t.typeShow=e},expression:"typeShow"}},[a("van-picker",{attrs:{"show-toolbar":"",title:"交易类型",columns:t.columns},on:{cancel:t.onTypeCancel,confirm:t.onTypeConfirm}})],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,function(e,n){return a("li",{key:n,class:{curr:t.active==n},on:{click:function(a){t.onTypeConfirm(e.keyId,n)}}},[t._v(t._s(e.text))])}),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)],1)},s=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],i=(a("27fb"),a("ac74"),a("bd31")),o=a("1cc5"),r=a("52c1"),c=a("57af"),l=a("01c5");o["a"].use(l["e"]).use(l["k"]).use(l["c"]).use(l["j"]).use(l["q"]);var d={name:"walletDetail",data:function(){return{title:"钱包明细",meaushow:!0,dateYear:(new Date).getFullYear(),dateMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",text:"全部交易类型",dialog:!1,active:0,columns:[{keyId:"",text:"全部交易类型"},{keyId:21,text:"订单支付"},{keyId:10,text:"钱包充值"},{keyId:20,text:"钱包提现"},{keyId:12,text:"活动返现"},{keyId:100,text:"余额调整"}]}},computed:Object(i["a"])({},Object(r["b"])({walletListData:function(t){return t.wallet.walletListData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),n=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,function(t){switch(t){case"yyyy":return n(a.getFullYear());case"MM":return n(a.getMonth()+1);case"mm":return n(a.getMinutes());case"dd":return n(a.getDate());case"HH":return n(a.getHours());case"ss":return n(a.getSeconds())}})}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,n=new Date(t.getFullYear(),a,1),s=864e5;return new Date(n-s)}this.$store.dispatch({type:"walletListLog",log_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.dateYear=this.dateYear,this.dateMonth=this.dateMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function e(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dateShow=!1,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:this.typeCheckedkeyId||"",stime:t(this.dateYear,this.dateMonth),etime:e(this.dateYear,this.dateMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),n=new Date(a.getTime());return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}function n(t,e){var a=new Date(t,e,1),n=new Date(a.getTime()-864e5);return n.getFullYear()+"-"+(Number(n.getMonth())+1)+"-"+n.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.dateYear=this.updateYear||this.dateYear,this.dateMonth=this.updateMonth||this.dateMonth,this.$store.dispatch({type:"walletListLog",log_type:t,stime:a(this.dateYear,this.dateMonth),etime:n(this.dateYear,this.dateMonth)})},onTypeCancel:function(){this.typeShow=!1}},components:{Header:c["a"]}},h=d,u=(a("c294"),a("fc05")),p=Object(u["a"])(h,n,s,!1,null,"f0be95a0",null);e["default"]=p.exports},c294:function(t,e,a){"use strict";var n=a("76dc"),s=a.n(n);s.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7c4cabd6"],{"3b79":function(t,a,i){"use strict";var s=i("673c"),e=i.n(s);e.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)])},e=[],n=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:n["a"]}},l=c,o=(i("7afb"),i("17cc")),r=Object(o["a"])(l,s,e,!1,null,"3efd14ca",null);a["a"]=r.exports},"673c":function(t,a,i){},"722b":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()])])},e=[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("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=n,l=(i("3b79"),i("17cc")),o=Object(l["a"])(c,s,e,!1,null,null,null);a["a"]=o.exports},"7afb":function(t,a,i){"use strict";var s=i("ce61"),e=i.n(s);e.a},"93db":function(t,a,i){"use strict";var s=i("722b"),e=i.n(s);e.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)},e=[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("猎芯网")])])}],n=i("3f47"),c=i("6e6d"),l=i("52c1"),o=i("a4c0"),r=i("57af");c["a"].use(o["g"]);var u={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(n["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"]}},f=u,d=(i("93db"),i("17cc")),h=Object(d["a"])(f,s,e,!1,null,"2cd2f384",null);a["default"]=h.exports},ce61: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-7ca9eb7d"],{"3b79":function(t,i,n){"use strict";var s=n("db41"),a=n.n(s);a.a},"57af":function(t,i,n){"use strict";var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;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)])},a=[],e=n("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:e["a"]}},c=o,r=(n("7afb"),n("fc05")),l=Object(r["a"])(c,s,a,!1,null,"3efd14ca",null);i["a"]=l.exports},"62ad":function(t,i,n){},7272:function(t,i,n){"use strict";var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",[t.flag?n("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),n("div",{staticClass:"menu clr"},[n("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?n("div",[n("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,i=t.$createElement,n=t._self._c||i;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("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=e,c=(n("3b79"),n("fc05")),r=Object(c["a"])(o,s,a,!1,null,null,null);i["a"]=r.exports},"7afb":function(t,i,n){"use strict";var s=n("62ad"),a=n.n(s);a.a},"96e0":function(t,i,n){},b2aa:function(t,i,n){"use strict";var s=n("96e0"),a=n.n(s);a.a},c46d:function(t,i,n){"use strict";n.r(i);var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"pointmall"},[n("Header",{attrs:{title:t.title}}),n("div",{staticClass:"point-mall-head"},[n("div",{staticClass:"point-head-top clr"},[t._m(0),t.isLogin?t._e():n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name point-info-namep"},[n("a",{attrs:{href:t.loginUrl}},[t._v("立即登录")])])]),t.isLogin?n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name"},[t._v(t._s(t.userInfo.user_name||t.userInfo.mobile||t.userInfo.email))]),n("div",{staticClass:"point-info-phone"},[t._v(t._s(t.userInfo.mobile))])]):t._e(),n("div",{staticClass:"point-qian fr"},[n("div",{staticClass:"qian-btn fr",class:{dis:t.isSignInToday},on:{click:function(i){t.qiandao()}}},[n("i",{staticClass:"icon iconfont icon-qiandao"}),n("font",[t.isSignInToday?[t._v("已")]:t._e(),t._v("签到")],2)],1),t.isLogin?[n("div",{staticClass:"current-point fr"},[t._v("当前积分: "),n("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]:[n("div",{staticClass:"current-point fr"},[t._v("登录后查看积分")])]],2)]),n("div",{staticClass:"point-head-bottom clr"},[n("div",{staticClass:"fl add-points points-bt",on:{click:function(i){t.zhuanjifen()}}},[t._m(1),n("div",[t._v("赚取积分")])]),t._m(2),t._m(3)])]),n("div",{staticClass:"point-line"}),n("div",{staticClass:"point-mall-section"},[t._m(4),n("ul",{staticClass:"point-list-nav"},t._l(t.navlist,function(i,s){return n("li",{class:{act:t.act==s},on:{click:function(i){t.tab(s)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),n("div",{staticClass:"data-points"},[t._l(t.navlist,function(i,s){return[n("div",{directives:[{name:"show",rawName:"v-show",value:s==t.act,expression:"index==act"}],staticClass:"data-box-point clr"},[t._l(t.listdata,function(s,a){return[i.prise_type==s.prize_type?n("div",{staticClass:"box-group fl"},[n("div",{staticClass:"point-group-top"},[n("img",{attrs:{src:s.prize_img_url,alt:s.prize_desc}})]),n("div",{staticClass:"prize-name"},[t._v(t._s(s.prize_name)+" ")]),n("div",{staticClass:"points-nees"},[t._v("需"+t._s(s.prize_point)+"积分")]),n("a",{staticClass:"change-btn",on:{click:function(i){t.changePrize(s.point_prize_id,s.prize_point,s.prize_name)}}},[t._v("兑换")])]):t._e()]})],2)]})],2)]),n("div",{directives:[{name:"show",rawName:"v-show",value:t.addPointState,expression:"addPointState"}],staticClass:"add-points-mask"},[n("div",{staticClass:"add-points-content"},[n("i",{staticClass:"icon iconfont icon-guanbi close-point",on:{click:function(i){t.addPointState=!t.addPointState}}}),n("div",{staticClass:"infobox clear"},[n("div",{staticClass:"infoboxh infoboxe clear"},[t._m(5),t.checkInfoState?[n("a",{staticClass:"fr dis",attrs:{href:"javascript:void(0)"}},[t._v("已完善")])]:[n("a",{staticClass:"fr",attrs:{href:"/v3/user/account"}},[t._v("去完善")])]],2),t._m(6)])])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl imgboxp"},[n("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/headimg/boy1.png",alt:"猎芯网"}})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-zhuanqujifen"})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl points-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/point"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-jifenmingxi"})]),n("div",[t._v("积分明细")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl change-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/exchange"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-duihuanjilu"})]),n("div",[t._v("兑换记录")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"point-section-title clr"},[n("div",{staticClass:"fl"},[t._v("积分兑换")]),n("a",{staticClass:"fr",attrs:{href:"/h5/view/#/pointrule"}},[t._v("积分规则>")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl"},[n("p",[t._v("完善基本信息")]),n("span",[t._v("每项领取40积分")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"infoboxh infoboxf clear"},[n("div",{staticClass:"fl"},[n("p",[t._v("支付订单")]),n("span",[t._v("交易成功后,联营订单金额1元获得1个积分,自营订单金额1元获得2个积分")])]),n("a",{staticClass:"fr",attrs:{href:"/"}},[t._v("去下单")])])}],e=(n("27fb"),n("bd31")),o=n("1cc5"),c=n("52c1"),r=n("01c5"),l=n("57af"),f=n("4260");o["a"].use(r["q"]).use(r["h"]).use(r["d"]);var u={name:"Pointmall",computed:Object(e["a"])({},Object(c["b"])({loading:function(t){return t.pointmall.loading},userInfo:function(t){return t.pointmall.userInfo},getUserCurrentPoint:function(t){return t.pointmall.getUserCurrentPoint},isSignInToday:function(t){return t.pointmall.isSignInToday},isSignInTodayStateGo:function(t){return t.pointmall.isSignInTodayStateGo},checkInfoState:function(t){return t.pointmall.checkInfoState},navlist:function(t){return t.pointmall.navlist},listdata:function(t){return t.pointmall.listdata}})),data:function(){return{loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),title:"积分商城",act:0,addPointState:!1,isLogingo:1==f["a"].isLogin(),isLogin:!!f["a"].isLogin()}},created:function(){this.loginstate()},methods:{loginstate:function(){this.$store.dispatch({type:"getPointPrize"}),this.isLogin&&(this.check(),this.$store.dispatch({type:"getUserCurrentPoint"}),this.$store.dispatch({type:"isSignInToday"}))},tab:function(t){this.act!=t&&(this.act=t)},check:function(){this.$store.dispatch({type:"loginCheckp"})},qiandao:function(){this.isSignInToday||(this.isLogingo?this.$store.dispatch({type:"signIn"}):window.location.href=this.loginUrl)},zhuanjifen:function(){1==f["a"].isLogin()?(this.addPointState=!0,this.$store.dispatch({type:"checkMktScore"})):window.location.href=this.loginUrl},changePrize:function(t,i,n){var s=this;if(this.isLogingo){if(0==this.getUserCurrentPoint)return void Object(r["q"])({message:"当前没有积分噢",duration:3e3});if(this.getUserCurrentPoint<Number(i))return void r["d"].confirm({title:"温馨提示",message:"您当前拥有"+this.getUserCurrentPoint+"积分,还差"+(Number(i)-this.getUserCurrentPoint)+"积分可以兑换此奖品,立即去赚取积分吧",confirmButtonText:"赚取积分"}).then(function(){s.zhuanjifen()}).catch(function(){});r["d"].confirm({title:"温馨提示",message:"你确定要以"+i+"积分兑换"+n+"吗?"}).then(function(){s.$store.dispatch({type:"exchangePrize",point_prize_id:t})}).catch(function(){})}else window.location.href=this.loginUrl}},watch:{isSignInTodayStateGo:function(t){t&&this.$store.dispatch({type:"getUserCurrentPoint"})}},components:{Header:l["a"]}},d=u,p=(n("b2aa"),n("fc05")),v=Object(p["a"])(d,s,a,!1,null,"0f79c054",null);i["default"]=v.exports},db41:function(t,i,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7ca9fe78"],{"3b79":function(t,i,n){"use strict";var a=n("673c"),s=n.n(a);s.a},"3ef0":function(t,i,n){},"47d3":function(t,i,n){},"57af":function(t,i,n){"use strict";var a=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("section",{staticClass:"head-dom"},[n("div",{staticClass:"header-page clr"},[n("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),t.inputShow?n("div",{staticClass:"search"},[n("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),n("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):n("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?n("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=n("7272"),o=n("a4c0"),c={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":o["e"],"van-icon":o["f"],Menu:e["a"]}},r=c,l=(n("c4ad"),n("17cc")),f=Object(l["a"])(r,a,s,!1,null,"87442ebc",null);i["a"]=f.exports},"673c":function(t,i,n){},7272:function(t,i,n){"use strict";var a=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",[t.flag?n("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),n("div",{staticClass:"menu clr"},[n("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?n("div",[n("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,i=t.$createElement,n=t._self._c||i;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("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=e,c=(n("3b79"),n("17cc")),r=Object(c["a"])(o,a,s,!1,null,null,null);i["a"]=r.exports},b2aa:function(t,i,n){"use strict";var a=n("3ef0"),s=n.n(a);s.a},c46d:function(t,i,n){"use strict";n.r(i);var a=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"pointmall"},[n("Header",{attrs:{title:t.title}}),n("div",{staticClass:"point-mall-head"},[n("div",{staticClass:"point-head-top clr"},[t._m(0),t.isLogin?t._e():n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name point-info-namep"},[n("a",{attrs:{href:t.loginUrl}},[t._v("立即登录")])])]),t.isLogin?n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name"},[t._v(t._s(t.userInfo.user_name||t.userInfo.mobile||t.userInfo.email))]),n("div",{staticClass:"point-info-phone"},[t._v(t._s(t.userInfo.mobile))])]):t._e(),n("div",{staticClass:"point-qian fr"},[n("div",{staticClass:"qian-btn fr",class:{dis:t.isSignInToday},on:{click:function(i){return t.qiandao()}}},[n("i",{staticClass:"icon iconfont icon-qiandao"}),n("font",[t.isSignInToday?[t._v("已")]:t._e(),t._v("签到")],2)],1),t.isLogin?[n("div",{staticClass:"current-point fr"},[t._v("当前积分: "),n("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]:[n("div",{staticClass:"current-point fr"},[t._v("登录后查看积分")])]],2)]),n("div",{staticClass:"point-head-bottom clr"},[n("div",{staticClass:"fl add-points points-bt",on:{click:function(i){return t.zhuanjifen()}}},[t._m(1),n("div",[t._v("赚取积分")])]),t._m(2),t._m(3)])]),n("div",{staticClass:"point-line"}),n("div",{staticClass:"point-mall-section"},[t._m(4),n("ul",{staticClass:"point-list-nav"},t._l(t.navlist,function(i,a){return n("li",{class:{act:t.act==a},on:{click:function(i){return t.tab(a)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),n("div",{staticClass:"data-points"},[t._l(t.navlist,function(i,a){return[n("div",{directives:[{name:"show",rawName:"v-show",value:a==t.act,expression:"index==act"}],staticClass:"data-box-point clr"},[t._l(t.listdata,function(a,s){return[i.prise_type==a.prize_type?n("div",{staticClass:"box-group fl"},[n("div",{staticClass:"point-group-top"},[n("img",{attrs:{src:a.prize_img_url,alt:a.prize_desc}})]),n("div",{staticClass:"prize-name"},[t._v(t._s(a.prize_name)+" ")]),n("div",{staticClass:"points-nees"},[t._v("需"+t._s(a.prize_point)+"积分")]),n("a",{staticClass:"change-btn",on:{click:function(i){return t.changePrize(a.point_prize_id,a.prize_point,a.prize_name)}}},[t._v("兑换")])]):t._e()]})],2)]})],2)]),n("div",{directives:[{name:"show",rawName:"v-show",value:t.addPointState,expression:"addPointState"}],staticClass:"add-points-mask"},[n("div",{staticClass:"add-points-content"},[n("i",{staticClass:"icon iconfont icon-guanbi close-point",on:{click:function(i){t.addPointState=!t.addPointState}}}),n("div",{staticClass:"infobox clear"},[n("div",{staticClass:"infoboxh infoboxe clear"},[t._m(5),t.checkInfoState?[n("a",{staticClass:"fr dis",attrs:{href:"javascript:void(0)"}},[t._v("已完善")])]:[n("a",{staticClass:"fr",attrs:{href:"/v3/user/account"}},[t._v("去完善")])]],2),t._m(6)])])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},s=[function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl imgboxp"},[n("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/headimg/boy1.png",alt:"猎芯网"}})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-zhuanqujifen"})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl points-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/point"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-jifenmingxi"})]),n("div",[t._v("积分明细")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl change-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/exchange"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-duihuanjilu"})]),n("div",[t._v("兑换记录")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"point-section-title clr"},[n("div",{staticClass:"fl"},[t._v("积分兑换")]),n("a",{staticClass:"fr",attrs:{href:"/h5/view/#/pointrule"}},[t._v("积分规则>")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl"},[n("p",[t._v("完善基本信息")]),n("span",[t._v("每项领取40积分")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"infoboxh infoboxf clear"},[n("div",{staticClass:"fl"},[n("p",[t._v("支付订单")]),n("span",[t._v("交易成功后,联营订单金额1元获得1个积分,自营订单金额1元获得2个积分")])]),n("a",{staticClass:"fr",attrs:{href:"/"}},[t._v("去下单")])])}],e=(n("b06f"),n("3f47")),o=n("6e6d"),c=n("52c1"),r=n("a4c0"),l=n("57af"),f=n("4260");o["a"].use(r["r"]).use(r["i"]).use(r["d"]);var u={name:"Pointmall",computed:Object(e["a"])({},Object(c["b"])({loading:function(t){return t.pointmall.loading},userInfo:function(t){return t.pointmall.userInfo},getUserCurrentPoint:function(t){return t.pointmall.getUserCurrentPoint},isSignInToday:function(t){return t.pointmall.isSignInToday},isSignInTodayStateGo:function(t){return t.pointmall.isSignInTodayStateGo},checkInfoState:function(t){return t.pointmall.checkInfoState},navlist:function(t){return t.pointmall.navlist},listdata:function(t){return t.pointmall.listdata}})),data:function(){return{loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),title:"积分商城",act:0,addPointState:!1,isLogingo:1==f["a"].isLogin(),isLogin:!!f["a"].isLogin()}},created:function(){this.loginstate()},methods:{loginstate:function(){this.$store.dispatch({type:"getPointPrize"}),this.isLogin&&(this.check(),this.$store.dispatch({type:"getUserCurrentPoint"}),this.$store.dispatch({type:"isSignInToday"}))},tab:function(t){this.act!=t&&(this.act=t)},check:function(){this.$store.dispatch({type:"loginCheckp"})},qiandao:function(){this.isSignInToday||(this.isLogingo?this.$store.dispatch({type:"signIn"}):window.location.href=this.loginUrl)},zhuanjifen:function(){1==f["a"].isLogin()?(this.addPointState=!0,this.$store.dispatch({type:"checkMktScore"})):window.location.href=this.loginUrl},changePrize:function(t,i,n){var a=this;if(this.isLogingo){if(0==this.getUserCurrentPoint)return void Object(r["r"])({message:"当前没有积分噢",duration:3e3});if(this.getUserCurrentPoint<Number(i))return void r["d"].confirm({title:"温馨提示",message:"您当前拥有"+this.getUserCurrentPoint+"积分,还差"+(Number(i)-this.getUserCurrentPoint)+"积分可以兑换此奖品,立即去赚取积分吧",confirmButtonText:"赚取积分"}).then(function(){a.zhuanjifen()}).catch(function(){});r["d"].confirm({title:"温馨提示",message:"你确定要以"+i+"积分兑换"+n+"吗?"}).then(function(){a.$store.dispatch({type:"exchangePrize",point_prize_id:t})}).catch(function(){})}else window.location.href=this.loginUrl}},watch:{isSignInTodayStateGo:function(t){t&&this.$store.dispatch({type:"getUserCurrentPoint"})}},components:{Header:l["a"]}},d=u,p=(n("b2aa"),n("17cc")),v=Object(p["a"])(d,a,s,!1,null,"0f79c054",null);i["default"]=v.exports},c4ad:function(t,i,n){"use strict";var a=n("47d3"),s=n.n(a);s.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7f31d2db"],{"0573":function(t,a,e){},2458:function(t,a,e){"use strict";var l=e("0573"),s=e.n(l);s.a},e175:function(t,a,e){"use strict";e.r(a);var l=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("section",{staticClass:"wallet-status"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),t.walletInfoData.wallet_freeze_format?e("div",{staticClass:"status-content"},[e("ul",{staticClass:"form-wrap"},[e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("冻结余额")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"¥0.00"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.wallet_freeze_format}}),"¥0.00"!==t.walletInfoData.wallet_freeze_format?e("van-icon",{staticClass:"tips va-m",attrs:{name:"warning-o",size:"22px",color:"#f00"},on:{click:t.dialogTips}}):t._e()],1),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("钱包状态")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}})]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("支付密码")]),1!==t.walletInfoData.wallet_status?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未启用"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"已启用"}}),1==t.walletInfoData.wallet_status?e("span",{staticClass:"forget-password va-m",on:{click:t.forgetPassword}},[t._v("忘记密码")]):t._e()]),e("li",{staticClass:"inp-wrap"},[e("label",{staticClass:"lineBlock va-m"},[t._v("我的银行卡")]),null==t.walletInfoData.bank_name?e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text",value:"未绑定"}}):e("input",{staticClass:"va-m inp",attrs:{readonly:"readonly",type:"text"},domProps:{value:t.walletInfoData.bank_name}}),null==t.walletInfoData.bank_name?e("span",{staticClass:"bind-bank va-m",on:{click:t.bindBank}},[t._v("绑卡")]):t._e()])]),1!==t.walletInfoData.wallet_status?e("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:t.submit}},[t._v("激活")]):t._e()]):t._e()],1)},s=[],n=e("bd31"),i=e("1cc5"),o=e("52c1"),r=e("57af"),c=e("01c5");i["a"].use(c["e"]).use(c["d"]);var p={name:"walletStatus",data:function(){return{title:"钱包状态",meaushow:!0}},computed:Object(n["a"])({},Object(o["b"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{dialogTips:function(){c["d"].alert({message:'<p style="font-size:16px;">您的'+this.walletInfoData.wallet_freeze_format+'元正在提现中,</p><p style="font-size:16px;">预计1个工作日后到账,</p><p style="font-size:16px;">节假日顺延,请耐心等候。</p>'}).then(function(){})},submit:function(){this.$router.push({path:"/wallet/activate"})},forgetPassword:function(){this.$router.push({path:"/wallet/retrieve"})},bindBank:function(){this.$router.push({path:"/wallet/verify"})}},components:{Header:r["a"]}},u=p,f=(e("2458"),e("fc05")),w=Object(f["a"])(u,l,s,!1,null,"ca2b3382",null);a["default"]=w.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8aab87ce"],{"2d18":function(t,e,a){"use strict";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-record"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"record-content"},[a("div",{staticClass:"record-type",on:{click:t.showPopType}},[t._v(t._s(t.text)),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"record-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.recordYear)+"年"+t._s(t.recordMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"record-detail"},[t.walletRecordData.length>0?t._l(t.walletRecordData,function(e,r){return a("li",{key:r},[a("div",{staticClass:"record-item"},[a("span",[t._v(t._s(1==e.wallet_type?"钱包充值":"钱包提现"))]),a("br"),t._v(t._s(e.create_time))]),2==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"withdrawText"},[t._v("提现中")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e(),1==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"rechargeBtn",on:{click:function(a){return t.detail(e.amount)}}},[t._v("待支付")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e()])}):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1)],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,function(e,r){return a("li",{key:r,class:{curr:t.active==r},on:{click:function(a){return t.onTypeConfirm(e.keyId,r)}}},[t._v(t._s(e.text))])}),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],s=(a("b06f"),a("f91a"),a("3f47")),o=a("6e6d"),c=a("52c1"),i=a("57af"),l=a("a4c0");o["a"].use(l["e"]).use(l["k"]).use(l["c"]).use(l["j"]).use(l["q"]);var d={name:"walletRecord",data:function(){return{title:"充值提现记录",text:"全部",meaushow:!0,recordYear:(new Date).getFullYear(),recordMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",dialog:!1,active:0,columns:[{keyId:"",text:"全部"},{keyId:1,text:"钱包充值"},{keyId:2,text:"钱包提现"}]}},computed:Object(s["a"])({},Object(c["b"])({walletRecordData:function(t){return t.wallet.walletRecordData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),r=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,function(t){switch(t){case"yyyy":return r(a.getFullYear());case"MM":return r(a.getMonth()+1);case"mm":return r(a.getMinutes());case"dd":return r(a.getDate());case"HH":return r(a.getHours());case"ss":return r(a.getSeconds())}})}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,r=new Date(t.getFullYear(),a,1),n=864e5;return new Date(r-n)}this.$store.dispatch({type:"walletRecordList",wallet_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.recordYear=this.recordYear,this.recordMonth=this.recordMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),r=new Date(a.getTime());return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}function e(t,e){var a=new Date(t,e,1),r=new Date(a.getTime()-864e5);return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}this.dateShow=!1,this.recordYear=this.updateYear||this.recordYear,this.recordMonth=this.updateMonth||this.recordMonth,this.$store.dispatch({type:"walletRecordList",wallet_type:this.typeCheckedkeyId||"",stime:t(this.recordYear,this.recordMonth),etime:e(this.recordYear,this.recordMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),r=new Date(a.getTime());return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}function r(t,e){var a=new Date(t,e,1),r=new Date(a.getTime()-864e5);return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.recordYear=this.updateYear||this.recordYear,this.recordMonth=this.updateMonth||this.recordMonth,this.$store.dispatch({type:"walletRecordList",wallet_type:t,stime:a(this.recordYear,this.recordMonth),etime:r(this.recordYear,this.recordMonth)})},onTypeCancel:function(){this.typeShow=!1},detail:function(t){this.$router.push({path:"/wallet/recharge",query:{amount:t}})}},components:{Header:i["a"]}},u=d,h=(a("43bf"),a("17cc")),p=Object(h["a"])(u,r,n,!1,null,"381dfcc0",null);e["default"]=p.exports},"43bf":function(t,e,a){"use strict";var r=a("55f2"),n=a.n(r);n.a},"55f2":function(t,e,a){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8aab87ce"],{"2d18":function(t,e,a){"use strict";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"wallet-record"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"record-content"},[a("div",{staticClass:"record-type",on:{click:t.showPopType}},[t._v(t._s(t.text)),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px","margin-left":"5px"},attrs:{name:"arrow-down"}})],1),a("div",{staticClass:"record-date"},[a("span",{on:{click:t.showPopDate}},[t._v(t._s(t.recordYear)+"年"+t._s(t.recordMonth)+"月 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"16px"},attrs:{name:"arrow-down"}})],1)]),a("ul",{staticClass:"record-detail"},[t.walletRecordData.length>0?t._l(t.walletRecordData,function(e,r){return a("li",{key:r},[a("div",{staticClass:"record-item"},[a("span",[t._v(t._s(1==e.wallet_type?"钱包充值":"钱包提现"))]),a("br"),t._v(t._s(e.create_time))]),2==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"withdrawText"},[t._v("提现中")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e(),1==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"rechargeBtn",on:{click:function(a){return t.detail(e.amount)}}},[t._v("待支付")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e()])}):[t._m(0)]],2),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.dateShow,callback:function(e){t.dateShow=e},expression:"dateShow"}},[a("van-datetime-picker",{attrs:{type:"year-month",formatter:t.formatter},on:{cancel:t.onDateCancel,confirm:t.onDateConfirm,change:t.dateChange},model:{value:t.currentDate,callback:function(e){t.currentDate=e},expression:"currentDate"}})],1)],1),t.dialog?a("div",{staticClass:"dialog-layer-shade"},[a("div",{staticClass:"dialog-layer"},[a("p",{staticClass:"tit"},[t._v("交易类型")]),a("ul",{staticClass:"tab boxsiz"},t._l(t.columns,function(e,r){return a("li",{key:r,class:{curr:t.active==r},on:{click:function(a){return t.onTypeConfirm(e.keyId,r)}}},[t._v(t._s(e.text))])}),0),a("a",{staticClass:"btn",attrs:{href:"javascript:;"},on:{click:function(e){t.dialog=!1}}},[t._v("取消")])])]):t._e()],1)},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"iconfont icon-zanwushuju",staticStyle:{color:"#999",margin:"0 auto",display:"block","text-align":"center","font-size":"90px","padding-top":"60px"}}),a("p",{staticStyle:{color:"#333",width:"80%",margin:"0 auto","font-size":"13px","margin-top":"28px"}},[t._v("您的钱包当前还没有记录哦,去看看商品吧~ "),a("a",{staticStyle:{color:"#1080d0"},attrs:{href:"/v3/s"}},[t._v("去搜索")])])])}],s=(a("b06f"),a("f91a"),a("3f47")),o=a("6e6d"),c=a("52c1"),i=a("57af"),l=a("a4c0");o["a"].use(l["f"]).use(l["l"]).use(l["c"]).use(l["k"]).use(l["r"]);var d={name:"walletRecord",data:function(){return{title:"充值提现记录",text:"全部",meaushow:!0,recordYear:(new Date).getFullYear(),recordMonth:(new Date).getMonth()+1<10?"0"+((new Date).getMonth()+1):(new Date).getMonth()+1,updateYear:"",updateMonth:"",dateShow:!1,typeShow:!1,currentDate:new Date,typeCheckedkeyId:"",typeCheckedText:"",dialog:!1,active:0,columns:[{keyId:"",text:"全部"},{keyId:1,text:"钱包充值"},{keyId:2,text:"钱包提现"}]}},computed:Object(s["a"])({},Object(c["b"])({walletRecordData:function(t){return t.wallet.walletRecordData}})),watch:{},created:function(){function t(t,e){var a=new Date(t),r=function(t){return(t<10?"0":"")+t};return e.replace(/yyyy|MM|dd|HH|mm|ss/g,function(t){switch(t){case"yyyy":return r(a.getFullYear());case"MM":return r(a.getMonth()+1);case"mm":return r(a.getMinutes());case"dd":return r(a.getDate());case"HH":return r(a.getHours());case"ss":return r(a.getSeconds())}})}function e(){var t=new Date;return t.setDate(1),t}function a(){var t=new Date,e=t.getMonth(),a=++e,r=new Date(t.getFullYear(),a,1),n=864e5;return new Date(r-n)}this.$store.dispatch({type:"walletRecordList",wallet_type:"",stime:t(e(),"yyyy-MM-dd"),etime:t(a(),"yyyy-MM-dd")})},methods:{showPopDate:function(){this.dateShow?this.dateShow=!1:this.dateShow=!0},showPopType:function(){this.dialog=!this.dialog},formatter:function(t,e){return"year"===t?"".concat(e):"month"===t?"".concat(e):e},dateChange:function(t){this.updateYear=t.getValues()[0],this.updateMonth=t.getValues()[1]},onDateCancel:function(){this.dateShow=!1,this.recordYear=this.recordYear,this.recordMonth=this.recordMonth},onDateConfirm:function(){function t(t,e){var a=new Date(t,e-1,1),r=new Date(a.getTime());return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}function e(t,e){var a=new Date(t,e,1),r=new Date(a.getTime()-864e5);return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}this.dateShow=!1,this.recordYear=this.updateYear||this.recordYear,this.recordMonth=this.updateMonth||this.recordMonth,this.$store.dispatch({type:"walletRecordList",wallet_type:this.typeCheckedkeyId||"",stime:t(this.recordYear,this.recordMonth),etime:e(this.recordYear,this.recordMonth)})},onTypeConfirm:function(t,e){function a(t,e){var a=new Date(t,e-1,1),r=new Date(a.getTime());return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}function r(t,e){var a=new Date(t,e,1),r=new Date(a.getTime()-864e5);return r.getFullYear()+"-"+(Number(r.getMonth())+1)+"-"+r.getDate()}this.dialog=!1,this.active=e,this.text=this.columns[e].text,this.typeCheckedkeyId=t,this.recordYear=this.updateYear||this.recordYear,this.recordMonth=this.updateMonth||this.recordMonth,this.$store.dispatch({type:"walletRecordList",wallet_type:t,stime:a(this.recordYear,this.recordMonth),etime:r(this.recordYear,this.recordMonth)})},onTypeCancel:function(){this.typeShow=!1},detail:function(t){this.$router.push({path:"/wallet/recharge",query:{amount:t}})}},components:{Header:i["a"]}},u=d,h=(a("43bf"),a("17cc")),p=Object(h["a"])(u,r,n,!1,null,"381dfcc0",null);e["default"]=p.exports},"43bf":function(t,e,a){"use strict";var r=a("55f2"),n=a.n(r);n.a},"55f2":function(t,e,a){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8ce0ddd0"],{"0218":function(t,s,a){"use strict";var i=a("f283"),e=a.n(i);e.a},"266c":function(t,s,a){t.exports=a.p+"img/logo.77238714.png"},"3d12":function(t,s,a){t.exports=a.p+"img/banner.712c55b3.png"},"5c8d":function(t,s,a){},"7e33":function(t,s,a){"use strict";var i=a("5c8d"),e=a.n(i);e.a},"7f1b":function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("section",[a("div",{staticClass:"slide-bar"},[t.kefuishow?a("div",{staticClass:"customer-service",on:{click:t.recordFn}},[a("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]:[a("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),a("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[a("div",{staticClass:"van-dialog__message"},[a("div",{staticClass:"kefu"},[a("p",{staticClass:"t0"},[a("i",{staticClass:"iconfont icon-kefu"})]),a("p",{staticClass:"t1"},[a("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),a("p",{staticClass:"t2"},[a("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[a("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},e=[],n=a("52c1"),o=a("6e6d"),c=a("a4c0");o["a"].use(c["d"]);var l={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(n["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},r=l,p=a("17cc"),d=Object(p["a"])(r,i,e,!1,null,null,null);s["a"]=d.exports},9553:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"main-interface boxsiz"},[i("div",{staticClass:"container-wrap boxsiz"},[i("van-pull-refresh",{on:{refresh:t.onRefresh},model:{value:t.isLoading,callback:function(s){t.isLoading=s},expression:"isLoading"}},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"banner boxsiz"},[i("Slide",{attrs:{slidedata:t.index.rollbanner}})],1),i("div",{staticClass:"login-wrap"},[t.loginCheck?[i("a",{staticClass:"person-btn",attrs:{href:"/v3/user?ptag=index-topnav"},on:{click:function(s){return t.recordFn("member")}}},[i("i")])]:[i("a",{staticClass:"btn",attrs:{href:"/v3/login?ptag=index-topnav"},on:{click:function(s){return t.recordFn("login")}}},[t._v("登录")])]],2),i("div",{staticClass:"search boxsiz"},[i("div",{staticClass:"search-wrap boxsiz"},[i("div",{staticClass:"pic"},[i("img",{staticClass:"logo",attrs:{src:a("266c"),alt:""}})]),i("div",{staticClass:"inp boxsiz"},[i("i"),i("input",{staticClass:"boxsiz",attrs:{type:"text",placeholder:"请输入元器件型号、参数"},on:{focus:t.jump}})])])])]),t.index.lx_activity?i("div",{staticClass:"notice boxsiz"},[i("span",[t._v("猎芯活动")]),i("i",{staticClass:"lineBlock va-m"}),i("div",{staticClass:"notice-contant boxsiz"},[i("van-swipe",{attrs:{vertical:"","show-indicators":!1,height:t.height,autoplay:3e3}},t._l(t.index.lx_activity,function(s,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:t._f("urlParams")(s.url)}},[t._v(t._s(s.title))])])}),1)],1),i("a",{staticClass:"more",attrs:{href:"/news?cat_id=20&ptag=index-dynamic"}},[t._v("更多")])]):t._e(),i("div",{staticClass:"tab-content boxsiz"},[i("ul",{staticClass:"boxsiz"},t._l(t.index.business_entry,function(s,a){return i("li",[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-path"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-path"+(1*a+1))}}},[i("img",{attrs:{src:s.images,alt:""}}),i("p",[t._v(t._s(s.title))])])])}),0)]),t.index.template?i("div",{staticClass:"content boxsiz"},[t._l(t.index.template,function(s,a){return["temp5"==s.class?[i("div",{staticClass:"selfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.tempGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{ selector: 'img' }"}],staticClass:"boxsiz",attrs:{href:"/item/"+s.goods_id+".html?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[1==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("抢购")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:2==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("抢购")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:3==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("优惠")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price))])])])]],2)])}),0)])]:"temp4"==s.class?[i("div",{staticClass:"lxshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.brandImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("div",{staticClass:"pic"},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.images,expression:"v.images"}],attrs:{alt:s.title}})])])])}),0)])]:"temp6"==s.class?[i("div",{staticClass:"jfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.pointGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/v3/pointmall?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("div",{staticClass:"pic"},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.prize_img_url,expression:"v.prize_img_url"}],attrs:{alt:s.prize_name}})]),i("p",{staticClass:"t1"},[t._v(t._s(s.prize_name))]),i("p",{staticClass:"t2"},[i("i",{staticClass:"va-m lineBlock"}),i("em",[t._v(t._s(s.prize_point))])])])])}),0)])]:"temp7"==s.class?[i("div",{staticClass:"pcb boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.tempImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.images,expression:"v.images"}],attrs:{alt:s.title}})])])}),0)])]:t._e()]}),t.index.footer_new_article?i("div",{staticClass:"news boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v("资讯中心")])]),i("a",{staticClass:"r",attrs:{href:"/news?cat_id=11&ptag="+t.ptag+"-dynamic"},on:{click:function(s){return t.recordFloorFn(t.ptag+"-dynamic")}}},[i("span",{staticClass:"va-m"},[t._v("更多")]),i("i",{staticClass:"lineBlock va-m"})])]),i("ul",{staticClass:"list boxsiz"},t._l(t.index.footer_new_article,function(s){return i("li",{key:s.art_id,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/article/"+s.art_id+".html?ptag="+t.ptag+"-dynamic"},on:{click:function(s){return t.recordFloorFn(t.ptag+"-dynamic")}}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}],staticClass:"pic"},[i("img",{attrs:{"data-src":s.litpic,title:"猎芯网",alt:"猎芯网","data-error":"static/images/news.png"}})]),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[t._v(t._s(s.title_seo))]),i("div",{staticClass:"t2"},[i("span",[t._v("来源:"+t._s(s.writer))]),i("div",[i("i",{staticClass:"ico lineBlock va-m"}),i("em",{staticClass:"va-m"},[t._v("\n "+t._s(parseInt(s.click)+parseInt(s.start_review))+"\n ")])])])])])])}),0)]):t._e()],2):t._e()])],1),i("Navigator"),i("SideBar"),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=a("6e6d"),o=a("52c1"),c=a("a4c0"),l=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"navigator"},[a("ul",{staticClass:"boxsiz"},[t._m(0),t._m(1),t._m(2),a("li",[a("a",{attrs:{href:"/v3/joincart?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-gouwuche2"}),a("p",[t._v("购物车")]),a("span",{staticClass:"cart boxsiz"},[t._v(t._s(t.cartCount>99?"99+":t.cartCount))])])]),t._m(3)])])},r=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",{staticClass:"curr"},[a("a",{attrs:{href:"/v3?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-shouye-1"}),a("p",[t._v("首页")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-ziying"}),a("p",[t._v("自营商城")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-lianying"}),a("p",[t._v("联营商城")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/user?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-huiyuanzhongxin1"}),a("p",[t._v("会员中心")])])])}],p={name:"navigator",computed:Object(o["b"])({cartCount:function(t){return t.common.cartCount}}),created:function(){this.$store.dispatch({type:"cartCount"}),this.$store.dispatch({type:"loginCheck"})}},d=p,u=a("17cc"),_=Object(u["a"])(d,l,r,!1,null,null,null),v=_.exports,f=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("van-swipe",{attrs:{autoplay:3e3,"indicator-color":"#ffffff"}},[t.slidedata?t._l(t.slidedata,function(s,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:s.url+"?ptag=index-banner-"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(i){return t.recordFn(1*a+1,s.url)}}},[i("img",{staticClass:"slide-pic",attrs:{src:s.images}})])])}):[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:a("3d12")}})])]],2)},m=[];n["a"].use(c["o"]).use(c["p"]).use(c["f"]);var C={name:"slide",props:{slidedata:Array},methods:{recordFn:function(t,s){try{sensors.track("bannerClick",{page_type:"h5-index",banner_location:"h5-index-banner-"+t,url:s})}catch(a){}}}},g=C,h=(a("0218"),Object(u["a"])(g,f,m,!1,null,null,null)),b=h.exports,x=a("7f1b");n["a"].use(c["l"]).use(c["h"]).use(c["f"]);var w={name:"index",computed:Object(o["b"])({index:function(t){return t.home.index},loading:function(t){return t.home.loading},loginCheck:function(t){return t.common.loginCheck}}),data:function(){return{ptag:"index",isLoading:!1,height:33}},beforeRouteEnter:function(t,s,a){a(function(t){t.getData()})},methods:{getData:function(){this.$store.dispatch({type:"index"})},onRefresh:function(){var t=this;setTimeout(function(){t.isLoading=!1,t.$store.dispatch({type:"index"})},1e3)},recordFn:function(t){},recordFloorFn:function(t){},jump:function(){this.recordFn("search"),window.location.href="/v3/search/search_index.html?ptag=index-topnav"}},components:{Navigator:v,Slide:b,SideBar:x["a"]}},k=w,z=(a("7e33"),Object(u["a"])(k,i,e,!1,null,"01587c64",null));s["default"]=z.exports},f283:function(t,s,a){}}]); (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8ce0ddd0"],{"0218":function(t,s,a){"use strict";var i=a("f283"),e=a.n(i);e.a},"266c":function(t,s,a){t.exports=a.p+"img/logo.77238714.png"},"3d12":function(t,s,a){t.exports=a.p+"img/banner.712c55b3.png"},"5c8d":function(t,s,a){},"7e33":function(t,s,a){"use strict";var i=a("5c8d"),e=a.n(i);e.a},"7f1b":function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("section",[a("div",{staticClass:"slide-bar"},[t.kefuishow?a("div",{staticClass:"customer-service",on:{click:t.recordFn}},[a("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]:[a("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),a("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[a("div",{staticClass:"van-dialog__message"},[a("div",{staticClass:"kefu"},[a("p",{staticClass:"t0"},[a("i",{staticClass:"iconfont icon-kefu"})]),a("p",{staticClass:"t1"},[a("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),a("p",{staticClass:"t2"},[a("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[a("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},e=[],n=a("52c1"),o=a("6e6d"),c=a("a4c0");o["a"].use(c["d"]);var l={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(n["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},r=l,p=a("17cc"),d=Object(p["a"])(r,i,e,!1,null,null,null);s["a"]=d.exports},9553:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"main-interface boxsiz"},[i("div",{staticClass:"container-wrap boxsiz"},[i("van-pull-refresh",{on:{refresh:t.onRefresh},model:{value:t.isLoading,callback:function(s){t.isLoading=s},expression:"isLoading"}},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"banner boxsiz"},[i("Slide",{attrs:{slidedata:t.index.rollbanner}})],1),i("div",{staticClass:"login-wrap"},[t.loginCheck?[i("a",{staticClass:"person-btn",attrs:{href:"/v3/user?ptag=index-topnav"},on:{click:function(s){return t.recordFn("member")}}},[i("i")])]:[i("a",{staticClass:"btn",attrs:{href:"/v3/login?ptag=index-topnav"},on:{click:function(s){return t.recordFn("login")}}},[t._v("登录")])]],2),i("div",{staticClass:"search boxsiz"},[i("div",{staticClass:"search-wrap boxsiz"},[i("div",{staticClass:"pic"},[i("img",{staticClass:"logo",attrs:{src:a("266c"),alt:""}})]),i("div",{staticClass:"inp boxsiz"},[i("i"),i("input",{staticClass:"boxsiz",attrs:{type:"text",placeholder:"请输入元器件型号、参数"},on:{focus:t.jump}})])])])]),t.index.lx_activity?i("div",{staticClass:"notice boxsiz"},[i("span",[t._v("猎芯活动")]),i("i",{staticClass:"lineBlock va-m"}),i("div",{staticClass:"notice-contant boxsiz"},[i("van-swipe",{attrs:{vertical:"","show-indicators":!1,height:t.height,autoplay:3e3}},t._l(t.index.lx_activity,function(s,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:t._f("urlParams")(s.url)}},[t._v(t._s(s.title))])])}),1)],1),i("a",{staticClass:"more",attrs:{href:"/news?cat_id=20&ptag=index-dynamic"}},[t._v("更多")])]):t._e(),i("div",{staticClass:"tab-content boxsiz"},[i("ul",{staticClass:"boxsiz"},t._l(t.index.business_entry,function(s,a){return i("li",[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-path"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-path"+(1*a+1))}}},[i("img",{attrs:{src:s.images,alt:""}}),i("p",[t._v(t._s(s.title))])])])}),0)]),t.index.template?i("div",{staticClass:"content boxsiz"},[t._l(t.index.template,function(s,a){return["temp5"==s.class?[i("div",{staticClass:"selfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.tempGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{ selector: 'img' }"}],staticClass:"boxsiz",attrs:{href:"/item/"+s.goods_id+".html?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[1==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("抢购")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:2==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("抢购")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:3==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("优惠")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price))])])])]],2)])}),0)])]:"temp4"==s.class?[i("div",{staticClass:"lxshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.brandImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("div",{staticClass:"pic"},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.images,expression:"v.images"}],attrs:{alt:s.title}})])])])}),0)])]:"temp6"==s.class?[i("div",{staticClass:"jfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.pointGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/v3/pointmall?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("div",{staticClass:"pic"},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.prize_img_url,expression:"v.prize_img_url"}],attrs:{alt:s.prize_name}})]),i("p",{staticClass:"t1"},[t._v(t._s(s.prize_name))]),i("p",{staticClass:"t2"},[i("i",{staticClass:"va-m lineBlock"}),i("em",[t._v(t._s(s.prize_point))])])])])}),0)])]:"temp7"==s.class?[i("div",{staticClass:"pcb boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.tempImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.images,expression:"v.images"}],attrs:{alt:s.title}})])])}),0)])]:t._e()]}),t.index.footer_new_article?i("div",{staticClass:"news boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v("资讯中心")])]),i("a",{staticClass:"r",attrs:{href:"/news?cat_id=11&ptag="+t.ptag+"-dynamic"},on:{click:function(s){return t.recordFloorFn(t.ptag+"-dynamic")}}},[i("span",{staticClass:"va-m"},[t._v("更多")]),i("i",{staticClass:"lineBlock va-m"})])]),i("ul",{staticClass:"list boxsiz"},t._l(t.index.footer_new_article,function(s){return i("li",{key:s.art_id,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/article/"+s.art_id+".html?ptag="+t.ptag+"-dynamic"},on:{click:function(s){return t.recordFloorFn(t.ptag+"-dynamic")}}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}],staticClass:"pic"},[i("img",{attrs:{"data-src":s.litpic,title:"猎芯网",alt:"猎芯网","data-error":"static/images/news.png"}})]),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[t._v(t._s(s.title_seo))]),i("div",{staticClass:"t2"},[i("span",[t._v("来源:"+t._s(s.writer))]),i("div",[i("i",{staticClass:"ico lineBlock va-m"}),i("em",{staticClass:"va-m"},[t._v("\n "+t._s(parseInt(s.click)+parseInt(s.start_review))+"\n ")])])])])])])}),0)]):t._e()],2):t._e()])],1),i("Navigator"),i("SideBar"),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=a("6e6d"),o=a("52c1"),c=a("a4c0"),l=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"navigator"},[a("ul",{staticClass:"boxsiz"},[t._m(0),t._m(1),t._m(2),a("li",[a("a",{attrs:{href:"/v3/joincart?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-gouwuche2"}),a("p",[t._v("购物车")]),a("span",{staticClass:"cart boxsiz"},[t._v(t._s(t.cartCount>99?"99+":t.cartCount))])])]),t._m(3)])])},r=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",{staticClass:"curr"},[a("a",{attrs:{href:"/v3?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-shouye-1"}),a("p",[t._v("首页")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/h5/view/#/xianhuo?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-ziying"}),a("p",[t._v("自营商城")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-lianying"}),a("p",[t._v("联营商城")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/user?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-huiyuanzhongxin1"}),a("p",[t._v("会员中心")])])])}],p={name:"navigator",computed:Object(o["b"])({cartCount:function(t){return t.common.cartCount}}),created:function(){this.$store.dispatch({type:"cartCount"}),this.$store.dispatch({type:"loginCheck"})}},d=p,u=a("17cc"),_=Object(u["a"])(d,l,r,!1,null,null,null),v=_.exports,f=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("van-swipe",{attrs:{autoplay:3e3,"indicator-color":"#ffffff"}},[t.slidedata?t._l(t.slidedata,function(s,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:s.url+"?ptag=index-banner-"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(i){return t.recordFn(1*a+1,s.url)}}},[i("img",{staticClass:"slide-pic",attrs:{src:s.images}})])])}):[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:a("3d12")}})])]],2)},m=[];n["a"].use(c["p"]).use(c["q"]).use(c["g"]);var C={name:"slide",props:{slidedata:Array},methods:{recordFn:function(t,s){try{sensors.track("bannerClick",{page_type:"h5-index",banner_location:"h5-index-banner-"+t,url:s})}catch(a){}}}},g=C,h=(a("0218"),Object(u["a"])(g,f,m,!1,null,null,null)),b=h.exports,x=a("7f1b");n["a"].use(c["m"]).use(c["i"]).use(c["g"]);var w={name:"index",computed:Object(o["b"])({index:function(t){return t.home.index},loading:function(t){return t.home.loading},loginCheck:function(t){return t.common.loginCheck}}),data:function(){return{ptag:"index",isLoading:!1,height:33}},beforeRouteEnter:function(t,s,a){a(function(t){t.getData()})},methods:{getData:function(){this.$store.dispatch({type:"index"})},onRefresh:function(){var t=this;setTimeout(function(){t.isLoading=!1,t.$store.dispatch({type:"index"})},1e3)},recordFn:function(t){},recordFloorFn:function(t){},jump:function(){this.recordFn("search"),window.location.href="/v3/search/search_index.html?ptag=index-topnav"}},components:{Navigator:v,Slide:b,SideBar:x["a"]}},k=w,z=(a("7e33"),Object(u["a"])(k,i,e,!1,null,"01587c64",null));s["default"]=z.exports},f283:function(t,s,a){}}]);
\ No newline at end of file \ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8dd312b6"],{"24da":function(t,a,e){},7918:function(t,a,e){"use strict";var i=e("24da"),c=e.n(i);c.a},a9ea:function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTcwRjk4RDQ2NjQzMTFFOThDQzNFMTQwRjVDNkRDRTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTcwRjk4RDM2NjQzMTFFOThDQzNFMTQwRjVDNkRDRTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QYWBrwAABAlJREFUeNrUmnlIFGEYxsfJoqjEqCA70YxQpDAqqOiWkoIoIjAwKjqp6KCi+quSTksLoiIqipIuig4pSwyTDqK0yzKtEKToADvUDt1Me156lsZ1Z3dmXGfHB364ut/MfM/O973zvu8aomQpgVBHMAQMAzEgCvQC7UEYaAUqQQV4C16CEvAI3Ac/mjqBkCYY6QSSwDQwGrSxeB4XuAXOgwvgi11G5BNfSxPtlMDqFzgFtoFSMweqJsb2BCfAczC3GUwoPOc8UAwOge6BNBICloEiMMukeatqDRaCF2BOIIyEg0ywjxvabsn1j4HLfG3JSCTIB5OV4GsKo1uUWSOyoe+Avopz1B/k6ZlRdTZ1tpmNZqNkbjdAD39G2oIrPMCJegPSwVfPN0I9fk8F8Q40cA+kgUugztsArZGhDLNOUR0nnkYjnhoDvoEn2qUlz4o9/Bls/QQHubmnezHRG5wBuZxzgzuSAIYH2cBHcIAmyr28L/t3NdjAZNR9VyZIcHIbWRpEA0XcwBmgxsdzRJZYtJf3VogRSRq74sUHptp2KpeTuwbqdcZEM6tI9HGePyBC5SCjJrYy6/1kcfK1XN+DwThwVcdEB7CDuVain3PK3BNVFkNGJUXRWTAQXDdxXBXYy094JijwkaDK+6/AOhM1zigxMsDEhJbzYnJHJnHz1fgY/x6sZ6RZBcp8jI1nCiL1SITJOx2n6mwgPcUySihcEumMdiUe4wqZfkviuZPxXk+dwX7wEIy0uGQjZbO7mP8bleRhEz3+JuFwAejDJZftYwNr06NFIAV0aWLgcImRegsHDgKPm3DhEYxGgUqHalV2NsxqpcULyto/CW4HOKerUPlENaskkxtSos8aRqPkZkiFysXIMwsHysSWGBybyGvs4vOhOVSo+ojp/rTYTydFqsuLIIsJYHPqqcqKy4ok0szWaelsYQiealO6k+Nu0Mna7WexYoth6iGaAXbzAWiX5CEb6a5Hjlg8iTxML7AHdROcs9mEwrS/3n1HwugsXGlZqmJXpdx9RyqZbbY0pbmLMG0TW9IUafPHtRATr5nwVnu2g34r/5rTrhZgwsUHa7VeXyufqbrTJeXtg4bVVXKjQQXMXMc61IR8d5LauExM9jo4z6FmNhKvNYGeUrhnahxgQPbCfM5JMWtEdByM126qIEUnqRyP+qvS/OkuCUZk2s5GR76/waEGT9rNRgPSpzoNNjOXM6RQgyZibTAgrSb5mu0weGf2YCNGEnQqOvkqTHpVn6WvxAgXr/zvyxrJk/JZ9mZqwr4lGTWilbRXpXmWoblwjmbPRbGoimCrx30N6bJ/Z2ktS6aUyyggMvIPA2VMzV3sfGzihBwlI3dEQq80mqWrWOzUnOWvAAMAQfnVItgX05QAAAAASUVORK5CYII="},f9f6:function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"wallet-recharge"},[i("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),i("div",{staticClass:"recharge-content"},[i("div",{staticClass:"wallet-account"},[t._v("钱包账号:"+t._s(t.walletInfoData.safe_mobile))]),i("div",{staticClass:"recharge-amount"},[i("p",[t._v("充值金额")]),i("span",[t._v("¥")]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.inputNum,expression:"inputNum"}],staticClass:"money",attrs:{type:"number"},domProps:{value:t.inputNum},on:{input:function(a){a.target.composing||(t.inputNum=a.target.value)}}})]),i("p",{staticClass:"payment-method"},[t._v("支付方式")]),i("van-radio-group",{model:{value:t.radio,callback:function(a){t.radio=a},expression:"radio"}},[i("van-cell-group",{staticClass:"payment-content"},[i("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(a){t.radio="1"}}},[i("div",{staticClass:"vanCelldt"},[i("img",{staticStyle:{width:"25px",height:"22.5px"},attrs:{src:e("a9ea"),alt:"微信支付"}})]),i("div",{staticClass:"vanCelldd"},[i("span",[t._v("微信支付")]),i("br"),t._v("仅安装微信6.0.2及以上版本客户端使用")]),i("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"1"}})],1)],1)],1),i("a",{staticClass:"recharge",class:""==t.inputNum?"rechargeNO":"",attrs:{href:"javascript:;"},on:{click:t.recharge}},[t._v("立即充值")])],1)],1)},c=[],n=e("bd31"),s=e("1cc5"),l=e("52c1"),o=e("57af"),u=e("01c5");e("365c");s["a"].use(u["n"]).use(u["m"]).use(u["a"]).use(u["b"]);var r={name:"walletRecharge",data:function(){return{title:"钱包充值",meaushow:!0,inputNum:this.$route.query.amount||"",radio:"1"}},computed:Object(n["a"])({},Object(l["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},amountRechargeID:function(t){return t.wallet.amountRechargeID}})),watch:{amountRechargeID:function(t){t&&1==this.radio&&this.$store.dispatch({type:"payTodo",pay_code:"wxpay",types:1,site_type:2,order_id:t})}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{recharge:function(){""!==this.inputNum&&this.$store.dispatch({type:"walletRecharge",amount:this.inputNum})}},components:{Header:o["a"]}},m=r,p=(e("7918"),e("fc05")),d=Object(p["a"])(m,i,c,!1,null,"2d4907a6",null);a["default"]=d.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-90775f4a"],{"02ea":function(t,a,e){"use strict";var i=e("a9de"),c=e.n(i);c.a},"10b5":function(t,a,e){"use strict";e.r(a);var i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("section",{staticClass:"account-detail"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),e("div",{staticClass:"account-detail-content"},[e("div",{staticClass:"detail-box detail-content-1"},[t._m(0),e("p",{staticClass:"pay-type"},[t._v(t._s(t.payType))]),e("p",{staticClass:"pay-amount"},[t._v(t._s(t.payAmount))]),e("p",{staticClass:"pay-status"},[t._v(t._s(t.payStatus))])]),e("div",{staticClass:"detail-box detail-content-2"},[e("p",{staticClass:"pay-flow"},[t._v("支付流水"),e("span",[t._v(t._s(t.payFlow))])]),e("p",{staticClass:"pay-time"},[t._v("支付时间"),e("span",[t._v(t._s(t.payTime))])]),e("p",{staticClass:"pay-method"},[t._v("支付方式"),e("span",[t._v(t._s(t.payMethod))])])]),e("div",{staticClass:"detail-box detail-content-3"},[e("p",{staticClass:"pay-balance"},[t._v("钱包可用余额"),e("span",[t._v("¥"+t._s(t.payBalance))])]),t._m(1)])])],1)},c=[function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"pay-img"},[i("span",[i("img",{attrs:{src:e("f011"),alt:"账单详情"}})])])},function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("p",{staticClass:"pay-detail"},[t._v("详情"),e("a",{attrs:{href:"#"}},[t._v("查看订单 >")])])}],s=e("bd31"),l=e("52c1"),n=e("57af"),p={name:"AccountDetail",data:function(){return{title:"账单详情",meaushow:!0,payType:"订单支付",payAmount:1256,payStatus:"交易完成",payFlow:0x10adb0d96ed68600,payTime:"2019-04-05 17:03:01",payMethod:"微信",payBalance:1200}},computed:Object(s["a"])({},Object(l["b"])({})),watch:{},created:function(){},methods:{},components:{Header:n["a"]}},A=p,m=(e("02ea"),e("fc05")),o=Object(m["a"])(A,i,c,!1,null,"2cdeb510",null);a["default"]=o.exports},a9de:function(t,a,e){},f011:function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAyCAYAAADMb4LpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkY0REIwNDQ2Njc4MTFFOUIxQ0Q4RUE2RTg5MEMyNEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkY0REIwNDM2Njc4MTFFOUIxQ0Q4RUE2RTg5MEMyNEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTUyMDE5YmEtZjM3Yi0wMTRlLTkxZmQtZWY1NTY0MGM4MzgwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6M2QxOTNkMjUtYjQ5MC0xMWU3LWJmMGItOTcyYjQ0OTAxZTdmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+z4gS/QAAA2FJREFUeNrsmmuITVEUx/e9c5EYj0QKX0wN5ZXJB1PexqOkJimlPBqEiMgXhTwao1BTmvKe1IwUSRGafDFEDeM1SKjxGDXGa7xmGozxX92ltm2ffc65nXPuuZxVvw973333+d991l577TUTExeEyUaB7WAS6CHSa+2gHpSDvaAtZhBPgi+CLiJ8dgnMtBJPgp+AQSK8ti5h8UGBIrwBXE+z2GwwA8S4XWQlfojSXg7Oh2C1r4BxvzXGLQZ1VtqfQuIqH2WNcZHBFomPxP9v4hMpfo9i7RqQ79MCNIN9oM4P8fNBqc8LOw0MBh1eu00QaUN/0MkPnz/Ap91PHw+jteCbH27zAUwIa7R5p7SbMilUHgdVoBXsAY8zKVR+5fQzOqQi8f9qejAUbOMoswW8dTHHVLAa3Ac7DLGZqg85DheMottLp+IrQZ4khjbrMwcPWQQO8zyFoBGUacZNB2dAVxeLUsaLYus2vaW+XHAVDLOZfD3XUOSI1cti7BKXwslWaq6jWvGrQJvUPwBUc9aoyyhLRLLwE5P674H9Fs+5kYJL37JLD+S6zRR+tdlKvJ8rksUnsiwWuFSZh97UbE5lrVJomme0Q59/DY6B90r/OTBLJ55sDJc4+kp99OsXg9N88s7RTDgPtAQQYP4Qr67CTU64nitlkApQqxFewX0t6QiVulf4CIwHD5Vx6gamy8hC8D2dcZ78uED8XQWma9hu0F3zPSr9XWM/lu2B8qN9F1/JPuvG8i0iUTtvXLV8S9e5o2CEEqGsjA7JrbzHjOILPVyMLD7gVPGbwEQX89C5cxCcNLkl+fIpD8X/AGc1/als6C/8Jo0rT5vuEOhnqBTIb2cDeKEZR/fZu+Cp5rPN/Kwch8Lpx+60uyMneMBlw5g8pV1lV0+xuPOuiFJiTVbZB/S0GKMmWwM5bdBZg10+4rX4jaDYYQgTwvwXkiY+M+qCEB/ny0fMo/lo0xcFmR7UeDzn7SDdhhKrZYaLBB0uY6U2nZRvLMbeASeCFE/31l2GMSWK+NKgfDoqfYQ9zofButlcuOkcGim1m8Mivpyvmm6sOgxuk5uCcMpei52IlysCHYYwmapRoeqzi/GtfBDWOHGbI5wSDxfJWn2jx+Lp/xomgwXCXJiiS0k9nyOvqOOXAAMAO4mhsg4h/5wAAAAASUVORK5CYII="}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-9c7774ae"],{"0218":function(t,s,a){"use strict";var i=a("d140"),n=a.n(i);n.a},"266c":function(t,s,a){t.exports=a.p+"img/logo.77238714.png"},3350:function(t,s,a){},"3d12":function(t,s,a){t.exports=a.p+"img/banner.712c55b3.png"},"7e33":function(t,s,a){"use strict";var i=a("3350"),n=a.n(i);n.a},"7f1b":function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("section",[a("div",{staticClass:"slide-bar"},[t.kefuishow?a("div",{staticClass:"customer-service",on:{click:t.recordFn}},[a("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]:[a("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),a("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[a("div",{staticClass:"van-dialog__message"},[a("div",{staticClass:"kefu"},[a("p",{staticClass:"t0"},[a("i",{staticClass:"iconfont icon-kefu"})]),a("p",{staticClass:"t1"},[a("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),a("p",{staticClass:"t2"},[a("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[a("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},n=[],e=a("52c1"),o=a("1cc5"),c=a("01c5");o["a"].use(c["d"]);var l={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(e["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},r=l,p=a("fc05"),d=Object(p["a"])(r,i,n,!1,null,null,null);s["a"]=d.exports},9553:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"main-interface boxsiz"},[i("div",{staticClass:"container-wrap boxsiz"},[i("van-pull-refresh",{on:{refresh:t.onRefresh},model:{value:t.isLoading,callback:function(s){t.isLoading=s},expression:"isLoading"}},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"banner boxsiz"},[i("Slide",{attrs:{slidedata:t.index.rollbanner}})],1),i("div",{staticClass:"login-wrap"},[t.loginCheck?[i("a",{staticClass:"person-btn",attrs:{href:"/v3/user?ptag=index-topnav"},on:{click:function(s){t.recordFn("member")}}},[i("i")])]:[i("a",{staticClass:"btn",attrs:{href:"/v3/login?ptag=index-topnav"},on:{click:function(s){t.recordFn("login")}}},[t._v("登录")])]],2),i("div",{staticClass:"search boxsiz"},[i("div",{staticClass:"search-wrap boxsiz"},[i("div",{staticClass:"pic"},[i("img",{staticClass:"logo",attrs:{src:a("266c"),alt:""}})]),i("div",{staticClass:"inp boxsiz"},[i("i"),i("input",{staticClass:"boxsiz",attrs:{type:"text",placeholder:"请输入元器件型号、参数"},on:{focus:t.jump}})])])])]),t.index.lx_activity?i("div",{staticClass:"notice boxsiz"},[i("span",[t._v("猎芯活动")]),i("i",{staticClass:"lineBlock va-m"}),i("div",{staticClass:"notice-contant boxsiz"},[i("van-swipe",{attrs:{vertical:"","show-indicators":!1,height:t.height,autoplay:3e3}},t._l(t.index.lx_activity,function(s,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:t._f("urlParams")(s.url)}},[t._v(t._s(s.title))])])}),1)],1),i("a",{staticClass:"more",attrs:{href:"/news?cat_id=20&ptag=index-dynamic"}},[t._v("更多")])]):t._e(),i("div",{staticClass:"tab-content boxsiz"},[i("ul",{staticClass:"boxsiz"},t._l(t.index.business_entry,function(s,a){return i("li",[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-path"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-path"+(1*a+1))}}},[i("img",{attrs:{src:s.images,alt:""}}),i("p",[t._v(t._s(s.title))])])])}),0)]),t.index.template?i("div",{staticClass:"content boxsiz"},[t._l(t.index.template,function(s,a){return["temp5"==s.class?[i("div",{staticClass:"selfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.tempGoods,function(s,n){return i("li",{key:n,staticClass:"boxsiz"},[i("a",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{ selector: 'img' }"}],staticClass:"boxsiz",attrs:{href:"/item/"+s.goods_id+".html?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[1==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("抢购")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:2==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("抢购")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:3==s.ac_type?[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price_ac))]),i("span",{staticClass:"r"},[t._v("优惠")])]),i("p",{staticClass:"t3"},[t._v(t._s(s.price))])])]:[i("img",{attrs:{"data-src":s.default_img,alt:s.supplier_name,"data-error":"static/images/ziyin.png"}}),i("div",{staticClass:"text boxsiz"},[i("p",{staticClass:"t1 boxsiz"},[t._v(t._s(s.goods_name))]),i("p",{staticClass:"t2"},[i("span",{staticClass:"l"},[t._v(t._s(s.price))])])])]],2)])}),0)])]:"temp4"==s.class?[i("div",{staticClass:"lxshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.brandImages,function(s,n){return i("li",{key:n,staticClass:"boxsiz"},[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("div",{staticClass:"pic"},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.images,expression:"v.images"}],attrs:{alt:s.title}})])])])}),0)])]:"temp6"==s.class?[i("div",{staticClass:"jfshop boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.pointGoods,function(s,n){return i("li",{key:n,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/v3/pointmall?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("div",{staticClass:"pic"},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.prize_img_url,expression:"v.prize_img_url"}],attrs:{alt:s.prize_name}})]),i("p",{staticClass:"t1"},[t._v(t._s(s.prize_name))]),i("p",{staticClass:"t2"},[i("i",{staticClass:"va-m lineBlock"}),i("em",[t._v(t._s(s.prize_point))])])])])}),0)])]:"temp7"==s.class?[i("div",{staticClass:"pcb boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v(t._s(s.tem_name))]),i("span",{staticClass:"t2"},[t._v(t._s(s.ad_words))])]),s.link_words?[i("a",{staticClass:"r",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1)},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.tempImages,function(s,n){return i("li",{key:n,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(s){t.recordFloorFn(t.ptag+"-floor"+(1*a+1))}}},[i("img",{directives:[{name:"lazy",rawName:"v-lazy",value:s.images,expression:"v.images"}],attrs:{alt:s.title}})])])}),0)])]:t._e()]}),t.index.footer_new_article?i("div",{staticClass:"news boxsiz"},[i("div",{staticClass:"tit boxsiz"},[i("div",{staticClass:"l"},[i("i",{staticClass:"lineBlock"}),i("span",{staticClass:"t1"},[t._v("资讯中心")])]),i("a",{staticClass:"r",attrs:{href:"/news?cat_id=11&ptag="+t.ptag+"-dynamic"},on:{click:function(s){t.recordFloorFn(t.ptag+"-dynamic")}}},[i("span",{staticClass:"va-m"},[t._v("更多")]),i("i",{staticClass:"lineBlock va-m"})])]),i("ul",{staticClass:"list boxsiz"},t._l(t.index.footer_new_article,function(s){return i("li",{key:s.art_id,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/article/"+s.art_id+".html?ptag="+t.ptag+"-dynamic"},on:{click:function(s){t.recordFloorFn(t.ptag+"-dynamic")}}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}],staticClass:"pic"},[i("img",{attrs:{"data-src":s.litpic,title:"猎芯网",alt:"猎芯网","data-error":"static/images/news.png"}})]),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[t._v(t._s(s.title_seo))]),i("div",{staticClass:"t2"},[i("span",[t._v("来源:"+t._s(s.writer))]),i("div",[i("i",{staticClass:"ico lineBlock va-m"}),i("em",{staticClass:"va-m"},[t._v("\n "+t._s(parseInt(s.click)+parseInt(s.start_review))+"\n ")])])])])])])}),0)]):t._e()],2):t._e()])],1),i("Navigator"),i("SideBar"),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},n=[],e=(a("9f07"),a("0964"),a("1cc5")),o=a("52c1"),c=a("01c5"),l=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"navigator"},[a("ul",{staticClass:"boxsiz"},[t._m(0),t._m(1),t._m(2),a("li",[a("a",{attrs:{href:"/v3/joincart?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-gouwuche2"}),a("p",[t._v("购物车")]),a("span",{staticClass:"cart boxsiz"},[t._v(t._s(t.cartCount>99?"99+":t.cartCount))])])]),t._m(3)])])},r=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",{staticClass:"curr"},[a("a",{attrs:{href:"/v3?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-shouye-1"}),a("p",[t._v("首页")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-ziying"}),a("p",[t._v("自营商城")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-lianying"}),a("p",[t._v("联营商城")])])])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("li",[a("a",{attrs:{href:"/v3/user?ptag=index-bottomnav"}},[a("i",{staticClass:"iconfont icon-huiyuanzhongxin1"}),a("p",[t._v("会员中心")])])])}],p={name:"navigator",computed:Object(o["b"])({cartCount:function(t){return t.common.cartCount}}),created:function(){this.$store.dispatch({type:"cartCount"}),this.$store.dispatch({type:"loginCheck"})}},d=p,u=a("fc05"),_=Object(u["a"])(d,l,r,!1,null,null,null),v=_.exports,f=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("van-swipe",{attrs:{autoplay:3e3,"indicator-color":"#ffffff"}},[t.slidedata?t._l(t.slidedata,function(s,a){return i("van-swipe-item",{key:a},[i("a",{attrs:{href:s.url+"?ptag=index-banner-"+(1*a+1),target:s.window_open>0?"_blank":"_self"},on:{click:function(i){t.recordFn(1*a+1,s.url)}}},[i("img",{staticClass:"slide-pic",attrs:{src:s.images}})])])}):[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:a("3d12")}})])]],2)},m=[];e["a"].use(c["o"]).use(c["p"]).use(c["f"]);var C={name:"slide",props:{slidedata:Array},methods:{recordFn:function(t,s){try{sensors.track("bannerClick",{page_type:"h5-index",banner_location:"h5-index-banner-"+t,url:s})}catch(a){}}}},g=C,h=(a("0218"),Object(u["a"])(g,f,m,!1,null,null,null)),b=h.exports,x=a("7f1b");e["a"].use(c["l"]).use(c["h"]).use(c["f"]);var w={name:"index",computed:Object(o["b"])({index:function(t){return t.home.index},loading:function(t){return t.home.loading},loginCheck:function(t){return t.common.loginCheck}}),data:function(){return{ptag:"index",isLoading:!1,height:33}},beforeRouteEnter:function(t,s,a){a(function(t){t.getData()})},methods:{getData:function(){this.$store.dispatch({type:"index"})},onRefresh:function(){var t=this;setTimeout(function(){t.isLoading=!1,t.$store.dispatch({type:"index"})},1e3)},recordFn:function(t){},recordFloorFn:function(t){},jump:function(){this.recordFn("search"),window.location.href="/v3/search/search_index.html?ptag=index-topnav"}},components:{Navigator:v,Slide:b,SideBar:x["a"]}},k=w,z=(a("7e33"),Object(u["a"])(k,i,n,!1,null,"01587c64",null));s["default"]=z.exports},d140:function(t,s,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a99dec30"],{"3b79":function(t,e,a){"use strict";var s=a("673c"),i=a.n(s);i.a},"47d3":function(t,e,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}}),t.inputShow?a("div",{staticClass:"search"},[a("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),a("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):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("7272"),o=a("a4c0"),l={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":o["e"],"van-icon":o["f"],Menu:n["a"]}},c=l,r=(a("c4ad"),a("17cc")),d=Object(r["a"])(c,s,i,!1,null,"87442ebc",null);e["a"]=d.exports},"5ab7":function(t,e,a){var s=a("836e"),i=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"673c":function(t,e,a){},"6a0f":function(t,e,a){"use strict";var s=a("8450"),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("17cc")),c=Object(l["a"])(o,s,i,!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){return 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("cc80"),o=a.n(n),l=a("3f47"),c=a("6e6d"),r=a("52c1"),d=a("a4c0"),u=a("57af");c["a"].use(d["i"]).use(d["f"]);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"]}},p=f,_=(a("6a0f"),a("17cc")),w=Object(_["a"])(p,s,i,!1,null,null,null);e["default"]=w.exports},8450:function(t,e,a){},c4ad:function(t,e,a){"use strict";var s=a("47d3"),i=a.n(s);i.a},cc80:function(t,e,a){t.exports=a("5ab7")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b392abb4"],{"029e":function(t,a,n){},1000:function(t,a,n){"use strict";var i=n("029e"),e=n.n(i);e.a},"3b79":function(t,a,n){"use strict";var i=n("db41"),e=n.n(i);e.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)])},e=[],o=n("7272"),s={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:o["a"]}},c=s,l=(n("7afb"),n("fc05")),r=Object(l["a"])(c,i,e,!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()])])},e=[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("会员中心")])])])}],o={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},s=o,c=(n("3b79"),n("fc05")),l=Object(c["a"])(s,i,e,!1,null,null,null);a["a"]=l.exports},"7afb":function(t,a,n){"use strict";var i=n("62ad"),e=n.n(i);e.a},9646:function(t,a,n){"use strict";n.r(a);var i=function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",{staticClass:"pointer-rule"},[n("Header",{attrs:{title:"积分规则"}}),n("div",{staticClass:"point-mall-rule"},[n("div",{staticClass:"rule-content"},[n("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],o=n("bd31"),s=n("1cc5"),c=n("52c1"),l=n("01c5"),r=n("57af");s["a"].use(l["h"]);var u={name:"pointrule",data:function(){return{}},computed:Object(o["a"])({},Object(c["b"])({loading:function(t){return t.pointrule.loading},ruledata:function(t){return t.pointrule.ruledata}})),created:function(){this.$store.dispatch({type:"pointruleApi"})},methods:{},watch:{},components:{Header:r["a"]}},f=u,p=(n("1000"),n("fc05")),d=Object(p["a"])(f,i,e,!1,null,"769359b0",null);a["default"]=d.exports},db41:function(t,a,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-c26b32be"],{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){return 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("3f47"),c=a("6e6d"),o=a("52c1"),l=a("a4c0"),r=a("57af");c["a"].use(l["o"]).use(l["p"]).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("17cc")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);i["default"]=h.exports},"291c":function(t,i,a){},"3b79":function(t,i,a){"use strict";var n=a("673c"),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",{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)])},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("7afb"),a("17cc")),r=Object(l["a"])(o,n,s,!1,null,"3efd14ca",null);i["a"]=r.exports},"673c":function(t,i,a){},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("17cc")),l=Object(o["a"])(c,n,s,!1,null,null,null);i["a"]=l.exports},"7afb":function(t,i,a){"use strict";var n=a("ce61"),s=a.n(n);s.a},"9c9e":function(t,i,a){"use strict";var n=a("291c"),s=a.n(n);s.a},ce61:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-c498eed2"],{"0224":function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"pointer-detail"},[i("Header",{attrs:{title:"兑换成功"}}),i("img",{staticClass:"change-head-img",attrs:{src:"https://static.ichunt.com/dist/res/m/images/change_success.png",alt:"猎芯网"}}),i("div",{staticClass:"tip-success-change"},[t._v("恭喜您成功兑换 "),i("b",[t._v(t._s(t.prize_info.prize_name))]),t._v(" 一份")]),3==t.prize_type?i("div",{staticClass:"box-change box-xn"},[i("div",{staticClass:"change-rule-tip"},[t._v("我们将于兑换后两个工作日内,把使用规则以短信形式发给您!")]),i("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),i("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),2==t.prize_type?i("div",{staticClass:"box-change box-yhq"},[i("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),i("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),1==t.prize_type?i("div",{staticClass:"box-change box-sw"},[i("div",{staticClass:"point-addersstip"},[t._v("我们将邮寄到如下地址:")]),i("div",{staticClass:"point-adderss-box"},[t.address_info?[t._v("\n 收件人:"+t._s(t.address_info.consignee)),i("br"),t._v("\n 电话:"+t._s(t.address_info.mobile)),i("br"),i("div",{staticClass:"inline-block-text"},[i("div",[t._v("地址:")]),t.address_info.point_addressp?i("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.detail_address))]):i("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.province_val)+t._s(t.address_info.city_val)+t._s(t.address_info.district_val)+t._s(t.address_info.detail_address))])])]:[i("div",{staticClass:"no-point-address"},[t._v("当前无收件人信息,请录入收件人信息!")])]],2),i("a",{staticClass:"address-link",attrs:{href:"/v3/user/reciveaddress.html?points="+t.point_exchange_id+"&address_id="+t.prize_info.address_id}},[t._v("更换地址")]),i("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=i("3f47"),c=i("6e6d"),o=i("52c1"),r=i("a4c0"),l=i("57af");c["a"].use(r["h"]);var d={name:"pointchange",data:function(){return{prize_type:this.$route.query.prize_type,point_exchange_id:this.$route.query.point_exchange_id}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.pointchange.loading},prize_info:function(t){return t.pointchange.prize_info},prize_types:function(t){return t.pointchange.prize_types},adressApiState:function(t){return t.pointchange.adressApiState},address_info:function(t){return t.pointchange.address_info}})),created:function(){this.getPrizeInfo()},methods:{getPrizeInfo:function(){this.$store.dispatch({type:"getUserPointExchangeDetail",point_exchange_id:this.$route.query.point_exchange_id})}},watch:{prize_types:function(t){this.prize_type=t},adressApiState:function(t){t&&this.$store.dispatch({type:"recvlist"})}},components:{Header:l["a"]}},p=d,f=(i("8cb6"),i("17cc")),u=Object(f["a"])(p,a,e,!1,null,"46dacfbe",null);s["default"]=u.exports},"3b79":function(t,s,i){"use strict";var a=i("673c"),e=i.n(a);e.a},"57af":function(t,s,i){"use strict";var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;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)])},e=[],n=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:n["a"]}},o=c,r=(i("7afb"),i("17cc")),l=Object(r["a"])(o,a,e,!1,null,"3efd14ca",null);s["a"]=l.exports},"673c":function(t,s,i){},7272:function(t,s,i){"use strict";var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,s=t.$createElement,i=t._self._c||s;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("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=n,o=(i("3b79"),i("17cc")),r=Object(o["a"])(c,a,e,!1,null,null,null);s["a"]=r.exports},"7afb":function(t,s,i){"use strict";var a=i("ce61"),e=i.n(a);e.a},"8cb6":function(t,s,i){"use strict";var a=i("c6b9"),e=i.n(a);e.a},c6b9:function(t,s,i){},ce61:function(t,s,i){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d0339a00"],{"1f49":function(e,s,t){},"71d7":function(e,s,t){var o=t("5b0f"),r=t("6c67"),a=t("78a6").f,i=t("38f8").f,n=t("e621"),m=t("7a14"),c=o.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,v=new c(d)!==d;if(t("d9cf")&&(!v||t("03fd")(function(){return p[t("e1be")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(e,s){var t=this instanceof c,o=n(e),a=void 0===s;return!t&&o&&e.constructor===c&&a?e:r(v?new f(o&&!a?e.source:e,s):f((o=e instanceof c)?e.source:e,o&&a?m.call(e):s),t?this:l,c)};for(var w=function(e){e in c||a(c,e,{configurable:!0,get:function(){return f[e]},set:function(s){f[e]=s}})},u=i(f),h=0;u.length>h;)w(u[h++]);l.constructor=c,c.prototype=l,t("c787")(o,"RegExp",c)}t("0384")("RegExp")},a179:function(e,s,t){"use strict";t.r(s);var o=function(){var e=this,s=e.$createElement,t=e._self._c||s;return t("section",{staticClass:"wallet-retrieve"},[t("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),t("div",{directives:[{name:"show",rawName:"v-show",value:e.step1,expression:"step1"}],staticClass:"retrieve-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap",staticStyle:{height:"1.5rem"}},[t("label",{staticClass:"va-m"},[e._v("安全手机号: "+e._s(e.walletInfoData.safe_mobile))])]),t("li",{directives:[{name:"show",rawName:"v-show",value:e.retieveShowImgCode,expression:"retieveShowImgCode"}],staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("图片验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(s){s.target.composing||e.$set(e.form,"imgCode",s.target.value)}}}),t("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),t("li",{staticClass:"inp-wrap",staticStyle:{"border-top":"none"}},[t("label",{staticClass:"va-m"},[e._v("验证码")]),t("br"),t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(s){s.target.composing||e.$set(e.form,"verifyCode",s.target.value)}}}),e.yzmSend?t("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):t("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),t("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),t("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.step2,expression:"step2"}],staticClass:"retrieve-content"},[t("ul",{staticClass:"form-wrap"},[t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("设置支付密码")]),t("br"),e.showPassword?[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(s){s.target.composing||e.$set(e.form,"password",s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"密码由6~20位字母、数字组合而成"},domProps:{value:e.form.password},on:{input:function(s){s.target.composing||e.$set(e.form,"password",s.target.value)}}})],e.showPassword?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),t("li",{staticClass:"inp-wrap"},[t("label",{staticClass:"va-m"},[e._v("确认支付密码")]),t("br"),e.showPasswordConfirm?[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(s){s.target.composing||e.$set(e.form,"passwordConfirm",s.target.value)}}})]:[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.passwordConfirm,expression:"form.passwordConfirm"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请再次输入上面的密码"},domProps:{value:e.form.passwordConfirm},on:{input:function(s){s.target.composing||e.$set(e.form,"passwordConfirm",s.target.value)}}})],e.showPasswordConfirm?t("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShowConfirm}}):t("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShowConfirm}})],2)]),t("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),t("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},r=[],a=(t("71d7"),t("bd31")),i=t("1cc5"),n=t("52c1"),m=t("57af"),c=t("01c5"),f=t("365c");i["a"].use(c["e"]);var l={name:"walletRetrieve",data:function(){return{title:"找回密码",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{verifyCode:"",imgCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify"}},computed:Object(a["a"])({},Object(n["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},retieveShowImgCode:function(e){return e.wallet.retieveShowImgCode},retieveCountDownFlag:function(e){return e.wallet.retieveCountDownFlag},passwordToken:function(e){return e.wallet.passwordToken}})),watch:{retieveCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},passwordToken:function(e){e?(this.step1=!1,this.step2=!0):(this.step1=!0,this.step2=!1)}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var e=this,s=setInterval(t,1e3);function t(){e.countDown--,e.countDown<=0&&(clearInterval(s),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){this.$store.dispatch({type:"smsVerifyRetrieve",imgCode:this.form.imgCode})},next:function(){if(!this.form.verifyCode)return this.formError=!0,void(this.formMsg="亲,请输入验证码");this.formError=!1,this.$store.dispatch({type:"verifyResetsms",verify_code:this.form.verifyCode})},confirm:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.passwordConfirm?this.form.password!==this.form.passwordConfirm?(this.formError=!0,void(this.formMsg="亲,两次输入支付密码不一致")):(this.formError=!1,void this.$store.dispatch({type:"changeWalletpwd",token:this.passwordToken,pay_password:this.form.password,reconfirm:this.form.passwordConfirm,mode:"forget"})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("b5ac"),t("fc05")),v=Object(p["a"])(d,o,r,!1,null,"4f0ad80f",null);s["default"]=v.exports},b5ac:function(e,s,t){"use strict";var o=t("1f49"),r=t.n(o);r.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d83869cc"],{"17a2":function(e,t,o){"use strict";var a=o("809d"),s=o.n(a);s.a},"71d7":function(e,t,o){var a=o("5b0f"),s=o("6c67"),r=o("78a6").f,i=o("38f8").f,n=o("e621"),c=o("7a14"),m=a.RegExp,f=m,l=m.prototype,d=/a/g,u=/a/g,v=new m(d)!==d;if(o("d9cf")&&(!v||o("03fd")(function(){return u[o("e1be")("match")]=!1,m(d)!=d||m(u)==u||"/a/i"!=m(d,"i")}))){m=function(e,t){var o=this instanceof m,a=n(e),r=void 0===t;return!o&&a&&e.constructor===m&&r?e:s(v?new f(a&&!r?e.source:e,t):f((a=e instanceof m)?e.source:e,a&&r?c.call(e):t),o?this:l,m)};for(var p=function(e){e in m||r(m,e,{configurable:!0,get:function(){return f[e]},set:function(t){f[e]=t}})},w=i(f),h=0;w.length>h;)p(w[h++]);l.constructor=m,m.prototype=l,o("c787")(a,"RegExp",m)}o("0384")("RegExp")},"809d":function(e,t,o){},bdad:function(e,t,o){"use strict";o.r(t);var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("section",{staticClass:"wallet-verify"},[o("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),o("div",{staticClass:"verify-content"},[o("ul",{staticClass:"form-wrap"},[o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("支付密码")]),o("br"),e.showPassword?[o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:"请输入支付密码"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})]:[o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入支付密码"},domProps:{value:e.form.password},on:{input:function(t){t.target.composing||e.$set(e.form,"password",t.target.value)}}})],e.showPassword?o("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:e.changeShow}}):o("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:e.changeShow}})],2),o("li",{directives:[{name:"show",rawName:"v-show",value:e.verifyShowImgCode,expression:"verifyShowImgCode"}],staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("图片验证码")]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.imgCode},on:{input:function(t){t.target.composing||e.$set(e.form,"imgCode",t.target.value)}}}),o("img",{staticClass:"img-code va-m",attrs:{src:e.imgCodeVal,alt:"图片验证码"},on:{click:e.changeImgCode}})]),o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[e._v("安全手机:"+e._s(e.walletInfoData.safe_mobile))]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(t){t.target.composing||e.$set(e.form,"verifyCode",t.target.value)}}}),e.yzmSend?o("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):o("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),o("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),o("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:e.next}},[e._v("下一步")])])],1)},s=[],r=(o("71d7"),o("bd31")),i=(o("9f07"),o("0964"),o("1cc5")),n=o("52c1"),c=o("57af"),m=o("01c5"),f=o("365c");i["a"].use(m["e"]);var l={name:"WalletVerify",data:function(){return{title:"验证身份",meaushow:!0,showPassword:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{verifyCode:"",imgCode:"",password:""},formError:!1,formMsg:"",imgCodeVal:f["a"]+"public/verify"}},computed:Object(r["a"])({},Object(n["b"])({walletInfoData:function(e){return e.wallet.walletInfoData},verifyShowImgCode:function(e){return e.wallet.verifyShowImgCode},verifyCountDownFlag:function(e){return e.wallet.verifyCountDownFlag}})),watch:{verifyCountDownFlag:function(e){e?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0}},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{changeShow:function(){this.showPassword=!this.showPassword},timeNum:function(){var e=this,t=setInterval(o,1e3);function o(){e.countDown--,e.countDown<=0&&(clearInterval(t),e.countDown=60,e.countDownText="再次发送",e.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=f["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);this.form.password?e.test(this.form.password)?this.$store.dispatch({type:"sendSafesms",imgCode:this.form.imgCode}):Object(m["q"])({message:"亲,密码由6~20位字母、数字组合",duration:2e3}):Object(m["q"])({message:"亲,请输入支付密码",duration:2e3})},next:function(){var e=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?e.test(this.form.password)?this.form.verifyCode?(this.formError=!1,void this.$store.dispatch({type:"verifySafeMobile",verify_code:this.form.verifyCode,pay_password:this.form.password})):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,密码由6~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:c["a"]}},d=l,u=(o("17a2"),o("fc05")),v=Object(u["a"])(d,a,s,!1,null,"3f338f56",null);t["default"]=v.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-f9d0f84e"],{"3b79":function(t,i,a){"use strict";var n=a("673c"),e=a.n(n);e.a},"47d3":function(t,i,a){},"50c9":function(t,i,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",{staticClass:"head-dom"},[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),t.inputShow?a("div",{staticClass:"search"},[a("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),a("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},e=[],s=a("7272"),o=a("a4c0"),c={name:"header-page",props:{color:{type:String,default:""},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")}},components:{"van-field":o["e"],"van-icon":o["f"],Menu:s["a"]}},l=c,r=(a("c4ad"),a("17cc")),f=Object(r["a"])(l,n,e,!1,null,"87442ebc",null);i["a"]=f.exports},"673c":function(t,i,a){},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()])])},e=[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("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=s,c=(a("3b79"),a("17cc")),l=Object(c["a"])(o,n,e,!1,null,null,null);i["a"]=l.exports},7378:function(t,i,a){"use strict";var n=a("50c9"),e=a.n(n);e.a},c4ad:function(t,i,a){"use strict";var n=a("47d3"),e=a.n(n);e.a},ca8b: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("div",{staticClass:"pointer-detail"},[a("Header",{attrs:{title:"积分明细"}}),a("div",{staticClass:"point-list-head clr"},[a("div",{staticClass:"f-l",class:{act:1==t.flow_type},on:{click:function(i){return t.tab(1)}}},[t._v("收入")]),a("div",{staticClass:"f-l",class:{act:2==t.flow_type},on:{click:function(i){return t.tab(2)}}},[t._v("支出")]),a("div",{staticClass:"f-r point-value"},[t._v("\n 当前总积分:"),a("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]),a("div",{ref:"pointContent",staticClass:"point_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,n){return a("div",{key:n,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",[t._v(t._s(i.flow_reason_type_text))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.flow_time)))])]),a("div",{staticClass:"f-r"},[t._v(t._s(1==i.flow_type?"+":"-")+t._s(i.flow_point))])])}),0)],1)])],1)},e=[],s=a("3f47"),o=a("6e6d"),c=a("52c1"),l=a("a4c0"),r=a("57af");o["a"].use(l["h"]);var f={name:"pointdetail",data:function(){return{finishedtext:" ",page:1,loading:!1,limit:12,flow_type:1,detaillists:[]}},computed:Object(s["a"])({},Object(c["b"])({getUserCurrentPoint:function(t){return t.pointdetail.getUserCurrentPoint},loadStatus:function(t){return t.pointdetail.loadStatus},finished:function(t){return t.pointdetail.finished},totalLimit:function(t){return t.pointdetail.totalLimit},detaillist:function(t){return t.pointdetail.detaillist}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.$store.dispatch({type:"getUserCurrentPointdetail"}),this.getData()},methods:{getData:function(){this.$store.dispatch({type:"getUserPointDetail",page:this.page,limit:this.limit,flow_type:this.flow_type})},tab:function(t){if(this.flow_type!=t){var i=this.$refs["pointContent"];this.flow_type=t,this.page=1,i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}},components:{Header:r["a"]}},u=f,d=(a("7378"),a("17cc")),p=Object(d["a"])(u,n,e,!1,null,"2886ee09",null);i["default"]=p.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-fe4c887e"],{"2e96":function(t,s,e){var o=e("9c9a"),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},5729:function(t,s,e){t.exports=e.p+"img/three_04.f98e5256.jpg"},"7f1b":function(t,s,e){"use strict";var o=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("section",[e("div",{staticClass:"slide-bar"},[t.kefuishow?e("div",{staticClass:"customer-service",on:{click:t.recordFn}},[e("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[e("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]:[e("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),e("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[e("div",{staticClass:"van-dialog__message"},[e("div",{staticClass:"kefu"},[e("p",{staticClass:"t0"},[e("i",{staticClass:"iconfont icon-kefu"})]),e("p",{staticClass:"t1"},[e("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),e("p",{staticClass:"t2"},[e("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[e("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},i=[],a=e("52c1"),n=e("1cc5"),c=e("01c5");n["a"].use(c["d"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=e("fc05"),d=Object(l["a"])(m,o,i,!1,null,null,null);s["a"]=d.exports},"842e":function(t,s,e){t.exports=e.p+"img/three_08.abd136a9.jpg"},"9c63":function(t,s,e){"use strict";e.r(s);var o=function(){var t=this,s=t.$createElement,o=t._self._c||s;return o("div",{staticClass:"findthing-content"},[o("div",{staticClass:"seo-head"}),o("div",{staticClass:"seo-section"},[o("div",{staticClass:"form-box1"},[o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[o("font",[t._v("*")]),t._v("型       号:")],1),o("div",{staticClass:"fr input-box"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.goodsNumber,expression:"form1.goodsNumber"}],attrs:{type:"text",placeholder:"请输入型号"},domProps:{value:t.form1.goodsNumber},on:{input:function(s){s.target.composing||t.$set(t.form1,"goodsNumber",s.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[o("font",{staticClass:"hiddenvi"},[t._v("*")]),t._v("数       量:")],1),o("div",{staticClass:"fr input-box"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.num,expression:"form1.num"}],attrs:{type:"text",placeholder:"请输入数量",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.num},on:{input:function(s){s.target.composing||t.$set(t.form1,"num",s.target.value)}}})])]),o("div",{staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[o("font",[t._v("*")]),t._v("手机号码:")],1),o("div",{staticClass:"fr input-box"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(s){s.target.composing||t.$set(t.form1,"mobile",s.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[o("span",{staticClass:"fl "},[t._v("图片验证:")]),o("div",{staticClass:"fr input-box pr"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(s){s.target.composing||t.$set(t.form1,"imgcode",s.target.value)}}}),o("img",{directives:[{name:"imgCode",rawName:"v-imgCode"}],staticClass:"img-code",attrs:{alt:"猎芯网"}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[o("span",{staticClass:"fl "},[t._v("验证码:")]),o("div",{staticClass:"fr input-box pr"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(s){s.target.composing||t.$set(t.form1,"code",s.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(s){t.getCode()}}},[t._v(t._s(t.codetext))])])]),o("div",{staticClass:"form1-warn"},[o("font",[t._v("*")]),t._v("为了您的权益,您的隐私将被严格保密")],1),o("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),o("div",{staticClass:"submit-button",on:{click:function(s){t.submitForm()}}})]),o("div",{staticClass:"img-show-static"}),o("div",{staticClass:"zizi-box"},[o("div",{staticClass:"zizi-ct"},[o("div",{staticClass:"slide-box"},[o("van-swipe",{attrs:{autoplay:3e3}},[o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("f203"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("5729"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("e673"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("a851"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("842e"),alt:"猎芯网"}})])],1)],1)])]),t._m(0)]),o("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?o("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},i=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"foot-box"},[e("div",{staticClass:"foot-box-ct"},[e("a",{attrs:{href:"tel:4008-755-881"}},[e("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=e("badb"),n=e.n(a),c=e("bd31"),r=(e("9f07"),e("0964"),e("1cc5")),m=e("52c1"),l=e("01c5"),d=e("7f1b");e("365c");r["a"].use(l["o"]).use(l["p"]).use(l["q"]).use(l["h"]);var f={name:"seo",computed:Object(c["a"])({},Object(m["b"])({loading:function(t){return t.findthing.loading},form1ImgShow:function(t){return t.findthing.form1ImgShow},form1CodeStatus:function(t){return t.findthing.form1CodeStatus},isRegLogin:function(t){return t.findthing.isRegLogin}}),{mobile:function(t){return this.form1.mobile}}),data:function(){return{loadings:!1,isWindow:!0,codeactive:!1,codetext:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,goodsNumber:"",num:"",msg:""}}},methods:{timeNum:function(){var t=this,s=60;t.codeactive=!0,t.codetext=s+"秒后获取";var e=setInterval(o,1e3);function o(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),t.codeactive=!1,t.codetext="获取验证码",s=60)}},getCode:function(){!this["form1"]["imgcodestatus"]||this["form1"]["imgcode"]?this.codeactive||this.$store.dispatch({type:"smsVerify1",mobile:this["form1"]["mobile"],verify:this["form1"]["imgcode"]}):Object(l["q"])({message:"请确认图片验证码",duration:3e3})},submitForm:function(){if(this["form1"]["goodsNumber"]){this["form1"]["msg"]="";var t=/^1[345678]\d{9}$/;t.test(this["form1"]["mobile"])?(this["form1"]["msg"]="",this["form1"]["code"]?(this["form1"]["msg"]="",this.$store.dispatch({type:"actionLogin1",account:this["form1"]["mobile"],sms_verify:this["form1"]["code"]})):this["form1"]["msg"]="验证码不能为空"):this["form1"]["msg"]="请输入正确格式的手机号码"}else this["form1"]["msg"]="型号不能为空"}},watch:{form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},mobile:function(t){var s=/^1[345678]\d{9}$/;s.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},isRegLogin:function(t){if(t){var s={number:this.form1.num,type:this.form1.goodsNumber};this.$store.dispatch({type:"feedback1",types:7,mobile:this.form1.mobile,content:n()(s)})}}},components:{SideBar:d["a"]}},u=f,p=(e("dd2d"),e("fc05")),v=Object(p["a"])(u,o,i,!1,null,"58fa8fca",null);s["default"]=v.exports},a851:function(t,s,e){t.exports=e.p+"img/three_06.5ad5630e.jpg"},b875:function(t,s,e){},badb:function(t,s,e){t.exports=e("2e96")},dd2d:function(t,s,e){"use strict";var o=e("b875"),i=e.n(o);i.a},e673:function(t,s,e){t.exports=e.p+"img/three_05.2f3455a9.jpg"},f203:function(t,s,e){t.exports=e.p+"img/three_03.49b062a4.jpg"}}]);
\ No newline at end of file
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment