Commit bd11f08c by 梁建民

钱包

parents 0fdb2bfd 5eda7880
Showing with 6036 additions and 194 deletions
<template>
<div id="app">
<keep-alive exclude="newsDetail,pointchange">
<keep-alive exclude="newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge">
<router-view class="router-view"></router-view>
</keep-alive>
</div>
......
......@@ -10,27 +10,27 @@ import axios from 'axios'
* urlMarketing marketing营销系统接口
*/
var urlApi, url,urlPc;
var urlApi, url, urlPc;
switch (window.location.hostname) {
case "m.ichunt.com":
urlPc='https://www.ichunt.com/v3/';
urlPc = 'https://www.ichunt.com/v3/';
url = 'https://m.ichunt.com/v3/';
urlApi = 'https://api.ichunt.com/';
break;
case "szm.ichunt.com":
urlApi = 'https://szapi.ichunt.com/';
url = 'https://szm.ichunt.com/v3/';
urlPc='https://sz.ichunt.com/v3/';
urlPc = 'https://sz.ichunt.com/v3/';
break;
case "tm.ichunt.com":
url = 'https://tm.ichunt.com/v3/';
urlApi = 'https://api.ichunt.com/';
urlPc='https://t.ichunt.com/v3/';
urlPc = 'https://t.ichunt.com/v3/';
break;
case "m.liexin.com":
url = 'http://m.liexin.com/v3/';
urlApi = 'http://api.liexin.com/';
urlPc='http://www.liexin.com/v3/';
urlPc = 'http://www.liexin.com/v3/';
break;
default:
//本地proxy配置参考vue.config.js
......@@ -40,6 +40,7 @@ switch (window.location.hostname) {
export const productionUrlPc = urlPc;
export const productionUrl = url;
export const productionUrlApi = urlApi;
export const apis = {
/**
* 首页
......@@ -78,111 +79,199 @@ export const apis = {
*/
chainFind: productionUrl + 'Service/chainFind',
/**
*微信菜单文章锦集api
*/
wechatArticle: productionUrlApi + 'Wechat/WechatArticleJinJi/article',
*微信菜单文章锦集api
*/
wechatArticle: productionUrlApi + 'Wechat/WechatArticleJinJi/article',
/**
*新闻列表api
*/
newsArticle: productionUrlApi + 'Article/Article/index',
newsArticle: productionUrlApi + 'Article/Article/index',
/**
* *
* 新闻详情api
* *
*/
newsArticleDetail: productionUrlApi + 'Article/Article/details',
newsArticleDetail: productionUrlApi + 'Article/Article/details',
/**
* *
* 新闻详情api
* *
*/
newsArticleDetailAd: productionUrl + 'api/newsdetailad',
newsArticleDetailAd: productionUrl + 'api/newsdetailad',
/**
* *
* 登录接口api
* *
*/
actionLogin: productionUrlApi + 'login/action',
actionLogin: productionUrlApi + 'login/action',
/**
* *
* 获取短信api
* *
*/
smsVerify: productionUrlApi + 'public/smsVerify',
smsVerify: productionUrlApi + 'public/smsVerify',
/**
* *
* 提交反馈api
* *
*/
feedback: productionUrlApi + 'help/help/feedback',
feedback: productionUrlApi + 'help/help/feedback',
/**
* *
* 获取当前积分api
* *
*/
getUserCurrentPoint: productionUrlApi + '/point/getUserCurrentPoint',
getUserCurrentPoint: productionUrlApi + '/point/getUserCurrentPoint',
/**
* *
* 是否签到api
* *
*/
isSignInToday: productionUrlApi + 'signIn/isSignInToday',
isSignInToday: productionUrlApi + 'signIn/isSignInToday',
/**
* *
* 签到api
* *
*/
signIn: productionUrlApi + 'signIn/signIn',
signIn: productionUrlApi + 'signIn/signIn',
/**
* *
* 积分商城是否填写信息完成api
* *
*/
checkMktScore: productionUrlApi + 'user/checkMktScore',
checkMktScore: productionUrlApi + 'user/checkMktScore',
/**
* *
* 积分商城是所有奖品api
* *
*/
getPointPrize: productionUrlApi + 'point/getPointPrize',
getPointPrize: productionUrlApi + 'point/getPointPrize',
/**
* *
* 积分商城兑换奖品api
* *
*/
exchangePrize: productionUrlApi + 'point/exchangePrize',
exchangePrize: productionUrlApi + 'point/exchangePrize',
/**
* *
* 积分商城积分明细api
* *
*/
getUserPointExchangeDetail: productionUrlApi + 'point/getUserPointExchangeDetail',
getUserPointExchangeDetail: productionUrlApi + 'point/getUserPointExchangeDetail',
/**
* *
* 收货地址api
* *
*/
recvlist: productionUrlApi + 'address/recvlist',
recvlist: productionUrlApi + 'address/recvlist',
/**
* *
* 积分规则api
* *
*/
pointruleApi:productionUrl + 'api/pointrule',
pointruleApi: productionUrl + 'api/pointrule',
/**
* *
* 积分收入支出明细api
* *
*/
getUserPointDetail:productionUrlApi + 'point/getUserPointDetail',
getUserPointDetail: productionUrlApi + 'point/getUserPointDetail',
/**
* *
* 积分兑换明细api
* *
*/
getUserPointExchangeList:productionUrlApi + 'point/getUserPointExchangeList',
getUserPointExchangeList: productionUrlApi + 'point/getUserPointExchangeList',
/**
* 获取钱包信息api
*/
getWalletInfo: productionUrlApi + 'wallet/info',
/**
* *
* 激活钱包api
* *
*/
activateWallet: productionUrlApi + 'wallet/activate',
/**
* *
* 发送安全手机验证码api
* *
*/
sendSafesms: productionUrlApi + 'wallet/safesms',
/**
* *
* 重置支付密码验证环节api
* *
*/
verifyResetsms: productionUrlApi + 'wallet/verifyresetsms',
/**
* *
* 修改钱包密码api
* *
*/
changeWalletpwd: productionUrlApi + 'wallet/changepwd',
/**
* *
* 钱包明细列表api
* *
*/
walletListLog: productionUrlApi + 'wallet/log',
/**
* *
* 钱包充值提现列表api
* *
*/
walletRecordList: productionUrlApi + 'wallet/lists',
/**
* *
* 手机安全验证校验api
* *
*/
verifySafeMobile: productionUrlApi + 'wallet/verifysafe',
/**
* *
* 校验银行卡获取短信验证码api
* *
*/
getBindBankmsg: productionUrlApi + 'wallet/getbankmsg',
/**
* *
* 绑定银行卡api
* *
*/
bindBankCard: productionUrlApi + 'wallet/bindbankcard',
/**
* *
* 充值申请api
* *
*/
walletRecharge: productionUrlApi + 'wallet/recharge',
/**
* *
* 提现申请api
* *
*/
walletWithdraw: productionUrlApi + 'wallet/withdraw',
/**
* *
* 充值提现单据详细api
* *
*/
rechargeWithdrawOrderIfo: productionUrlApi + 'wallet/orderinfo',
/**
* *
* 跳转及支付码api
* *
*/
payTodo: productionUrlApi + 'pay/todo',
/**
* *
* 查看订单信息api
* *
*/
orderInfo: productionUrlApi + 'order/info'
};
}
export const services = {
index(params) {
return axios.post(apis.index, params)
......@@ -238,45 +327,92 @@ export const services = {
newsArticle(params) {
return axios.post(apis.newsArticle, params)
},
newsArticleDetail(params){
return axios.post(apis.newsArticleDetail,params)
newsArticleDetail(params) {
return axios.post(apis.newsArticleDetail, params)
},
newsArticleDetailAd(params){
return axios.post(apis.newsArticleDetailAd,params)
newsArticleDetailAd(params) {
return axios.post(apis.newsArticleDetailAd, params)
},
getUserCurrentPoint(params){
return axios.post(apis.getUserCurrentPoint,params)
getUserCurrentPoint(params) {
return axios.post(apis.getUserCurrentPoint, params)
},
isSignInToday(params){
return axios.post(apis.isSignInToday,params)
isSignInToday(params) {
return axios.post(apis.isSignInToday, params)
},
signIn(params){
return axios.post(apis.signIn,params)
signIn(params) {
return axios.post(apis.signIn, params)
},
checkMktScore(params){
return axios.post(apis.checkMktScore,params)
checkMktScore(params) {
return axios.post(apis.checkMktScore, params)
},
getPointPrize(params){
return axios.post(apis.getPointPrize,params)
getPointPrize(params) {
return axios.post(apis.getPointPrize, params)
},
exchangePrize(params){
return axios.post(apis.exchangePrize,params)
exchangePrize(params) {
return axios.post(apis.exchangePrize, params)
},
recvlist(params){
return axios.post(apis.recvlist,params)
recvlist(params) {
return axios.post(apis.recvlist, params)
},
getUserPointExchangeDetail(params){
return axios.post(apis.getUserPointExchangeDetail,params)
getUserPointExchangeDetail(params) {
return axios.post(apis.getUserPointExchangeDetail, params)
},
pointruleApi(params){
return axios.post(apis.pointruleApi,params)
pointruleApi(params) {
return axios.post(apis.pointruleApi, params)
},
getUserPointDetail(params){
return axios.post(apis.getUserPointDetail,params)
getUserPointDetail(params) {
return axios.post(apis.getUserPointDetail, params)
},
getUserPointExchangeList(params){
return axios.post(apis.getUserPointExchangeList,params)
getUserPointExchangeList(params) {
return axios.post(apis.getUserPointExchangeList, params)
},
}
getWalletInfo(params) {
return axios.get(apis.getWalletInfo, {
params: {
data: params
}
})
},
activateWallet(params) {
return axios.post(apis.activateWallet, params)
},
sendSafesms(params) {
return axios.post(apis.sendSafesms, params)
},
verifyResetsms(params) {
return axios.post(apis.verifyResetsms, params)
},
walletListLog(params) {
return axios.post(apis.walletListLog, params)
},
changeWalletpwd(params) {
return axios.post(apis.changeWalletpwd, params)
},
walletRecordList(params) {
return axios.post(apis.walletRecordList, params)
},
verifySafeMobile(params) {
return axios.post(apis.verifySafeMobile, params)
},
getBindBankmsg(params) {
return axios.post(apis.getBindBankmsg, params)
},
bindBankCard(params) {
return axios.post(apis.bindBankCard, params)
},
walletRecharge(params) {
return axios.post(apis.walletRecharge, params)
},
walletWithdraw(params) {
return axios.post(apis.walletWithdraw, params)
},
rechargeWithdrawOrderIfo(params) {
return axios.post(apis.rechargeWithdrawOrderIfo, params)
},
payTodo(params) {
return axios.post(apis.payTodo, params)
},
orderInfo(params) {
return axios.post(apis.orderInfo, params)
}
};
.wallet-content {
background: #f0f0f0;
}
.wallet-balance {
background: #fff;
margin-bottom: 0.267rem;
}
.wallet-balance .balance-bg {
width: 94%;
height: 4rem;
background: url("../../images/wallet/bg.png") no-repeat center;
background-size: cover;
margin: 0.267rem auto;
color: #ffffff;
box-shadow: -0.007rem 0.012rem 0.093rem 0rem rgba(14, 4, 8, 0.4);
border-radius: 0.093rem;
}
.wallet-balance .balance-bg .text-1 {
width: 94%;
font-size: 16px;
margin-top: 0.627rem;
padding-left: 0.4rem;
}
.wallet-balance .balance-bg .text-2 {
width: 94%;
font-size: 24px;
margin-top: 0.3rem;
padding-left: 0.4rem;
}
.wallet-balance .balance-bg .text-3 {
font-size: 45px;
}
.wallet-balance .balance-bg .text-4 {
width: 94%;
font-size: 12px;
margin-top: 0.2rem;
padding-right: 0.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: 0.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: 0.8rem 0;
}
.wallet-content ul li p {
margin-top: 0.587rem;
font-size: 14px;
color: #000;
}
/*钱包状态*/
#app {
background: #f0f0f0;
}
.status-content {
background: #f0f0f0;
}
.status-content .form-wrap {
background: #ffffff;
}
.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: #666666;
padding-left: 0.3rem;
}
.status-content .form-wrap .inp-wrap input {
font-size: 18px;
line-height: 1.6rem;
width: 45%;
color: #333333;
padding-left: 0.7rem;
}
.status-content .form-wrap .inp-wrap .forget-password {
font-size: 16px;
line-height: 1.6rem;
color: #1080d0;
}
.status-content .form-wrap .inp-wrap .bind-bank {
font-size: 16px;
line-height: 1.6rem;
color: #1080d0;
}
.status-content .submit {
width: 305px;
height: 40px;
line-height: 40px;
background: #1080d0;
text-align: center;
border-radius: 20px;
font-size: 16px;
color: #fff;
display: block;
margin: 1.333rem 0.933rem;
font-weight: bold;
}
/*激活钱包*/
.activate-content .form-wrap {
background: #ffffff;
padding-bottom: 20px;
/*padding-top: 20px;*/
}
.activate-content .form-wrap .inp-wrap {
height: 2.5rem;
border-top: 1px solid #f0f0f0;
margin-left: 0.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: #333333;
}
.activate-content .form-wrap .inp-wrap input {
font-size: 16px;
line-height: 1.2rem;
width: 85%;
color: #333333;
}
.activate-content .form-wrap .inp-wrap:last-child input {
width: 65% !important;
}
.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;
height: 40px;
line-height: 40px;
background: #1080d0;
text-align: center;
border-radius: 20px;
font-size: 16px;
color: #fff;
display: block;
margin: 1.333rem 0.933rem;
font-weight: bold;
}
.activate-content .next {
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 auto;
font-weight: bold;
}
.activate-content .noClick {
opacity: 0.5;
}
.activate-content .form-wrap .inp-wrap .f-r {
float: right;
font-size: 22px;
margin-right: 0.25rem;
margin-top: 0.35rem;
}
.activate-content {
position: relative;
}
.activate-content .form-error {
position: absolute;
left: 0.3rem;
bottom: 65px;
font-size: 16px;
line-height: 16px;
color: red;
}
/*钱包充值*/
.recharge-content .wallet-account {
height: 40px;
line-height: 40px;
font-size: 16px;
color: #666666;
background: rgba(16, 128, 208, 0.1);
padding: 0 0.32rem;
}
.recharge-content .recharge-amount {
height: 100px;
background: #ffffff;
padding: 0 0.32rem;
margin-bottom: 10px;
}
.recharge-content .recharge-amount p {
height: 40px;
line-height: 40px;
font-size: 16px;
color: #333333;
}
.recharge-content .recharge-amount span {
height: 40px;
line-height: 40px;
font-size: 24px;
color: #333333;
}
.recharge-content .recharge-amount .money {
height: 40px;
line-height: 40px;
font-size: 24px;
color: #333333;
}
.recharge-content .payment-method {
height: 30px;
line-height: 30px;
font-size: 14px;
color: #666666;
padding: 0 0.32rem;
}
.recharge-content .payment-content {
background: #ffffff;
}
.recharge-content .payment-content .vanCell {
height: 60px; /*margin-left: 0.32rem;*/
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; /*padding: 10px 0;*/
}
.recharge-content .payment-content .vanCell .vanCelldd span {
font-size: 14px;
line-height: 18px;
color: #333333;
}
/*.recharge-content .payment-content .vanCell .checked{ display: inline-block; height: 60px; vertical-align: middle; float: right; margin-right: 1rem; position: relative; }
.recharge-content .payment-content .vanCell .checked img{ width: 22px; height: 22px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }*/
.recharge-content .recharge {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
background: #1080d0;
color: #ffffff;
font-size: 16px;
z-index: 9999999999;
transition: all 0.2s ease;
}
.recharge-content .rechargeNO {
opacity: 0.5;
}
/*验证身份*/
.verify-content .form-wrap {
background: #ffffff;
padding-bottom: 20px;
}
.verify-content .form-wrap .inp-wrap {
height: 2.5rem;
border-top: 1px solid #f0f0f0;
margin-left: 0.3rem;
}
.verify-content .form-wrap .inp-wrap label {
font-size: 18px;
line-height: 1.3rem;
color: #333333;
}
.verify-content .form-wrap .inp-wrap input {
font-size: 16px;
line-height: 1.2rem;
width: 85%;
color: #333333;
}
.verify-content .form-wrap .inp-wrap input {
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: 0.25rem;
margin-top: 0.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 0.933rem;
font-weight: bold;
}
/*绑定银行账号*/
.bind-content .safe-mobile {
height: 40px;
line-height: 40px;
font-size: 16px;
color: #666666;
background: rgba(16, 128, 208, 0.1);
padding: 0 0.32rem;
}
.bind-content .form-wrap {
background: #ffffff;
padding-bottom: 10px;
}
.bind-content .form-wrap .inp-wrap {
height: 2.2rem;
border-top: 1px solid #f0f0f0;
margin-left: 0.3rem;
}
.bind-content .form-wrap .inp-wrap label {
font-size: 18px;
line-height: 1.1rem;
color: #333333;
}
.bind-content .form-wrap .inp-wrap input {
font-size: 16px;
line-height: 1.1rem;
width: 85%;
color: #333333;
}
.bind-content .form-wrap .inp-wrap:last-child input {
width: 65% !important;
}
/*.bind-content .form-wrap .inp-wrap:nth-child(5) input{ width: 65% !important; }*/
.bind-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;
}
.bind-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;
}
.bind-content .confirm {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
background: #1080d0;
color: #ffffff;
font-size: 16px;
z-index: 999999999;
transition: all 0.2s ease;
}
.bind-content .form-error {
font-size: 12px;
line-height: 20px;
color: #e00106;
padding: 0.1rem 0.3rem;
}
/*钱包提现*/
.withdraw-content .withdrawUser-ifo {
height: 105px;
line-height: 35px;
font-size: 16px;
color: #333;
background: #fff;
padding: 0 0.32rem;
margin-bottom: 5px;
}
.withdraw-content .withdrawUser-ifo span {
float: right;
font-size: 14px;
color: #666666;
}
.withdraw-content .withdraw-tips {
height: 40px;
line-height: 40px;
font-size: 12px;
color: #ffa200;
background: rgba(255, 162, 0, 0.2);
padding: 0 0.32rem;
margin-bottom: 5px;
}
.withdraw-content .withdraw-amount {
height: 120px;
background: #ffffff;
padding: 0 0.32rem;
margin-bottom: 10px;
color: #333333;
}
.withdraw-content .withdraw-amount em {
color: red;
}
.withdraw-content .withdraw-amount p {
height: 40px;
line-height: 40px;
font-size: 16px;
}
.withdraw-content .withdraw-amount span {
height: 40px;
line-height: 40px;
font-size: 24px;
}
.withdraw-content .withdraw-amount .money {
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: 0.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: #ffffff;
padding: 0 0.32rem;
margin-bottom: 10px;
color: #333333;
}
.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: 0.25rem;
margin-top: 0.35rem;
}
.withdraw-content .submit {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
background: #1080d0;
color: #ffffff;
font-size: 16px;
z-index: 999999999999;
transition: all 0.2s ease;
}
.withdraw-content .submitNO {
opacity: 0.5;
}
/*钱包明细*/
.wallet-detail-content .trade-type {
height: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
color: #666666;
background: #fff;
margin-bottom: 0.5rem;
}
.wallet-detail-content .trade-date {
height: 35px;
padding: 0 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: #666666;
}
.wallet-detail-content .trade-detail {
background: #fff;
max-height: 520px;
overflow-y: auto;
}
.wallet-detail-content .trade-detail li {
height: 64px;
margin-left: 0.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("../../images/wallet/nodata.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: #333333;
}
.wallet-detail-content .trade-detail li .trade-num {
display: inline-block;
height: 64px;
line-height: 64px;
font-size: 18px;
color: #333333;
vertical-align: middle;
float: right;
margin-right: 0.32rem;
position: relative;
}
/*账单详情*/
.account-detail-content {
background: #ffffff;
}
.account-detail-content .detail-box {
margin: 0 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: #666666;
background: #fff;
margin-bottom: 0.5rem;
}
.record-content .record-date {
height: 35px;
padding: 0 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: #666666;
}
.record-content .record-detail {
background: #fff;
max-height: 520px;
overflow-y: auto;
}
.record-content .record-detail li {
height: 64px;
margin-left: 0.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("../../images/wallet/nodata.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: #333333;
}
.record-content .record-detail li .record-num {
display: inline-block;
height: 54px;
line-height: 26px;
font-size: 18px;
color: #333333;
text-align: right;
vertical-align: middle;
float: right;
margin-right: 0.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: #999999;
}
.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: #ffffff;
}
.withdraw-detail-content .detail-box {
margin: 0 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: #ffffff;
padding-bottom: 20px;
}
.retrieve-content .form-wrap .inp-wrap {
height: 2.5rem;
border-top: 1px solid #f0f0f0;
margin-left: 0.3rem;
}
.retrieve-content .form-wrap .inp-wrap label {
font-size: 18px;
line-height: 1.3rem;
color: #333333;
}
.retrieve-content .form-wrap .inp-wrap input {
font-size: 16px;
line-height: 1.2rem;
width: 85%;
color: #333333;
}
.retrieve-content .form-wrap .inp-wrap:nth-child(2) input {
width: 65% !important;
}
.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 {
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 0.933rem;
font-weight: bold;
}
.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 0.933rem;
font-weight: bold;
}
.retrieve-content .form-wrap .inp-wrap .f-r {
float: right;
font-size: 22px;
margin-right: 0.25rem;
margin-top: 0.35rem;
}
.retrieve-content {
position: relative;
}
.retrieve-content .form-error {
position: absolute;
left: 0.3rem;
bottom: 65px;
font-size: 16px;
line-height: 16px;
color: red;
}
/*收银台*/
.cashier-content .cashier-detail {
background: #ffffff;
height: 85px;
margin-bottom: 10px;
}
.cashier-content .cashier-detail p {
color: #333333;
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: #ffffff;
}
.cashier-content .form-wrap .inp-wrap {
height: 60px;
}
.cashier-content .form-wrap .inp-wrap label {
font-size: 16px;
line-height: 60px;
width: 25%;
color: #333333;
padding-left: 0.3rem;
}
.cashier-content .form-wrap .inp-wrap input {
font-size: 16px;
line-height: 60px;
width: 45%;
color: #333333;
}
.cashier-content .form-wrap .inp-wrap .f-r {
float: right;
font-size: 22px;
margin-right: 0.55rem;
margin-top: 0.55rem;
}
.cashier-content .pay {
width: 9.2rem;
height: 1.33rem;
line-height: 1.33rem;
background: #1080d0;
text-align: center;
border-radius: 0.6rem;
font-size: 16px;
color: #fff;
display: block;
margin: 1.333rem auto;
font-weight: bold;
}
.cashier-content .forget-password {
text-align: right;
font-size: 14px;
line-height: 36px;
padding-right: 0.3rem;
}
.cashier-content .forget-password a {
color: #666666;
}
.dialog-layer-shade {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
left: 0;
z-index: 2018;
background: rgba(0, 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 0.3s ease-in-out;
}
.dialog-layer-shade .dialog-layer .tit {
font-size: 16px;
color: #333333;
height: 48px;
line-height: 48px;
border-bottom: 1px solid #e5e5e5;
font-weight: bold;
}
.dialog-layer-shade .dialog-layer .tab {
display: flex;
padding: 0.533rem 0.4rem;
justify-content: space-around;
flex-flow: wrap;
}
.dialog-layer-shade .dialog-layer .tab li {
flex: 0 0 31%;
height: 55px;
line-height: 55px;
text-align: center;
background-color: #ffffff;
font-size: 16px;
color: #666666;
margin-bottom: 0.16rem;
margin-right: 0.16rem;
}
.dialog-layer-shade .dialog-layer .tab li.curr {
background-color: #1080d0;
color: #ffffff;
}
.dialog-layer-shade .dialog-layer .btn {
display: block;
width: 100%;
height: 50px;
line-height: 50px;
background-color: #ffffff;
text-align: center;
font-size: 16px;
color: #333333;
font-weight: bold;
border-top: 0.133rem solid rgba(0, 0, 0, 0.4);
}
.verify-content .form-error{
font-size: 12px;
line-height: 20px;
color: #e00106;
padding: 0.1rem 0.3rem;
}
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform: translateY(200px)
}
100% {
-webkit-transform: translateY(0)
}
}
\ No newline at end of file
......@@ -32,40 +32,28 @@ Vue.prototype.$http = axios;
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
axios.defaults.withCredentials = true;
axios.interceptors.request.use(function (config) {
if(config.method=='post'){
if(config.data){
if(config.data.indexOf("&pf=2")==-1){
config.data+="&pf="+window.lxpf;
if (config.method == 'post') {
if (config.data) {
if (config.data.indexOf("&pf=2") == -1) {
config.data += "&pf=" + window.lxpf;
}
}else{
config.data="pf="+window.lxpf
} else {
config.data = "pf=" + window.lxpf
}
}else if(config.method=='get'){
} else if (config.method == 'get') {
let paramsArr = Object.keys(config.params);
if(paramsArr.length){
if(paramsArr.indexOf('pf')==-1){
config.params = {
pf:window.lxpf,
...config.params
}
}
}else{
if (paramsArr.length) {
if (paramsArr.indexOf('pf') == -1) {
config.params = {
pf:window.lxpf,
pf: window.lxpf,
...config.params
}
}
} else {
config.params = {
pf: window.lxpf
}
}
// if(config.params.data){
// if( config.params.data.indexOf("&pf=2")==-1){
// config.params = {
// pf:2,
// ...config.params
// }
// }
// }else{
// config.params = {
// pf:2,
// }
// }
}
return config;
......@@ -82,9 +70,9 @@ if (Yo4teW_gid == null) {
}
//微信授权
var params={
var params = {
urlhash: window.location.hash
}
};
params = Util.getParams(params);
Services.wxaccess(params).then((res) => {
let data = res.data;
......@@ -93,7 +81,6 @@ Services.wxaccess(params).then((res) => {
}
});
//路由进入前
//路由页面回跳处理 mate里面参数 back:true 开启登录态回跳
router.beforeEach((to, from, next) => {
const title = to.meta && to.meta.title;
......@@ -101,15 +88,15 @@ router.beforeEach((to, from, next) => {
document.title = title;
}
//页面回跳
var backurl_g=to.meta.back||""
if(backurl_g){
var loginpta=Util.isLogin()?true:false;
if(!loginpta){
window.location.href='/v3/login?referer='+encodeURIComponent(window.location.href)
}else{
var backurl_g = to.meta.back || "";
if (backurl_g) {
var loginpta = Util.isLogin() ? true : false;
if (!loginpta) {
window.location.href = '/v3/login?referer=' + encodeURIComponent(window.location.href);
} else {
next();
}
}else{
} else {
next();
}
});
......@@ -118,4 +105,4 @@ new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
}).$mount('#app');
......@@ -14,9 +14,25 @@ const Point = resolve => require(['@/views/pointmall/pointDetail'], resolve);
const Exchange = resolve => require(['@/views/pointmall/exchange'], resolve);
const Pointchange = resolve => require(['@/views/pointmall/pointchange'], resolve);
const Pointrule = resolve => require(['@/views/pointmall/pointrule'], resolve);
Vue.use(Router)
const Wallet = resolve => require(['@/views/wallet/Index'], resolve);
const WalletStatus = resolve => require(['@/views/wallet/Status'], resolve);
const WalletActivate = resolve => require(['@/views/wallet/Activate'], resolve);
const WalletRecharge = resolve => require(['@/views/wallet/Recharge'], resolve);
const WalletVerify = resolve => require(['@/views/wallet/Verify'], resolve);
const WalletBind = resolve => require(['@/views/wallet/Bind'], resolve);
const WalletWithdraw = resolve => require(['@/views/wallet/Withdraw'], resolve);
const WalletQuestion = resolve => require(['@/views/wallet/Question'], resolve);
const WalletDetail = resolve => require(['@/views/wallet/WalletDetail'], resolve);
const AccountDetail = resolve => require(['@/views/wallet/AccountDetail'], resolve);
const WalletRecord = resolve => require(['@/views/wallet/Record'], resolve);
const WithdrawDetail = resolve => require(['@/views/wallet/WithdrawDetail'], resolve);
const WalletRetrieve = resolve => require(['@/views/wallet/Retrieve'], resolve);
const WalletCashier = resolve => require(['@/views/wallet/Cashier'], resolve);
const routes=[
Vue.use(Router);
const routes = [
{
path: '/',
component: Home,
......@@ -40,7 +56,7 @@ const routes=[
},
{
path: '/wxlist',
name:'Wxlist',
name: 'Wxlist',
component: Wxlist,
meta: {
title: '猎芯网'
......@@ -48,7 +64,7 @@ const routes=[
},
{
path: '/news',
name:'News',
name: 'News',
component: News,
meta: {
title: '猎芯网-新闻列表'
......@@ -56,7 +72,7 @@ const routes=[
},
{
path: '/seo',
name:'Seo',
name: 'Seo',
component: Seo,
meta: {
title: '猎芯网——京东战投元器件商城'
......@@ -64,7 +80,7 @@ const routes=[
},
{
path: '/findthing',
name:'Findthing',
name: 'Findthing',
component: Findthing,
meta: {
title: '猎芯网——快速找料'
......@@ -72,7 +88,7 @@ const routes=[
},
{
path: '/pointmall',
name:'Pointmall',
name: 'Pointmall',
component: Pointmall,
meta: {
title: '积分商城'
......@@ -80,50 +96,148 @@ const routes=[
},
{
path: '/pointchange',
name:'Pointchange',
name: 'Pointchange',
component: Pointchange,
meta: {
title: '兑换成功',
back:true
back: true
}
},
{
path: '/exchange',
component:Exchange,
component: Exchange,
meta: {
title: '兑换记录',
back:true
back: true
}
},
{
path: '/point',
component:Point,
component: Point,
meta: {
title: '积分明细',
back:true
back: true
}
},
{
path: '/pointrule',
component:Pointrule,
component: Pointrule,
meta: {
title: '积分规则'
}
},
{
path: '/news/detail/:art_id/:cat_id',
name:'NewsDetail',
name: 'NewsDetail',
component: NewsDetail,
meta: {
title: '猎芯网-新闻详情'
}
},
{
path: '/wallet',
component: Wallet,
meta: {
title: '猎芯网-我的钱包'
}
},
{
path: '/wallet/status',
component: WalletStatus,
meta: {
title: '猎芯网-钱包状态'
}
},
{
path: '/wallet/activate',
component: WalletActivate,
meta: {
title: '猎芯网-激活钱包'
}
},
{
path: '/wallet/recharge',
component: WalletRecharge,
meta: {
title: '猎芯网-钱包充值'
}
},
{
path: '/wallet/verify',
component: WalletVerify,
meta: {
title: '猎芯网-验证身份'
}
},
{
path: '/wallet/bind',
component: WalletBind,
meta: {
title: '猎芯网-绑定银行账号'
}
},
{
path: '/wallet/withdraw',
component: WalletWithdraw,
meta: {
title: '猎芯网-钱包提现'
}
},
{
path: '/wallet/question',
component: WalletQuestion,
meta: {
title: '猎芯网-常见问题'
}
},
{
path: '/wallet/walletdetail',
component: WalletDetail,
meta: {
title: '猎芯网-钱包明细'
}
},
{
path: '/wallet/accountdetail',
component: AccountDetail,
meta: {
title: '猎芯网-账单详情'
}
},
{
path: '/wallet/record',
component: WalletRecord,
meta: {
title: '猎芯网-充值提现记录'
}
},
{
path: '/wallet/withdrawdetail',
component: WithdrawDetail,
meta: {
title: '猎芯网-充值提现详情'
}
},
{
path: '/wallet/retrieve',
component: WalletRetrieve,
meta: {
title: '猎芯网-找回密码'
}
},
{
path: '/wallet/cashier',
component: WalletCashier,
meta: {
title: '猎芯网-收银台'
}
},
{
path: '*',
redirect: '/'
}
]
];
routes.forEach(route => {
route.path = route.path || '/' + (route.name || '');
......@@ -132,7 +246,6 @@ routes.forEach(route => {
const router = new Router({routes});
export {
router
};
\ No newline at end of file
......@@ -48,10 +48,18 @@ const actions = {
loginCheck({commit}, payload) {
Services.loginCheck().then((res) => {
let data = res.data;
commit({
type: 'loginCheck',
data: data
});
if (payload.is_jump) {
if (data.err_code == 11010) {
window.location.href = '/h5/view/'
} else if (data.err_code == 11030) {
window.location.href = '/v3/login'
}
} else {
commit({
type: 'loginCheck',
data: data
});
}
}).catch(function (err) {
console.log('网络出现问题,请重试');
});
......@@ -62,7 +70,7 @@ const actions = {
searchModel: ''
}
Services.customsrService(params).then((res) => {
}).catch(function (err) {
console.log('网络出现问题,请重试');
});
......
import Vue from 'vue'
import {Toast} from 'vant';
import {services as Services} from '../../../api/index'
import Util from '../../../util'
var qs = require('qs');
Vue.use(Toast);
const state = {
//钱包信息
walletInfoData: {},
//验证安全手机——图形验证码和开始倒计时标记
verifyShowImgCode: false,
verifyCountDownFlag: false,
//激活钱包——图形验证码和开始倒计时标记
activateShowImgCode: false,
activateCountDownFlag: false,
//找回密码——图形验证码和开始倒计时标记
retieveShowImgCode: false,
retieveCountDownFlag: false,
passwordToken: '',
//钱包明细
walletListData: [],
//提现充值明细
walletRecordData: [],
//绑定银行卡
bankPasswordToken: '',
bankCountDownFlag: false,
bindBankKey: '',
bindBankData: '',
//充值单ID
amountRechargeID: '',
//提现单ID
amountWithdrawID: '',
//充值提现单据详细
rechargeWithdrawOrderDetail: [],
//订单信息
orderInfoData: [],
//默认提现可点击(防多次点击)
amountWithdrawFlag: false
}
const mutations = {
getWalletInfo(state, payload) {
state.walletInfoData = payload.data;
},
sendSafesms(state, payload) {
state.verifyShowImgCode = !payload.verifyCountDownFlag;
state.verifyCountDownFlag = payload.verifyCountDownFlag;
},
smsVerifyActivate(state, payload) {
state.activateShowImgCode = !payload.activateCountDownFlag;
state.activateCountDownFlag = payload.activateCountDownFlag;
},
smsVerifyRetrieve(state, payload) {
state.retieveShowImgCode = !payload.retieveCountDownFlag;
state.retieveCountDownFlag = payload.retieveCountDownFlag;
},
verifyResetsms(state, payload) {
state.passwordToken = payload.data
},
walletListLog(state, payload) {
state.walletListData = payload.data
},
walletRecordList(state, payload) {
state.walletRecordData = payload.data
},
verifySafeMobile(state, payload) {
state.bankPasswordToken = payload.data;
Util.setCookie("bankPasswordToken", payload.data, 1);
},
getBindBankmsg(state, payload) {
state.bankCountDownFlag = payload.bankCountDownFlag;
state.bindBankKey = payload.data.access_key;
state.bindBankData = payload.data.access_data;
},
walletRecharge(state, payload) {
state.amountRechargeID = payload.data
},
walletWithdraw(state, payload) {
},
rechargeWithdrawOrderIfo(state, payload) {
state.rechargeWithdrawOrderDetail = payload.data
},
payTodo(state, payload) {
state.rechargeWithdrawOrderDetail = payload.data
},
orderInfo(state, payload) {
state.orderInfoData = payload.data
}
}
const actions = {
getWalletInfo({commit}, payload) {
var params = {}
Services.getWalletInfo(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
commit({
type: 'getWalletInfo',
data: data.data
});
}
}).catch(function (err) {
});
},
smsVerifyActivate({commit}, payload) {
Toast.loading({
message: '处理中...'
});
var params = {
mobile: payload.mobile,
verify: payload.imgCode,
channel: 3
}
Services.smsVerify(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'smsVerifyActivate',
activateCountDownFlag: true
});
} else if (data.err_code == 23019 || data.err_code == 11008 || data.err_code == 11011) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'smsVerifyActivate',
activateCountDownFlag: false
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
Toast.clear();
});
},
activateWallet({commit}, payload) {
var params = {
intl_code: '',
safe_mobile: payload.mobile,
verify_code: payload.verifyCode,
pay_password: payload.password,
reconfirm: payload.passwordConfirm
}
Services.activateWallet(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(function () {
window.location.href = "/h5/view/#/wallet/activate";
}, 2000)
}
}).catch(function (err) {
});
},
sendSafesms({commit}, payload) {
Toast.loading({
message: '处理中...'
});
var params = {
verify: payload.imgCode,
channel: 3
}
Services.sendSafesms(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'sendSafesms',
verifyCountDownFlag: true
});
} else if (data.err_code == 23019) {
//请确认图形验证码
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'sendSafesms',
verifyCountDownFlag: false
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
Toast.clear();
});
},
smsVerifyRetrieve({commit}, payload) {
Toast.loading({
message: '处理中...'
});
var params = {
verify: payload.imgCode,
channel: 3
}
Services.sendSafesms(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'smsVerifyRetrieve',
retieveCountDownFlag: true
});
} else if (data.err_code == 23019) {
//请确认图形验证码
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'smsVerifyRetrieve',
retieveCountDownFlag: false
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
Toast.clear();
});
},
verifyResetsms({commit}, payload) {
var params = {
verify_code: payload.verify_code,
}
Services.verifyResetsms(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'verifyResetsms',
data: data.data
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
changeWalletpwd({commit}, payload) {
var params = {
token: payload.token,
pay_password: payload.pay_password,
reconfirm: payload.reconfirm,
mode: payload.mode,
}
Services.changeWalletpwd(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
walletListLog({commit}, payload) {
Toast.loading({
message: '加载中...'
});
var params = {
log_type: payload.log_type,
stime: payload.stime,
etime: payload.etime,
}
Services.walletListLog(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
commit({
type: 'walletListLog',
data: data.data.list
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
Toast.clear();
}).catch(function (err) {
Toast.clear();
});
},
walletRecordList({commit}, payload) {
Toast.loading({
message: '加载中...'
});
var params = {
wallet_type: payload.wallet_type,
stime: payload.stime,
etime: payload.etime,
}
Services.walletRecordList(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
commit({
type: 'walletRecordList',
data: data.data.list
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
Toast.clear();
}).catch(function (err) {
Toast.clear();
});
},
verifySafeMobile({commit}, payload) {
var params = {
verify_code: payload.verify_code,
pay_password: payload.pay_password
}
Services.verifySafeMobile(qs.stringify(params)).then((res) => {
let data = res.data;
Toast.loading({
message: '处理中...'
});
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'verifySafeMobile',
data: data.data
});
setTimeout(() => {
window.location.href = "/h5/view/#/wallet/bind";
}, 2000)
} else if (data.err_code == 11030) {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(() => {
window.location.href = '/h5/view/#/';
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 2000
});
}
}).catch(function (err) {
Toast.clear();
});
},
getBindBankmsg({commit}, payload) {
var params = {
bank_user: payload.bank_user,
bank_id: payload.bank_id,
bank_account: payload.bank_account,
id_type: payload.id_type,
id_number: payload.id_number,
account_type: payload.account_type,
mobile: payload.mobile,
channel: 3
}
Services.getBindBankmsg(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'getBindBankmsg',
bankCountDownFlag: true,
data: data.data
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
bindBankCard({commit}, payload) {
Toast.loading({
message: '处理中...'
});
var params = {
token: payload.token,
wallet_bank_id: payload.wallet_bank_id,
sms_code: payload.sms_code,
access_key: payload.access_key,
access_data: payload.access_data,
}
Services.bindBankCard(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
Toast.clear();
});
},
walletRecharge({commit}, payload) {
var params = {
amount: payload.amount,
}
Services.walletRecharge(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
commit({
type: 'walletRecharge',
data: data.data
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
walletWithdraw({commit}, payload) {
var params = {
amount: payload.amount,
pay_password: payload.pay_password
}
Toast.loading({
message: '处理中...'
});
state.amountWithdrawFlag = true;
Services.walletWithdraw(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: '提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待',
duration: 2000
});
setTimeout(() => {
state.amountWithdrawFlag = false;
window.location.href = "/h5/view/#/wallet/record";
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(() => {
state.amountWithdrawFlag = false;
}, 2000)
}
}).catch(function (err) {
Toast.clear();
});
},
rechargeWithdrawOrderIfo({commit}, payload) {
var params = {
wallet_id: payload.wallet_id
}
Services.rechargeWithdrawOrderIfo(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'rechargeWithdrawOrderIfo',
data: data.data
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
payTodo({commit}, payload) {
var params = {
pay_code: payload.pay_code,
rescue: payload.rescue,
types: payload.types,
site_type: payload.site_type,
order_id: payload.order_id
}
Services.payTodo(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
if (is_miniProgram()) { //微信小程序
wx.requestPayment(data.data);
} else {
window.location.href = data.data;
}
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
orderInfo({commit}, payload) {
var params = {
order_id: payload.order_id
}
Services.orderInfo(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
commit({
type: 'orderInfo',
data: data.data
});
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
},
walletPayTodo({commit}, payload) {
var params = {
pay_code: payload.pay_code,
pay_password: payload.pay_password,
types: payload.types,
order_id: payload.order_id,
site_type: payload.site_type
}
Services.payTodo(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
setTimeout(function () {
window.location.href = "/v3/pay/success?order_id=" + payload.order_id + "&types=" + (payload.types || 0);
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
});
}
}
const getters = {}
export default {
state,
mutations,
actions,
getters
}
import Vue from 'vue'
import Vuex from 'vuex'
import wallet from './modules/wallet/wallet'
import home from './modules/home'
import common from './modules/common'
import smt from './modules/smt/index'
......@@ -13,10 +14,13 @@ import pointchange from './modules/pointmall/pointchange'
import pointrule from './modules/pointmall/pointrule'
import pointdetail from './modules/pointmall/pointdetail'
import exchange from './modules/pointmall/exchange'
Vue.use(Vuex)
Vue.use(Vuex);
export default new Vuex.Store({
modules: {
wallet,
home,
common,
smt,
......
//cardType:DC->储蓄卡,CC->信用卡
export function bankCardAttribution(bankCard) {
var cardTypeMap = {
DC: "储蓄卡",
CC: "信用卡",
SCC: "准贷记卡",
PC: "预付费卡"
};
function extend(target, source) {
var result = {};
var key;
target = target || {};
source = source || {};
for (key in target) {
if (target.hasOwnProperty(key)) {
result[key] = target[key];
}
}
for (key in source) {
if (source.hasOwnProperty(key)) {
result[key] = source[key];
}
}
return result;
}
function getCardTypeName(cardType) {
if (cardTypeMap[cardType]) {
return cardTypeMap[cardType]
}
return undefined;
}
var bankcardList = [{
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 getBankNameByBankCode(bankcode) {
for (var i = 0, len = bankcardList.length; i < len; i++) {
var bankcard = bankcardList[i];
if (bankcode == bankcard.bankCode) {
return bankcard.bankName;
}
}
return "";
}
function _getBankInfoByCardNo(cardNo) {
for (var i = 0, len = bankcardList.length; i < len; i++) {
var bankcard = bankcardList[i];
var patterns = bankcard.patterns;
for (var j = 0, jLen = patterns.length; j < jLen; j++) {
var pattern = patterns[j];
if ((new RegExp(pattern.reg)).test(cardNo)) {
var info = extend(bankcard, pattern);
delete info.patterns;
delete info.reg;
info['cardTypeName'] = getCardTypeName(info['cardType']);
return info; //返回银行卡结果
}
}
}
return false;
}
return _getBankInfoByCardNo(bankCard)
}
<template>
<section>
<section class="head-dom">
<div class="header-page clr">
<i class="icon iconfont icon-xiangzuo fl" @click="historyback"></i>
<h3 class="title fl">{{title}}</h3>
<Menu v-if="meaushow" :color="color"></Menu>
<Menu v-if="meaushow" :color="color"></Menu>
</div>
</section>
</template>
<script>
import Menu from '@/views/common/Menu.vue';
export default {
import Menu from '@/views/common/Menu.vue';
export default {
name: 'header-page',
props: {
color: {
......@@ -20,23 +21,21 @@ export default {
type: String,
default: '猎芯网'
},
meaushow:{
meaushow: {
type: Boolean,
default: false
}
},
data() {
return {
}
return {}
},
mounted() {
},
methods: {
historyback:function(){
history.go(-1)
}
historyback: function () {
history.go(-1)
}
},
components: {
Menu
......@@ -44,19 +43,37 @@ export default {
}
</script>
<style lang="scss">
body{padding-top:40px;}
.header-page{
<style lang="scss" scoped>
.head-dom {
padding-top: 40px;
height:40px;
width:100%;
padding: 0 0.2rem;
position:fixed;
z-index: 998;
top:0;
background:#fafafa;
i{font-size:18px;margin-top:10px;color:#666}
h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;padding:0px 10%!important;}
}
.header-page {
height: 40px;
width: 100%;
padding: 0 0.2rem;
position: fixed;
z-index: 998;
top: 0;
background: #fafafa;
i {
font-size: 18px;
margin-top: 10px;
color: #666
}
h3 {
font-size: 16px;
color: #333;
width: 68%;
line-height: 40px;
text-align: center;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0px 10% !important;
}
}
}
</style>
<template>
<section class="account-detail">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="account-detail-content">
<div class="detail-box detail-content-1">
<div class="pay-img"><span><img src="../../assets/images/wallet/orderpay.png" alt="账单详情"></span></div>
<p class="pay-type">{{payType}}</p>
<p class="pay-amount">{{payAmount}}</p>
<p class="pay-status">{{payStatus}}</p>
</div>
<div class="detail-box detail-content-2">
<p class="pay-flow">支付流水<span>{{payFlow}}</span></p>
<p class="pay-time">支付时间<span>{{payTime}}</span></p>
<p class="pay-method">支付方式<span>{{payMethod}}</span></p>
</div>
<div class="detail-box detail-content-3">
<p class="pay-balance">钱包可用余额<span>{{payBalance}}</span></p>
<p class="pay-detail">详情<a href="#">查看订单 ></a></p>
</div>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
export default {
name: 'AccountDetail',
data() {
return {
title: "账单详情",
meaushow: true,
payType: "订单支付",
payAmount: 1256.00,
payStatus: "交易完成",
payFlow: 1201811123491734912,
payTime: "2019-04-05 17:03:01",
payMethod: "微信",
payBalance: 1200.00,
}
},
computed: {
...mapState({
})
},
watch: {
},
created() {
},
methods: {
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-activate">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="activate-content" v-show="step1">
<ul class="form-wrap">
<li class="inp-wrap">
<label class="va-m">安全手机号</label><br>
<input type="number" placeholder="请输入手机号" v-model="form.safeMobile" class="va-m inp"/>
</li>
<li class="inp-wrap yzmImg" v-show="activateShowImgCode">
<label class="va-m">图片验证码</label><br>
<input type="text" placeholder="请输入验证码" v-model="form.imgCode" class="va-m inp"/>
<img :src="imgCodeVal" alt="图片验证码" class="img-code va-m" @click="changeImgCode"/>
</li>
<li class="inp-wrap">
<label class="va-m">验证码</label><br>
<input type="text" placeholder="请输入验证码" v-model="form.verifyCode" class="va-m inp"/>
<a v-if="yzmSend" href="javascript:;" class="send-yzm va-m" @click="getCode">{{countDownText}}</a>
<a v-else href="javascript:;" class="sending-yzm va-m">再次发送({{countDown}}s)</a>
</li>
</ul>
<p class="form-error" v-show="formError">{{formMsg}}</p>
<a href="javascript:;" class="next" :class="{noClick: isClick}" @click="next">下一步</a>
</div>
<div class="activate-content" v-show="step2">
<ul class="form-wrap">
<li class="inp-wrap">
<label class="va-m">设置支付密码</label><br>
<template v-if="showPassword">
<input type="password" placeholder="密码由8~20位字母、数字组合而成" class="va-m inp" v-model="form.password"/>
</template>
<template v-else>
<input type="text" placeholder="密码由8~20位字母、数字组合而成" class="va-m inp" v-model="form.password"/>
</template>
<van-icon v-if="showPassword" name="closed-eye" class="va-m f-r" @click="changeShow"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShow"/>
</li>
<li class="inp-wrap">
<label class="va-m">确认支付密码</label><br>
<template v-if="showPasswordConfirm">
<input type="password" placeholder="请再次输入上面的密码" class="va-m inp" v-model="form.passwordConfirm"/>
</template>
<template v-else>
<input type="text" placeholder="请再次输入上面的密码" class="va-m inp" v-model="form.passwordConfirm"/>
</template>
<van-icon v-if="showPasswordConfirm" name="closed-eye" class="va-m f-r" @click="changeShowConfirm"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShowConfirm"/>
</li>
</ul>
<p class="form-error" v-show="formError">{{formMsg}}</p>
<a href="javascript:;" class="confirm" @click="confirm">确认</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import { Icon } from 'vant';
import {productionUrlPc} from '../../api/index';
Vue.use(Icon);
export default {
name: 'WalletActivate',
data() {
return {
title: "激活钱包",
meaushow: true,
showPassword: true, //是否显示密码
showPasswordConfirm: true, //是否显示密码确认
yzmSend: true, //验证码发送
countDown: 60,
countDownText: '发送验证码',
step1: true,
step2: false,
form: {
safeMobile: '',
verifyCode: '',
imgCode: '',
password: '',
passwordConfirm: ''
},
formError: false,
formMsg: '',
imgCodeVal: productionUrlPc+"public/verify",
isClick: true
}
},
computed: {
...mapState({
activateShowImgCode: state => state.wallet.activateShowImgCode,
activateCountDownFlag: state => state.wallet.activateCountDownFlag,
})
},
watch: {
activateCountDownFlag(value) {
if(value){
this.yzmSend = false;
this.timeNum();
}else{
this.yzmSend = true;
}
},
form: {
deep: true,
handler: function(val) {
if (val.safeMobile && val.verifyCode) {
this.isClick=false
}else{
this.isClick=true;
}
}
}
},
created() {
},
methods: {
changeShow() {
this.showPassword = !this.showPassword;
},
changeShowConfirm() {
this.showPasswordConfirm = !this.showPasswordConfirm;
},
timeNum() {
var me = this;
var clock = setInterval(doLoop, 1000);
function doLoop() {
me.countDown--;
if (me.countDown <= 0) {
clearInterval(clock);
me.countDown = 60;
me.countDownText = "再次发送";
me.yzmSend = true;
}
}
},
//获取图片验证码
changeImgCode() {
this.imgCodeVal = productionUrlPc + "public/verify?" + new Date().getTime()
},
verify() {
if (!this.form.safeMobile) {
this.formError = true;
this.formMsg = '亲,请输入手机';
return;
}
var tel_reg = /^1[34578]\d{9}$/;
if (!tel_reg.test(this.form.safeMobile)) {
this.formError = true;
this.formMsg = '亲,手机格式不正确';
return;
}
return true;
},
getCode() {
if(this.verify()){
this.$store.dispatch({ //actions分发
type: 'smsVerifyActivate',
mobile: this.form.safeMobile,
imgCode: this.form.imgCode
})
}
},
next() { //下一步
if (this.isClick) {return}
if(this.verify()){
if (!this.form.verifyCode) {
this.formError = true;
this.formMsg = '亲,请输入验证码';
return;
}
this.formError = false;
//下一步
this.step1 = false;
this.step2 = true;
}
},
confirm() { //确认
// const reg = /^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{8,20}$/;
var password_reg = new RegExp(/^[a-zA-Z0-9]{8,20}$/); //^表示开始 $表示结束 8~20位字母和数字组合
if (!this.form.password) {
this.formError = true;
this.formMsg = '亲,请输入支付密码';
return;
}
if (!password_reg.test(this.form.password)) {
this.formError = true;
this.formMsg = '亲,密码由8~20位字母、数字组合';
return;
}
if (!this.form.passwordConfirm) {
this.formError = true;
this.formMsg = '亲,请再次输入支付密码';
return;
}
if (this.form.password !== this.form.passwordConfirm) {
this.formError = true;
this.formMsg = '亲,两次输入支付密码不一致';
return;
}
this.formError = false;
//提交
this.$store.dispatch({
type: 'activateWallet',
mobile: this.form.safeMobile,
verifyCode: this.form.verifyCode,
password: this.form.password,
passwordConfirm: this.form.passwordConfirm
})
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-bind">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="bind-content">
<div class="safe-mobile">安全手机: {{walletInfoData.safe_mobile}}</div>
<ul class="form-wrap">
<li class="inp-wrap">
<label class="va-m">真实姓名</label><br>
<input type="text" placeholder="请输入真实姓名" class="va-m inp" v-model="form.userName"/>
</li>
<li class="inp-wrap">
<label class="va-m">银行账号</label><br>
<input type="text" placeholder="请输入银行账号" class="va-m inp" v-model="form.userBankNum"/>
</li>
<li class="inp-wrap">
<label class="va-m">身份证号码</label><br>
<input type="text" placeholder="请输入身份证号码" class="va-m inp" v-model="form.userID"/>
</li>
<li class="inp-wrap">
<label class="va-m">银行预留手机</label><br>
<input type="text" placeholder="请输入银行预留手机" class="va-m inp" v-model="form.userMobile"/>
</li>
<li class="inp-wrap">
<label class="va-m">验证码</label><br>
<input type="text" placeholder="请输入验证码" class="va-m inp" v-model="form.verifyCode"/>
<a v-if="yzmSend" href="javascript:;" class="send-yzm va-m" @click="getCode">{{countDownText}}</a>
<a v-else href="javascript:;" class="sending-yzm va-m">再次发送({{countDown}}s)</a>
</li>
</ul>
<p class="form-error" v-show="formError">{{formMsg}}</p>
<a href="javascript:;" class="confirm" @click="confirm">确认</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {bankCardAttribution} from '../../util/check_bank_no.min';
import { Toast } from 'vant';
import Util from '../../util'
Vue.use(Toast);
export default {
name: 'WalletBind',
data() {
return {
title: "绑定银行账号",
meaushow: true,
yzmSend: true, //验证码发送
countDown: 60,
countDownText: '发送验证码',
form: {
userName: '',
userBankID: '',
userBankNum: '',
userID: '',
userMobile: '',
verifyCode: ''
},
formError: false,
formMsg: '',
userBankIDList: {
"邮政储蓄银行": 100,
"中国工商银行": 102,
"中国农业银行": 103,
"中国银行": 104,
"中国建设银行": 105,
"交通银行": 301,
"中信银行": 302,
"中国光大银行": 303,
"中国民生银行": 305,
"广发银行": 306,
"平安银行": 307,
"招商银行": 308,
"兴业银行": 309,
"上海浦东发展银行": 310,
"浙商银行": 316,
"上海银行": 401,
"北京银行": 403,
"徽商银行": 440,
"银联在线-中金网银无卡": 888,
"银联在线中金网银": 889
},
}
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData,
bankPasswordToken: state => state.wallet.bankPasswordToken,
bankCountDownFlag: state => state.wallet.bankCountDownFlag,
bindBankKey: state => state.wallet.bindBankKey,
bindBankData: state => state.wallet.bindBankData,
})
},
watch: {
bankCountDownFlag(value) {
if(value == true){
this.yzmSend = false;
this.timeNum();
}else{
this.yzmSend = true;
}
}
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
});
},
methods: {
verify() {
if (!this.form.userName) {
this.formError = true;
this.formMsg = '亲,请输入真实姓名';
return false;
}
if (!this.form.userBankNum) {
this.formError = true;
this.formMsg = '亲,请输入银行账号';
return false;
}
if (!this.form.userID) {
this.formError = true;
this.formMsg = '亲,请输入身份证号码';
return false;
}
if (!this.form.userMobile) {
this.formError = true;
this.formMsg = '亲,请输入银行预留手机';
return false;
}
var tel_reg = /^1[34578]\d{9}$/;
if (!tel_reg.test(this.form.userMobile)) {
this.formError = true;
this.formMsg = '亲,银行预留手机格式不正确';
return false;
}
return true;
},
timeNum() {
var me = this;
var clock = setInterval(doLoop, 1000);
function doLoop() {
me.countDown--;
if (me.countDown <= 0) {
clearInterval(clock);
me.countDown = 60;
me.countDownText = "再次发送";
me.yzmSend = true;
}
}
},
getCode() {
if(this.verify()){
var infox = bankCardAttribution(this.form.userBankNum);
for(var key in this.userBankIDList){
if (key == infox.bankName) {
this.form.userBankID = this.userBankIDList[key];
}
// else{
// Toast({
// message: "银行卡格式有误",
// duration: 2000
// });
// }
}
this.formError = false;
this.$store.dispatch({ //actions分发
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() { //确认
if(this.verify()){
if (!this.form.verifyCode) {
this.formError = true;
this.formMsg = '亲,请输入验证码';
return;
}
this.formError = false;
//绑定银行卡
this.$store.dispatch({
type: 'bindBankCard',
token: this.bankPasswordToken || Util.getCookie("bankPasswordToken"),
wallet_bank_id: '',
sms_code: this.form.verifyCode,
access_key: this.bindBankKey,
access_data: this.bindBankData,
})
}
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-cashier">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="cashier-content">
<div class="cashier-detail">
<p class="order-num">订单编号:{{orderInfoData.order_sn}}</p>
<p class="order-money">{{orderInfoData.order_amount_format}}</p>
</div>
<ul class="form-wrap">
<li class="inp-wrap">
<label class="lineBlock va-m">交易密码</label>
<template v-if="showPassword">
<input type="password" placeholder="请输入交易密码" class="va-m inp password" v-model="password"/>
</template>
<template v-else>
<input type="text" placeholder="请输入交易密码" class="va-m inp password" v-model="password"/>
</template>
<van-icon v-if="showPassword" name="closed-eye" class="va-m f-r" @click="changeShow"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShow"/>
</li>
</ul>
<p class="forget-password"><a href="javascript:;" @click="forget">忘记密码?</a></p>
<a href="javascript:;" class="pay" @click="pay">立即支付</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import { Icon } from 'vant';
Vue.use(Icon);
export default {
name: 'WalletCashier',
data() {
return {
title:"猎芯网收银台",
meaushow:true,
showPassword: true, //是否显示密码
password: '',
}
},
computed: {
...mapState({
orderInfoData: state => state.wallet.orderInfoData
})
},
watch: {
},
created() {
this.$store.dispatch({
type: 'orderInfo',
order_id: this.$route.query.order_id || ''
});
},
methods: {
changeShow() {
this.showPassword = !this.showPassword;
},
forget() {
this.$router.push({path: '/wallet/retrieve'});
},
pay() {
this.$store.dispatch({
type: 'walletPayTodo',
pay_code: 'wallet',
pay_password: this.password, //支付密码 pay_code=wallet时传入
rescue: 1,
types: 0,
site_type: 2,
order_id: this.$route.query.order_id || ''
});
},
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="wallet-content" v-if="walletInfoData">
<div class="wallet-balance">
<div class="balance-bg">
<p class="text-1 lineBlock">钱包余额</p>
<p class="text-2 lineBlock"><span class="text-3">{{walletInfoData.wallet_usable}}</span></p>
<p class="text-4 lineBlock"><a href="/v3/help">常见问题 ></a></p>
</div>
<div class="balance-handle">
<span class="withdraw" :class="walletInfoData.wallet_status !== 1 ? 'gray' : ''" @click="withdraw">提现</span>
<span v-if="walletInfoData.wallet_status == 1" class="recharge" @click="recharge">充值</span>
<span v-else class="recharge activate" @click="activate">激活</span>
</div>
</div>
<ul class="clr">
<li>
<a href="/h5/view/#/wallet/status" class="lineBlock">
<img src="../../assets/images/wallet/status.png" alt="钱包状态" style="width:47px; height:45px;">
<p>钱包状态</p>
</a>
</li>
<li>
<a href="/h5/view/#/wallet/walletdetail" class="lineBlock">
<img src="../../assets/images/wallet/account.png" alt="钱包明细" style="width:42px; height:45px;">
<p>钱包明细</p>
</a>
</li>
<li>
<a href="/h5/view/#/wallet/record" class="lineBlock">
<img src="../../assets/images/wallet/record.png" alt="充值提现记录" style="width:45px; height:44px;">
<p>充值提现记录</p>
</a>
</li>
</ul>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import { Dialog } from 'vant';
Vue.use(Dialog);
export default {
name: 'wallet',
data() {
return {
title: "我的钱包",
meaushow: true
}
},
beforeRouteEnter(to, from, next) {
next(vm => {
vm.$store.dispatch({
type: 'loginCheck',
is_jump: true
});
})
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData
})
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
})
},
methods: {
withdraw() {
if (this.walletInfoData.wallet_status == 1 && !(this.walletInfoData.bank_account === null)) {
//钱包状态:1启用,-1未启用,-2锁定
this.$router.push({path: '/wallet/withdraw'});
}else{
Dialog.confirm({
title: '提醒',
message: '请先去绑卡'
}).then(() => {
this.$router.push({path: '/wallet/bind'});
}).catch(() => {
// on cancel
});
}
},
activate() {
this.$router.push({path: '/wallet/activate'});
},
recharge() {
this.$router.push({path: '/wallet/recharge'});
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-question">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="question-content">
222
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
export default {
name: 'WalletQuestion',
data() {
return {
title:"常见问题",
meaushow:true,
}
},
computed: {
...mapState({
})
},
watch: {
},
created() {
},
methods: {
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-recharge">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="recharge-content">
<div class="wallet-account">钱包账号:{{walletInfoData.safe_mobile}}</div>
<div class="recharge-amount">
<p>充值金额</p>
<span></span><input type="number" class="money" v-model="inputNum"/>
</div>
<p class="payment-method">支付方式</p>
<van-radio-group v-model="radio">
<van-cell-group class="payment-content">
<van-cell clickable @click="radio = '1'" class="vanCell">
<div class="vanCelldt"><img src="../../assets/images/wallet/wechat.png" alt="微信支付" style="width:25px; height:22.5px;"></div>
<div class="vanCelldd"><span>微信支付</span><br/>仅安装微信6.0.2及以上版本客户端使用</div>
<van-radio name="1" style="display:inline-block; margin: 10px; float: right;"/>
</van-cell>
<!-- <van-cell clickable @click="radio = '2'" class="vanCell">
<div class="vanCelldt"><img src="../../assets/images/wallet/alipay.png" alt="支付宝支付" style="width:25px; height:25px;"></div>
<div class="vanCelldd"><span>支付宝支付</span><br/>由阿里巴巴提供服务</div>
<van-radio name="2" style="display:inline-block; margin: 10px; float: right;"/>
</van-cell>
<van-cell clickable @click="radio = '3'" class="vanCell">
<div class="vanCelldt"><img src="../../assets/images/wallet/unionpay.png" alt="中国银联" style="width:25px; height:15px;"></div>
<div class="vanCelldd"><span>中国银联</span><br/>由猎芯网提供服务</div>
<van-radio name="3" style="display:inline-block; margin: 10px; float: right;"/>
</van-cell> -->
</van-cell-group>
</van-radio-group>
<a href="javascript:;" class="recharge" :class="inputNum == '' ? 'rechargeNO' : ''" @click="recharge">立即充值</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {RadioGroup, Radio, Cell, CellGroup} from 'vant';
import {productionUrlApi} from '../../api/index'
Vue.use(RadioGroup).use(Radio).use(Cell).use(CellGroup);
export default {
name: 'walletRecharge',
data() {
return {
title: "钱包充值",
meaushow: true,
inputNum: this.$route.query.amount || '',
radio: '1'
}
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData,
amountRechargeID: state => state.wallet.amountRechargeID
})
},
watch: {
amountRechargeID(value) {
if (value) {
if (this.radio == 1) { //微信支付
this.$store.dispatch({
type: 'payTodo',
pay_code: 'wxpay',
// rescue: 1,
types: 1,
site_type: 2,
order_id: value
});
}
// else if (this.radio == 2) { //支付宝支付
// window.location.href = productionUrlApi + "pay/todo?pay_code=alipay&rescue=1&types=1&pay_mode=2&site_type=2&order_id=" + value;
// } else if (this.radio == 3) { //中国银联
// window.location.href = productionUrlApi + "pay/todo?pay_code=unionpay&rescue=1&types=1&site_type=2&order_id=" + value;
// }
}
}
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
});
},
methods: {
recharge() { //充值
if (this.inputNum !== '') {
console.log(this.radio)
//充值申请
this.$store.dispatch({
type: 'walletRecharge',
amount: this.inputNum
});
}
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-record">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="record-content">
<div class="record-type" @click="showPopType">{{text}}<van-icon name="arrow-down" class="va-m" style="font-size:20px;margin-left: 5px;"/> </div>
<div class="record-date">
<span @click="showPopDate">{{recordYear}}{{recordMonth}}<van-icon name="arrow-down" class="va-m" style="font-size:16px;"/></span>
</div>
<ul class="record-detail">
<template v-if="walletRecordData.length > 0">
<li v-for="(item,index) in walletRecordData" :key="index">
<div class="record-item"><span>{{item.wallet_type == 1 ? '钱包充值' : '钱包提现'}}</span><br/>{{item.create_time}}</div>
<div class="record-num" v-if="item.wallet_type == 2">
{{item.amount_format}}<br/>
<span v-if="item.status == 1" class="withdrawText">提现中</span>
<span v-else class="successText">已完成</span>
</div>
<div class="record-num" v-if="item.wallet_type == 1">
{{item.amount_format}}<br/>
<span v-if="item.status == 1" class="rechargeBtn" @click="detail(item.amount)">待支付</span>
<span v-else class="successText">已完成</span>
</div>
</li>
</template>
<template v-else>
<li class="no-data">
<p style="color: #333;width: 80%;margin: 0 auto;font-size: 13px;margin-top: 28px;">您的钱包当前还没有记录哦,去看看商品吧~ <a style="color: #1080d0;" href="/v3/s">去搜索</a></p>
</li>
</template>
</ul>
<van-popup v-model="dateShow" position="bottom" :overlay="true">
<van-datetime-picker v-model="currentDate" type="year-month" :formatter="formatter" @cancel="onDateCancel" @confirm="onDateConfirm" @change="dateChange"/>
</van-popup>
<van-popup v-model="typeShow" position="bottom" :overlay="true">
<van-picker show-toolbar title="交易类型" :columns="columns" @cancel="onTypeCancel" @confirm="onTypeConfirm"/>
</van-popup>
</div>
<!--记录类型弹出框-->
<div class="dialog-layer-shade" v-if="dialog">
<div class="dialog-layer">
<p class="tit">交易类型</p>
<ul class="tab boxsiz">
<li :class="{'curr':active==index}" v-for="(item,index) in columns" :key="index" @click="onTypeConfirm(item.keyId,index)">{{item.text}}</li>
</ul>
<a href="javascript:;" class="btn" @click="dialog=false">取消</a>
</div>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {Icon, Popup, DatetimePicker, Picker, Toast} from 'vant';
Vue.use(Icon).use(Popup).use(DatetimePicker).use(Picker).use(Toast);
export default {
name: 'walletRecord',
data() {
return {
title: "充值提现记录",
text:'全部',
meaushow: true,
recordYear: new Date().getFullYear(),
recordMonth: (new Date().getMonth() + 1) < 10 ? "0" + (new Date().getMonth() + 1) : (new Date().getMonth() + 1),
updateYear: '',
updateMonth: '',
dateShow: false, //年月弹出层
typeShow: false, //类型弹出层
currentDate: new Date(), //目前年月
typeCheckedkeyId: '',
typeCheckedText: '',
dialog:false,
active:0,
columns: [
{"keyId": '', "text": "全部"},
{"keyId": 1, "text": "钱包充值"},
{"keyId": 2, "text": "钱包提现"}
]
}
},
computed: {
...mapState({
walletRecordData: state => state.wallet.walletRecordData
})
},
watch: {},
created() {
//格式化日期
function setDate(date) {
y = date.getFullYear();
m = date.getMonth() + 1;
d = date.getDate();
m = m < 10 ? "0" + m : m;
d = d < 10 ? "0" + d : d;
return y + "-" + m + "-" + d;
}
//封装时间格式
function format(time, format) {
var t = new Date(time);
var tf = function (i) {
return (i < 10 ? '0' : '') + i
};
return format.replace(/yyyy|MM|dd|HH|mm|ss/g, function (a) {
switch (a) {
case 'yyyy':
return tf(t.getFullYear());
break;
case 'MM':
return tf(t.getMonth() + 1);
break;
case 'mm':
return tf(t.getMinutes());
break;
case 'dd':
return tf(t.getDate());
break;
case 'HH':
return tf(t.getHours());
break;
case 'ss':
return tf(t.getSeconds());
break;
}
})
}
//获取当前月的第一天
function getCurrentMonthFirst() {
var date = new Date();
date.setDate(1);
return date;
}
//获取当前月的最后一天
function getCurrentMonthLast() {
var date = new Date();
var currentMonth = date.getMonth();
var nextMonth = ++currentMonth;
var nextMonthFirstDay = new Date(date.getFullYear(), nextMonth, 1);
var oneDay = 1000 * 60 * 60 * 24;
return new Date(nextMonthFirstDay - oneDay);
}
this.$store.dispatch({
type: 'walletRecordList',
wallet_type: '',
stime: format(getCurrentMonthFirst(), 'yyyy-MM-dd'),
etime: format(getCurrentMonthLast(), 'yyyy-MM-dd')
})
},
methods: {
showPopDate() {
if (!this.dateShow) {
this.dateShow = true;
} else {
this.dateShow = false;
}
},
showPopType() {
this.dialog=!this.dialog;
},
formatter(type, value) {
if (type === 'year') {
return `${value}`;
} else if (type === 'month') {
return `${value}`
}
return value;
},
dateChange(value) {
this.updateYear = value.getValues()[0];
this.updateMonth = value.getValues()[1];
},
onDateCancel() {
this.dateShow = false;
this.recordYear = this.recordYear;
this.recordMonth = this.recordMonth;
},
onDateConfirm() {
this.dateShow = false;
this.recordYear = this.updateYear || this.recordYear;
this.recordMonth = this.updateMonth || this.recordMonth;
//获取某年某月的第一天
function getMonthFirstDay(y, m) {
var date = new Date(y, m - 1, 1);
var firstDate = new Date(date.getTime());
return firstDate.getFullYear() + '-' + (Number(firstDate.getMonth()) + 1) + '-' + firstDate.getDate();
}
//获取某年某月的最后一天
function getMonthLastDay(y, m) {
var date = new Date(y, m, 1);
var lastDate = new Date(date.getTime() - 1000 * 60 * 60 * 24);
return lastDate.getFullYear() + '-' + (Number(lastDate.getMonth()) + 1) + '-' + lastDate.getDate();
}
this.$store.dispatch({
type: 'walletRecordList',
wallet_type: this.typeCheckedkeyId || '',
stime: getMonthFirstDay(this.recordYear, this.recordMonth),
etime: getMonthLastDay(this.recordYear, this.recordMonth)
})
},
onTypeConfirm(value, index) {
this.dialog = false;
this.active=index;
this.text=this.columns[index].text;
this.typeCheckedkeyId = value.keyId;
this.typeCheckedText = value.text;
this.recordYear = this.updateYear || this.recordYear;
this.recordMonth = this.updateMonth || this.recordMonth;
//获取某年某月的第一天
function getMonthFirstDay(y, m) {
var date = new Date(y, m - 1, 1);
var firstDate = new Date(date.getTime());
return firstDate.getFullYear() + '-' + (Number(firstDate.getMonth()) + 1) + '-' + firstDate.getDate();
}
//获取某年某月的最后一天
function getMonthLastDay(y, m) {
var date = new Date(y, m, 1);
var lastDate = new Date(date.getTime() - 1000 * 60 * 60 * 24);
return lastDate.getFullYear() + '-' + (Number(lastDate.getMonth()) + 1) + '-' + lastDate.getDate();
}
this.$store.dispatch({
type: 'walletRecordList',
wallet_type: value,
stime: getMonthFirstDay(this.recordYear, this.recordMonth),
etime: getMonthLastDay(this.recordYear, this.recordMonth)
})
},
onTypeCancel() {
this.typeShow = false;
},
detail(amount) { //待支付的钱包充值订单,可跳去查看详情
//直接调用$router.push实现携带参数的跳转
this.$router.push({
path: '/wallet/recharge',
query: {
amount: amount
}
})
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-retrieve">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="retrieve-content" v-show="step1">
<ul class="form-wrap">
<li class="inp-wrap" style="height: 1.5rem;">
<label class="va-m">安全手机号: {{walletInfoData.safe_mobile}}</label>
</li>
<li class="inp-wrap" v-show="retieveShowImgCode">
<label class="va-m">图片验证码</label><br>
<input type="text" placeholder="请输入验证码" v-model="form.imgCode" class="va-m inp"/>
<img :src="imgCodeVal" alt="图片验证码" class="img-code va-m" @click="changeImgCode"/>
</li>
<li class="inp-wrap" style="border-top: none;">
<label class="va-m">验证码</label><br>
<input type="text" placeholder="请输入验证码" v-model="form.verifyCode" class="va-m inp"/>
<a v-if="yzmSend" href="javascript:;" class="send-yzm va-m" @click="getCode">{{countDownText}}</a>
<a v-else href="javascript:;" class="sending-yzm va-m">再次发送({{countDown}}s)</a>
</li>
</ul>
<p class="form-error" v-show="formError">{{formMsg}}</p>
<a href="javascript:;" class="next" @click="next">下一步</a>
</div>
<div class="retrieve-content" v-show="step2">
<ul class="form-wrap">
<li class="inp-wrap">
<label class="va-m">设置支付密码</label><br>
<template v-if="showPassword">
<input type="password" placeholder="密码由6~20位字母、数字组合而成" class="va-m inp" v-model="form.password"/>
</template>
<template v-else>
<input type="text" placeholder="密码由6~20位字母、数字组合而成" class="va-m inp" v-model="form.password"/>
</template>
<van-icon v-if="showPassword" name="closed-eye" class="va-m f-r" @click="changeShow"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShow"/>
</li>
<li class="inp-wrap">
<label class="va-m">确认支付密码</label><br>
<template v-if="showPasswordConfirm">
<input type="password" placeholder="请再次输入上面的密码" class="va-m inp" v-model="form.passwordConfirm"/>
</template>
<template v-else>
<input type="text" placeholder="请再次输入上面的密码" class="va-m inp" v-model="form.passwordConfirm"/>
</template>
<van-icon v-if="showPasswordConfirm" name="closed-eye" class="va-m f-r" @click="changeShowConfirm"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShowConfirm"/>
</li>
</ul>
<p class="form-error" v-show="formError">{{formMsg}}</p>
<a href="javascript:;" class="confirm" @click="confirm">确认</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {Icon} from 'vant';
import {productionUrlPc} from '../../api/index';
Vue.use(Icon);
export default {
name: 'walletRetrieve',
data() {
return {
title: "找回密码",
meaushow: true,
showPassword: true, //是否显示密码
showPasswordConfirm: true, //是否显示密码确认
yzmSend: true, //验证码发送
countDown: 60,
countDownText: '发送验证码',
step1: true,
step2: false,
form: {
verifyCode: '',
imgCode: '',
password: '',
passwordConfirm: '',
},
formError: false,
formMsg: '',
imgCodeVal: productionUrlPc + "public/verify",
}
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData,
retieveShowImgCode: state => state.wallet.retieveShowImgCode,
retieveCountDownFlag: state => state.wallet.retieveCountDownFlag,
passwordToken: state => state.wallet.passwordToken
})
},
watch: {
retieveCountDownFlag(value) {
if (value) {
this.yzmSend = false;
this.timeNum();
} else {
this.yzmSend = true;
}
},
passwordToken(value) {
if (value) { //返回token则验证成功,下一步
this.step1 = false;
this.step2 = true;
} else {
this.step1 = true;
this.step2 = false;
}
}
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
})
},
methods: {
changeShow() {
this.showPassword = !this.showPassword;
},
changeShowConfirm() {
this.showPasswordConfirm = !this.showPasswordConfirm;
},
timeNum() {
var me = this;
var clock = setInterval(doLoop, 1000);
function doLoop() {
me.countDown--;
if (me.countDown <= 0) {
clearInterval(clock);
me.countDown = 60;
me.countDownText = "再次发送";
me.yzmSend = true;
}
}
},
//获取图片验证码
changeImgCode() {
this.imgCodeVal = productionUrlPc + "public/verify?" + new Date().getTime()
},
getCode() {
this.$store.dispatch({ //actions分发
type: 'smsVerifyRetrieve',
imgCode: this.form.imgCode
})
},
next() { //下一步
if (!this.form.verifyCode) {
this.formError = true;
this.formMsg = '亲,请输入验证码';
return;
}
this.formError = false;
this.$store.dispatch({
type: 'verifyResetsms',
verify_code: this.form.verifyCode
})
},
confirm() { //确认
var password_reg = new RegExp(/^[a-zA-Z0-9]{6,20}$/); //^表示开始 $表示结束 6~20位字母和数字组合
if (!this.form.password) {
this.formError = true;
this.formMsg = '亲,请输入支付密码';
return;
}
if (!password_reg.test(this.form.password)) {
this.formError = true;
this.formMsg = '亲,密码由6~20位字母、数字组合';
return;
}
if (!this.form.passwordConfirm) {
this.formError = true;
this.formMsg = '亲,请再次输入支付密码';
return;
}
if (this.form.password !== this.form.passwordConfirm) {
this.formError = true;
this.formMsg = '亲,两次输入支付密码不一致';
return;
}
this.formError = false;
//提交
this.$store.dispatch({
type: 'changeWalletpwd',
token: this.passwordToken,
pay_password: this.form.password,
reconfirm: this.form.passwordConfirm,
mode: 'forget'
})
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-status">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="status-content" v-if="walletInfoData.wallet_freeze_format">
<ul class="form-wrap">
<li class="inp-wrap">
<label class="lineBlock va-m">冻结余额</label>
<input readonly="readonly" v-if="walletInfoData.wallet_status !== 1" type="text" value="¥0.00" class="va-m inp"/>
<input readonly="readonly" v-else type="text" :value="walletInfoData.wallet_freeze_format" class="va-m inp"/>
<van-icon v-if="walletInfoData.wallet_freeze_format !== '¥0.00'" name="warning-o" class="tips va-m" size="22px" color="#f00" @click="dialogTips"/>
</li>
<li class="inp-wrap">
<label class="lineBlock va-m">钱包状态</label>
<input readonly="readonly" v-if="walletInfoData.wallet_status !== 1" type="text" value="未启用" class="va-m inp"/>
<input readonly="readonly" v-else type="text" value="已启用" class="va-m inp"/>
</li>
<li class="inp-wrap">
<label class="lineBlock va-m">支付密码</label>
<input readonly="readonly" v-if="walletInfoData.wallet_status !== 1" type="text" value="未启用" class="va-m inp"/>
<input readonly="readonly" v-else type="text" value="已启用" class="va-m inp"/>
<span v-if="walletInfoData.wallet_status == 1" class="forget-password va-m" @click="forgetPassword">忘记密码</span>
</li>
<li class="inp-wrap">
<label class="lineBlock va-m">我的银行卡</label>
<input readonly="readonly" v-if="walletInfoData.bank_name == null" type="text" value="未绑定" class="va-m inp"/>
<input readonly="readonly" v-else type="text" :value="walletInfoData.bank_name" class="va-m inp"/>
<span v-if="walletInfoData.bank_name == null" class="bind-bank va-m" @click="bindBank">绑卡</span>
</li>
</ul>
<a v-if="walletInfoData.wallet_status !== 1" href="javascript:;" class="submit" @click="submit">激活</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import { Icon,Dialog } from 'vant';
Vue.use(Icon).use(Dialog);
export default {
name: 'walletStatus',
data() {
return {
title: "钱包状态",
meaushow: true
}
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData
})
},
watch: {
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
})
},
methods: {
dialogTips() {
Dialog.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(() => {
// on close
});
},
submit() {
this.$router.push({path: '/wallet/activate'});
},
forgetPassword() {
this.$router.push({path: '/wallet/retrieve'});
},
bindBank() {
this.$router.push({path: '/wallet/verify'});
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-verify">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="verify-content">
<ul class="form-wrap">
<li class="inp-wrap">
<label class="va-m">原支付密码</label><br>
<template v-if="showPassword">
<input type="password" placeholder="请输入原支付密码" class="va-m inp" v-model="form.password"/>
</template>
<template v-else>
<input type="text" placeholder="请输入原支付密码" class="va-m inp" v-model="form.password"/>
</template>
<van-icon v-if="showPassword" name="closed-eye" class="va-m f-r" @click="changeShow"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShow"/>
</li>
<li class="inp-wrap" v-show="verifyShowImgCode">
<label class="va-m">图片验证码</label><br>
<input type="text" placeholder="请输入验证码" v-model="form.imgCode" class="va-m inp"/>
<img :src="imgCodeVal" alt="图片验证码" class="img-code va-m" @click="changeImgCode"/>
</li>
<li class="inp-wrap">
<label class="va-m">安全手机:{{walletInfoData.safe_mobile}}</label><br>
<input type="text" placeholder="请输入验证码" v-model="form.verifyCode" class="va-m inp"/>
<a v-if="yzmSend" href="javascript:;" class="send-yzm va-m" @click="getCode">{{countDownText}}</a>
<a v-else href="javascript:;" class="sending-yzm va-m">再次发送({{countDown}}s)</a>
</li>
</ul>
<p class="form-error" v-show="formError">{{formMsg}}</p>
<a href="javascript:;" class="next" @click="next">下一步</a>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {Icon, Toast} from 'vant';
import {productionUrlPc} from '../../api/index';
Vue.use(Icon);
export default {
name: 'WalletVerify',
data() {
return {
title: "验证身份",
meaushow: true,
showPassword: true, //是否显示密码
yzmSend: true, //验证码发送
countDown: 60,
countDownText: '发送验证码',
form: {
verifyCode: '',
imgCode: '',
password: '',
},
formError: false,
formMsg: '',
imgCodeVal: productionUrlPc + "public/verify",
}
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData,
verifyShowImgCode: state => state.wallet.verifyShowImgCode,
verifyCountDownFlag: state => state.wallet.verifyCountDownFlag,
})
},
watch: {
verifyCountDownFlag(value) {
if (value) {
this.yzmSend = false;
this.timeNum();
} else {
this.yzmSend = true;
}
}
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
})
},
methods: {
changeShow() {
this.showPassword = !this.showPassword;
},
timeNum() {
var me = this;
var clock = setInterval(doLoop, 1000);
function doLoop() {
me.countDown--;
if (me.countDown <= 0) {
clearInterval(clock);
me.countDown = 60;
me.countDownText = "再次发送";
me.yzmSend = true;
}
}
},
//获取图片验证码
changeImgCode() {
this.imgCodeVal = productionUrlPc + "public/verify?" + new Date().getTime()
},
getCode() {
//下一步
var password_reg = new RegExp(/^[a-zA-Z0-9]{6,20}$/); //^表示开始 $表示结束 8~20位字母和数字组合
if (!this.form.password) {
Toast({
message: '亲,请输入原支付密码',
duration: 2000
});
return;
}
if (!password_reg.test(this.form.password)) {
Toast({
message: '亲,密码由6~20位字母、数字组合',
duration: 2000
});
return;
}
this.$store.dispatch({
//actions分发
type: 'sendSafesms',
imgCode: this.form.imgCode
})
},
next() {
//下一步
var password_reg = new RegExp(/^[a-zA-Z0-9]{6,20}$/); //^表示开始 $表示结束 8~20位字母和数字组合
if (!this.form.password) {
this.formError = true;
this.formMsg = '亲,请输入原支付密码';
return;
}
if (!password_reg.test(this.form.password)) {
this.formError = true;
this.formMsg = '亲,密码由6~20位字母、数字组合';
return;
}
if (!this.form.verifyCode) {
this.formError = true;
this.formMsg = '亲,请输入验证码';
return;
}
this.formError = false;
this.$store.dispatch({
type: 'verifySafeMobile',
verify_code: this.form.verifyCode,
pay_password: this.form.password
})
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-detail">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="wallet-detail-content">
<div class="trade-type" @click="showPopType">{{text}}
<van-icon name="arrow-down" class="va-m" style="font-size:20px;margin-left: 5px;"/>
</div>
<div class="trade-date">
<span @click="showPopDate">{{dateYear}}{{dateMonth}}<van-icon name="arrow-down" class="va-m" style="font-size:16px;"/></span>
</div>
<ul class="trade-detail">
<template v-if="walletListData.length > 0">
<li v-for="(item,index) in walletListData" :key="index">
<div class="typeIcon">
<img :src="'static/images/wallet/'+item.log_type+'.png'" :alt="item.log_type_val" style="width:25px; height:25px;">
</div>
<div class="typeDetail"><span>{{item.log_type_val}}</span><br/>{{item.create_time}}</div>
<div class="trade-num">{{item.amount_format}}</div>
</li>
</template>
<template v-else>
<li class="no-data">
<i class="iconfont icon-zanwushuju" style="color: #999;margin: 0 auto;display: block;text-align: center;font-size: 90px;padding-top: 60px;"></i>
<p style="color: #333;width: 80%;margin: 0 auto;font-size: 13px;margin-top: 28px;">您的钱包当前还没有记录哦,去看看商品吧~ <a style="color: #1080d0;" href="/v3/s">去搜索</a></p>
</li>
</template>
</ul>
<van-popup v-model="dateShow" position="bottom" :overlay="true">
<van-datetime-picker v-model="currentDate" type="year-month" :formatter="formatter" @cancel="onDateCancel" @confirm="onDateConfirm" @change="dateChange"/>
</van-popup>
<van-popup v-model="typeShow" position="bottom" :overlay="true">
<van-picker show-toolbar title="交易类型" :columns="columns" @cancel="onTypeCancel" @confirm="onTypeConfirm"/>
</van-popup>
<!--记录类型弹出框-->
<div class="dialog-layer-shade" v-if="dialog">
<div class="dialog-layer">
<p class="tit">交易类型</p>
<ul class="tab boxsiz">
<li :class="{'curr':active==index}" v-for="(item,index) in columns" :key="index" @click="onTypeConfirm(item.keyId,index)">{{item.text}}</li>
</ul>
<a href="javascript:;" class="btn" @click="dialog=false">取消</a>
</div>
</div>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {Icon, Popup, DatetimePicker, Picker, Toast} from 'vant';
Vue.use(Icon).use(Popup).use(DatetimePicker).use(Picker).use(Toast);
export default {
name: 'walletDetail',
data() {
return {
title: "钱包明细",
meaushow: true,
dateYear: new Date().getFullYear(), //初始化当前年
dateMonth: (new Date().getMonth() + 1) < 10 ? "0" + (new Date().getMonth() + 1) : (new Date().getMonth() + 1), //初始化当前月
updateYear: '',
updateMonth: '',
dateShow: false, //年月弹出层
typeShow: false, //类型弹出层
currentDate: new Date(), //目前年月
typeCheckedkeyId: '',
typeCheckedText: '',
text: '全部交易类型',
dialog:false,
active:0,
columns: [
{"keyId": '', "text": "全部交易类型"},
{"keyId": 21, "text": "订单支付"},
{"keyId": 10, "text": "钱包充值"},
{"keyId": 20, "text": "钱包提现"},
{"keyId": 12, "text": "活动返现"},
{"keyId": 100, "text": "余额调整"}
]
}
},
computed: {
...mapState({
walletListData: state => state.wallet.walletListData
})
},
watch: {},
created() {
//格式化日期
function setDate(date) {
y = date.getFullYear();
m = date.getMonth() + 1;
d = date.getDate();
m = m < 10 ? "0" + m : m;
d = d < 10 ? "0" + d : d;
return y + "-" + m + "-" + d;
}
//封装时间格式
function format(time, format) {
var t = new Date(time);
var tf = function (i) {
return (i < 10 ? '0' : '') + i
};
return format.replace(/yyyy|MM|dd|HH|mm|ss/g, function (a) {
switch (a) {
case 'yyyy':
return tf(t.getFullYear());
break;
case 'MM':
return tf(t.getMonth() + 1);
break;
case 'mm':
return tf(t.getMinutes());
break;
case 'dd':
return tf(t.getDate());
break;
case 'HH':
return tf(t.getHours());
break;
case 'ss':
return tf(t.getSeconds());
break;
}
})
}
//获取当前月的第一天
function getCurrentMonthFirst() {
var date = new Date();
date.setDate(1);
return date;
}
//获取当前月的最后一天
function getCurrentMonthLast() {
var date = new Date();
var currentMonth = date.getMonth();
var nextMonth = ++currentMonth;
var nextMonthFirstDay = new Date(date.getFullYear(), nextMonth, 1);
var oneDay = 1000 * 60 * 60 * 24;
return new Date(nextMonthFirstDay - oneDay);
}
this.$store.dispatch({
type: 'walletListLog',
log_type: '',
stime: format(getCurrentMonthFirst(), 'yyyy-MM-dd'),
etime: format(getCurrentMonthLast(), 'yyyy-MM-dd')
})
},
methods: {
showPopDate() {
if (!this.dateShow) {
this.dateShow = true;
} else {
this.dateShow = false;
}
},
showPopType() {
this.dialog=!this.dialog;
},
formatter(type, value) {
if (type === 'year') {
return `${value}`;
} else if (type === 'month') {
return `${value}`
}
return value;
},
dateChange(value) {
this.updateYear = value.getValues()[0];
this.updateMonth = value.getValues()[1];
},
onDateCancel() {
this.dateShow = false;
this.dateYear = this.dateYear;
this.dateMonth = this.dateMonth;
},
onDateConfirm() {
this.dateShow = false;
this.dateYear = this.updateYear || this.dateYear;
this.dateMonth = this.updateMonth || this.dateMonth;
//获取某年某月的第一天
function getMonthFirstDay(y, m) {
var date = new Date(y, m - 1, 1);
var firstDate = new Date(date.getTime());
return firstDate.getFullYear() + '-' + (Number(firstDate.getMonth()) + 1) + '-' + firstDate.getDate();
}
//获取某年某月的最后一天
function getMonthLastDay(y, m) {
var date = new Date(y, m, 1);
var lastDate = new Date(date.getTime() - 1000 * 60 * 60 * 24);
return lastDate.getFullYear() + '-' + (Number(lastDate.getMonth()) + 1) + '-' + lastDate.getDate();
}
this.$store.dispatch({
type: 'walletListLog',
log_type: this.typeCheckedkeyId || '',
stime: getMonthFirstDay(this.dateYear, this.dateMonth),
etime: getMonthLastDay(this.dateYear, this.dateMonth)
})
},
onTypeConfirm(value, index) {
this.dialog = false;
this.active=index;
this.text=this.columns[index].text;
this.typeCheckedkeyId = value.keyId;
this.typeCheckedText = value.text;
this.dateYear = this.updateYear || this.dateYear;
this.dateMonth = this.updateMonth || this.dateMonth;
//获取某年某月的第一天
function getMonthFirstDay(y, m) {
var date = new Date(y, m - 1, 1);
var firstDate = new Date(date.getTime());
return firstDate.getFullYear() + '-' + (Number(firstDate.getMonth()) + 1) + '-' + firstDate.getDate();
}
//获取某年某月的最后一天
function getMonthLastDay(y, m) {
var date = new Date(y, m, 1);
var lastDate = new Date(date.getTime() - 1000 * 60 * 60 * 24);
return lastDate.getFullYear() + '-' + (Number(lastDate.getMonth()) + 1) + '-' + lastDate.getDate();
}
this.$store.dispatch({
type: 'walletListLog',
log_type: value,
stime: getMonthFirstDay(this.dateYear, this.dateMonth),
etime: getMonthLastDay(this.dateYear, this.dateMonth)
})
},
onTypeCancel() {
this.typeShow = false;
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="wallet-withdraw">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="withdraw-content">
<div class="withdrawUser-ifo">
<p>银行账号:{{walletInfoData.bank_name}}({{walletInfoData.bank_account}})<span>储蓄卡</span></p>
<p>持卡人姓名:{{walletInfoData.bank_user}}</p>
<p>手机号:{{walletInfoData.safe_mobile}}</p>
</div>
<p class="withdraw-tips">
<van-icon name="warning-o" class="tips va-m" style="font-size: 16px; margin-right: 0.1rem;"/>
提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。
</p>
<div class="withdraw-amount">
<p><em>*</em> 提现金额</p>
<span></span><input type="number" class="money" v-model="withdrawNum"/>
<div v-if="amountNum" class="withdraw-money">可提现金额 {{walletInfoData.wallet_usable_format}}<span @click="withdraw">全部提现</span></div>
<div v-else class="amount-tips">输入金额超过可提现金额</div>
</div>
<div class="withdraw-password">
<p><em>*</em> 支付密码</p>
<template v-if="showPassword">
<input type="password" placeholder="请输入支付密码" class="va-m inp password" v-model="password"/>
</template>
<template v-else>
<input type="text" placeholder="请输入支付密码" class="va-m inp password" v-model="password"/>
</template>
<van-icon v-if="showPassword" name="closed-eye" class="va-m f-r" @click="changeShow"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShow"/>
</div>
<button :disabled="amountWithdrawFlag" class="submit" :class="withdrawNum == '' || amountWithdrawFlag ? 'submitNO' : ''" @click="submit">提交</button>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {Icon, Toast} from 'vant';
Vue.use(Icon);
export default {
name: 'walletWithdraw',
data() {
return {
title: "钱包提现",
meaushow: true,
showPassword: true, //是否显示密码
amountNum: true,
password: '',
withdrawNum: '',
clickFlag: true
}
},
computed: {
...mapState({
walletInfoData: state => state.wallet.walletInfoData,
amountWithdrawFlag: state => state.wallet.amountWithdrawFlag
})
},
watch: {
withdrawNum: function (val) {
if (val > this.walletInfoData.wallet_usable) {
this.amountNum = !this.amountNum;
} else {
this.amountNum = true;
}
}
},
created() {
this.$store.dispatch({
type: 'getWalletInfo'
});
},
methods: {
changeShow() {
this.showPassword = !this.showPassword;
},
withdraw() {
//全部提现
this.withdrawNum = this.walletInfoData.wallet_usable;
},
submit() {
if (this.withdrawNum !== '') {
if (this.password) {
//提现申请
this.$store.dispatch({
type: 'walletWithdraw',
amount: this.withdrawNum,
pay_password: this.password
});
} else {
Toast({
message: '请输入提现密码'
});
}
}
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ No newline at end of file
<template>
<section class="withdraw-detail">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="withdraw-detail-content">
<div class="detail-box detail-content-1">
<!-- <div class="pay-img"><span><img src="../../assets/images/wallet/orderpay.png" alt="账单详情"></span></div> -->
<p class="withdraw-record">充值记录</p>
<p class="withdraw-amount">-{{rechargeWithdrawOrderDetail.amount}}</p>
<p class="withdraw-status">待支付</p>
</div>
<div class="detail-box detail-content-2">
<p class="withdraw-type">类型<span>{{rechargeWithdrawOrderDetail.wallet_type}}</span></p>
<p class="withdraw-time">创建时间<span>{{rechargeWithdrawOrderDetail.amount}}</span></p>
<p class="withdraw-num">收款账号<span>{{rechargeWithdrawOrderDetail.amount}}</span></p>
</div>
<div class="detail-box detail-content-3">
<p class="withdraw-balance">钱包可用余额<span>{{rechargeWithdrawOrderDetail.amount}}</span></p>
<p class="withdraw-detail">详情<a @click="goCashier">立即支付 ></a></p>
</div>
</div>
</section>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
export default {
name: 'WithdrawDetail',
data() {
return {
title: "充值提现详情",
meaushow: true,
withdrawAmount: -1256.00,
withdrawStatus: "待支付",
withdrawType: "提现单",
withdrawTime: "2019-04-05 17:03:01",
withdrawNum: "猎芯钱包",
withdrawBalance: 1200.00,
}
},
computed: {
...mapState({
rechargeWithdrawOrderDetail: state => state.wallet.rechargeWithdrawOrderDetail
})
},
watch: {
},
created() {
this.$store.dispatch({
type: 'rechargeWithdrawOrderIfo',
wallet_id: this.$route.params.id
})
},
methods: {
goCashier() {
this.$router.push({
path: '/wallet/recharge/'+this.$route.params.id,
})
}
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/wallet/wallet.css";
</style>
\ 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:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.news-detail .bar,.news-detail .content-newsdetail,.news-detail .title{padding:0 10px}.news-detail .content-newsdetail img{max-width:100%!important}.news-detail h1.title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:22px;font-weight:700;line-height:30px;margin-top:10px}.news-detail .bar{height:16px;clear:both;font-size:12px;color:#999;margin-top:10px;margin-bottom:10px}.news-detail .bar span{line-height:16px;height:16px;float:left}.news-detail .bar .f24{color:#333}.news-detail .bar .f20{font-size:12px;padding-left:5px;padding-right:5px;border-radius:2px;border:1px solid #ccc;margin-right:10px}.news-detail .detail-pop{width:8.66rem;height:7.44rem;position:fixed;top:50%;left:50%;margin-left:-4.33rem;margin-top:-3.72rem}.news-detail .detail-pop img{width:100%;height:100%}.news-detail .closexdetailad{font-size:26px;float:right;color:#ccc}.news-detail .adbox{padding:0 10px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.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}.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
.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:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.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}.wxlist{height:100%;background:#f8f8f8}.wxlist .wxlist-content .menu-title{color:#333;font-size:18px;height:47px;line-height:47px;padding-left:.2rem}.wxlist .wxlist-content .wxlist-banner{padding:0 .2rem}.wxlist .wxlist-content .wxlist-banner .banner-header{padding:10px}.banner-box{background:#fff;border-radius:4px;min-height:275px}.banner-header .banner-title{font-size:19px;color:#333}.banner-header .banner-img{width:.8rem;height:.8rem;margin-right:10px}.banner-header .banner-img img{width:100%;height:100%;width:.8rem;height:.8rem;border-radius:50%;display:block}.banner-body img{width:100%;height:4.8rem}.banner-footer{font-size:16px;line-height:20px;color:#666;padding:.4rem .28rem}.banner-footer a{color:#666}.banner-footer span{color:#999}.wxlist-data{padding:10px}.wxlist-data-box{background:#fff;border-radius:4px}.group-right{width:2rem;height:60px}.group-left-box{height:50px;width:6.347rem;font-size:16px;color:#333;line-height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.group-left{width:6.347rem;border-bottom:1px solid #e5e5e5;padding-top:.1rem;padding-bottom:.5rem}.data-group{padding:.25rem;display:block}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-3efd14ca]{padding-top:40px}.head-dom .header-page[data-v-3efd14ca]{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.head-dom .header-page i[data-v-3efd14ca]{font-size:18px;margin-top:10px;color:#666}.head-dom .header-page h3[data-v-3efd14ca]{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.wallet-content{background:#f0f0f0}.wallet-balance{background:#fff;margin-bottom:.267rem}.wallet-balance .balance-bg{width:94%;height:4rem;background:url(../img/bg.17d60605.png) no-repeat 50%;background-size:cover;margin:.267rem auto;color:#fff;-webkit-box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);border-radius:.093rem}.wallet-balance .balance-bg .text-1{width:94%;font-size:16px;margin-top:.627rem;padding-left:.4rem}.wallet-balance .balance-bg .text-2{width:94%;font-size:24px;margin-top:.3rem;padding-left:.4rem}.wallet-balance .balance-bg .text-3{font-size:45px}.wallet-balance .balance-bg .text-4{width:94%;font-size:12px;margin-top:.2rem;padding-right:.4rem;text-align:right}.wallet-balance .balance-bg .text-4 a{color:#fff}.wallet-balance .balance-handle{width:9.387rem;height:1.333rem;margin:0 auto;padding-bottom:.253rem}.wallet-balance .balance-handle span{float:left;width:49.5%;text-align:center;height:1.333rem;line-height:1.333rem;font-size:18px;color:#1080d0}.wallet-balance .balance-handle .withdraw{border-right:1px solid #e5e5e5}.wallet-balance .balance-handle .gray{color:#999}.wallet-content ul{background:#fff}.wallet-content ul li{float:left;width:33.33%;text-align:center;margin:.8rem 0}.wallet-content ul li p{margin-top:.587rem;font-size:14px;color:#000}#app,.status-content{background:#f0f0f0}.status-content .form-wrap{background:#fff}.status-content .form-wrap .inp-wrap{height:1.6rem;border-bottom:1px solid #f0f0f0}.status-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.6rem;width:25%;color:#666;padding-left:.3rem}.status-content .form-wrap .inp-wrap input{font-size:18px;line-height:1.6rem;width:45%;color:#333;padding-left:.7rem}.status-content .form-wrap .inp-wrap .bind-bank,.status-content .form-wrap .inp-wrap .forget-password{font-size:16px;line-height:1.6rem;color:#1080d0}.status-content .submit{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap{background:#fff;padding-bottom:20px}.activate-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.activate-content .form-wrap .inp-wrap: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}.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:999999999999;-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}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.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: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}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.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}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.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}.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}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.news li,.news ul{font-family:"\5FAE\8F6F\96C5\9ED1"!important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.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
@-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-956c55.woff2) format("woff2"),url(https://img.yzcdn.cn/vant/vant-icon-956c55.woff) format("woff"),url(https://img.yzcdn.cn/vant/vant-icon-956c55.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-weapp-nav:before{content:"\F0D7"}.van-icon-wechat:before{content:"\F0D8"}.van-icon-youzan-shield:before{content:"\F0D9"}.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-button__loading-text{margin-left:5px;display:inline-block;vertical-align:middle}.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)}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}.van-popup-slide-left-enter,.van-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-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}.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,.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-field__label{max-width:90px}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.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::-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=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-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::-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-radio{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-radio__icon,.van-radio__label{display:inline-block;vertical-align:middle;line-height:20px}.van-radio__icon{height:20px}.van-radio__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-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;border-color:#1989fa;background-color:#1989fa}.van-radio__icon--disabled .van-icon{border-color:#c8c9cc;background-color:#ebedf0}.van-radio__label{color:#323233;margin-left:10px}.van-radio__label--left{float:left;margin:0 10px 0 0}.van-radio__label--disabled{color:#c8c9cc}.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__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__icon{top:50%;left:0;height:16px;position:absolute;line-height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-address-item .van-radio__icon .van-icon{width:16px;height:16px;font-size:12px}.van-address-item .van-radio__icon--checked .van-icon{border-color:#f44;background-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__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__value{margin-left:5px;line-height:20px;display:inline-block;vertical-align:middle}.van-contact-card--add .van-contact-card__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{height:100%;padding-bottom:50px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-contact-list__item{padding:15px}.van-contact-list__item-value{color:#323233;padding-right:34px;position:relative}.van-contact-list .van-radio__label{margin-left:27px}.van-contact-list .van-radio__icon{top:50%;left:0;height:16px;position:absolute;line-height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-contact-list .van-radio__icon .van-icon{width:16px;height:16px;font-size:12px}.van-contact-list .van-radio__icon--checked .van-icon{border-color:#f44;background-color:#f44}.van-contact-list__group{height:100%;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;-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:85px;padding-right:10px}.van-coupon__head h2{color:#f44;font-size:24px}.van-coupon__head h2 span{margin-left:2px;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
@-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-0dda1a65.af566868.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1bc51d6f.045485d7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1d3c5852.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-33510d46.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-48bcaa44.22356d82.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4da9392a.29799028.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-52c09378.b3348642.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6cd0cdfb.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7c324919.500818db.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-ae93e1d4.42743190.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-bf12cf58.16c2a686.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-ce72359e.bcecf0d4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e1e39c66.6c7ec024.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0dda1a65.13a11d4c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1bc51d6f.6c9e423a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1d3c5852.e0aa3541.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-33510d46.c58e996b.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-48bcaa44.972219d1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4da9392a.300ae790.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-52c09378.20a1ea20.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6cd0cdfb.0d710d02.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7c324919.0fd9b7a1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-ae93e1d4.0927b638.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-bf12cf58.19b3701b.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-ce72359e.e6806cc4.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e1e39c66.8562869a.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.59ded326.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.f9799577.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.2a431709.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.59ded326.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.b0927897.css rel=stylesheet></head><body class=boxsiz><noscript><strong>网站出现了一点小问题,正在紧急修复中.......</strong></noscript><div id=app></div><script>function SetCookie(name, value, time, domain) {
<!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-08d96656.ee089bf8.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0f6c30a5.29799028.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1f37a840.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-206b79a6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-23376506.16c2a686.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-252b3a4b.ddfd4037.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-25e252a2.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-293f31d0.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2d46f0b5.016efea4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3edc1273.e997ff53.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-40d9be3a.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-411c813f.768ec1f7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-544c8192.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-54f6a573.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5599f6b0.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5935c7ce.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5f6a2832.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6199b240.f866fa36.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-74b6e450.bb1af60e.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7ca9eb7d.5cdc36e3.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7f31d2db.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8dd312b6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-90775f4a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-9c7774ae.22356d82.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-b392abb4.35e6bd82.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-cea6557a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-d0339a00.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-f032f5de.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-08d96656.b88c71dd.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0f6c30a5.485faf5c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1f37a840.97ab5cc5.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-206b79a6.21d0c64a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-23376506.5f58dfcb.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-252b3a4b.818ab49a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-25e252a2.74013a6b.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-293f31d0.440b50b0.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2d46f0b5.b9ed7c38.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3edc1273.c34b0bfe.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-40d9be3a.543088ab.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-411c813f.9f77a8ea.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-544c8192.26127956.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-54f6a573.0457e52f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5599f6b0.06e3ca41.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5935c7ce.de3d98d3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5f6a2832.101bbbe8.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6199b240.5c8afa57.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-74b6e450.5927e89c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7ca9eb7d.75f0110e.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7f31d2db.dc9207ab.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8dd312b6.87cdd0be.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-90775f4a.77028cc7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-9c7774ae.512d0235.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-b392abb4.3c55cf46.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-cea6557a.0d20465f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-d0339a00.c929a731.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-f032f5de.eef735c0.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.171673db.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.2ff889b4.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.b0927897.css rel=stylesheet></head><body class=boxsiz><noscript><strong>网站出现了一点小问题,正在紧急修复中.......</strong></noscript><div id=app></div><script>function SetCookie(name, value, time, domain) {
domain = domain ? ";domain=" + domain : "";
var Days = time;
var exp = new Date();
......@@ -224,4 +224,4 @@
user_rank: '0'
});
sensors.quick('autoTrack');
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.2a431709.js></script><script src=//h5static.ichunt.com/js/app.f9799577.js></script></body></html>
\ No newline at end of file
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.2ff889b4.js></script><script src=//h5static.ichunt.com/js/app.171673db.js></script></body></html>
\ No newline at end of file
(function(t){function e(e){for(var a,i,c=e[0],s=e[1],d=e[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)&&(t[a]=s[a]);f&&f(e);while(l.length)l.shift()();return r.push.apply(r,d||[]),n()}function n(){for(var t,e=0;e<r.length;e++){for(var n=r[e],a=!0,i=1;i<n.length;i++){var c=n[i];0!==o[c]&&(a=!1)}a&&(r.splice(e--,1),t=s(s.s=n[0]))}return t}var a={},i={app:0},o={app:0},r=[];function c(t){return s.p+"js/"+({}[t]||t)+"."+{"chunk-08d96656":"b88c71dd","chunk-0f6c30a5":"485faf5c","chunk-23376506":"5f58dfcb","chunk-252b3a4b":"818ab49a","chunk-2d46f0b5":"b9ed7c38","chunk-3edc1273":"c34b0bfe","chunk-40d9be3a":"543088ab","chunk-411c813f":"9f77a8ea","chunk-5935c7ce":"de3d98d3","chunk-6199b240":"5c8afa57","chunk-74b6e450":"5927e89c","chunk-1f37a840":"97ab5cc5","chunk-206b79a6":"21d0c64a","chunk-25e252a2":"74013a6b","chunk-293f31d0":"440b50b0","chunk-544c8192":"26127956","chunk-54f6a573":"0457e52f","chunk-5599f6b0":"06e3ca41","chunk-5f6a2832":"101bbbe8","chunk-7f31d2db":"dc9207ab","chunk-8dd312b6":"87cdd0be","chunk-90775f4a":"77028cc7","chunk-cea6557a":"0d20465f","chunk-d0339a00":"c929a731","chunk-f032f5de":"eef735c0","chunk-7ca9eb7d":"75f0110e","chunk-9c7774ae":"512d0235","chunk-b392abb4":"3c55cf46"}[t]+".js"}function s(e){if(a[e])return a[e].exports;var n=a[e]={i:e,l:!1,exports:{}};return t[e].call(n.exports,n,n.exports,s),n.l=!0,n.exports}s.e=function(t){var e=[],n={"chunk-08d96656":1,"chunk-0f6c30a5":1,"chunk-23376506":1,"chunk-252b3a4b":1,"chunk-2d46f0b5":1,"chunk-3edc1273":1,"chunk-40d9be3a":1,"chunk-411c813f":1,"chunk-5935c7ce":1,"chunk-6199b240":1,"chunk-74b6e450":1,"chunk-1f37a840":1,"chunk-206b79a6":1,"chunk-25e252a2":1,"chunk-293f31d0":1,"chunk-544c8192":1,"chunk-54f6a573":1,"chunk-5599f6b0":1,"chunk-5f6a2832":1,"chunk-7f31d2db":1,"chunk-8dd312b6":1,"chunk-90775f4a":1,"chunk-cea6557a":1,"chunk-d0339a00":1,"chunk-f032f5de":1,"chunk-7ca9eb7d":1,"chunk-9c7774ae":1,"chunk-b392abb4":1};i[t]?e.push(i[t]):0!==i[t]&&n[t]&&e.push(i[t]=new Promise(function(e,n){for(var a="css/"+({}[t]||t)+"."+{"chunk-08d96656":"ee089bf8","chunk-0f6c30a5":"29799028","chunk-23376506":"16c2a686","chunk-252b3a4b":"ddfd4037","chunk-2d46f0b5":"016efea4","chunk-3edc1273":"e997ff53","chunk-40d9be3a":"d7e46390","chunk-411c813f":"768ec1f7","chunk-5935c7ce":"43c91bcb","chunk-6199b240":"f866fa36","chunk-74b6e450":"bb1af60e","chunk-1f37a840":"92647ec0","chunk-206b79a6":"92647ec0","chunk-25e252a2":"92647ec0","chunk-293f31d0":"92647ec0","chunk-544c8192":"92647ec0","chunk-54f6a573":"92647ec0","chunk-5599f6b0":"92647ec0","chunk-5f6a2832":"92647ec0","chunk-7f31d2db":"92647ec0","chunk-8dd312b6":"92647ec0","chunk-90775f4a":"92647ec0","chunk-cea6557a":"92647ec0","chunk-d0339a00":"92647ec0","chunk-f032f5de":"92647ec0","chunk-7ca9eb7d":"5cdc36e3","chunk-9c7774ae":"22356d82","chunk-b392abb4":"35e6bd82"}[t]+".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 e()}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 e()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=e,f.onerror=function(e){var a=e&&e.target&&e.target.src||o,r=new Error("Loading CSS chunk "+t+" failed.\n("+a+")");r.request=a,delete i[t],f.parentNode.removeChild(f),n(r)},f.href=o;var h=document.getElementsByTagName("head")[0];h.appendChild(f)}).then(function(){i[t]=0}));var a=o[t];if(0!==a)if(a)e.push(a[2]);else{var r=new Promise(function(e,n){a=o[t]=[e,n]});e.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(t),d=function(e){u.onerror=u.onload=null,clearTimeout(l);var n=o[t];if(0!==n){if(n){var a=e&&("load"===e.type?"missing":e.type),i=e&&e.target&&e.target.src,r=new Error("Loading chunk "+t+" failed.\n("+a+": "+i+")");r.type=a,r.request=i,n[1](r)}o[t]=void 0}};var l=setTimeout(function(){d({type:"timeout",target:u})},12e4);u.onerror=u.onload=d,document.head.appendChild(u)}return Promise.all(e)},s.m=t,s.c=a,s.d=function(t,e,n){s.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},s.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.t=function(t,e){if(1&e&&(t=s(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(s.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)s.d(n,a,function(e){return t[e]}.bind(null,a));return n},s.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return s.d(e,"a",e),e},s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.p="//h5static.ichunt.com/",s.oe=function(t){throw t};var d=window["webpackJsonp"]=window["webpackJsonp"]||[],u=d.push.bind(d);d.push=e,d=d.slice();for(var l=0;l<d.length;l++)e(d[l]);var f=u;r.push([0,"chunk-vendors"]),n()})({0:function(t,e,n){t.exports=n("56d7")},"365c":function(t,e,n){"use strict";n.d(e,"a",function(){return d}),n.d(e,"b",function(){return h});var a,i,o,r=n("bd31"),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"},h={index:function(t){return s.a.post(f.index,t)},loginCheck:function(t){return s.a.get(f.loginCheck,{params:Object(r["a"])({},t)})},smsVerify:function(t){return s.a.post(f.smsVerify,t)},actionLogin:function(t){return s.a.post(f.actionLogin,t)},feedback:function(t){return s.a.post(f.feedback,t)},cartCount:function(t){return s.a.get(f.cartCount,{params:Object(r["a"])({},t)})},customsrService:function(t){return s.a.get(f.customsrService,{params:Object(r["a"])({},t)})},getCommonParams:function(t){return s.a.post(f.getCommonParams,t)},wxaccess:function(t){return s.a.post(f.wxaccess,t)},checkAccountExists:function(t){return s.a.post(f.checkAccountExists,t)},customSmsVerify:function(t){return s.a.post(f.customSmsVerify,t)},chainFind:function(t){return s.a.post(f.chainFind,t)},wechatArticle:function(t){return s.a.post(f.wechatArticle,t)},newsArticle:function(t){return s.a.post(f.newsArticle,t)},newsArticleDetail:function(t){return s.a.post(f.newsArticleDetail,t)},newsArticleDetailAd:function(t){return s.a.post(f.newsArticleDetailAd,t)},getUserCurrentPoint:function(t){return s.a.post(f.getUserCurrentPoint,t)},isSignInToday:function(t){return s.a.post(f.isSignInToday,t)},signIn:function(t){return s.a.post(f.signIn,t)},checkMktScore:function(t){return s.a.post(f.checkMktScore,t)},getPointPrize:function(t){return s.a.post(f.getPointPrize,t)},exchangePrize:function(t){return s.a.post(f.exchangePrize,t)},recvlist:function(t){return s.a.post(f.recvlist,t)},getUserPointExchangeDetail:function(t){return s.a.post(f.getUserPointExchangeDetail,t)},pointruleApi:function(t){return s.a.post(f.pointruleApi,t)},getUserPointDetail:function(t){return s.a.post(f.getUserPointDetail,t)},getUserPointExchangeList:function(t){return s.a.post(f.getUserPointExchangeList,t)},getWalletInfo:function(t){return s.a.get(f.getWalletInfo,{params:{data:t}})},activateWallet:function(t){return s.a.post(f.activateWallet,t)},sendSafesms:function(t){return s.a.post(f.sendSafesms,t)},verifyResetsms:function(t){return s.a.post(f.verifyResetsms,t)},walletListLog:function(t){return s.a.post(f.walletListLog,t)},changeWalletpwd:function(t){return s.a.post(f.changeWalletpwd,t)},walletRecordList:function(t){return s.a.post(f.walletRecordList,t)},verifySafeMobile:function(t){return s.a.post(f.verifySafeMobile,t)},getBindBankmsg:function(t){return s.a.post(f.getBindBankmsg,t)},bindBankCard:function(t){return s.a.post(f.bindBankCard,t)},walletRecharge:function(t){return s.a.post(f.walletRecharge,t)},walletWithdraw:function(t){return s.a.post(f.walletWithdraw,t)},rechargeWithdrawOrderIfo:function(t){return s.a.post(f.rechargeWithdrawOrderIfo,t)},payTodo:function(t){return s.a.post(f.payTodo,t)},orderInfo:function(t){return s.a.post(f.orderInfo,t)}}},4260:function(t,e,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(t){return g(u(p(t),t.length*s))}function u(t,e){t[e>>5]|=128<<24-e%32,t[15+(e+64>>9<<4)]=e;for(var n=Array(80),a=1732584193,i=-271733879,o=-1732584194,r=271733878,c=-1009589776,s=0;s<t.length;s+=16){for(var d=a,u=i,p=o,g=r,v=c,b=0;b<80;b++){n[b]=b<16?t[s+b]:m(n[b-3]^n[b-8]^n[b-14]^n[b-16],1);var w=h(h(m(a,5),l(b,i,o,r)),h(h(c,n[b]),f(b)));c=r,r=o,o=m(i,30),i=a,a=w}a=h(a,d),i=h(i,u),o=h(o,p),r=h(r,g),c=h(c,v)}return Array(a,i,o,r,c)}function l(t,e,n,a){return t<20?e&n|~e&a:t<40?e^n^a:t<60?e&n|e&a|n&a:e^n^a}function f(t){return t<20?1518500249:t<40?1859775393:t<60?-1894007588:-899497514}function h(t,e){var n=(65535&t)+(65535&e),a=(t>>16)+(e>>16)+(n>>16);return a<<16|65535&n}function m(t,e){return t<<e|t>>>32-e}function p(t){for(var e=Array(),n=(1<<s)-1,a=0;a<t.length*s;a+=s)e[a>>5]|=(t.charCodeAt(a/s)&n)<<24-a%32;return e}function g(t){for(var e=c?"0123456789ABCDEF":"0123456789abcdef",n="",a=0;a<4*t.length;a++)n+=e.charAt(t[a>>2]>>8*(3-a%4)+4&15)+e.charAt(t[a>>2]>>8*(3-a%4)&15);return n}var v=n("0427");e["a"]={setCookie:function(t,e,n,a){a=a?";domain="+a:"";var i=n,o=new Date;return o.setTime(o.getTime()+24*i*60*60*1e3),document.cookie=t+"="+encodeURIComponent(e)+";expires="+o.toGMTString()+";path=/"+a,!0},getCookie:function(t){for(var e=document.cookie,n=e.split("; "),a=0;a<n.length;a++){var i=n[a].split("=");if(t==i[0])return i[1]}return null},delCookie:function(t){var e=new Date;e.setTime(e.getTime()-1);var n=this.getCookie(t);null!=n&&(document.cookie=t+"="+n+";expires="+e.toGMTString())},getParams:function(t){var e=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:e},h=r()({},f,t);i()(h).forEach(function(t,e,n){o.push(t)}),o=o.sort(),o.forEach(function(t,e,n){c[o[e]]=h[o[e]]}),i()(c).forEach(function(t,e,n){s+=t+"="+c[t]}),u=s.replace(/[^0-9a-zA-Z]/g,""),u=u.toUpperCase();for(var m=0;m<u.length;m++)"A"!=u[m]&&"B"!=u[m]&&"C"!=u[m]&&(l+=u[m]);s=d(l);var p=r()({},t,{asdfghjkl:s},{qwertyuiop:a},{pf:2});return v.stringify(p)},isLogin:function(){var t=0;return this.getCookie("Yo4teW_uid")&&(t=2,this.getCookie("Yo4teW_skey")&&(t=1)),t},loginBack:function(){},compare:function(t,e){return function(n,a){var i=n[t],o=a[t];return e?i-o:o-i}},distinct:function(t){var e,n,a=t,i=[],o=a.length;for(e=0;e<o;e++){for(n=e+1;n<o;n++)a[e]===a[n]&&(n=++e);i.push(a[e])}return i}}},"56d7":function(t,e,n){"use strict";n.r(e);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 t=this,e=t.$createElement,n=t._self._c||e;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,h=n("fc05"),m=Object(h["a"])(f,d,u,!1,null,null,null),p=m.exports,g=n("7f43"),v=n.n(g),b=(n("0a16"),n("081a")),w=function(t){return n.e("chunk-9c7774ae").then(function(){var e=[n("9553")];t.apply(null,e)}.bind(this)).catch(n.oe)},y=function(t){return n.e("chunk-40d9be3a").then(function(){var e=[n("2500")];t.apply(null,e)}.bind(this)).catch(n.oe)},_=function(t){return n.e("chunk-5935c7ce").then(function(){var e=[n("9055")];t.apply(null,e)}.bind(this)).catch(n.oe)},k=function(t){return n.e("chunk-6199b240").then(function(){var e=[n("bd04")];t.apply(null,e)}.bind(this)).catch(n.oe)},C=function(t){return n.e("chunk-252b3a4b").then(function(){var e=[n("2536")];t.apply(null,e)}.bind(this)).catch(n.oe)},S=function(t){return n.e("chunk-411c813f").then(function(){var e=[n("832f")];t.apply(null,e)}.bind(this)).catch(n.oe)},P=function(t){return n.e("chunk-0f6c30a5").then(function(){var e=[n("f825")];t.apply(null,e)}.bind(this)).catch(n.oe)},O=function(t){return n.e("chunk-23376506").then(function(){var e=[n("9c63")];t.apply(null,e)}.bind(this)).catch(n.oe)},x=function(t){return n.e("chunk-7ca9eb7d").then(function(){var e=[n("c46d")];t.apply(null,e)}.bind(this)).catch(n.oe)},D=function(t){return n.e("chunk-3edc1273").then(function(){var e=[n("ca8b")];t.apply(null,e)}.bind(this)).catch(n.oe)},A=function(t){return n.e("chunk-2d46f0b5").then(function(){var e=[n("4835")];t.apply(null,e)}.bind(this)).catch(n.oe)},j=function(t){return n.e("chunk-08d96656").then(function(){var e=[n("0224")];t.apply(null,e)}.bind(this)).catch(n.oe)},I=function(t){return n.e("chunk-b392abb4").then(function(){var e=[n("9646")];t.apply(null,e)}.bind(this)).catch(n.oe)},T=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-f032f5de")]).then(function(){var e=[n("7526")];t.apply(null,e)}.bind(this)).catch(n.oe)},L=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-7f31d2db")]).then(function(){var e=[n("e175")];t.apply(null,e)}.bind(this)).catch(n.oe)},W=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-25e252a2")]).then(function(){var e=[n("51d9")];t.apply(null,e)}.bind(this)).catch(n.oe)},R=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-8dd312b6")]).then(function(){var e=[n("f9f6")];t.apply(null,e)}.bind(this)).catch(n.oe)},E=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-cea6557a")]).then(function(){var e=[n("bdad")];t.apply(null,e)}.bind(this)).catch(n.oe)},U=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-5599f6b0")]).then(function(){var e=[n("6a6c")];t.apply(null,e)}.bind(this)).catch(n.oe)},F=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-54f6a573")]).then(function(){var e=[n("c96d")];t.apply(null,e)}.bind(this)).catch(n.oe)},z=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-5f6a2832")]).then(function(){var e=[n("a34f")];t.apply(null,e)}.bind(this)).catch(n.oe)},B=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-1f37a840")]).then(function(){var e=[n("a619")];t.apply(null,e)}.bind(this)).catch(n.oe)},M=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-90775f4a")]).then(function(){var e=[n("10b5")];t.apply(null,e)}.bind(this)).catch(n.oe)},V=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-293f31d0")]).then(function(){var e=[n("2d18")];t.apply(null,e)}.bind(this)).catch(n.oe)},Y=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-206b79a6")]).then(function(){var e=[n("4c69")];t.apply(null,e)}.bind(this)).catch(n.oe)},N=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-d0339a00")]).then(function(){var e=[n("a179")];t.apply(null,e)}.bind(this)).catch(n.oe)},q=function(t){return Promise.all([n.e("chunk-74b6e450"),n.e("chunk-544c8192")]).then(function(){var e=[n("82d7")];t.apply(null,e)}.bind(this)).catch(n.oe)};s["a"].use(b["a"]);var G=[{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:x,meta:{title:"积分商城"}},{path:"/pointchange",name:"Pointchange",component:j,meta:{title:"兑换成功",back:!0}},{path:"/exchange",component:A,meta:{title:"兑换记录",back:!0}},{path:"/point",component:D,meta:{title:"积分明细",back:!0}},{path:"/pointrule",component:I,meta:{title:"积分规则"}},{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:R,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:E,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:Y,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:N,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:q,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];G.forEach(function(t){t.path=t.path||"/"+(t.name||"")});var J=new b["a"]({routes:G}),H=n("52c1"),$=n("01c5"),K=n("365c"),Z=n("4260"),Q=n("0427");s["a"].use($["p"]);var X={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},tt={getWalletInfo:function(t,e){t.walletInfoData=e.data},sendSafesms:function(t,e){t.verifyShowImgCode=!e.verifyCountDownFlag,t.verifyCountDownFlag=e.verifyCountDownFlag},smsVerifyActivate:function(t,e){t.activateShowImgCode=!e.activateCountDownFlag,t.activateCountDownFlag=e.activateCountDownFlag},smsVerifyRetrieve:function(t,e){t.retieveShowImgCode=!e.retieveCountDownFlag,t.retieveCountDownFlag=e.retieveCountDownFlag},verifyResetsms:function(t,e){t.passwordToken=e.data},walletListLog:function(t,e){t.walletListData=e.data},walletRecordList:function(t,e){t.walletRecordData=e.data},verifySafeMobile:function(t,e){t.bankPasswordToken=e.data,Z["a"].setCookie("bankPasswordToken",e.data,1)},getBindBankmsg:function(t,e){t.bankCountDownFlag=e.bankCountDownFlag,t.bindBankKey=e.data.access_key,t.bindBankData=e.data.access_data},walletRecharge:function(t,e){t.amountRechargeID=e.data},walletWithdraw:function(t,e){},rechargeWithdrawOrderIfo:function(t,e){t.rechargeWithdrawOrderDetail=e.data},payTodo:function(t,e){t.rechargeWithdrawOrderDetail=e.data},orderInfo:function(t,e){t.orderInfoData=e.data}},et={getWalletInfo:function(t,e){var n=t.commit,a={};K["b"].getWalletInfo(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code&&n({type:"getWalletInfo",data:e.data})}).catch(function(t){})},smsVerifyActivate:function(t,e){var n=t.commit;$["p"].loading({message:"处理中..."});var a={mobile:e.mobile,verify:e.imgCode,channel:3};K["b"].smsVerify(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"smsVerifyActivate",activateCountDownFlag:!0})):23019==e.err_code||11008==e.err_code||11011==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"smsVerifyActivate",activateCountDownFlag:!1})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){$["p"].clear()})},activateWallet:function(t,e){t.commit;var n={intl_code:"",safe_mobile:e.mobile,verify_code:e.verifyCode,pay_password:e.password,reconfirm:e.passwordConfirm};K["b"].activateWallet(Q.stringify(n)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object($["p"])({message:e.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet/activate"},2e3))}).catch(function(t){})},sendSafesms:function(t,e){var n=t.commit;$["p"].loading({message:"处理中..."});var a={verify:e.imgCode,channel:3};K["b"].sendSafesms(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"sendSafesms",verifyCountDownFlag:!0})):23019==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"sendSafesms",verifyCountDownFlag:!1})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){$["p"].clear()})},smsVerifyRetrieve:function(t,e){var n=t.commit;$["p"].loading({message:"处理中..."});var a={verify:e.imgCode,channel:3};K["b"].sendSafesms(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"smsVerifyRetrieve",retieveCountDownFlag:!0})):23019==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"smsVerifyRetrieve",retieveCountDownFlag:!1})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){$["p"].clear()})},verifyResetsms:function(t,e){var n=t.commit,a={verify_code:e.verify_code};K["b"].verifyResetsms(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"verifyResetsms",data:e.data})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},changeWalletpwd:function(t,e){t.commit;var n={token:e.token,pay_password:e.pay_password,reconfirm:e.reconfirm,mode:e.mode};K["b"].changeWalletpwd(Q.stringify(n)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},walletListLog:function(t,e){var n=t.commit;$["p"].loading({message:"加载中..."});var a={log_type:e.log_type,stime:e.stime,etime:e.etime};K["b"].walletListLog(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?n({type:"walletListLog",data:e.data.list}):Object($["p"])({message:e.err_msg,duration:3e3}),$["p"].clear()}).catch(function(t){$["p"].clear()})},walletRecordList:function(t,e){var n=t.commit;$["p"].loading({message:"加载中..."});var a={wallet_type:e.wallet_type,stime:e.stime,etime:e.etime};K["b"].walletRecordList(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?n({type:"walletRecordList",data:e.data.list}):Object($["p"])({message:e.err_msg,duration:3e3}),$["p"].clear()}).catch(function(t){$["p"].clear()})},verifySafeMobile:function(t,e){var n=t.commit,a={verify_code:e.verify_code,pay_password:e.pay_password};K["b"].verifySafeMobile(Q.stringify(a)).then(function(t){var e=t.data;$["p"].loading({message:"处理中..."}),0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"verifySafeMobile",data:e.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/bind"},2e3)):11030==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/"},2e3)):Object($["p"])({message:e.err_msg,duration:2e3})}).catch(function(t){$["p"].clear()})},getBindBankmsg:function(t,e){var n=t.commit,a={bank_user:e.bank_user,bank_id:e.bank_id,bank_account:e.bank_account,id_type:e.id_type,id_number:e.id_number,account_type:e.account_type,mobile:e.mobile,channel:3};K["b"].getBindBankmsg(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"getBindBankmsg",bankCountDownFlag:!0,data:e.data})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},bindBankCard:function(t,e){t.commit;$["p"].loading({message:"处理中..."});var n={token:e.token,wallet_bank_id:e.wallet_bank_id,sms_code:e.sms_code,access_key:e.access_key,access_data:e.access_data};K["b"].bindBankCard(Q.stringify(n)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){$["p"].clear()})},walletRecharge:function(t,e){var n=t.commit,a={amount:e.amount};K["b"].walletRecharge(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?n({type:"walletRecharge",data:e.data}):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},walletWithdraw:function(t,e){t.commit;var n={amount:e.amount,pay_password:e.pay_password};$["p"].loading({message:"处理中..."}),X.amountWithdrawFlag=!0,K["b"].walletWithdraw(Q.stringify(n)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),setTimeout(function(){X.amountWithdrawFlag=!1,window.location.href="/h5/view/#/wallet/record"},2e3)):(Object($["p"])({message:e.err_msg,duration:2e3}),setTimeout(function(){X.amountWithdrawFlag=!1},2e3))}).catch(function(t){$["p"].clear()})},rechargeWithdrawOrderIfo:function(t,e){var n=t.commit,a={wallet_id:e.wallet_id};K["b"].rechargeWithdrawOrderIfo(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),n({type:"rechargeWithdrawOrderIfo",data:e.data})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},payTodo:function(t,e){t.commit;var n={pay_code:e.pay_code,rescue:e.rescue,types:e.types,site_type:e.site_type,order_id:e.order_id};K["b"].payTodo(Q.stringify(n)).then(function(t){var e=t.data;0==e.err_code?is_miniProgram()?wx.requestPayment(e.data):window.location.href=e.data:Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},orderInfo:function(t,e){var n=t.commit,a={order_id:e.order_id};K["b"].orderInfo(Q.stringify(a)).then(function(t){var e=t.data;0==e.err_code?n({type:"orderInfo",data:e.data}):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){})},walletPayTodo:function(t,e){t.commit;var n={pay_code:e.pay_code,pay_password:e.pay_password,types:e.types,order_id:e.order_id,site_type:e.site_type};K["b"].payTodo(Q.stringify(n)).then(function(t){var n=t.data;0==n.err_code?setTimeout(function(){window.location.href="/v3/pay/success?order_id="+e.order_id+"&types="+(e.types||0)},2e3):Object($["p"])({message:n.err_msg,duration:3e3})}).catch(function(t){})}},nt={},at={state:X,mutations:tt,actions:et,getters:nt};s["a"].use($["p"]);var it={index:{},loading:!0},ot={index:function(t,e){t.index=e.data}},rt={index:function(t,e){var n=t.commit;it.loading=!0;var a=Z["a"].getParams();K["b"].index(a).then(function(t){var e=t.data;it.loading=!1,0==e.err_code?n({type:"index",data:e.data}):2==e.err_code&&Object($["p"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(t){it.loading=!1})}},ct={},st={state:it,mutations:ot,actions:rt,getters:ct};s["a"].use($["p"]);var dt={cartCount:"",loginCheck:!1,phpParams:{}},ut={cartCount:function(t,e){t.cartCount=0==e.data?"":e.data},loginCheck:function(t,e){0==e.data.err_code?t.loginCheck=!0:11030==e.data.err_code?t.loginCheck=!0:t.loginCheck=!1},phpParams:function(t,e){t.phpParams=e.data.data}},lt={cartCount:function(t,e){var n=t.commit;K["b"].cartCount().then(function(t){var e=t.data;0==e.err_code&&n({type:"cartCount",data:e.datacartCount})}).catch(function(t){})},loginCheck:function(t,e){var n=t.commit;K["b"].loginCheck().then(function(t){var a=t.data;e.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(t){})},customsrService:function(t,e){t.commit;var n={pf:window.lxpf,searchModel:""};K["b"].customsrService(n).then(function(t){}).catch(function(t){})},getCommonParams:function(t,e){var n=t.commit,a=Z["a"].getParams();K["b"].getCommonParams(a).then(function(t){var e=t.data;n({type:"phpParams",data:e})}).catch(function(t){})}},ft={},ht={state:dt,mutations:ut,actions:lt,getters:ft},mt=n("0427");s["a"].use($["p"]);var pt={loading:!1},gt={index:function(t,e){t.index=e.data}},vt={checkAccountExists:function(t,e){t.commit;pt.loading=!0;var n={pf:2,type:2,account:e.account};K["b"].checkAccountExists(mt.stringify(n)).then(function(t){var e=t.data;pt.loading=!1,0!=e.err_code&&Object($["p"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(t){pt.loading=!1})},customSmsVerify:function(t,e){t.commit;pt.loading=!0;var n={pf:2,verify:"",mobile:e.mobile};K["b"].customSmsVerify(mt.stringify(n)).then(function(t){var e=t.data;pt.loading=!1,0==e.err_code?Object($["p"])({message:e.err_msg,duration:2e3}):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){pt.loading=!1})},chainFind:function(t,e){t.commit;if(pt.loading=!0,1==e.types)var n={type:2,mobile:e.mobile,linkName:e.linkName,verifyCode:e.verifyCode,com_name:e.com_name,main_brand:e.main_brand,supplier_type:e.supplier_type};else if(3==e.types)n={type:3,mobile:e.mobile,linkName:e.linkName,verifyCode:e.verifyCode};K["b"].chainFind(mt.stringify(n)).then(function(t){var n=t.data;pt.loading=!1,1==n.errcode?Object($["p"])({message:n.errmsg,duration:3e3}):2==n.errcode?(Object($["p"])({message:"已为您自动创建的猎芯网登录账号为"+e.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object($["p"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(t){pt.loading=!1,Object($["p"])({message:"网络出现问题,请重试",duration:3e3})})}},bt={},wt={state:pt,mutations:gt,actions:vt,getters:bt},yt=n("0427");s["a"].use($["p"]);var _t={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},kt={wechatArticle:function(t,e){t.wechatArticle=e.data,t.wechatArticleList=t.wechatArticleList.concat(e.data.list),t.limits=Math.ceil(e.data.total/6),e.page>=t.limits&&(t.finished=!0)}},Ct={wechatArticle:function(t,e){var n=t.commit;_t.loadStatus=!0;var a={type_id:e.type_id,page:e.page,limit:e.limit};K["b"].wechatArticle(yt.stringify(a)).then(function(t){var a=t.data;_t.loadStatus=!1,0==a.err_code&&n({type:"wechatArticle",data:a.data,page:e.page,limit:e.limit})}).catch(function(t){_t.loadStatus=!1})}},St={},Pt={state:_t,mutations:kt,actions:Ct,getters:St},Ot=(n("27fb"),n("0427"));s["a"].use($["p"]);var xt={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},Dt={newsArticle:function(t,e){t.rollbanner=e.data.rollbanner,t.cat_list=e.data.cat_list,1==t.p?t.content_list=e.data.content_list:t.content_list=t.content_list.concat(e.data.content_list),t.totalLimit=Math.ceil(Number(e.data.tatol_num)/t.limit),t.p>=t.totalLimit?t.finished=!0:t.finished=!1}},At={newsArticle:function(t,e){var n=t.commit;xt.loadStatus=!0;var a={cat_id:e.cat_id,p:e.p,limit:e.limit};xt.p=e.p,xt.limit=e.limit,K["b"].newsArticle(Ot.stringify(a)).then(function(t){var e=t.data;xt.loadStatus=!1,0==e.err_code&&n({type:"newsArticle",data:e.data})}).catch(function(t){xt.loadStatus=!1})}},jt={},It={state:xt,mutations:Dt,actions:At,getters:jt},Tt=n("0427");s["a"].use($["p"]);var Lt={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},Wt={newsArticleDetail:function(t,e){t.newsDetailObj=e.data},newsArticleDetailAd:function(t,e){t.newsDetailAd=e.data,Z["a"].getCookie("newsdetailpop")?t.newsDetailAd.h5_news_ad_pop="":Z["a"].setCookie("newsdetailpop","1",1)}},Rt={newsArticleDetail:function(t,e){var n=t.commit;Lt.newsDetailObj={},Lt.loadStatus=!0;var a={art_id:e.art_id};K["b"].newsArticleDetail(Tt.stringify(a)).then(function(t){Lt.loadStatus=!1;var e=t.data;0==e.err_code&&n({type:"newsArticleDetail",data:e.data})}).catch(function(t){Lt.loadStatus=!1})},newsArticleDetailAd:function(t,e){var n=t.commit,a={cat_id:e.cat_id},i=Z["a"].getParams(a);K["b"].newsArticleDetailAd(i).then(function(t){var e=t.data;0==e.err_code&&n({type:"newsArticleDetailAd",data:e.data})}).catch(function(t){})}},Et={},Ut={state:Lt,mutations:Wt,actions:Rt,getters:Et},Ft=n("0427");s["a"].use($["p"]);var zt={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Bt={smsVerify:function(t,e){}},Mt={smsVerify:function(t,e){var n=t.commit;zt.form1CodeStatus=!1,zt.loading=!0;var a={mobile:e.mobile,verify:e.verify,channel:1};K["b"].smsVerify(Ft.stringify(a)).then(function(t){var a=t.data;zt.loading=!1;var i="form2"==e.types?"form2":"form1";zt[i+"ImgShow"]=!1,0==a.err_code?(Object($["p"])({message:a.err_msg,duration:2e3}),zt[i+"CodeStatus"]=!0,n({type:"smsVerify",data:a.data})):23019==a.err_code||11008==a.err_code||11011==a.err_code?(Object($["p"])({message:a.err_msg,duration:2e3}),zt[i+"ImgShow"]=!0):Object($["p"])({message:a.err_msg,duration:3e3})}).catch(function(t){zt.loading=!1})},actionLogin:function(t,e){var n=t.commit;zt.loading=!0,zt.isRegLogin=!1;var a={account:e.account,sms_verify:e.sms_verify};K["b"].actionLogin(Ft.stringify(a)).then(function(t){var a=t.data;if(zt.loading=!1,0==a.err_code){if("form1"==e.form_name)return Object($["p"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);zt.isRegLogin=!0,n({type:"actionLogin",data:a.data})}else Object($["p"])({message:a.err_msg,duration:3e3})}).catch(function(t){zt.loading=!1})},feedback:function(t,e){var n=t.commit;zt.loading=!0;var a={type:e.types,content:e.content,mobile:e.mobile,source:window.location.href};K["b"].feedback(Ft.stringify(a)).then(function(t){var e=t.data;zt.loading=!1,0==e.err_code?(Object($["p"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:e.data})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){zt.loading=!1})}},Vt={},Yt={state:zt,mutations:Bt,actions:Mt,getters:Vt},Nt=n("0427");s["a"].use($["p"]);var qt={loading:!1,form1ImgShow:!1,form1CodeStatus:!1,isRegLogin:!1},Gt={},Jt={smsVerify1:function(t,e){var n=t.commit;qt.form1CodeStatus=!1,qt.loading=!0;var a={mobile:e.mobile,verify:e.verify,channel:1};K["b"].smsVerify(Nt.stringify(a)).then(function(t){var e=t.data;qt.loading=!1,qt["form1ImgShow"]=!1,0==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),qt["form1CodeStatus"]=!0,n({type:"smsVerify",data:e.data})):23019==e.err_code||11008==e.err_code||11011==e.err_code?(Object($["p"])({message:e.err_msg,duration:2e3}),qt["form1ImgShow"]=!0):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){qt.loading=!1})},actionLogin1:function(t,e){var n=t.commit;qt.loading=!0,qt.isRegLogin=!1;var a={account:e.account,sms_verify:e.sms_verify};K["b"].actionLogin(Nt.stringify(a)).then(function(t){var e=t.data;qt.loading=!1,0==e.err_code?(qt.isRegLogin=!0,n({type:"actionLogin",data:e.data})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){qt.loading=!1})},feedback1:function(t,e){var n=t.commit;qt.loading=!0;var a={type:e.types,content:e.content,mobile:e.mobile,source:window.location.href};K["b"].feedback(Nt.stringify(a)).then(function(t){var e=t.data;qt.loading=!1,0==e.err_code?(Object($["p"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:e.data})):Object($["p"])({message:e.err_msg,duration:3e3})}).catch(function(t){qt.loading=!1})}},Ht={},$t={state:qt,mutations:Gt,actions:Jt,getters:Ht},Kt=(n("9029"),n("ac74"),n("0427"));s["a"].use($["p"]);var Zt={loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),userInfo:"",loading:!1,getUserCurrentPoint:0,isSignInToday:!1,isSignInTodayStateGo:!1,checkInfoState:!1,navlist:[],listdata:[]},Qt={getPointPrize:function(t,e){var n=e.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=Z["a"].distinct(a),i=Z["a"].distinct(i),r=Z["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(Z["a"].compare("prise_type",1)),t.navlist=o,t.listdata=n}}},Xt={getPointPrize:function(t,e){var n=t.commit;Zt.loading=!0;var a={limit:1e3};K["b"].getPointPrize(Kt.stringify(a)).then(function(t){Zt.loading=!1;var e=t.data;0==e.errcode&&n({type:"getPointPrize",data:e.data.data})}).catch(function(t){Zt.loading=!1})},loginCheckp:function(t,e){t.commit;K["b"].loginCheck().then(function(t){var e=t.data;0!=e.err_code&&11030!=e.err_code||(Zt.userInfo=e.data)})},getUserCurrentPoint:function(t,e){t.commit;var n={user_id:Z["a"].getCookie("Yo4teW_uid")};K["b"].getUserCurrentPoint(Kt.stringify(n)).then(function(t){var e=t.data;0==e.errcode&&(Zt.getUserCurrentPoint=e.data)})},isSignInToday:function(t,e){t.commit;K["b"].isSignInToday().then(function(t){var e=t.data;0==e.err_code&&(Zt.isSignInToday=e.data)})},signIn:function(t,e){t.commit;Zt.loading=!0,K["b"].signIn().then(function(t){Zt.loading=!1;var e=t.data;0==e.err_code&&(Zt.isSignInToday=!0,Zt.isSignInTodayStateGo=!0,Object($["p"])({message:"签到完成,恭喜您获得100个积分!",duration:3e3}))}).catch(function(t){Zt.loading=!1})},checkMktScore:function(t,e){t.commit;Zt.loading=!0,K["b"].checkMktScore().then(function(t){Zt.loading=!1;var e=t.data;0==e.err_code&&(1==e.data?Zt.checkInfoState=!0:Zt.checkInfoState=!1)}).catch(function(t){Zt.loading=!1})},exchangePrize:function(t,e){t.commit;Zt.loading=!0;var n={user_id:Z["a"].getCookie("Yo4teW_uid"),point_prize_id:e.point_prize_id};K["b"].exchangePrize(Kt.stringify(n)).then(function(t){Zt.loading=!1;var e=t.data;if(0==e.errcode){var n=e.data.point_exchange_id;window.location.href="/h5/view/#/pointchange?point_exchange_id="+n+"&prize_type="+e.data.prize_type}else Object($["p"])({message:e.errmsg,duration:2500})}).catch(function(t){Zt.loading=!1})}},te={},ee={state:Zt,mutations:Qt,actions:Xt,getters:te},ne=n("0427");s["a"].use($["p"]);var ae={loading:!1,prize_info:"",prize_types:"",address_id:"",address_info:"",adressApiState:!1},ie={},oe={getUserPointExchangeDetail:function(t,e){t.commit;ae.loading=!0;var n={point_exchange_id:e.point_exchange_id};K["b"].getUserPointExchangeDetail(ne.stringify(n)).then(function(t){ae.loading=!1;var e=t.data;0==e.errcode&&(ae.prize_info=e.data.prize_info,ae.prize_types=e.data.prize_info.prize_type,e.data.address_info?(ae.address_info=e.data.address_info,ae.address_info.point_addressp=1,ae.address_id=e.data.prize_info.address_id):ae.adressApiState=!0)}).catch(function(t){ae.loading=!1})},recvlist:function(t,e){t.commit;K["b"].recvlist().then(function(t){var e=t.data;if(0==e.err_code){var n=e.data||[];if(n.length>0)for(var a=0;a<n.length;a++)1==n[a].is_default&&(ae.address_info=n[a],ae.address_id=n[a].address_id)}})}},re={},ce={state:ae,mutations:ie,actions:oe,getters:re};s["a"].use($["p"]);var se={loading:!1,ruledata:""},de={},ue={pointruleApi:function(t,e){t.commit;se.loading=!0,K["b"].pointruleApi().then(function(t){se.loading=!1;var e=t.data;0==e.err_code&&(se.ruledata=e.data.data[0])}).catch(function(t){se.loading=!1})}},le={},fe={state:se,mutations:de,actions:ue,getters:le},he=n("0427");s["a"].use($["p"]);var me={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},pe={getUserPointDetail:function(t,e){1==e.data.current_page?t.detaillist=e.data.data:t.detaillist=t.detaillist.concat(e.data.data),t.totalLimit=e.data.last_page,e.data.current_page>=e.data.last_page?t.finished=!0:t.finished=!1}},ge={getUserPointDetail:function(t,e){var n=t.commit;me.loadStatus=!0;var a={page:e.page,limit:e.limit,user_id:Z["a"].getCookie("Yo4teW_uid"),flow_type:e.flow_type};1==e.page&&(me.finished=!1,me.detaillist=[]),K["b"].getUserPointDetail(he.stringify(a)).then(function(t){var e=t.data;me.loadStatus=!1,0==e.errcode&&n({type:"getUserPointDetail",data:e.data})}).catch(function(t){me.loadStatus=!1})},getUserCurrentPointdetail:function(t,e){t.commit;var n={user_id:Z["a"].getCookie("Yo4teW_uid")};K["b"].getUserCurrentPoint(he.stringify(n)).then(function(t){var e=t.data;0==e.errcode&&(me.getUserCurrentPoint=e.data)})}},ve={},be={state:me,mutations:pe,actions:ge,getters:ve},we=n("0427");s["a"].use($["p"]);var ye={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},_e={getUserPointExchangeList:function(t,e){1==e.data.current_page?t.detaillist=e.data.data:t.detaillist=t.detaillist.concat(e.data.data),t.totalLimit=e.data.last_page,e.data.current_page>=e.data.last_page?t.finished=!0:t.finished=!1}},ke={getUserPointExchangeList:function(t,e){var n=t.commit;ye.loadStatus=!0;var a={page:e.page,limit:e.limit,user_id:Z["a"].getCookie("Yo4teW_uid"),prize_type:e.prize_type};1==e.page&&(ye.finished=!1,ye.detaillist=[]),K["b"].getUserPointExchangeList(we.stringify(a)).then(function(t){var e=t.data;ye.loadStatus=!1,0==e.errcode&&n({type:"getUserPointExchangeList",data:e.data})}).catch(function(t){ye.loadStatus=!1})}},Ce={},Se={state:ye,mutations:_e,actions:ke,getters:Ce};s["a"].use(H["a"]);var Pe=new H["a"].Store({modules:{wallet:at,home:st,common:ht,smt:wt,wxlist:Pt,news:It,newsdetail:Ut,seo:Yt,findthing:$t,pointmall:ee,pointchange:ce,pointrule:fe,pointdetail:be,exchange:Se}}),Oe=function(t,e){var n=t;return-1==n.indexOf("ptag")&&(n=n.indexOf("?")>-1?n+"&ptag="+e:n+"?ptag="+e),n},xe=function(t){return encodeURIComponent(t)},De=function(t){return t.indexOf("?")>-1?t+"&ptag=index-dynamic":t+"?ptag=index-dynamic"},Ae=function(t,e){var n=new Date(1e3*t);function a(t){return t<10&&(t="0"+t),t}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)},je={dateTimeFormate:Ae,urlParams:De,urlPatg:Oe,urlEncode:xe},Ie={bind:function(t,e){t.addEventListener("click",function(){var t=document.querySelector(".container-wrap").scrollTop,e=(t/100).toFixed(0),n=setInterval(function(){t-=e,t<=0&&(t=0,clearInterval(n)),document.querySelector(".container-wrap").scrollTop=t},1)},!1)}},Te={bind:function(t,e){t.addEventListener("click",function(t){var e=document.documentElement.scrollTop||document.body.scrollTop,n=(e/100).toFixed(0),a=setInterval(function(){e-=n,e<=0&&(e=0,clearInterval(a)),document.documentElement.scrollTop?document.documentElement.scrollTop=e:document.body.scrollTop?document.body.scrollTop=e:document.querySelector("html,body").scrollTop=e},1)},!1)}},Le={install:function(t){t.directive("backTop",Ie),t.directive("backTopWindow",Te)}},We=n("897d"),Re=n.n(We),Ee=n("c501"),Ue=n.n(Ee);n("d6f9"),n("bfd9");s["a"].config.productionTip=!1;var Fe="production";if("production"!=Fe)new Ue.a;c()(je).forEach(function(t){return s["a"].filter(t,je[t])}),s["a"].use(Le),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(t){if("post"==t.method)t.data?-1==t.data.indexOf("&pf=2")&&(t.data+="&pf="+window.lxpf):t.data="pf="+window.lxpf;else if("get"==t.method){var e=c()(t.params);e.length?-1==e.indexOf("pf")&&(t.params=Object(o["a"])({pf:window.lxpf},t.params)):t.params={pf:window.lxpf}}return t},function(t){return i.a.reject(t)});var ze=Z["a"].getCookie("Yo4teW_gid");if(null==ze){var Be=Re()("");Z["a"].setCookie("Yo4teW_gid",Be,1,window.cookieHostname)}var Me={urlhash:window.location.hash};Me=Z["a"].getParams(Me),K["b"].wxaccess(Me).then(function(t){var e=t.data;0==e.err_code&&e.data&&(window.location.href=e.data)}),J.beforeEach(function(t,e,n){var a=t.meta&&t.meta.title;a&&(document.title=a);var i=t.meta.back||"";if(i){var o=!!Z["a"].isLogin();o?n():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else n()}),new s["a"]({router:J,store:Pe,render:function(t){return t(p)}}).$mount("#app")},bfd9:function(t,e,n){}});
\ No newline at end of file
(function(t){function e(e){for(var a,i,c=e[0],s=e[1],u=e[2],d=0,l=[];d<c.length;d++)i=c[d],o[i]&&l.push(o[i][0]),o[i]=0;for(a in s)Object.prototype.hasOwnProperty.call(s,a)&&(t[a]=s[a]);f&&f(e);while(l.length)l.shift()();return r.push.apply(r,u||[]),n()}function n(){for(var t,e=0;e<r.length;e++){for(var n=r[e],a=!0,i=1;i<n.length;i++){var c=n[i];0!==o[c]&&(a=!1)}a&&(r.splice(e--,1),t=s(s.s=n[0]))}return t}var a={},i={app:0},o={app:0},r=[];function c(t){return s.p+"js/"+({}[t]||t)+"."+{"chunk-0dda1a65":"13a11d4c","chunk-1bc51d6f":"6c9e423a","chunk-1d3c5852":"e0aa3541","chunk-33510d46":"c58e996b","chunk-48bcaa44":"972219d1","chunk-4da9392a":"300ae790","chunk-52c09378":"20a1ea20","chunk-6cd0cdfb":"0d710d02","chunk-7c324919":"0fd9b7a1","chunk-ae93e1d4":"0927b638","chunk-bf12cf58":"19b3701b","chunk-ce72359e":"e6806cc4","chunk-e1e39c66":"8562869a"}[t]+".js"}function s(e){if(a[e])return a[e].exports;var n=a[e]={i:e,l:!1,exports:{}};return t[e].call(n.exports,n,n.exports,s),n.l=!0,n.exports}s.e=function(t){var e=[],n={"chunk-0dda1a65":1,"chunk-1bc51d6f":1,"chunk-1d3c5852":1,"chunk-33510d46":1,"chunk-48bcaa44":1,"chunk-4da9392a":1,"chunk-52c09378":1,"chunk-6cd0cdfb":1,"chunk-7c324919":1,"chunk-ae93e1d4":1,"chunk-bf12cf58":1,"chunk-ce72359e":1,"chunk-e1e39c66":1};i[t]?e.push(i[t]):0!==i[t]&&n[t]&&e.push(i[t]=new Promise(function(e,n){for(var a="css/"+({}[t]||t)+"."+{"chunk-0dda1a65":"af566868","chunk-1bc51d6f":"045485d7","chunk-1d3c5852":"c0f345b7","chunk-33510d46":"43c91bcb","chunk-48bcaa44":"22356d82","chunk-4da9392a":"29799028","chunk-52c09378":"b3348642","chunk-6cd0cdfb":"d7e46390","chunk-7c324919":"500818db","chunk-ae93e1d4":"42743190","chunk-bf12cf58":"16c2a686","chunk-ce72359e":"bcecf0d4","chunk-e1e39c66":"6c7ec024"}[t]+".css",o=s.p+a,r=document.getElementsByTagName("link"),c=0;c<r.length;c++){var u=r[c],d=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(d===a||d===o))return e()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){u=l[c],d=u.getAttribute("data-href");if(d===a||d===o)return e()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=e,f.onerror=function(e){var a=e&&e.target&&e.target.src||o,r=new Error("Loading CSS chunk "+t+" failed.\n("+a+")");r.request=a,delete i[t],f.parentNode.removeChild(f),n(r)},f.href=o;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[t]=0}));var a=o[t];if(0!==a)if(a)e.push(a[2]);else{var r=new Promise(function(e,n){a=o[t]=[e,n]});e.push(a[2]=r);var u,d=document.createElement("script");d.charset="utf-8",d.timeout=120,s.nc&&d.setAttribute("nonce",s.nc),d.src=c(t),u=function(e){d.onerror=d.onload=null,clearTimeout(l);var n=o[t];if(0!==n){if(n){var a=e&&("load"===e.type?"missing":e.type),i=e&&e.target&&e.target.src,r=new Error("Loading chunk "+t+" failed.\n("+a+": "+i+")");r.type=a,r.request=i,n[1](r)}o[t]=void 0}};var l=setTimeout(function(){u({type:"timeout",target:d})},12e4);d.onerror=d.onload=u,document.head.appendChild(d)}return Promise.all(e)},s.m=t,s.c=a,s.d=function(t,e,n){s.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},s.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.t=function(t,e){if(1&e&&(t=s(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(s.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)s.d(n,a,function(e){return t[e]}.bind(null,a));return n},s.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return s.d(e,"a",e),e},s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.p="//h5static.ichunt.com/",s.oe=function(t){throw t};var u=window["webpackJsonp"]=window["webpackJsonp"]||[],d=u.push.bind(u);u.push=e,u=u.slice();for(var l=0;l<u.length;l++)e(u[l]);var f=d;r.push([0,"chunk-vendors"]),n()})({0:function(t,e,n){t.exports=n("56d7")},"365c":function(t,e,n){"use strict";n.d(e,"a",function(){return u}),n.d(e,"b",function(){return m});var a,i,o,r=n("bd31"),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 u=o,d=i,l=a,f={index:d+"index",loginCheck:l+"login/check",cartCount:l+"cart/count",customsrService:l+"public/customsrservice",getCommonParams:d+"getcommonparams",wxaccess:d+"api/wxaccess",checkAccountExists:l+"public/checkAccountExists",customSmsVerify:l+"public/customSmsVerify",chainFind:d+"Service/chainFind",wechatArticle:l+"Wechat/WechatArticleJinJi/article",newsArticle:l+"Article/Article/index",newsArticleDetail:l+"Article/Article/details",newsArticleDetailAd:d+"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:d+"api/pointrule",getUserPointDetail:l+"point/getUserPointDetail",getUserPointExchangeList:l+"point/getUserPointExchangeList"},m={index:function(t){return s.a.post(f.index,t)},loginCheck:function(t){return s.a.get(f.loginCheck,{params:Object(r["a"])({},t)})},smsVerify:function(t){return s.a.post(f.smsVerify,t)},actionLogin:function(t){return s.a.post(f.actionLogin,t)},feedback:function(t){return s.a.post(f.feedback,t)},cartCount:function(t){return s.a.get(f.cartCount,{params:Object(r["a"])({},t)})},customsrService:function(t){return s.a.get(f.customsrService,{params:Object(r["a"])({},t)})},getCommonParams:function(t){return s.a.post(f.getCommonParams,t)},wxaccess:function(t){return s.a.post(f.wxaccess,t)},checkAccountExists:function(t){return s.a.post(f.checkAccountExists,t)},customSmsVerify:function(t){return s.a.post(f.customSmsVerify,t)},chainFind:function(t){return s.a.post(f.chainFind,t)},wechatArticle:function(t){return s.a.post(f.wechatArticle,t)},newsArticle:function(t){return s.a.post(f.newsArticle,t)},newsArticleDetail:function(t){return s.a.post(f.newsArticleDetail,t)},newsArticleDetailAd:function(t){return s.a.post(f.newsArticleDetailAd,t)},getUserCurrentPoint:function(t){return s.a.post(f.getUserCurrentPoint,t)},isSignInToday:function(t){return s.a.post(f.isSignInToday,t)},signIn:function(t){return s.a.post(f.signIn,t)},checkMktScore:function(t){return s.a.post(f.checkMktScore,t)},getPointPrize:function(t){return s.a.post(f.getPointPrize,t)},exchangePrize:function(t){return s.a.post(f.exchangePrize,t)},recvlist:function(t){return s.a.post(f.recvlist,t)},getUserPointExchangeDetail:function(t){return s.a.post(f.getUserPointExchangeDetail,t)},pointruleApi:function(t){return s.a.post(f.pointruleApi,t)},getUserPointDetail:function(t){return s.a.post(f.getUserPointDetail,t)},getUserPointExchangeList:function(t){return s.a.post(f.getUserPointExchangeList,t)}}},4260:function(t,e,n){"use strict";n("f91a"),n("ab56");var a=n("0ec6"),i=n.n(a),o=(n("612f"),n("ab01")),r=n.n(o),c=(n("ea65"),0),s=8;function u(t){return g(d(p(t),t.length*s))}function d(t,e){t[e>>5]|=128<<24-e%32,t[15+(e+64>>9<<4)]=e;for(var n=Array(80),a=1732584193,i=-271733879,o=-1732584194,r=271733878,c=-1009589776,s=0;s<t.length;s+=16){for(var u=a,d=i,p=o,g=r,v=c,b=0;b<80;b++){n[b]=b<16?t[s+b]:h(n[b-3]^n[b-8]^n[b-14]^n[b-16],1);var y=m(m(h(a,5),l(b,i,o,r)),m(m(c,n[b]),f(b)));c=r,r=o,o=h(i,30),i=a,a=y}a=m(a,u),i=m(i,d),o=m(o,p),r=m(r,g),c=m(c,v)}return Array(a,i,o,r,c)}function l(t,e,n,a){return t<20?e&n|~e&a:t<40?e^n^a:t<60?e&n|e&a|n&a:e^n^a}function f(t){return t<20?1518500249:t<40?1859775393:t<60?-1894007588:-899497514}function m(t,e){var n=(65535&t)+(65535&e),a=(t>>16)+(e>>16)+(n>>16);return a<<16|65535&n}function h(t,e){return t<<e|t>>>32-e}function p(t){for(var e=Array(),n=(1<<s)-1,a=0;a<t.length*s;a+=s)e[a>>5]|=(t.charCodeAt(a/s)&n)<<24-a%32;return e}function g(t){for(var e=c?"0123456789ABCDEF":"0123456789abcdef",n="",a=0;a<4*t.length;a++)n+=e.charAt(t[a>>2]>>8*(3-a%4)+4&15)+e.charAt(t[a>>2]>>8*(3-a%4)&15);return n}var v=n("0427");e["a"]={setCookie:function(t,e,n,a){a=a?";domain="+a:"";var i=n,o=new Date;return o.setTime(o.getTime()+24*i*60*60*1e3),document.cookie=t+"="+encodeURIComponent(e)+";expires="+o.toGMTString()+";path=/"+a,!0},getCookie:function(t){for(var e=document.cookie,n=e.split("; "),a=0;a<n.length;a++){var i=n[a].split("=");if(t==i[0])return i[1]}return null},delCookie:function(t){var e=new Date;e.setTime(e.getTime()-1);var n=this.getCookie(t);null!=n&&(document.cookie=t+"="+n+";expires="+e.toGMTString())},getParams:function(t){var e=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="",d="",l="",f={pf:2,qwertyuiop:a,Yo4teW_gid:e},m=r()({},f,t);i()(m).forEach(function(t,e,n){o.push(t)}),o=o.sort(),o.forEach(function(t,e,n){c[o[e]]=m[o[e]]}),i()(c).forEach(function(t,e,n){s+=t+"="+c[t]}),d=s.replace(/[^0-9a-zA-Z]/g,""),d=d.toUpperCase();for(var h=0;h<d.length;h++)"A"!=d[h]&&"B"!=d[h]&&"C"!=d[h]&&(l+=d[h]);s=u(l);var p=r()({},t,{asdfghjkl:s},{qwertyuiop:a},{pf:2});return v.stringify(p)},isLogin:function(){var t=0;return this.getCookie("Yo4teW_uid")&&(t=2,this.getCookie("Yo4teW_skey")&&(t=1)),t},loginBack:function(){},compare:function(t,e){return function(n,a){var i=n[t],o=a[t];return e?i-o:o-i}},distinct:function(t){var e,n,a=t,i=[],o=a.length;for(e=0;e<o;e++){for(n=e+1;n<o;n++)a[e]===a[n]&&(n=++e);i.push(a[e])}return i}}},"56d7":function(t,e,n){"use strict";n.r(e);var a=n("a700"),i=n.n(a),o=n("bd31"),r=n("0ec6"),c=n.n(r),s=(n("612f"),n("53da"),n("40f8"),n("8973")),u=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"app"}},[n("keep-alive",{attrs:{exclude:"newsDetail,pointchange"}},[n("router-view",{staticClass:"router-view"})],1)],1)},d=[],l={name:"app"},f=l,m=n("8c9c"),h=Object(m["a"])(f,u,d,!1,null,null,null),p=h.exports,g=n("7f43"),v=n.n(g),b=(n("3a23"),n("081a")),y=function(t){return n.e("chunk-48bcaa44").then(function(){var e=[n("9553")];t.apply(null,e)}.bind(this)).catch(n.oe)},_=function(t){return n.e("chunk-6cd0cdfb").then(function(){var e=[n("2500")];t.apply(null,e)}.bind(this)).catch(n.oe)},w=function(t){return n.e("chunk-33510d46").then(function(){var e=[n("9055")];t.apply(null,e)}.bind(this)).catch(n.oe)},k=function(t){return n.e("chunk-1d3c5852").then(function(){var e=[n("bd04")];t.apply(null,e)}.bind(this)).catch(n.oe)},C=function(t){return n.e("chunk-ce72359e").then(function(){var e=[n("2536")];t.apply(null,e)}.bind(this)).catch(n.oe)},S=function(t){return n.e("chunk-1bc51d6f").then(function(){var e=[n("832f")];t.apply(null,e)}.bind(this)).catch(n.oe)},x=function(t){return n.e("chunk-4da9392a").then(function(){var e=[n("f825")];t.apply(null,e)}.bind(this)).catch(n.oe)},P=function(t){return n.e("chunk-bf12cf58").then(function(){var e=[n("9c63")];t.apply(null,e)}.bind(this)).catch(n.oe)},A=function(t){return n.e("chunk-52c09378").then(function(){var e=[n("c46d")];t.apply(null,e)}.bind(this)).catch(n.oe)},T=function(t){return n.e("chunk-ae93e1d4").then(function(){var e=[n("ca8b")];t.apply(null,e)}.bind(this)).catch(n.oe)},O=function(t){return n.e("chunk-e1e39c66").then(function(){var e=[n("4835")];t.apply(null,e)}.bind(this)).catch(n.oe)},j=function(t){return n.e("chunk-7c324919").then(function(){var e=[n("0224")];t.apply(null,e)}.bind(this)).catch(n.oe)},D=function(t){return n.e("chunk-0dda1a65").then(function(){var e=[n("9646")];t.apply(null,e)}.bind(this)).catch(n.oe)};s["a"].use(b["a"]);var E=[{path:"/",component:y,meta:{title:"猎芯网"}},{path:"/smt",component:_,meta:{title:"SMT打样"}},{path:"/supplier",component:w,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:k,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:x,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/findthing",name:"Findthing",component:P,meta:{title:"猎芯网——快速找料"}},{path:"/pointmall",name:"Pointmall",component:A,meta:{title:"积分商城"}},{path:"/pointchange",name:"Pointchange",component:j,meta:{title:"兑换成功",back:!0}},{path:"/exchange",component:O,meta:{title:"兑换记录",back:!0}},{path:"/point",component:T,meta:{title:"积分明细",back:!0}},{path:"/pointrule",component:D,meta:{title:"积分规则"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:S,meta:{title:"猎芯网-新闻详情"}},{path:"*",redirect:"/"}];E.forEach(function(t){t.path=t.path||"/"+(t.name||"")});var U=new b["a"]({routes:E}),I=n("52c1"),L=n("5101"),z=n("365c"),M=n("4260");s["a"].use(L["i"]);var V={index:{},loading:!0},W={index:function(t,e){t.index=e.data}},F={index:function(t,e){var n=t.commit;V.loading=!0;var a=M["a"].getParams();z["b"].index(a).then(function(t){var e=t.data;V.loading=!1,0==e.err_code?n({type:"index",data:e.data}):2==e.err_code&&Object(L["i"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(t){V.loading=!1})}},Y={},N={state:V,mutations:W,actions:F,getters:Y};s["a"].use(L["i"]);var R={cartCount:"",loginCheck:!1,phpParams:{}},q={cartCount:function(t,e){t.cartCount=0==e.data?"":e.data},loginCheck:function(t,e){0==e.data.err_code?t.loginCheck=!0:11030==e.data.err_code?t.loginCheck=!0:t.loginCheck=!1},phpParams:function(t,e){t.phpParams=e.data.data}},B={cartCount:function(t,e){var n=t.commit;z["b"].cartCount().then(function(t){var e=t.data;0==e.err_code&&n({type:"cartCount",data:e.datacartCount})}).catch(function(t){})},loginCheck:function(t,e){var n=t.commit;z["b"].loginCheck().then(function(t){var e=t.data;n({type:"loginCheck",data:e})}).catch(function(t){})},customsrService:function(t,e){t.commit;var n={pf:window.lxpf,searchModel:""};z["b"].customsrService(n).then(function(t){}).catch(function(t){})},getCommonParams:function(t,e){var n=t.commit,a=M["a"].getParams();z["b"].getCommonParams(a).then(function(t){var e=t.data;n({type:"phpParams",data:e})}).catch(function(t){})}},G={},J={state:R,mutations:q,actions:B,getters:G},H=n("0427");s["a"].use(L["i"]);var $={loading:!1},Z={index:function(t,e){t.index=e.data}},K={checkAccountExists:function(t,e){t.commit;$.loading=!0;var n={pf:2,type:2,account:e.account};z["b"].checkAccountExists(H.stringify(n)).then(function(t){var e=t.data;$.loading=!1,0!=e.err_code&&Object(L["i"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(t){$.loading=!1})},customSmsVerify:function(t,e){t.commit;$.loading=!0;var n={pf:2,verify:"",mobile:e.mobile};z["b"].customSmsVerify(H.stringify(n)).then(function(t){var e=t.data;$.loading=!1,0==e.err_code?Object(L["i"])({message:e.err_msg,duration:2e3}):Object(L["i"])({message:e.err_msg,duration:3e3})}).catch(function(t){$.loading=!1})},chainFind:function(t,e){t.commit;if($.loading=!0,1==e.types)var n={type:2,mobile:e.mobile,linkName:e.linkName,verifyCode:e.verifyCode,com_name:e.com_name,main_brand:e.main_brand,supplier_type:e.supplier_type};else if(3==e.types)n={type:3,mobile:e.mobile,linkName:e.linkName,verifyCode:e.verifyCode};z["b"].chainFind(H.stringify(n)).then(function(t){var n=t.data;$.loading=!1,1==n.errcode?Object(L["i"])({message:n.errmsg,duration:3e3}):2==n.errcode?(Object(L["i"])({message:"已为您自动创建的猎芯网登录账号为"+e.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(L["i"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(t){$.loading=!1,Object(L["i"])({message:"网络出现问题,请重试",duration:3e3})})}},Q={},X={state:$,mutations:Z,actions:K,getters:Q},tt=n("0427");s["a"].use(L["i"]);var et={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},nt={wechatArticle:function(t,e){t.wechatArticle=e.data,t.wechatArticleList=t.wechatArticleList.concat(e.data.list),t.limits=Math.ceil(e.data.total/6),e.page>=t.limits&&(t.finished=!0)}},at={wechatArticle:function(t,e){var n=t.commit;et.loadStatus=!0;var a={type_id:e.type_id,page:e.page,limit:e.limit};z["b"].wechatArticle(tt.stringify(a)).then(function(t){var a=t.data;et.loadStatus=!1,0==a.err_code&&n({type:"wechatArticle",data:a.data,page:e.page,limit:e.limit})}).catch(function(t){et.loadStatus=!1})}},it={},ot={state:et,mutations:nt,actions:at,getters:it},rt=(n("b06f"),n("0427"));s["a"].use(L["i"]);var ct={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},st={newsArticle:function(t,e){t.rollbanner=e.data.rollbanner,t.cat_list=e.data.cat_list,1==t.p?t.content_list=e.data.content_list:t.content_list=t.content_list.concat(e.data.content_list),t.totalLimit=Math.ceil(Number(e.data.tatol_num)/t.limit),t.p>=t.totalLimit?t.finished=!0:t.finished=!1}},ut={newsArticle:function(t,e){var n=t.commit;ct.loadStatus=!0;var a={cat_id:e.cat_id,p:e.p,limit:e.limit};ct.p=e.p,ct.limit=e.limit,z["b"].newsArticle(rt.stringify(a)).then(function(t){var e=t.data;ct.loadStatus=!1,0==e.err_code&&n({type:"newsArticle",data:e.data})}).catch(function(t){ct.loadStatus=!1})}},dt={},lt={state:ct,mutations:st,actions:ut,getters:dt},ft=n("0427");s["a"].use(L["i"]);var mt={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},ht={newsArticleDetail:function(t,e){t.newsDetailObj=e.data},newsArticleDetailAd:function(t,e){t.newsDetailAd=e.data,M["a"].getCookie("newsdetailpop")?t.newsDetailAd.h5_news_ad_pop="":M["a"].setCookie("newsdetailpop","1",1)}},pt={newsArticleDetail:function(t,e){var n=t.commit;mt.newsDetailObj={},mt.loadStatus=!0;var a={art_id:e.art_id};z["b"].newsArticleDetail(ft.stringify(a)).then(function(t){mt.loadStatus=!1;var e=t.data;0==e.err_code&&n({type:"newsArticleDetail",data:e.data})}).catch(function(t){mt.loadStatus=!1})},newsArticleDetailAd:function(t,e){var n=t.commit,a={cat_id:e.cat_id},i=M["a"].getParams(a);z["b"].newsArticleDetailAd(i).then(function(t){var e=t.data;0==e.err_code&&n({type:"newsArticleDetailAd",data:e.data})}).catch(function(t){})}},gt={},vt={state:mt,mutations:ht,actions:pt,getters:gt},bt=n("0427");s["a"].use(L["i"]);var yt={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},_t={smsVerify:function(t,e){}},wt={smsVerify:function(t,e){var n=t.commit;yt.form1CodeStatus=!1,yt.loading=!0;var a={mobile:e.mobile,verify:e.verify,channel:1};z["b"].smsVerify(bt.stringify(a)).then(function(t){var a=t.data;yt.loading=!1;var i="form2"==e.types?"form2":"form1";yt[i+"ImgShow"]=!1,0==a.err_code?(Object(L["i"])({message:a.err_msg,duration:2e3}),yt[i+"CodeStatus"]=!0,n({type:"smsVerify",data:a.data})):23019==a.err_code||11008==a.err_code||11011==a.err_code?(Object(L["i"])({message:a.err_msg,duration:2e3}),yt[i+"ImgShow"]=!0):Object(L["i"])({message:a.err_msg,duration:3e3})}).catch(function(t){yt.loading=!1})},actionLogin:function(t,e){var n=t.commit;yt.loading=!0,yt.isRegLogin=!1;var a={account:e.account,sms_verify:e.sms_verify};z["b"].actionLogin(bt.stringify(a)).then(function(t){var a=t.data;if(yt.loading=!1,0==a.err_code){if("form1"==e.form_name)return Object(L["i"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);yt.isRegLogin=!0,n({type:"actionLogin",data:a.data})}else Object(L["i"])({message:a.err_msg,duration:3e3})}).catch(function(t){yt.loading=!1})},feedback:function(t,e){var n=t.commit;yt.loading=!0;var a={type:e.types,content:e.content,mobile:e.mobile,source:window.location.href};z["b"].feedback(bt.stringify(a)).then(function(t){var e=t.data;yt.loading=!1,0==e.err_code?(Object(L["i"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:e.data})):Object(L["i"])({message:e.err_msg,duration:3e3})}).catch(function(t){yt.loading=!1})}},kt={},Ct={state:yt,mutations:_t,actions:wt,getters:kt},St=n("0427");s["a"].use(L["i"]);var xt={loading:!1,form1ImgShow:!1,form1CodeStatus:!1,isRegLogin:!1},Pt={},At={smsVerify1:function(t,e){var n=t.commit;xt.form1CodeStatus=!1,xt.loading=!0;var a={mobile:e.mobile,verify:e.verify,channel:1};z["b"].smsVerify(St.stringify(a)).then(function(t){var e=t.data;xt.loading=!1,xt["form1ImgShow"]=!1,0==e.err_code?(Object(L["i"])({message:e.err_msg,duration:2e3}),xt["form1CodeStatus"]=!0,n({type:"smsVerify",data:e.data})):23019==e.err_code||11008==e.err_code||11011==e.err_code?(Object(L["i"])({message:e.err_msg,duration:2e3}),xt["form1ImgShow"]=!0):Object(L["i"])({message:e.err_msg,duration:3e3})}).catch(function(t){xt.loading=!1})},actionLogin1:function(t,e){var n=t.commit;xt.loading=!0,xt.isRegLogin=!1;var a={account:e.account,sms_verify:e.sms_verify};z["b"].actionLogin(St.stringify(a)).then(function(t){var e=t.data;xt.loading=!1,0==e.err_code?(xt.isRegLogin=!0,n({type:"actionLogin",data:e.data})):Object(L["i"])({message:e.err_msg,duration:3e3})}).catch(function(t){xt.loading=!1})},feedback1:function(t,e){var n=t.commit;xt.loading=!0;var a={type:e.types,content:e.content,mobile:e.mobile,source:window.location.href};z["b"].feedback(St.stringify(a)).then(function(t){var e=t.data;xt.loading=!1,0==e.err_code?(Object(L["i"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),n({type:"feedback",data:e.data})):Object(L["i"])({message:e.err_msg,duration:3e3})}).catch(function(t){xt.loading=!1})}},Tt={},Ot={state:xt,mutations:Pt,actions:At,getters:Tt},jt=(n("ab56"),n("f91a"),n("0427"));s["a"].use(L["i"]);var Dt={loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),userInfo:"",loading:!1,getUserCurrentPoint:0,isSignInToday:!1,isSignInTodayStateGo:!1,checkInfoState:!1,navlist:[],listdata:[]},Et={getPointPrize:function(t,e){var n=e.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=M["a"].distinct(a),i=M["a"].distinct(i),r=M["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(M["a"].compare("prise_type",1)),t.navlist=o,t.listdata=n}}},Ut={getPointPrize:function(t,e){var n=t.commit;Dt.loading=!0;var a={limit:1e3};z["b"].getPointPrize(jt.stringify(a)).then(function(t){Dt.loading=!1;var e=t.data;0==e.errcode&&n({type:"getPointPrize",data:e.data.data})}).catch(function(t){Dt.loading=!1})},loginCheckp:function(t,e){t.commit;z["b"].loginCheck().then(function(t){var e=t.data;0!=e.err_code&&11030!=e.err_code||(Dt.userInfo=e.data)})},getUserCurrentPoint:function(t,e){t.commit;var n={user_id:M["a"].getCookie("Yo4teW_uid")};z["b"].getUserCurrentPoint(jt.stringify(n)).then(function(t){var e=t.data;0==e.errcode&&(Dt.getUserCurrentPoint=e.data)})},isSignInToday:function(t,e){t.commit;z["b"].isSignInToday().then(function(t){var e=t.data;0==e.err_code&&(Dt.isSignInToday=e.data)})},signIn:function(t,e){t.commit;Dt.loading=!0,z["b"].signIn().then(function(t){Dt.loading=!1;var e=t.data;0==e.err_code&&(Dt.isSignInToday=!0,Dt.isSignInTodayStateGo=!0,Object(L["i"])({message:"签到完成,恭喜您获得100个积分!",duration:3e3}))}).catch(function(t){Dt.loading=!1})},checkMktScore:function(t,e){t.commit;Dt.loading=!0,z["b"].checkMktScore().then(function(t){Dt.loading=!1;var e=t.data;0==e.err_code&&(1==e.data?Dt.checkInfoState=!0:Dt.checkInfoState=!1)}).catch(function(t){Dt.loading=!1})},exchangePrize:function(t,e){t.commit;Dt.loading=!0;var n={user_id:M["a"].getCookie("Yo4teW_uid"),point_prize_id:e.point_prize_id};z["b"].exchangePrize(jt.stringify(n)).then(function(t){Dt.loading=!1;var e=t.data;if(0==e.errcode){var n=e.data.point_exchange_id;window.location.href="/h5/view/#/pointchange?point_exchange_id="+n+"&prize_type="+e.data.prize_type}else Object(L["i"])({message:e.errmsg,duration:2500})}).catch(function(t){Dt.loading=!1})}},It={},Lt={state:Dt,mutations:Et,actions:Ut,getters:It},zt=n("0427");s["a"].use(L["i"]);var Mt={loading:!1,prize_info:"",prize_types:"",address_id:"",address_info:"",adressApiState:!1},Vt={},Wt={getUserPointExchangeDetail:function(t,e){t.commit;Mt.loading=!0;var n={point_exchange_id:e.point_exchange_id};z["b"].getUserPointExchangeDetail(zt.stringify(n)).then(function(t){Mt.loading=!1;var e=t.data;0==e.errcode&&(Mt.prize_info=e.data.prize_info,Mt.prize_types=e.data.prize_info.prize_type,e.data.address_info?(Mt.address_info=e.data.address_info,Mt.address_info.point_addressp=1,Mt.address_id=e.data.prize_info.address_id):Mt.adressApiState=!0)}).catch(function(t){Mt.loading=!1})},recvlist:function(t,e){t.commit;z["b"].recvlist().then(function(t){var e=t.data;if(0==e.err_code){var n=e.data||[];if(n.length>0)for(var a=0;a<n.length;a++)1==n[a].is_default&&(Mt.address_info=n[a],Mt.address_id=n[a].address_id)}})}},Ft={},Yt={state:Mt,mutations:Vt,actions:Wt,getters:Ft};s["a"].use(L["i"]);var Nt={loading:!1,ruledata:""},Rt={},qt={pointruleApi:function(t,e){t.commit;Nt.loading=!0,z["b"].pointruleApi().then(function(t){Nt.loading=!1;var e=t.data;0==e.err_code&&(Nt.ruledata=e.data.data[0])}).catch(function(t){Nt.loading=!1})}},Bt={},Gt={state:Nt,mutations:Rt,actions:qt,getters:Bt},Jt=n("0427");s["a"].use(L["i"]);var Ht={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},$t={getUserPointDetail:function(t,e){1==e.data.current_page?t.detaillist=e.data.data:t.detaillist=t.detaillist.concat(e.data.data),t.totalLimit=e.data.last_page,e.data.current_page>=e.data.last_page?t.finished=!0:t.finished=!1}},Zt={getUserPointDetail:function(t,e){var n=t.commit;Ht.loadStatus=!0;var a={page:e.page,limit:e.limit,user_id:M["a"].getCookie("Yo4teW_uid"),flow_type:e.flow_type};1==e.page&&(Ht.finished=!1,Ht.detaillist=[]),z["b"].getUserPointDetail(Jt.stringify(a)).then(function(t){var e=t.data;Ht.loadStatus=!1,0==e.errcode&&n({type:"getUserPointDetail",data:e.data})}).catch(function(t){Ht.loadStatus=!1})},getUserCurrentPointdetail:function(t,e){t.commit;var n={user_id:M["a"].getCookie("Yo4teW_uid")};z["b"].getUserCurrentPoint(Jt.stringify(n)).then(function(t){var e=t.data;0==e.errcode&&(Ht.getUserCurrentPoint=e.data)})}},Kt={},Qt={state:Ht,mutations:$t,actions:Zt,getters:Kt},Xt=n("0427");s["a"].use(L["i"]);var te={finished:!1,loadStatus:!1,getUserCurrentPoint:0,detaillist:[],totalLimit:0},ee={getUserPointExchangeList:function(t,e){1==e.data.current_page?t.detaillist=e.data.data:t.detaillist=t.detaillist.concat(e.data.data),t.totalLimit=e.data.last_page,e.data.current_page>=e.data.last_page?t.finished=!0:t.finished=!1}},ne={getUserPointExchangeList:function(t,e){var n=t.commit;te.loadStatus=!0;var a={page:e.page,limit:e.limit,user_id:M["a"].getCookie("Yo4teW_uid"),prize_type:e.prize_type};1==e.page&&(te.finished=!1,te.detaillist=[]),z["b"].getUserPointExchangeList(Xt.stringify(a)).then(function(t){var e=t.data;te.loadStatus=!1,0==e.errcode&&n({type:"getUserPointExchangeList",data:e.data})}).catch(function(t){te.loadStatus=!1})}},ae={},ie={state:te,mutations:ee,actions:ne,getters:ae};s["a"].use(I["a"]);var oe=new I["a"].Store({modules:{home:N,common:J,smt:X,wxlist:ot,news:lt,newsdetail:vt,seo:Ct,findthing:Ot,pointmall:Lt,pointchange:Yt,pointrule:Gt,pointdetail:Qt,exchange:ie}}),re=function(t,e){var n=t;return-1==n.indexOf("ptag")&&(n=n.indexOf("?")>-1?n+"&ptag="+e:n+"?ptag="+e),n},ce=function(t){return encodeURIComponent(t)},se=function(t){return t.indexOf("?")>-1?t+"&ptag=index-dynamic":t+"?ptag=index-dynamic"},ue=function(t,e){var n=new Date(1e3*t);function a(t){return t<10&&(t="0"+t),t}var i=n.getFullYear(),o=n.getMonth()+1,r=n.getDate(),c=n.getHours(),s=n.getMinutes(),u=n.getSeconds();return i+"-"+a(o)+"-"+a(r)+" "+a(c)+":"+a(s)+":"+a(u)},de={dateTimeFormate:ue,urlParams:se,urlPatg:re,urlEncode:ce},le={bind:function(t,e){t.addEventListener("click",function(){var t=document.querySelector(".container-wrap").scrollTop,e=(t/100).toFixed(0),n=setInterval(function(){t-=e,t<=0&&(t=0,clearInterval(n)),document.querySelector(".container-wrap").scrollTop=t},1)},!1)}},fe={bind:function(t,e){t.addEventListener("click",function(t){var e=document.documentElement.scrollTop||document.body.scrollTop,n=(e/100).toFixed(0),a=setInterval(function(){e-=n,e<=0&&(e=0,clearInterval(a)),document.documentElement.scrollTop?document.documentElement.scrollTop=e:document.body.scrollTop?document.body.scrollTop=e:document.querySelector("html,body").scrollTop=e},1)},!1)}},me={install:function(t){t.directive("backTop",le),t.directive("backTopWindow",fe)}},he=n("897d"),pe=n.n(he),ge=n("5482"),ve=n.n(ge);n("13f6"),n("bfd9");s["a"].config.productionTip=!1;var be="production";if("production"!=be)new ve.a;c()(de).forEach(function(t){return s["a"].filter(t,de[t])}),s["a"].use(me),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(t){if("post"==t.method)t.data?-1==t.data.indexOf("&pf=2")&&(t.data+="&pf="+window.lxpf):t.data="pf="+window.lxpf;else if("get"==t.method){var e=c()(t.params);e.length?-1==e.indexOf("pf")&&(t.params=Object(o["a"])({pf:window.lxpf},t.params)):t.params={pf:window.lxpf}}return t},function(t){return i.a.reject(t)});var ye=M["a"].getCookie("Yo4teW_gid");if(null==ye){var _e=pe()("");M["a"].setCookie("Yo4teW_gid",_e,1,window.cookieHostname)}var we={urlhash:window.location.hash};we=M["a"].getParams(we),z["b"].wxaccess(we).then(function(t){var e=t.data;0==e.err_code&&e.data&&(window.location.href=e.data)}),U.beforeEach(function(t,e,n){var a=t.meta&&t.meta.title;a&&(document.title=a);var i=t.meta.back||"";if(i){var o=!!M["a"].isLogin();o?n():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else n()}),new s["a"]({router:U,store:oe,render:function(t){return t(p)}}).$mount("#app")},bfd9:function(t,e,n){}});
\ 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-0dda1a65"],{1000:function(t,n,a){"use strict";var i=a("7817"),o=a.n(i);o.a},2259:function(t,n,a){},"3b79":function(t,n,a){"use strict";var i=a("2259"),o=a.n(i);o.a},5710:function(t,n,a){},"57af":function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},o=[],e=a("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:e["a"]}},c=s,l=(a("9f93"),a("8c9c")),r=Object(l["a"])(c,i,o,!1,null,null,null);n["a"]=r.exports},7272:function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},o=[function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},s=e,c=(a("3b79"),a("8c9c")),l=Object(c["a"])(s,i,o,!1,null,null,null);n["a"]=l.exports},7817:function(t,n,a){},9646:function(t,n,a){"use strict";a.r(n);var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"pointer-rule"},[a("Header",{attrs:{title:"积分规则"}}),a("div",{staticClass:"point-mall-rule"},[a("div",{staticClass:"rule-content"},[a("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},o=[],e=a("bd31"),s=a("8973"),c=a("52c1"),l=a("5101"),r=a("57af");s["a"].use(l["e"]);var u={name:"pointrule",data:function(){return{}},computed:Object(e["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=(a("1000"),a("8c9c")),d=Object(p["a"])(f,i,o,!1,null,"769359b0",null);n["default"]=d.exports},"9f93":function(t,n,a){"use strict";var i=a("5710"),o=a.n(i);o.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0f6c30a5"],{"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"},"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")},d8db:function(t,e,s){},e0d5:function(t,e,s){"use strict";var o=s("d8db"),i=s.n(o);i.a},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",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(e){t.imgCode()}}})])]),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",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(e){t.imgCode()}}})])]),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("1cc5"),m=s("52c1"),l=s("01c5"),d=s("7f1b"),u=s("365c");r["a"].use(l["n"]).use(l["o"]).use(l["p"]).use(l["h"]);var f={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{imgCodeVal:u["a"]+"public/verify",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["p"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=u["a"]+"public/verify?"+(new Date).getTime()},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"]}},v=f,p=(s("e0d5"),s("fc05")),h=Object(p["a"])(v,o,i,!1,null,"74d619d5",null);e["default"]=h.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1bc51d6f"],{2259:function(t,e,a){},"3b79":function(t,e,a){"use strict";var s=a("2259"),n=a.n(s);n.a},"524c":function(t,e,a){},5710: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",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],i=a("7272"),o={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:i["a"]}},l=o,c=(a("9f93"),a("8c9c")),r=Object(c["a"])(l,s,n,!1,null,null,null);e["a"]=r.exports},"5ab7":function(t,e,a){var s=a("836e"),n=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return n.stringify.apply(n,arguments)}},"6a0f":function(t,e,a){"use strict";var s=a("524c"),n=a.n(s);n.a},7272:function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],i={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=i,l=(a("3b79"),a("8c9c")),c=Object(l["a"])(o,s,n,!1,null,null,null);e["a"]=c.exports},"832f":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?a("div",[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),a("div",{staticClass:"bar"},[a("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),a("span",{staticClass:"f24"},[t._v("来源:")]),a("span",{staticClass:"f24"},[t._v(t._s(t.newsDetailObj.current_info.writer)+"   "+t._s(t._f("dateTimeFormate")(t.newsDetailObj.current_info.publish_time)))])]),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.header?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.header.images,alt:t.newsDetailAd.news_details_ad.header.title,width:"100%",height:"120"}})])])]:t._e()]:t._e(),a("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.footer.images,alt:t.newsDetailAd.news_details_ad.footer.title,width:"100%",height:"120"}})])])]:t._e()]:t._e()],2):t._e(),t.newsDetailAd.h5_news_ad_pop?[a("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[a("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){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)},n=[],i=a("badb"),o=a.n(i),l=a("bd31"),c=a("8973"),r=a("52c1"),d=a("5101"),u=a("57af");c["a"].use(d["e"]).use(d["b"]);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("8c9c")),w=Object(p["a"])(_,s,n,!1,null,null,null);e["default"]=w.exports},"9f93":function(t,e,a){"use strict";var s=a("5710"),n=a.n(s);n.a},badb:function(t,e,a){t.exports=a("5ab7")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1d3c5852"],{"0c6a":function(t,i,a){},2259:function(t,i,a){},"3b79":function(t,i,a){"use strict";var s=a("2259"),n=a.n(s);n.a},5710:function(t,i,a){},"57af":function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},l=c,o=(a("9f93"),a("8c9c")),r=Object(o["a"])(l,s,n,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,l=(a("3b79"),a("8c9c")),o=Object(l["a"])(c,s,n,!1,null,null,null);i["a"]=o.exports},"93db":function(t,i,a){"use strict";var s=a("0c6a"),n=a.n(s);n.a},"9f93":function(t,i,a){"use strict";var s=a("5710"),n=a.n(s);n.a},bd04:function(t,i,a){"use strict";a.r(i);var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"wxlist"},[a("Header"),a("div",{staticClass:"wxlist-content"},[a("div",{staticClass:"menu-title"},[t._v(t._s(t.wechatArticle.menu))]),t.wechatArticle.top?a("div",{staticClass:"wxlist-banner"},[a("div",{staticClass:"banner-box"},[t._m(0),a("div",{staticClass:"banner-body"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("img",{attrs:{alt:t.wechatArticle.top.title,src:t.wechatArticle.top.img}})])]),a("div",{staticClass:"banner-footer"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("span",[t._v("活动 | ")]),t._v(t._s(t.wechatArticle.top.title))])])])]):t._e(),a("div",{staticClass:"wxlist-data"},[a("div",{staticClass:"wxlist-data-box"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:10,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.wechatArticleList,function(i,s){return a("div",{key:s,staticClass:"data-group clr"},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"wechatlist")}},[a("div",{staticClass:"group-left fl"},[a("div",{staticClass:"group-left-box"},[t._v("\n "+t._s(i.title)+"\n ")])]),a("img",{staticClass:"group-right fr",attrs:{src:i.img}})])])}),0)],1)])])],1)},n=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"banner-header clr"},[s("div",{staticClass:"banner-img fl"},[s("img",{attrs:{src:a("defc")}})]),s("div",{staticClass:"banner-title fl"},[t._v("猎芯网")])])}],e=a("bd31"),c=a("8973"),l=a("52c1"),o=a("5101"),r=a("57af");c["a"].use(o["d"]);var u={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"]}},f=u,d=(a("93db"),a("8c9c")),h=Object(d["a"])(f,s,n,!1,null,"2cd2f384",null);i["default"]=h.exports},defc:function(t,i,a){t.exports=a.p+"img/logo2.19d260fd.png"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1f37a840"],{"0441":function(t,e,a){"use strict";var n=a("b414"),s=a.n(n);s.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["j"]).use(l["c"]).use(l["i"]).use(l["p"]);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.keyId,this.typeCheckedText=t.text,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("0441"),a("fc05")),p=Object(u["a"])(h,n,s,!1,null,"d62844b2",null);e["default"]=p.exports},b414:function(t,e,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-23376506"],{"2e96":function(t,s,e){var i=e("9c9a"),o=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return o.stringify.apply(o,arguments)}},5729:function(t,s,e){t.exports=e.p+"img/three_04.f98e5256.jpg"},"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("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,i,o,!1,null,null,null);s["a"]=d.exports},"842e":function(t,s,e){t.exports=e.p+"img/three_08.abd136a9.jpg"},"97ac":function(t,s,e){},"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",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(s){t.imgCode()}}})])]),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){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){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("badb"),n=e.n(a),c=e("bd31"),r=(e("9f07"),e("0964"),e("1cc5")),m=e("52c1"),l=e("01c5"),d=e("7f1b"),u=e("365c");r["a"].use(l["n"]).use(l["o"]).use(l["p"]).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{imgCodeVal:u["a"]+"public/verify",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["p"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=u["a"]+"public/verify?"+(new Date).getTime()},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"]}},p=f,v=(e("fc4b"),e("fc05")),g=Object(v["a"])(p,i,o,!1,null,"bbbd7ec0",null);s["default"]=g.exports},a851:function(t,s,e){t.exports=e.p+"img/three_06.5ad5630e.jpg"},badb:function(t,s,e){t.exports=e("2e96")},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"},fc4b:function(t,s,e){"use strict";var i=e("97ac"),o=e.n(i);o.a}}]);
\ 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["n"]).use(l["o"]).use(l["f"]).use(l["g"]);var u={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(e["a"])({},Object(o["b"])({rollbanner:function(t){return t.news.rollbanner},cat_list:function(t){return t.news.cat_list},content_list:function(t){return t.news.content_list},loadStatus:function(t){return t.news.loadStatus},finished:function(t){return t.news.finished},totalLimit:function(t){return t.news.totalLimit}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.getData()},mounted:function(){this.scrollFns()},methods:{getData:function(){var t="";this.cat_id?t=this.cat_id:this.cat_list.length>0&&(t=this.cat_list[0].cat_id),this.$store.dispatch({type:"newsArticle",cat_id:t,p:this.p,limit:this.limit})},tab:function(t){this.act!=t&&(this.act=t,this.p=1,this.cat_id=this.cat_list[t].cat_id,this.getData())},onLoad:function(){this.p<this.totalLimit&&(this.p++,this.getData())},scrollFns:function(){var t=this;window.onscroll=function(){var a=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=a>=300}}},components:{Header:r["a"]}},f=u,d=(i("9c9e"),i("fc05")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);a["default"]=h.exports},"3b79":function(t,a,i){"use strict";var n=i("db41"),s=i.n(n);s.a},"57af":function(t,a,i){"use strict";var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"head-dom"},[i("div",{staticClass:"header-page clr"},[i("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=i("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-25e252a2"],{"2d58":function(s,o,t){"use strict";var e=t("ef95"),a=t.n(e);a.a},"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:"密码由8~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:"密码由8~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)},a=[],r=(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:"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(r["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]{8,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})):(this.formError=!0,void(this.formMsg="亲,请再次输入支付密码")):(this.formError=!0,void(this.formMsg="亲,密码由8~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("2d58"),t("fc05")),v=Object(p["a"])(d,e,a,!1,null,"e21b99fc",null);o["default"]=v.exports},"71d7":function(s,o,t){var e=t("5b0f"),a=t("6c67"),r=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),r=void 0===o;return!t&&e&&s.constructor===c&&r?s:a(v?new f(e&&!r?s.source:s,o):f((e=s instanceof c)?s.source:s,e&&r?m.call(s):o),t?this:l,c)};for(var u=function(s){s in c||r(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")},ef95:function(s,o,t){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-293f31d0"],{"0360":function(t,e,a){},"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),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)],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("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("去搜索")])])])}],o=(a("27fb"),a("ac74"),a("bd31")),s=(a("9f07"),a("0964"),a("1cc5")),c=a("52c1"),i=a("57af"),l=a("01c5");s["a"].use(l["e"]).use(l["j"]).use(l["c"]).use(l["i"]).use(l["p"]);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(o["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.keyId,this.typeCheckedText=t.text,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("e615"),a("fc05")),p=Object(h["a"])(u,r,n,!1,null,"0d8095a0",null);e["default"]=p.exports},e615:function(t,e,a){"use strict";var r=a("0360"),n=a.n(r);n.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-33510d46"],{"0649":function(t,s,i){t.exports=i("0799")},"0799":function(t,s,i){i("91ef"),t.exports=i("836e").parseInt},2259:function(t,s,i){},"3b79":function(t,s,i){"use strict";var a=i("2259"),e=i.n(a);e.a},"4bcb":function(t,s){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},"657c":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("8c9c")),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("0649"),c=i.n(l),n=i("bd31"),o=i("8973"),r=i("52c1"),v=i("5101"),m=i("7272");o["a"].use(v["g"]).use(v["h"]).use(v["e"]);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("8c9c")),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})},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("657c"),e=i.n(a);e.a}}]);
\ 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-48bcaa44"],{"0218":function(t,s,a){"use strict";var i=a("a298"),n=a.n(i);n.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"},5051:function(t,s,a){},"7e33":function(t,s,a){"use strict";var i=a("5051"),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("8973"),c=a("5101");o["a"].use(c["a"]);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("8c9c"),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){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,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){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)},n=[],e=a("8973"),o=a("52c1"),c=a("5101"),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=(a("53da"),a("40f8"),{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("8c9c"),_=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=[];e["a"].use(c["g"]).use(c["h"]).use(c["c"]);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["f"]).use(c["e"]).use(c["c"]);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},a298:function(t,s,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4da9392a"],{2087:function(t,e,s){},5729:function(t,e,s){t.exports=s.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,e,s){var i=s("836e"),o=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return o.stringify.apply(o,arguments)}},"7f1b":function(t,e,s){"use strict";var i=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)},o=[],a=s("52c1"),c=s("8973"),n=s("5101");c["a"].use(n["a"]);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("8c9c"),d=Object(l["a"])(m,i,o,!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("5ab7")},e0d5:function(t,e,s){"use strict";var i=s("2087"),o=s.n(i);o.a},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 i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"seo-content"},[t._m(0),i("div",{staticClass:"seo-section"},[i("div",{staticClass:"form-box1"},[i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[t._v("手机号码")]),i("div",{staticClass:"fr input-box"},[i("i",{staticClass:"icon iconfont"},[t._v("")]),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(e){e.target.composing||t.$set(t.form1,"mobile",e.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("i",{staticClass:"icon iconfont"},[t._v("")]),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(e){e.target.composing||t.$set(t.form1,"imgcode",e.target.value)}}}),i("img",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(e){return t.imgCode()}}})])]),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("i",{staticClass:"icon iconfont"},[t._v("")]),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(e){e.target.composing||t.$set(t.form1,"code",e.target.value)}}}),i("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(e){return t.getCode()}}},[t._v(t._s(t.codetext))])])]),i("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),i("div",{staticClass:"submit-button",on:{click:function(e){return t.submitForm()}}},[t._v("\n 立即提交,领取288元新用户礼包\n ")])]),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:s("f203"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:s("5729"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:s("e673"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:s("a851"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:s("842e"),alt:"猎芯网"}})])],1)],1)])]),i("div",{staticClass:"form-box2"},[t._m(1),i("div",{staticClass:"form-group clr"},[i("div",{staticClass:"fl input-box "},[i("i",{staticClass:"icon iconfont"},[t._v(""),i("font",{staticClass:"f-red"},[t._v("*")])],1),i("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)}}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.imgcodestatus,expression:"form2.imgcodestatus"}],staticClass:"form-group clr "},[i("div",{staticClass:"fl input-box pr"},[i("i",{staticClass:"icon iconfont"},[t._v("")]),i("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)}}}),i("img",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(e){return t.imgCode()}}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form2.codestatus,expression:"form2.codestatus"}],staticClass:"form-group clr"},[i("div",{staticClass:"fl input-box pr"},[i("i",{staticClass:"icon iconfont"},[t._v("")]),i("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)}}}),i("div",{staticClass:"code",class:{dis:t.codeactive2},on:{click:function(e){return t.getCode("2")}}},[t._v(t._s(t.codetext2))])])]),i("div",{staticClass:"form-group clr"},[i("div",{staticClass:"fl input-box"},[i("i",{staticClass:"icon iconfont"},[t._v(""),i("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),i("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)}}})])]),i("div",{staticClass:"form-group clr"},[i("div",{staticClass:"fl input-box"},[i("i",{staticClass:"icon iconfont"},[t._v(""),i("font",{staticClass:"f-red hiddenfont"},[t._v("*")])],1),i("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)}}})])])]),i("div",{staticClass:"form2-tips"},[t._v(t._s(t.form2.msg))]),i("div",{staticClass:"submit-button1",on:{click:function(e){return t.submitForm("2")}}},[t._v("\n 立即提交,快速找料\n ")]),t._m(2)]),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,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,i=t._self._c||e;return i("div",{staticClass:"title-form"},[i("img",{attrs:{src:s("a27a"),alt:""}}),i("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("8973"),m=s("52c1"),l=s("5101"),d=s("7f1b"),u=s("365c");r["a"].use(l["g"]).use(l["h"]).use(l["i"]).use(l["e"]);var f={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{imgCodeVal:u["a"]+"public/verify",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(i,1e3);function i(){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(i,1e3);function i(){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["i"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=u["a"]+"public/verify?"+(new Date).getTime()},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"]}},v=f,p=(s("e0d5"),s("8c9c")),h=Object(p["a"])(v,i,o,!1,null,"74d619d5",null);e["default"]=h.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-52c09378"],{2259:function(t,i,n){},"3b79":function(t,i,n){"use strict";var s=n("2259"),a=n.n(s);a.a},5710: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",[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("9f93"),n("8c9c")),l=Object(r["a"])(c,s,a,!1,null,null,null);i["a"]=l.exports},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("8c9c")),r=Object(c["a"])(o,s,a,!1,null,null,null);i["a"]=r.exports},"9f93":function(t,i,n){"use strict";var s=n("5710"),a=n.n(s);a.a},a7f5:function(t,i,n){},b2aa:function(t,i,n){"use strict";var s=n("a7f5"),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("bd31")),o=n("8973"),c=n("52c1"),r=n("5101"),l=n("57af"),f=n("4260");o["a"].use(r["i"]).use(r["e"]).use(r["a"]);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["i"])({message:"当前没有积分噢",duration:3e3});if(this.getUserCurrentPoint<Number(i))return void r["a"].confirm({title:"温馨提示",message:"您当前拥有"+this.getUserCurrentPoint+"积分,还差"+(Number(i)-this.getUserCurrentPoint)+"积分可以兑换此奖品,立即去赚取积分吧",confirmButtonText:"赚取积分"}).then(function(){s.zhuanjifen()}).catch(function(){});r["a"].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("8c9c")),v=Object(p["a"])(d,s,a,!1,null,"0f79c054",null);i["default"]=v.exports}}]);
\ 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-54f6a573"],{8090:function(a,t,s){"use strict";var e=s("ba64"),i=s.n(e);i.a},ba64:function(a,t,s){},c96d:function(a,t,s){"use strict";s.r(t);var e=function(){var a=this,t=a.$createElement,s=a._self._c||t;return s("section",{staticClass:"wallet-withdraw"},[s("Header",{attrs:{title:a.title,meaushow:a.meaushow}}),s("div",{staticClass:"withdraw-content"},[s("div",{staticClass:"withdrawUser-ifo"},[s("p",[a._v("银行账号:"+a._s(a.walletInfoData.bank_name)+"("+a._s(a.walletInfoData.bank_account)+")"),s("span",[a._v("储蓄卡")])]),s("p",[a._v("持卡人姓名:"+a._s(a.walletInfoData.bank_user))]),s("p",[a._v("手机号:"+a._s(a.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"}}),a._v("\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\n ")],1),s("div",{staticClass:"withdraw-amount"},[a._m(0),s("span",[a._v("¥")]),s("input",{directives:[{name:"model",rawName:"v-model",value:a.withdrawNum,expression:"withdrawNum"}],staticClass:"money",attrs:{type:"number"},domProps:{value:a.withdrawNum},on:{input:function(t){t.target.composing||(a.withdrawNum=t.target.value)}}}),a.amountNum?s("div",{staticClass:"withdraw-money"},[a._v("可提现金额 "+a._s(a.walletInfoData.wallet_usable_format)+","),s("span",{on:{click:a.withdraw}},[a._v("全部提现")])]):s("div",{staticClass:"amount-tips"},[a._v("输入金额超过可提现金额")])]),s("div",{staticClass:"withdraw-password"},[a._m(1),a.showPassword?[s("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(t){t.target.composing||(a.password=t.target.value)}}})]:[s("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(t){t.target.composing||(a.password=t.target.value)}}})],a.showPassword?s("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:a.changeShow}}):s("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:a.changeShow}})],2),s("button",{staticClass:"submit",class:""==a.withdrawNum||a.amountWithdrawFlag?"submitNO":"",attrs:{disabled:a.amountWithdrawFlag},on:{click:a.submit}},[a._v("提交")])])],1)},i=[function(){var a=this,t=a.$createElement,s=a._self._c||t;return s("p",[s("em",[a._v("*")]),a._v(" 提现金额")])},function(){var a=this,t=a.$createElement,s=a._self._c||t;return s("p",[s("em",[a._v("*")]),a._v(" 支付密码")])}],n=s("bd31"),o=s("1cc5"),r=s("52c1"),w=s("57af"),l=s("01c5");o["a"].use(l["e"]);var c={name:"walletWithdraw",data:function(){return{title:"钱包提现",meaushow:!0,showPassword:!0,amountNum:!0,password:"",withdrawNum:"",clickFlag:!0}},computed:Object(n["a"])({},Object(r["b"])({walletInfoData:function(a){return a.wallet.walletInfoData},amountWithdrawFlag:function(a){return a.wallet.amountWithdrawFlag}})),watch:{withdrawNum:function(a){a>this.walletInfoData.wallet_usable?this.amountNum=!this.amountNum: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["p"])({message:"请输入提现密码"}))}},components:{Header:w["a"]}},u=c,d=(s("8090"),s("fc05")),m=Object(d["a"])(u,e,i,!1,null,"9951c780",null);t["default"]=m.exports}}]);
\ 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["p"]);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["n"]).use(v["o"]).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-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-6cd0cdfb"],{"17fd":function(t,s,a){t.exports=a.p+"img/i7.75862a6c.png"},2259:function(t,s,a){},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("bd31"),c=a("8973"),n=a("52c1"),o=a("5101"),r=a("7272");c["a"].use(o["e"]).use(o["a"]);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("8c9c")),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("e148"),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("2259"),e=a.n(i);e.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("8c9c")),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"},e148: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-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-7c324919"],{"0224":function(t,i,s){"use strict";s.r(i);var e=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"pointer-detail"},[s("Header",{attrs:{title:"兑换成功"}}),s("img",{staticClass:"change-head-img",attrs:{src:"https://static.ichunt.com/dist/res/m/images/change_success.png",alt:"猎芯网"}}),s("div",{staticClass:"tip-success-change"},[t._v("恭喜您成功兑换 "),s("b",[t._v(t._s(t.prize_info.prize_name))]),t._v(" 一份")]),3==t.prize_type?s("div",{staticClass:"box-change box-xn"},[s("div",{staticClass:"change-rule-tip"},[t._v("我们将于兑换后两个工作日内,把使用规则以短信形式发给您!")]),s("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),s("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),2==t.prize_type?s("div",{staticClass:"box-change box-yhq"},[s("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),s("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),1==t.prize_type?s("div",{staticClass:"box-change box-sw"},[s("div",{staticClass:"point-addersstip"},[t._v("我们将邮寄到如下地址:")]),s("div",{staticClass:"point-adderss-box"},[t.address_info?[t._v("\n 收件人:"+t._s(t.address_info.consignee)),s("br"),t._v("\n 电话:"+t._s(t.address_info.mobile)),s("br"),s("div",{staticClass:"inline-block-text"},[s("div",[t._v("地址:")]),t.address_info.point_addressp?s("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.detail_address))]):s("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))])])]:[s("div",{staticClass:"no-point-address"},[t._v("当前无收件人信息,请录入收件人信息!")])]],2),s("a",{staticClass:"address-link",attrs:{href:"/v3/user/reciveaddress.html?points="+t.point_exchange_id+"&address_id="+t.prize_info.address_id}},[t._v("更换地址")]),s("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),t.loading?s("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[],n=s("bd31"),c=s("8973"),o=s("52c1"),r=s("5101"),l=s("57af");c["a"].use(r["e"]);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,u=(s("8cb6"),s("8c9c")),f=Object(u["a"])(p,e,a,!1,null,"46dacfbe",null);i["default"]=f.exports},2259:function(t,i,s){},"3b79":function(t,i,s){"use strict";var e=s("2259"),a=s.n(e);a.a},5710:function(t,i,s){},"57af":function(t,i,s){"use strict";var e=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("section",[s("div",{staticClass:"header-page clr"},[s("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),s("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?s("Menu",{attrs:{color:t.color}}):t._e()],1)])},a=[],n=s("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=(s("9f93"),s("8c9c")),l=Object(r["a"])(o,e,a,!1,null,null,null);i["a"]=l.exports},7272:function(t,i,s){"use strict";var e=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",[t.flag?s("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),s("div",{staticClass:"menu clr"},[s("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?s("div",[s("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("ul",{staticClass:"menu-view"},[s("li",[s("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),s("li",[s("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),s("li",[s("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),s("li",[s("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),s("li",{staticClass:"mui-table-view-cell "},[s("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),s("li",[s("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[s("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=(s("3b79"),s("8c9c")),r=Object(o["a"])(c,e,a,!1,null,null,null);i["a"]=r.exports},"8cb6":function(t,i,s){"use strict";var e=s("eb50"),a=s.n(e);a.a},"9f93":function(t,i,s){"use strict";var e=s("5710"),a=s.n(e);a.a},eb50:function(t,i,s){}}]);
\ 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["p"]).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["p"])({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-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-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["m"]).use(u["l"]).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("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["n"]).use(c["o"]).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["k"]).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-ae93e1d4"],{2259:function(t,i,a){},"3b79":function(t,i,a){"use strict";var n=a("2259"),e=a.n(n);e.a},4210:function(t,i,a){},5710: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",[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("9f93"),a("8c9c")),r=Object(c["a"])(l,n,e,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},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("8c9c")),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("4210"),e=a.n(n);e.a},"9f93":function(t,i,a){"use strict";var n=a("5710"),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("bd31"),o=a("8973"),l=a("52c1"),c=a("5101"),r=a("57af");o["a"].use(c["d"]);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("8c9c")),d=Object(p["a"])(u,n,e,!1,null,"2886ee09",null);i["default"]=d.exports}}]);
\ 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-bf12cf58"],{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("8973"),c=e("5101");n["a"].use(c["a"]);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("8c9c"),u=Object(l["a"])(m,i,o,!1,null,null,null);s["a"]=u.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",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(s){return t.imgCode()}}})])]),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("badb"),n=e.n(a),c=e("bd31"),r=e("8973"),m=e("52c1"),l=e("5101"),u=e("7f1b"),d=e("365c");r["a"].use(l["g"]).use(l["h"]).use(l["i"]).use(l["e"]);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{imgCodeVal:d["a"]+"public/verify",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["i"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=d["a"]+"public/verify?"+(new Date).getTime()},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:u["a"]}},p=f,v=(e("fc4b"),e("8c9c")),g=Object(v["a"])(p,i,o,!1,null,"bbbd7ec0",null);s["default"]=g.exports},a851:function(t,s,e){t.exports=e.p+"img/three_06.5ad5630e.jpg"},badb:function(t,s,e){t.exports=e("5ab7")},c15f:function(t,s,e){},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"},fc4b:function(t,s,e){"use strict";var i=e("c15f"),o=e.n(i);o.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-ce72359e"],{2259:function(t,i,a){},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("bd31"),c=a("8973"),o=a("52c1"),l=a("5101"),r=a("57af");c["a"].use(l["g"]).use(l["h"]).use(l["c"]).use(l["d"]);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("8c9c")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);i["default"]=h.exports},"3b79":function(t,i,a){"use strict";var n=a("2259"),s=a.n(n);s.a},5710: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",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},o=c,l=(a("9f93"),a("8c9c")),r=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,o=(a("3b79"),a("8c9c")),l=Object(o["a"])(c,n,s,!1,null,null,null);i["a"]=l.exports},8683:function(t,i,a){},"9c9e":function(t,i,a){"use strict";var n=a("8683"),s=a.n(n);s.a},"9f93":function(t,i,a){"use strict";var n=a("5710"),s=a.n(n);s.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-cea6557a"],{"131e":function(e,t,o){},"2b4e":function(e,t,o){"use strict";var a=o("131e"),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,p=new m(d)!==d;if(o("d9cf")&&(!p||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(p?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 v=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;)v(w[h++]);l.constructor=m,m.prototype=l,o("c787")(a,"RegExp",m)}o("0384")("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("71d7"),o("bd31")),i=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["p"])({message:"亲,密码由6~20位字母、数字组合",duration:2e3}):Object(m["p"])({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("2b4e"),o("fc05")),p=Object(u["a"])(d,a,s,!1,null,"bc0ae756",null);t["default"]=p.exports}}]);
\ 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-e1e39c66"],{2259:function(t,i,a){},"3b79":function(t,i,a){"use strict";var n=a("2259"),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("bd31"),o=a("8973"),c=a("52c1"),l=a("5101"),r=a("57af");o["a"].use(l["d"]);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("8c9c")),h=Object(p["a"])(f,n,e,!1,null,"05db62e6",null);i["default"]=h.exports},5710: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",[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("9f93"),a("8c9c")),r=Object(l["a"])(c,n,e,!1,null,null,null);i["a"]=r.exports},"631f":function(t,i,a){},"6c42":function(t,i,a){"use strict";var n=a("631f"),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("8c9c")),l=Object(c["a"])(o,n,e,!1,null,null,null);i["a"]=l.exports},"9f93":function(t,i,a){"use strict";var n=a("5710"),e=a.n(n);e.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-f032f5de"],{"1cf4":function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABaCAYAAAAxQ+F4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NERDQTU5NDQ2NEQxMTFFOUFEOTFGOTAyRTE5MzY0QkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NERDQTU5NDM2NEQxMTFFOUFEOTFGOTAyRTE5MzY0QkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjliMTQzNDQtNTU1Ni1jODQxLTk1MmYtZGNmNDExZTM4NjFhIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MjZkZmUzYTQtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+WRCWaAAACjpJREFUeNrknQdwFUUYx/cFEhPpRRBEENs4SBFpI6OCCBYQpYsMFnpHkQEEAyQKShsQ6UpRBLEjgyAqg1GkKOqAgqMoKN2J0kJCh+d+ef8zm8vevbvLlX0v/5lvyLt75d7vffft7rffLqGyadtZDOgabsO4teFWk9sVClzTJW5HuH3NbRa3reLJ4+Prmb44FAPgO3Bbwq20wtcY5jad2yj8IFGVoDj0btzeUxx6rgNzG87tRasvKK449KXcirHYEXn8Bm47cReQ95/ndprbxVgA39UE+lFuJyUe5/fdm8itCj5bjCDkMKl4TNefxK0ktyxu2SqDJ+jLDKCn4Xa+rHOeCgHdGS3gICL8JgbPLY27IEfFGN/FBDp5UbpC0BnCyt+6Y2VMnl9au1aVwHfm9rYBxLHcJuqOFQsYuqbLNhvhK1UCT9BXGEAcx22CBHrFGGt4NSWpAr6TiaenSbposQz9/3Y1QQHoKwwa+TTE9HiCroWbQMF3hKfLoKfHKfTAwXeEpydKzr0Ab49H6IGC7wBPl0GneD5e0d6Lm0rwG3x7eHqS5NxE9GBk0Iuz+FLIT/DtuL1jAj21iEDPBe/Xl7qL27sG0F/2ATo5WANut3OrjJzJHm4ZrGDeJ67Ap5tAHyOB5Cb0R/AZ1STnLqC9mcLtRDyGmpKSY5MNoFd0CTrdNVO5zTWAztDAP8ltLbeb4hE8TY2FddCf8xA6ifI73XTHfuP2KbfN3M4Kx2vA8yvEW6h5i9tebs24beH2pcfQG3PrIzzezSIzRD8KxyhTSBMXT+FxVYTEwfEEnrQJxjyGzgBZ036kJo7qnkMTE8/D8/sL7cEMNLxx1Y9nHjekpHLcmgqPJ0mgi6KGNVO4njaxFuNrYnC0jdtIln9Wxgx6ostf6nphRE7znJ9Fef45buuFxzf44XFueRr1CDYIvYeG3I5xW+gzdM3jNZ3QNaJGyjR4vdKhRg9dU7MAoJOOC3+X5ZZs4TWVDF7vaYz1Ajrp5wCgMzSMl4U7+oEoz6cfppXw+A/VY7wZ9K+4zQwAuhZexN7T6Cj9cxpPXIW/6QdbozJ4M+hUS9gajZbf0DVNE/6ma1zFrZHuOWUxkBP7+x9hvKFkPz4a9AdZpHJKhF7eR+ik77kt4NZP6HF9jDC0B4On+ix/8esBFpmEUXLkagZ9IzxdBj0pgDECpZpLcOuu6yrKuosHuT0epb8fWKgxg/4NoOeIbx4gdNIlpAQGw5tlOo90xv3cfvfx2ix7fDToFF6yddArBAhd1ErEeMrf1EF64iJAZzB/08G2wJtB3wRPdwM6vf+1LJJEc1vUW9nKdIsHgs6VFBb6KReg18LnfIAGLsTiW6Yx3gz6ZkDPcim8tERDSOpVBOAbgjeDvsUAemEaUmrg/hQe92SR2pq4hZ9gE/pWNKQnJdALsyCM8iOddPB7s0iNTagoeLwZ9G+R93AbuiaqM6eq4b+EY31YwQKnuPN4M+jb0Nf1CrqmI/D8fTr4afEKvqYJdBp+t/IBejT4qnp+iu5x2GqoSUQewwh6Sx+hazosgd+XFSzxC1qPgYWoTKvge3CrKzn5g4Gnl3MA/TYWSbdSyChmAz7F/P3CMUp6pSoCnSbGJxuM5C2Fmu4m0E9IoCc7uMg5gE8hY5YN+IcAX8y1DGCR6oAg1dbge1CCcIlV8A0kiaOHWMEpMKfQSXt1njLTBvyDCDsi/IGsYBWaX6IqhNnMeL1WplXw+kEPTQ7/qztWphDQSZQhFKcC2zuA3xn/ahrEClaj+QGdSgKLG9zVKyy+T5jA79YdpEmCV4SBS5IwnHcqaido4fBOHfwZNuAfAPxDwrEhPsJvDbgy6PO4vWTjvXLBy+YYBwnwS7h04Sck8GlJznQb8LWqMD38kR5Dvw+eLptFo5muCTbfLzsBgE9JTg6FR7o5ZXcc8HcJxzo5gN8ZvR5NT7P8lQJuirrTrxlweJ3Zny7M0sAfRs9Gts8KfaF0l7+IBv8XHfxpNuDvw2uOCMdKeQCd9ipYaAI9zQl0+qNYcvPcek0qX6Z6knasYOKsIeJ+hotf6AyL1KQ3Z3mlFbeySMXueoujP2o31rHIDhqrrXbjbOgebouZPOO60IFDnmLChJEGnqHXsQfdPT38Bh7BX6ODXxvwv7ABn6C7PWvVHNBlA8VF8PSwTeinjJJkpOUsUi8uCzt9PBiy06z+o9x+FY7R46ksuHTw3YArg74YOaNCQZeBJy0zgd/PI/hdEO40dUXM9xv+nYArG7O8ge9eaOhG4DX4PUzgp/oE30/Pbwq4KZJzS/GdXYGuj/F6/cQikxIPS36gRrjAjS5+8dOI+feyvFpHKseozPLXr3uhO1hk+jHFwAlHuwk9GnjSjijwkz2Av1YHvy66ihkeQacSbaq9ka1MXI6RsR3o2dGgm4Ua/W3WyyDseJEv+QdhR6zs6sm8W+Hdgsm3s6K8yygH0LOsJsms6E0WmXyWwfciX5IJ+Fpvh1aFX/QIvGyhGS39H+EVdCuhRtR2DNfbSn6wJhjdbXIRSA6Ar2bWs35OdBgNOIVOqjib76D3Ygs6yckWtz0wXJYN7ynVO4XFprR++zkHDmJ7PwQncXOJMGxOkOR2wugGxprOObwrHW1C4XRFyBLEfNnWf8+w/At8VRFVCbdBWsKtUOh45w87MV4W8w8i5ock/eIQ86by14kao62gjCYtQKBdO74LCnphPF7MXfQxaIiehQWthugSl9LdlYlBQXcDvAa/twH84fiSQak+Rp76XH3IZq/FVehugY/m+SMCgl8P3VDZBMkiB+OC08zF3Zzc3MtgURT4Q32EXgeDIBl0WvwwyQF0V5fsuL17B8HvawB/lE/wawO67H9Z+BDtzqUgoXsBXuvf9zOBP8RD6LUQXspKztHi4WEqQPcKPMPI1gg+5XUGefCZt8DTy0vOrUQ7owR0L8Fr8PsbwB/jMvybWeQ/cZHtWbAKI2o70M8wj5dher1DE9WjDDCBP8CFz7gxCvQhDqB7vnWKH1tjLTCBn8ry9gNzItqN6X2WV6UgarWq0P0Cr8EfaAB/LMvb7MGOrgP0SpJznyCUKQndT/Ck+YAhgz+O5d++JJpqoD9+dSxC9xs8aZ4J/DSL8KsDehXJuTV4/4sqQw8CvAZ/sEP41RBeqhpAH2gT+lkWzCYSgf2PCXPR8MngU6VWb8nxqoBezSVPPwtPDxcl8KQ5BvBD8HwRfhWEl+qS91kL6BdiBTop6E3x5wD0qyz/ZIoGn3ZT2oUfSObp6xBeYgq6CuBJswF6pgT+EyavW4cxQMxBDzrUiJrF8ibKrehzB9DPqQJdJfAafCsjTYrpfR1AP6YKdNXAazGf1jLtlJw7ibjfL9ahqxLj9aJN/WkGiVaCU8EqTUrTmifatqWETWdRErqq4DVth+lBlrcIX1nouT2HcFh+XeXSd6j6gyRZgK80dBVjvBXRXgtHTRrhM6pDVz3UmIkaV6qjp8UEKXAgOpYD8MrrPwEGAC0WhAMQmuKoAAAAAElFTkSuQmCC"},"27db":function(t,a,e){"use strict";var i=e("c22a"),c=e.n(i);c.a},"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("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/bind"})}).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("27db"),e("fc05")),r=Object(p["a"])(w,i,c,!1,null,"75fc6e48",null);a["default"]=r.exports},c22a:function(t,a,e){}}]);
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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