Commit dad8e497 by 梁建民

js

parent 85f32a28
Showing with 1521 additions and 431 deletions
.wallet-content{
.wallet-content {
background: #f0f0f0;
}
.wallet-balance{
.wallet-balance {
background: #fff;
margin-bottom: 0.267rem;
}
.wallet-balance .balance-bg{
.wallet-balance .balance-bg {
width: 94%;
height: 4rem;
background: url("../../images/wallet/bg.png") no-repeat center;
......@@ -15,38 +17,45 @@
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{
.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{
.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{
.wallet-balance .balance-bg .text-3 {
font-size: 45px;
}
.wallet-balance .balance-bg .text-4{
.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{
.wallet-balance .balance-bg .text-4 a {
color: #fff;
}
.wallet-balance .balance-handle{
.wallet-balance .balance-handle {
width: 9.387rem;
height: 1.333rem;
margin: 0 auto;
padding-bottom: 0.253rem;
}
.wallet-balance .balance-handle span{
.wallet-balance .balance-handle span {
float: left;
width: 49.5%;
text-align: center;
......@@ -55,215 +64,1244 @@
font-size: 18px;
color: #1080d0;
}
.wallet-balance .balance-handle .withdraw{
.wallet-balance .balance-handle .withdraw {
border-right: 1px solid #e5e5e5;
}
.wallet-balance .balance-handle .gray{
.wallet-balance .balance-handle .gray {
color: #999;
}
.wallet-content ul{
.wallet-content ul {
background: #fff;
}
.wallet-content ul li{
.wallet-content ul li {
float: left;
width: 33.33%;
text-align: center;
margin: 0.8rem 0;
}
.wallet-content ul li p{
.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; }
#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; }
.activate-content .form-wrap .inp-wrap{ height: 2.5rem; border-top: 1px solid #f0f0f0; margin-left: 0.3rem; }
.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:nth-child(2) input{ width: 65% !important; }
.activate-content .form-wrap .inp-wrap .send-yzm{ display: inline-block; text-align: center; font-size: 16px; width: 3rem; height: 40px; line-height: 40px; color: #1080d0; border-radius: 20px; border: 1px solid #1080d0; }
.activate-content .form-wrap .inp-wrap .sending-yzm{ display: inline-block; text-align: center; font-size: 16px; width: 3rem; height: 40px; line-height: 40px; color: #666; border-radius: 20px; background: #f0f0f0; }
.activate-content .confirm{ 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: 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 .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; }
.activate-content .form-wrap {
background: #ffffff;
padding-bottom: 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 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:nth-child(2) input {
width: 65% !important;
}
.activate-content .form-wrap .inp-wrap .send-yzm {
display: inline-block;
text-align: center;
font-size: 16px;
width: 3rem;
height: 40px;
line-height: 40px;
color: #1080d0;
border-radius: 20px;
border: 1px solid #1080d0;
}
.activate-content .form-wrap .inp-wrap .sending-yzm {
display: inline-block;
text-align: center;
font-size: 16px;
width: 3rem;
height: 40px;
line-height: 40px;
color: #666;
border-radius: 20px;
background: #f0f0f0;
}
.activate-content .confirm {
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: 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 .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 .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: fixed; bottom: 0; width: 100%; text-align: center; height: 50px; line-height: 50px; background: #1080d0; color: #ffffff; font-size: 16px; }
.recharge-content .rechargeNO{ opacity: 0.5; }
.recharge-content .recharge {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
background: #1080d0;
color: #ffffff;
font-size: 16px;
}
.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; }
.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 .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: fixed; bottom: 0; width: 100%; text-align: center; height: 50px; line-height: 50px; background: #1080d0; color: #ffffff; font-size: 16px; }
.bind-content .form-error{ font-size: 12px; line-height: 20px; color: #e00106; padding: 0.1rem 0.3rem; }
.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: fixed;
bottom: 0;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
background: #1080d0;
color: #ffffff;
font-size: 16px;
}
.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: fixed; bottom: 0; width: 100%; text-align: center; height: 50px; line-height: 50px; background: #1080d0; color: #ffffff; font-size: 16px; }
.withdraw-content .submitNO{ opacity: 0.5; }
.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: fixed;
bottom: 0;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
background: #1080d0;
color: #ffffff;
font-size: 16px;
}
.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-details li:last-child{ border-bottom: none; }*/
.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; }
.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; }
.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 .record-img{ display: inline-block; width: 25px; height: 64px; margin-right: 15px; vertical-align: middle; position: relative; }
.record-content .record-detail li .record-img img{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }*/
.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; }
.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; }
.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; }
.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 .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; }
.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 .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);
}
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform: translateY(200px)
}
100% {
-webkit-transform: translateY(0)
}
}
\ No newline at end of file
......@@ -35,19 +35,37 @@ axios.interceptors.request.use(function (config) {
if(config.method=='post'){
if(config.data){
if(config.data.indexOf("&pf=2")==-1){
config.data+="&pf=2";
config.data+="&pf="+window.lxpf;
}
}else{
config.data="pf=2"
config.data="pf="+window.lxpf
}
}else if(config.method=='get'){
if(config.params.data){
if( config.params.data.indexOf("&pf=2")==-1){
config.params.data+="&pf=2";
let paramsArr = Object.keys(config.params);
if(paramsArr.length){
if(paramsArr.indexOf('pf')==-1){
config.params = {
pf:window.lxpf,
...config.params
}
}
}else{
config.params.data="pf=2"
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;
......@@ -75,6 +93,27 @@ Services.wxaccess(params).then((res) => {
}
});
//路由进入前
//路由页面回跳处理 mate里面参数 back:true 开启登录态回跳
router.beforeEach((to, from, next) => {
const title = to.meta && to.meta.title;
if (title) {
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{
next();
}
}else{
next();
}
});
new Vue({
router,
store,
......
......@@ -51,7 +51,7 @@ const mutations = {
},
verifySafeMobile(state, payload) {
state.bankPasswordToken = payload.data;
Util.setCookie("bankPasswordToken",payload.data,1);
Util.setCookie("bankPasswordToken", payload.data, 1);
},
getBindBankmsg(state, payload) {
state.bankCountDownFlag = payload.bankCountDownFlag;
......@@ -74,9 +74,7 @@ const mutations = {
const actions = {
getWalletInfo({commit}, payload) {
var params = {
}
var params = {}
Services.getWalletInfo(qs.stringify(params)).then((res) => {
let data = res.data;
......@@ -108,12 +106,12 @@ const actions = {
// type: 'smsVerifyActivate',
// data: data.data
// });
}else if(data.err_code==23019||data.err_code==11008||data.err_code==11011){
} else if (data.err_code == 23019 || data.err_code == 11008 || data.err_code == 11011) {
Toast({
message: data.err_msg,
duration: 2000
});
}else {
} else {
Toast({
message: data.err_msg,
duration: 3000
......@@ -138,17 +136,17 @@ const actions = {
message: data.err_msg,
duration: 2000
});
setTimeout(function(){
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
},2000)
}, 2000)
} else {
Toast({
message: data.err_msg,
duration: 2000
});
setTimeout(function(){
setTimeout(function () {
window.location.href = "/h5/view/#/wallet/activate";
},2000)
}, 2000)
}
}).catch(function (err) {
......@@ -171,7 +169,7 @@ const actions = {
type: 'sendSafesms',
countDownFlag: true
});
}else if(data.err_code == 23019){ //请确认图形验证码
} else if (data.err_code == 23019) { //请确认图形验证码
Toast({
message: data.err_msg,
duration: 2000
......@@ -180,7 +178,7 @@ const actions = {
type: 'sendSafesms',
countDownFlag: false
});
}else {
} else {
Toast({
message: data.err_msg,
duration: 3000
......@@ -231,9 +229,9 @@ const actions = {
message: data.err_msg,
duration: 2000
});
setTimeout(function(){
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
},2000)
}, 2000)
} else {
Toast({
message: data.err_msg,
......@@ -245,6 +243,9 @@ const actions = {
});
},
walletListLog({commit}, payload) {
Toast.loading({
message: '加载中...'
});
var params = {
log_type: payload.log_type,
stime: payload.stime,
......@@ -254,10 +255,6 @@ const actions = {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'walletListLog',
data: data.data.list
......@@ -268,11 +265,15 @@ const actions = {
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,
......@@ -280,12 +281,7 @@ const actions = {
}
Services.walletRecordList(qs.stringify(params)).then((res) => {
let data = res.data;
if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({
type: 'walletRecordList',
data: data.data.list
......@@ -296,8 +292,9 @@ const actions = {
duration: 3000
});
}
Toast.clear();
}).catch(function (err) {
Toast.clear();
});
},
verifySafeMobile({commit}, payload) {
......@@ -317,9 +314,9 @@ const actions = {
type: 'verifySafeMobile',
data: data.data
});
setTimeout(function(){
setTimeout(function () {
window.location.href = "/h5/view/#/wallet/bind";
},2000)
}, 2000)
} else {
Toast({
message: data.err_msg,
......@@ -380,9 +377,9 @@ const actions = {
message: data.err_msg,
duration: 2000
});
setTimeout(function(){
setTimeout(function () {
window.location.href = "/h5/view/#/wallet";
},2000)
}, 2000)
} else {
Toast({
message: data.err_msg,
......@@ -436,9 +433,9 @@ const actions = {
type: 'walletWithdraw',
data: data.data
});
setTimeout(function(){
setTimeout(function () {
window.location.href = "/h5/view/#/wallet/record";
},2000)
}, 2000)
} else {
Toast({
message: data.err_msg,
......@@ -493,7 +490,7 @@ const actions = {
});
if (is_miniProgram()) { //微信小程序
// wx.requestPayment(data.data);
}else{
} else {
window.location.href = data.data;
}
} else {
......
......@@ -62,8 +62,8 @@
return {
title: "激活钱包",
meaushow: true,
showPassword: false, //是否显示密码
showPasswordConfirm: false, //是否显示密码确认
showPassword: true, //是否显示密码
showPasswordConfirm: true, //是否显示密码确认
yzmSend: true, //验证码发送
countDown: 60,
countDownText: '发送验证码',
......
......@@ -2,16 +2,13 @@
<section class="wallet-record">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="record-content">
<div class="record-type" @click="showPopType">
全部记录类型 <van-icon name="arrow-down" class="va-m" style="font-size:20px;"/>
</div>
<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>
<!-- <p>支付 ¥{{recordPayment}} 收入 ¥{{recordIncome}}</p> -->
</div>
<ul class="record-detail">
<li v-for="item in walletRecordData">
<!-- <div class="record-img"><img src="../../assets/images/wallet/withdraw.png" alt="钱包提现" style="width:25px; height:25px;"></div> -->
<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/>
......@@ -24,27 +21,30 @@
<span v-else class="successText">已完成</span>
</div>
</li>
</template>
<template v-else>
<li class="no-data">
<i class="no-data-pic"></i>
</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-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-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>
......@@ -52,7 +52,7 @@
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import { Icon,Popup,DatetimePicker,Picker,Toast } from 'vant';
import {Icon, Popup, DatetimePicker, Picker, Toast} from 'vant';
Vue.use(Icon).use(Popup).use(DatetimePicker).use(Picker).use(Toast);
......@@ -61,9 +61,10 @@
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),
recordMonth: (new Date().getMonth() + 1) < 10 ? "0" + (new Date().getMonth() + 1) : (new Date().getMonth() + 1),
updateYear: '',
updateMonth: '',
dateShow: false, //年月弹出层
......@@ -71,10 +72,12 @@
currentDate: new Date(), //目前年月
typeCheckedkeyId: '',
typeCheckedText: '',
dialog:false,
active:0,
columns: [
{"keyId":'',"text":"全部"},
{"keyId":1,"text":"钱包充值"},
{"keyId":2,"text":"钱包提现"}
{"keyId": '', "text": "全部"},
{"keyId": 1, "text": "钱包充值"},
{"keyId": 2, "text": "钱包提现"}
]
}
},
......@@ -83,19 +86,18 @@
walletRecordData: state => state.wallet.walletRecordData
})
},
watch: {
},
watch: {},
created() {
//格式化日期
function setDate(date){
function setDate(date) {
y = date.getFullYear();
m = date.getMonth()+1;
m = date.getMonth() + 1;
d = date.getDate();
m = m < 10 ? "0"+m : m;
d = d < 10 ? "0"+d : d;
return y+"-"+m+"-"+d;
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);
......@@ -125,45 +127,43 @@
}
})
}
//获取当前月的第一天
function getCurrentMonthFirst(){
function getCurrentMonthFirst() {
var date = new Date();
date.setDate(1);
return date;
}
//获取当前月的最后一天
function getCurrentMonthLast(){
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);
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')
stime: format(getCurrentMonthFirst(), 'yyyy-MM-dd'),
etime: format(getCurrentMonthLast(), 'yyyy-MM-dd')
})
},
methods: {
showPopDate(){
if(!this.dateShow){
showPopDate() {
if (!this.dateShow) {
this.dateShow = true;
}else{
} else {
this.dateShow = false;
}
},
showPopType(){
if(!this.typeShow){
this.typeShow = true;
}else{
this.typeShow = false;
}
showPopType() {
this.dialog=!this.dialog;
},
formatter(type,value){
formatter(type, value) {
if (type === 'year') {
return `${value}`;
} else if (type === 'month') {
......@@ -171,44 +171,50 @@
}
return value;
},
dateChange(value){
dateChange(value) {
this.updateYear = value.getValues()[0];
this.updateMonth = value.getValues()[1];
},
onDateCancel(){
onDateCancel() {
this.dateShow = false;
this.recordYear = this.recordYear;
this.recordMonth = this.recordMonth;
},
onDateConfirm(){
onDateConfirm() {
this.dateShow = false;
this.recordYear = this.updateYear;
this.recordMonth = this.updateMonth;
//获取某年某月的第一天
function getMonthFirstDay(y,m){
var date = new Date(y,m-1,1);
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();
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();
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)
stime: getMonthFirstDay(this.recordYear, this.recordMonth),
etime: getMonthLastDay(this.recordYear, this.recordMonth)
})
},
onTypeConfirm(value, index) {
this.typeShow = false;
this.dialog = false;
this.active=index;
this.text=this.columns[index].text;
this.typeCheckedkeyId = value.keyId;
this.typeCheckedText = value.text;
......@@ -217,23 +223,24 @@
this.recordMonth = this.updateMonth || this.recordMonth;
//获取某年某月的第一天
function getMonthFirstDay(y,m){
var date = new Date(y,m-1,1);
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();
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();
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.keyId,
stime: getMonthFirstDay(this.recordYear,this.recordMonth),
etime: getMonthLastDay(this.recordYear,this.recordMonth)
wallet_type: value,
stime: getMonthFirstDay(this.recordYear, this.recordMonth),
etime: getMonthLastDay(this.recordYear, this.recordMonth)
})
},
onTypeCancel() {
......
......@@ -5,26 +5,26 @@
<ul class="form-wrap">
<li class="inp-wrap">
<label class="lineBlock va-m">冻结余额</label>
<input v-if="walletInfoData.wallet_status !== 1" type="text" value="¥0.00" class="va-m inp"/>
<input v-else type="text" :value="walletInfoData.wallet_freeze_format" class="va-m inp"/>
<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 v-if="walletInfoData.wallet_status !== 1" type="text" value="未启用" class="va-m inp"/>
<input v-else type="text" value="已启用" class="va-m inp"/>
<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 v-if="walletInfoData.wallet_status !== 1" type="text" value="未启用" class="va-m inp"/>
<input v-else type="text" value="已启用" class="va-m inp"/>
<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 v-if="walletInfoData.bank_name == null" type="text" value="未绑定" class="va-m inp"/>
<input v-else type="text" :value="walletInfoData.bank_name" class="va-m inp"/>
<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>
......
......@@ -2,41 +2,45 @@
<section class="wallet-detail">
<Header :title="title" :meaushow='meaushow'></Header>
<div class="wallet-detail-content">
<div class="trade-type" @click="showPopType">
全部交易类型 <van-icon name="arrow-down" class="va-m" style="font-size:20px;"/>
<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>
<!-- <p>支付 ¥{{payment}} 收入 ¥{{income}}</p> -->
</div>
<ul class="trade-detail">
<li v-for="item in walletListData">
<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="no-data-pic"></i>
</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-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-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>
......@@ -45,7 +49,7 @@
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import { Icon,Popup,DatetimePicker,Picker,Toast } from 'vant';
import {Icon, Popup, DatetimePicker, Picker, Toast} from 'vant';
Vue.use(Icon).use(Popup).use(DatetimePicker).use(Picker).use(Toast);
......@@ -56,7 +60,7 @@
title: "钱包明细",
meaushow: true,
dateYear: new Date().getFullYear(), //初始化当前年
dateMonth: (new Date().getMonth()+1)<10 ? "0"+(new Date().getMonth()+1) : (new Date().getMonth()+1), //初始化当前月
dateMonth: (new Date().getMonth() + 1) < 10 ? "0" + (new Date().getMonth() + 1) : (new Date().getMonth() + 1), //初始化当前月
updateYear: '',
updateMonth: '',
dateShow: false, //年月弹出层
......@@ -64,13 +68,16 @@
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":"余额调整"}
{"keyId": '', "text": "全部交易类型"},
{"keyId": 21, "text": "订单支付"},
{"keyId": 10, "text": "钱包充值"},
{"keyId": 20, "text": "钱包提现"},
{"keyId": 12, "text": "活动返现"},
{"keyId": 100, "text": "余额调整"}
]
}
},
......@@ -79,19 +86,18 @@
walletListData: state => state.wallet.walletListData
})
},
watch: {
},
watch: {},
created() {
//格式化日期
function setDate(date){
function setDate(date) {
y = date.getFullYear();
m = date.getMonth()+1;
m = date.getMonth() + 1;
d = date.getDate();
m = m < 10 ? "0"+m : m;
d = d < 10 ? "0"+d : d;
return y+"-"+m+"-"+d;
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);
......@@ -121,45 +127,43 @@
}
})
}
//获取当前月的第一天
function getCurrentMonthFirst(){
function getCurrentMonthFirst() {
var date = new Date();
date.setDate(1);
return date;
}
//获取当前月的最后一天
function getCurrentMonthLast(){
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);
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')
stime: format(getCurrentMonthFirst(), 'yyyy-MM-dd'),
etime: format(getCurrentMonthLast(), 'yyyy-MM-dd')
})
},
methods: {
showPopDate(){
if(!this.dateShow){
showPopDate() {
if (!this.dateShow) {
this.dateShow = true;
}else{
} else {
this.dateShow = false;
}
},
showPopType(){
if(!this.typeShow){
this.typeShow = true;
}else{
this.typeShow = false;
}
showPopType() {
this.dialog=!this.dialog;
},
formatter(type,value){
formatter(type, value) {
if (type === 'year') {
return `${value}`;
} else if (type === 'month') {
......@@ -167,44 +171,47 @@
}
return value;
},
dateChange(value){
dateChange(value) {
this.updateYear = value.getValues()[0];
this.updateMonth = value.getValues()[1];
},
onDateCancel(){
onDateCancel() {
this.dateShow = false;
this.dateYear = this.dateYear;
this.dateMonth = this.dateMonth;
},
onDateConfirm(){
onDateConfirm() {
this.dateShow = false;
this.dateYear = this.updateYear;
this.dateMonth = this.updateMonth;
//获取某年某月的第一天
function getMonthFirstDay(y,m){
var date = new Date(y,m-1,1);
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();
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();
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)
stime: getMonthFirstDay(this.dateYear, this.dateMonth),
etime: getMonthLastDay(this.dateYear, this.dateMonth)
})
},
onTypeConfirm(value,index){
this.typeShow = false;
onTypeConfirm(value, index) {
this.dialog = false;
this.active=index;
this.text=this.columns[index].text;
this.typeCheckedkeyId = value.keyId;
this.typeCheckedText = value.text;
......@@ -213,23 +220,24 @@
this.dateMonth = this.updateMonth || this.dateMonth;
//获取某年某月的第一天
function getMonthFirstDay(y,m){
var date = new Date(y,m-1,1);
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();
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();
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.keyId,
stime: getMonthFirstDay(this.dateYear,this.dateMonth),
etime: getMonthLastDay(this.dateYear,this.dateMonth)
log_type: value,
stime: getMonthFirstDay(this.dateYear, this.dateMonth),
etime: getMonthLastDay(this.dateYear, this.dateMonth)
})
},
onTypeCancel() {
......
......@@ -47,7 +47,7 @@
return {
title: "钱包提现",
meaushow: true,
showPassword: false, //是否显示密码
showPassword: true, //是否显示密码
amountNum: true,
password: '',
withdrawNum: ''
......
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.wallet-content{background:#f0f0f0}.wallet-balance{background:#fff;margin-bottom:.267rem}.wallet-balance .balance-bg{width:94%;height:4rem;background:url(../img/bg.17d60605.png) no-repeat 50%;background-size:cover;margin:.267rem auto;color:#fff;-webkit-box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);border-radius:.093rem}.wallet-balance .balance-bg .text-1{width:94%;font-size:16px;margin-top:.627rem;padding-left:.4rem}.wallet-balance .balance-bg .text-2{width:94%;font-size:24px;margin-top:.3rem;padding-left:.4rem}.wallet-balance .balance-bg .text-3{font-size:45px}.wallet-balance .balance-bg .text-4{width:94%;font-size:12px;margin-top:.2rem;padding-right:.4rem;text-align:right}.wallet-balance .balance-bg .text-4 a{color:#fff}.wallet-balance .balance-handle{width:9.387rem;height:1.333rem;margin:0 auto;padding-bottom:.253rem}.wallet-balance .balance-handle span{float:left;width:49.5%;text-align:center;height:1.333rem;line-height:1.333rem;font-size:18px;color:#1080d0}.wallet-balance .balance-handle .withdraw{border-right:1px solid #e5e5e5}.wallet-balance .balance-handle .gray{color:#999}.wallet-content ul{background:#fff}.wallet-content ul li{float:left;width:33.33%;text-align:center;margin:.8rem 0}.wallet-content ul li p{margin-top:.587rem;font-size:14px;color:#000}#app,.status-content{background:#f0f0f0}.status-content .form-wrap{background:#fff}.status-content .form-wrap .inp-wrap{height:1.6rem;border-bottom:1px solid #f0f0f0}.status-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.6rem;width:25%;color:#666;padding-left:.3rem}.status-content .form-wrap .inp-wrap input{font-size:18px;line-height:1.6rem;width:45%;color:#333;padding-left:.7rem}.status-content .form-wrap .inp-wrap .bind-bank,.status-content .form-wrap .inp-wrap .forget-password{font-size:16px;line-height:1.6rem;color:#1080d0}.status-content .submit{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap{background:#fff;padding-bottom:20px}.activate-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.activate-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.activate-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.activate-content .form-wrap .inp-wrap:nth-child(2) input{width:65%!important}.activate-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.activate-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.activate-content .confirm,.activate-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.activate-content{position:relative}.activate-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.recharge-content .wallet-account{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.recharge-content .recharge-amount{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px}.recharge-content .recharge-amount p{height:40px;line-height:40px;font-size:16px;color:#333}.recharge-content .recharge-amount .money,.recharge-content .recharge-amount span{height:40px;line-height:40px;font-size:24px;color:#333}.recharge-content .payment-method{height:30px;line-height:30px;font-size:14px;color:#666;padding:0 .32rem}.recharge-content .payment-content{background:#fff}.recharge-content .payment-content .vanCell{height:60px;border-bottom:1px solid #f0f0f0}.recharge-content .payment-content .vanCell:last-child{border-bottom:none}.recharge-content .payment-content .vanCell .vanCelldt{display:inline-block;width:25px;height:40px;margin-right:15px;vertical-align:top;position:relative}.recharge-content .payment-content .vanCell .vanCelldt img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.recharge-content .payment-content .vanCell .vanCelldd{display:inline-block;height:40px;vertical-align:top;font-size:12px;line-height:18px;color:#999}.recharge-content .payment-content .vanCell .vanCelldd span{font-size:14px;line-height:18px;color:#333}.recharge-content .recharge{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.recharge-content .rechargeNO{opacity:.5}.verify-content .form-wrap{background:#fff;padding-bottom:20px}.verify-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.verify-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.verify-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333;width:65%!important}.verify-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.verify-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.verify-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.verify-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.bind-content .safe-mobile{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.bind-content .form-wrap{background:#fff;padding-bottom:10px}.bind-content .form-wrap .inp-wrap{height:2.2rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.bind-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.1rem;color:#333}.bind-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.1rem;width:85%;color:#333}.bind-content .form-wrap .inp-wrap:last-child input{width:65%!important}.bind-content .form-wrap .inp-wrap .send-yzm{color:#1080d0;border-radius:20px;border:1px solid #1080d0}.bind-content .form-wrap .inp-wrap .send-yzm,.bind-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px}.bind-content .form-wrap .inp-wrap .sending-yzm{color:#666;border-radius:20px;background:#f0f0f0}.bind-content .confirm{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.bind-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}.withdraw-content .withdrawUser-ifo{height:105px;line-height:35px;font-size:16px;color:#333;background:#fff;padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdrawUser-ifo span{float:right;font-size:14px;color:#666}.withdraw-content .withdraw-tips{height:40px;line-height:40px;font-size:12px;color:#ffa200;background:rgba(255,162,0,.2);padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdraw-amount{height:120px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-amount em{color:red}.withdraw-content .withdraw-amount p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-amount .money,.withdraw-content .withdraw-amount span{height:40px;line-height:40px;font-size:24px}.withdraw-content .withdraw-amount .withdraw-money{height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-amount .withdraw-money span{height:40px;line-height:40px;font-size:14px;color:#1080d0;margin-left:.2rem}.withdraw-content .withdraw-amount .amount-tips{color:red;height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-password{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-password em{color:red}.withdraw-content .withdraw-password p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .password{width:85%;height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.withdraw-content .submit{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.withdraw-content .submitNO{opacity:.5}.wallet-detail-content .trade-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.wallet-detail-content .trade-date{height:35px;padding:0 .32rem}.wallet-detail-content .trade-date span{height:20px;line-height:20px;font-size:16px;color:#333}.wallet-detail-content .trade-date p{height:20px;line-height:20px;font-size:14px;color:#666}.wallet-detail-content .trade-detail{background:#fff;max-height:520px;overflow-y:auto}.wallet-detail-content .trade-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.wallet-detail-content .trade-detail li .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 .record-item{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.record-content .record-detail li .record-item span{font-size:16px;line-height:18px;color:#333}.record-content .record-detail li .record-num{display:inline-block;height:54px;line-height:26px;font-size:18px;color:#333;text-align:right;vertical-align:middle;float:right;margin-right:.32rem;padding:5px 0;position:relative}.record-content .record-detail li .record-num .withdrawText{width:75px;height:25px;line-height:25px;font-size:14px;color:red}.record-content .record-detail li .record-num .successText{width:75px;height:25px;line-height:25px;font-size:14px;color:#999}.record-content .record-detail li .record-num .rechargeBtn{display:inline-block;text-align:center;width:75px;height:25px;line-height:25px;font-size:14px;color:#1080d0;border:1px solid #1080d0;border-radius:15px}.withdraw-detail-content{background:#fff}.withdraw-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.withdraw-detail-content .detail-box:last-child{border-bottom:none}.withdraw-detail-content .detail-content-1{height:120px}.withdraw-detail-content .detail-content-1 .withdraw-img{height:45px;text-align:center;margin-top:20px}.withdraw-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.withdraw-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.withdraw-detail-content .detail-content-1 p{text-align:center}.withdraw-detail-content .detail-content-1 .withdraw-record{font-size:14px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-amount{font-size:24px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-status{font-size:12px;line-height:36px;color:#999}.withdraw-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-2 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-3 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p a{float:right;color:#1080d0}.retrieve-content .form-wrap{background:#fff;padding-bottom:20px}.retrieve-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.retrieve-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.retrieve-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.retrieve-content .form-wrap .inp-wrap:nth-child(2) input,.retrieve-content .form-wrap .inp-wrap:nth-child(3) input{width:65%!important}.retrieve-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.retrieve-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.retrieve-content .confirm,.retrieve-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.retrieve-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.retrieve-content{position:relative}.retrieve-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.cashier-content .cashier-detail{background:#fff;height:85px;margin-bottom:10px}.cashier-content .cashier-detail p{color:#333;text-align:center}.cashier-content .cashier-detail .order-num{font-size:14px;line-height:36px}.cashier-content .cashier-detail .order-money{font-size:24px;line-height:36px}.cashier-content .form-wrap{background:#fff}.cashier-content .form-wrap .inp-wrap{height:60px}.cashier-content .form-wrap .inp-wrap label{font-size:16px;line-height:60px;width:25%;color:#333;padding-left:.3rem}.cashier-content .form-wrap .inp-wrap input{font-size:16px;line-height:60px;width:45%;color:#333}.cashier-content .pay{width:9.2rem;height:1.33rem;line-height:1.33rem;background:#1080d0;text-align:center;border-radius:.6rem;font-size:16px;color:#fff;display:block;margin:1.333rem auto;font-weight:700}.cashier-content .forget-password{text-align:right;font-size:14px;line-height:36px;padding-right:.3rem}.cashier-content .forget-password a{color:#666}
\ 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}.wallet-content{background:#f0f0f0}.wallet-balance{background:#fff;margin-bottom:.267rem}.wallet-balance .balance-bg{width:94%;height:4rem;background:url(../img/bg.17d60605.png) no-repeat 50%;background-size:cover;margin:.267rem auto;color:#fff;-webkit-box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);box-shadow:-.007rem .012rem .093rem 0 rgba(14,4,8,.4);border-radius:.093rem}.wallet-balance .balance-bg .text-1{width:94%;font-size:16px;margin-top:.627rem;padding-left:.4rem}.wallet-balance .balance-bg .text-2{width:94%;font-size:24px;margin-top:.3rem;padding-left:.4rem}.wallet-balance .balance-bg .text-3{font-size:45px}.wallet-balance .balance-bg .text-4{width:94%;font-size:12px;margin-top:.2rem;padding-right:.4rem;text-align:right}.wallet-balance .balance-bg .text-4 a{color:#fff}.wallet-balance .balance-handle{width:9.387rem;height:1.333rem;margin:0 auto;padding-bottom:.253rem}.wallet-balance .balance-handle span{float:left;width:49.5%;text-align:center;height:1.333rem;line-height:1.333rem;font-size:18px;color:#1080d0}.wallet-balance .balance-handle .withdraw{border-right:1px solid #e5e5e5}.wallet-balance .balance-handle .gray{color:#999}.wallet-content ul{background:#fff}.wallet-content ul li{float:left;width:33.33%;text-align:center;margin:.8rem 0}.wallet-content ul li p{margin-top:.587rem;font-size:14px;color:#000}#app,.status-content{background:#f0f0f0}.status-content .form-wrap{background:#fff}.status-content .form-wrap .inp-wrap{height:1.6rem;border-bottom:1px solid #f0f0f0}.status-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.6rem;width:25%;color:#666;padding-left:.3rem}.status-content .form-wrap .inp-wrap input{font-size:18px;line-height:1.6rem;width:45%;color:#333;padding-left:.7rem}.status-content .form-wrap .inp-wrap .bind-bank,.status-content .form-wrap .inp-wrap .forget-password{font-size:16px;line-height:1.6rem;color:#1080d0}.status-content .submit{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap{background:#fff;padding-bottom:20px}.activate-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.activate-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.activate-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.activate-content .form-wrap .inp-wrap:nth-child(2) input{width:65%!important}.activate-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.activate-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.activate-content .confirm,.activate-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.activate-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.activate-content{position:relative}.activate-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.recharge-content .wallet-account{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.recharge-content .recharge-amount{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px}.recharge-content .recharge-amount p{height:40px;line-height:40px;font-size:16px;color:#333}.recharge-content .recharge-amount .money,.recharge-content .recharge-amount span{height:40px;line-height:40px;font-size:24px;color:#333}.recharge-content .payment-method{height:30px;line-height:30px;font-size:14px;color:#666;padding:0 .32rem}.recharge-content .payment-content{background:#fff}.recharge-content .payment-content .vanCell{height:60px;border-bottom:1px solid #f0f0f0}.recharge-content .payment-content .vanCell:last-child{border-bottom:none}.recharge-content .payment-content .vanCell .vanCelldt{display:inline-block;width:25px;height:40px;margin-right:15px;vertical-align:top;position:relative}.recharge-content .payment-content .vanCell .vanCelldt img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.recharge-content .payment-content .vanCell .vanCelldd{display:inline-block;height:40px;vertical-align:top;font-size:12px;line-height:18px;color:#999}.recharge-content .payment-content .vanCell .vanCelldd span{font-size:14px;line-height:18px;color:#333}.recharge-content .recharge{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.recharge-content .rechargeNO{opacity:.5}.verify-content .form-wrap{background:#fff;padding-bottom:20px}.verify-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.verify-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.verify-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333;width:65%!important}.verify-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.verify-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.verify-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.verify-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.bind-content .safe-mobile{height:40px;line-height:40px;font-size:16px;color:#666;background:rgba(16,128,208,.1);padding:0 .32rem}.bind-content .form-wrap{background:#fff;padding-bottom:10px}.bind-content .form-wrap .inp-wrap{height:2.2rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.bind-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.1rem;color:#333}.bind-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.1rem;width:85%;color:#333}.bind-content .form-wrap .inp-wrap:last-child input{width:65%!important}.bind-content .form-wrap .inp-wrap .send-yzm{color:#1080d0;border-radius:20px;border:1px solid #1080d0}.bind-content .form-wrap .inp-wrap .send-yzm,.bind-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px}.bind-content .form-wrap .inp-wrap .sending-yzm{color:#666;border-radius:20px;background:#f0f0f0}.bind-content .confirm{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.bind-content .form-error{font-size:12px;line-height:20px;color:#e00106;padding:.1rem .3rem}.withdraw-content .withdrawUser-ifo{height:105px;line-height:35px;font-size:16px;color:#333;background:#fff;padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdrawUser-ifo span{float:right;font-size:14px;color:#666}.withdraw-content .withdraw-tips{height:40px;line-height:40px;font-size:12px;color:#ffa200;background:rgba(255,162,0,.2);padding:0 .32rem;margin-bottom:5px}.withdraw-content .withdraw-amount{height:120px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-amount em{color:red}.withdraw-content .withdraw-amount p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-amount .money,.withdraw-content .withdraw-amount span{height:40px;line-height:40px;font-size:24px}.withdraw-content .withdraw-amount .withdraw-money{height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-amount .withdraw-money span{height:40px;line-height:40px;font-size:14px;color:#1080d0;margin-left:.2rem}.withdraw-content .withdraw-amount .amount-tips{color:red;height:40px;line-height:40px;font-size:14px;border-top:1px solid #f0f0f0}.withdraw-content .withdraw-password{height:100px;background:#fff;padding:0 .32rem;margin-bottom:10px;color:#333}.withdraw-content .withdraw-password em{color:red}.withdraw-content .withdraw-password p{height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .password{width:85%;height:40px;line-height:40px;font-size:16px}.withdraw-content .withdraw-password .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.withdraw-content .submit{position:fixed;bottom:0;width:100%;text-align:center;height:50px;line-height:50px;background:#1080d0;color:#fff;font-size:16px}.withdraw-content .submitNO{opacity:.5}.wallet-detail-content .trade-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.wallet-detail-content .trade-date{height:35px;padding:0 .32rem}.wallet-detail-content .trade-date span{height:20px;line-height:20px;font-size:16px;color:#333}.wallet-detail-content .trade-date p{height:20px;line-height:20px;font-size:14px;color:#666}.wallet-detail-content .trade-detail{background:#fff;max-height:520px;overflow-y:auto}.wallet-detail-content .trade-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.wallet-detail-content .trade-detail li.no-data{height:auto;margin-left:0;border:none;background:#f0f0f0}.wallet-detail-content .trade-detail li.no-data .no-data-pic{width:100px;height:75px;display:block;margin:0 auto;background:url(../img/nodata.47035aa0.png) no-repeat;background-size:contain}.wallet-detail-content .trade-detail li .typeIcon{display:inline-block;width:25px;height:64px;margin-right:15px;vertical-align:middle;position:relative}.wallet-detail-content .trade-detail li .typeIcon img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.wallet-detail-content .trade-detail li .typeDetail{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.wallet-detail-content .trade-detail li .typeDetail span{font-size:14px;line-height:18px;color:#333}.wallet-detail-content .trade-detail li .trade-num{display:inline-block;height:64px;line-height:64px;font-size:18px;color:#333;vertical-align:middle;float:right;margin-right:.32rem;position:relative}.account-detail-content{background:#fff}.account-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.account-detail-content .detail-box:last-child{border-bottom:none}.account-detail-content .detail-content-1{height:180px}.account-detail-content .detail-content-1 .pay-img{height:45px;text-align:center;margin-top:20px}.account-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.account-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.account-detail-content .detail-content-1 p{text-align:center}.account-detail-content .detail-content-1 .pay-type{font-size:14px;line-height:36px;color:#333}.account-detail-content .detail-content-1 .pay-amount{font-size:24px;line-height:36px;color:#333}.account-detail-content .detail-content-1 .pay-status{font-size:12px;line-height:36px;color:#999}.account-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.account-detail-content .detail-content-2 p span{float:right;color:#333}.account-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.account-detail-content .detail-content-3 p span{float:right;color:#333}.account-detail-content .detail-content-3 p a{float:right;color:#1080d0}.record-content .record-type{height:50px;line-height:50px;text-align:center;font-size:18px;color:#666;background:#fff;margin-bottom:.5rem}.record-content .record-date{height:35px;padding:0 .32rem}.record-content .record-date span{height:20px;line-height:20px;font-size:16px;color:#333}.record-content .record-date p{height:20px;line-height:20px;font-size:14px;color:#666}.record-content .record-detail{background:#fff;max-height:520px;overflow-y:auto}.record-content .record-detail li{height:64px;margin-left:.32rem;border-bottom:1px solid #f0f0f0}.record-content .record-detail li.no-data{height:auto;margin-left:0;border:none;background:#f0f0f0}.record-content .record-detail li.no-data .no-data-pic{width:100px;height:75px;display:block;margin:0 auto;background:url(../img/nodata.47035aa0.png) no-repeat;background-size:contain}.record-content .record-detail li .record-item{display:inline-block;height:40px;vertical-align:middle;font-size:12px;line-height:18px;color:#999;padding:12px 0}.record-content .record-detail li .record-item span{font-size:16px;line-height:18px;color:#333}.record-content .record-detail li .record-num{display:inline-block;height:54px;line-height:26px;font-size:18px;color:#333;text-align:right;vertical-align:middle;float:right;margin-right:.32rem;padding:5px 0;position:relative}.record-content .record-detail li .record-num .withdrawText{width:75px;height:25px;line-height:25px;font-size:14px;color:red}.record-content .record-detail li .record-num .successText{width:75px;height:25px;line-height:25px;font-size:14px;color:#999}.record-content .record-detail li .record-num .rechargeBtn{display:inline-block;text-align:center;width:75px;height:25px;line-height:25px;font-size:14px;color:#1080d0;border:1px solid #1080d0;border-radius:15px}.withdraw-detail-content{background:#fff}.withdraw-detail-content .detail-box{margin:0 .32rem;border-bottom:1px solid #f0f0f0}.withdraw-detail-content .detail-box:last-child{border-bottom:none}.withdraw-detail-content .detail-content-1{height:120px}.withdraw-detail-content .detail-content-1 .withdraw-img{height:45px;text-align:center;margin-top:20px}.withdraw-detail-content .detail-content-1 span{display:inline-block;width:45px;height:45px;border-radius:22.5px;position:relative;background:#f0f0f0}.withdraw-detail-content .detail-content-1 span img{width:23px;height:25px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.withdraw-detail-content .detail-content-1 p{text-align:center}.withdraw-detail-content .detail-content-1 .withdraw-record{font-size:14px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-amount{font-size:24px;line-height:36px;color:#333}.withdraw-detail-content .detail-content-1 .withdraw-status{font-size:12px;line-height:36px;color:#999}.withdraw-detail-content .detail-content-2 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-2 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p{font-size:14px;line-height:36px;color:#666}.withdraw-detail-content .detail-content-3 p span{float:right;color:#333}.withdraw-detail-content .detail-content-3 p a{float:right;color:#1080d0}.retrieve-content .form-wrap{background:#fff;padding-bottom:20px}.retrieve-content .form-wrap .inp-wrap{height:2.5rem;border-top:1px solid #f0f0f0;margin-left:.3rem}.retrieve-content .form-wrap .inp-wrap label{font-size:18px;line-height:1.3rem;color:#333}.retrieve-content .form-wrap .inp-wrap input{font-size:16px;line-height:1.2rem;width:85%;color:#333}.retrieve-content .form-wrap .inp-wrap:nth-child(2) input,.retrieve-content .form-wrap .inp-wrap:nth-child(3) input{width:65%!important}.retrieve-content .form-wrap .inp-wrap .send-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#1080d0;border-radius:20px;border:1px solid #1080d0}.retrieve-content .form-wrap .inp-wrap .sending-yzm{display:inline-block;text-align:center;font-size:16px;width:3rem;height:40px;line-height:40px;color:#666;border-radius:20px;background:#f0f0f0}.retrieve-content .confirm,.retrieve-content .next{width:305px;height:40px;line-height:40px;background:#1080d0;text-align:center;border-radius:20px;font-size:16px;color:#fff;display:block;margin:1.333rem .933rem;font-weight:700}.retrieve-content .form-wrap .inp-wrap .f-r{float:right;font-size:22px;margin-right:.25rem;margin-top:.35rem}.retrieve-content{position:relative}.retrieve-content .form-error{position:absolute;left:.3rem;bottom:65px;font-size:16px;line-height:16px;color:red}.cashier-content .cashier-detail{background:#fff;height:85px;margin-bottom:10px}.cashier-content .cashier-detail p{color:#333;text-align:center}.cashier-content .cashier-detail .order-num{font-size:14px;line-height:36px}.cashier-content .cashier-detail .order-money{font-size:24px;line-height:36px}.cashier-content .form-wrap{background:#fff}.cashier-content .form-wrap .inp-wrap{height:60px}.cashier-content .form-wrap .inp-wrap label{font-size:16px;line-height:60px;width:25%;color:#333;padding-left:.3rem}.cashier-content .form-wrap .inp-wrap input{font-size:16px;line-height:60px;width:45%;color:#333}.cashier-content .pay{width:9.2rem;height:1.33rem;line-height:1.33rem;background:#1080d0;text-align:center;border-radius:.6rem;font-size:16px;color:#fff;display:block;margin:1.333rem auto;font-weight:700}.cashier-content .forget-password{text-align:right;font-size:14px;line-height:36px;padding-right:.3rem}.cashier-content .forget-password a{color:#666}.dialog-layer-shade{position:fixed;width:100%;height:100%;top:0;right:0;left:0;z-index:2018;background:rgba(0,0,0,.4)}.dialog-layer-shade .dialog-layer{width:100%;position:fixed;bottom:0;left:0;right:0;text-align:center;background-color:#f0f0f0;min-height:150px;-webkit-animation:fadeInUp .3s ease-in-out}.dialog-layer-shade .dialog-layer .tit{font-size:16px;color:#333;height:48px;line-height:48px;border-bottom:1px solid #e5e5e5;font-weight:700}.dialog-layer-shade .dialog-layer .tab{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.533rem .4rem;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-flow:wrap;flex-flow:wrap}.dialog-layer-shade .dialog-layer .tab li{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%;height:55px;line-height:55px;text-align:center;background-color:#fff;font-size:16px;color:#666;margin-bottom:.16rem;margin-right:.16rem}.dialog-layer-shade .dialog-layer .tab li.curr{background-color:#1080d0;color:#fff}.dialog-layer-shade .dialog-layer .btn{display:block;width:100%;height:50px;line-height:50px;background-color:#fff;text-align:center;font-size:16px;color:#333;font-weight:700;border-top:.133rem solid rgba(0,0,0,.4)}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translateY(200px)}to{-webkit-transform:translateY(0)}}
\ No newline at end of file
@-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-0babdc00.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1081bba5.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-16ada998.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1a310afe.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1fdbf37d.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3d2d429e.045485d7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5226221d.b62bb465.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-56524b2f.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5a9a2519.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5d86b139.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-68b28240.2cd1542e.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-68b7c89c.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6bb21423.29799028.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6bee3754.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-a5ed3e36.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-ac471472.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-bee38c0c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-c124b728.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e021251a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e322bace.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e50c9e6a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e78c7db2.927a837d.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0babdc00.335642d4.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1081bba5.aac5b6ac.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-16ada998.b461413f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1a310afe.95c9dbd7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1fdbf37d.a7376c05.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3d2d429e.8d3f60a1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5226221d.e70b963f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-56524b2f.1077de76.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5a9a2519.a683fd5b.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5d86b139.1ef612cf.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-68b28240.30182d56.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-68b7c89c.a09a5845.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6bb21423.09a204dc.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6bee3754.3cff4e3c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-a5ed3e36.678338c3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-ac471472.d5722ea7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-bee38c0c.e3aa2f96.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-c124b728.d9dbdad3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e021251a.dce835e1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e322bace.1cadc37c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e50c9e6a.cb454655.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e78c7db2.127f2260.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.66515d9c.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.f76b26a7.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-028bdf4e.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-0440b270.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-102cd202.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1a2ea83e.4415e799.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-206b79a6.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-271adf58.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-30664260.24a1d1a4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-39848aeb.927a837d.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-3be59844.d9679dad.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-40d9be3a.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-42f0e6ef.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-47e2197c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4a2fcb5c.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5935c7ce.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5f6a2832.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-61476b42.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-712edb4e.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-7b714e7b.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8bf31510.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-90775f4a.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-99268144.92647ec0.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-f2ac357a.29799028.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-028bdf4e.90ddcc2a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-0440b270.be91522c.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-102cd202.2a266e73.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1a2ea83e.ada08760.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-206b79a6.21d0c64a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-271adf58.46c30b18.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-30664260.efc7c245.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-39848aeb.2f4e423f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-3be59844.0fd10a50.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-40d9be3a.543088ab.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-42f0e6ef.bf18dc39.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-47e2197c.5cc83eae.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4a2fcb5c.ded48309.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5935c7ce.de3d98d3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5f6a2832.101bbbe8.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-61476b42.3fd5b827.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-712edb4e.2edd9fa7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-7b714e7b.be5d558f.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8bf31510.9245a6b3.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-90775f4a.77028cc7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-99268144.b41a55bb.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-f2ac357a.ffb0136b.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.fa7e75a9.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.13002c6c.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.f76b26a7.js></script><script src=//h5static.ichunt.com/js/app.66515d9c.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.13002c6c.js></script></body></html>
\ No newline at end of file
(function(e){function t(t){for(var n,i,r=t[0],s=t[1],u=t[2],l=0,d=[];l<r.length;l++)i=r[l],c[i]&&d.push(c[i][0]),c[i]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);f&&f(t);while(d.length)d.shift()();return o.push.apply(o,u||[]),a()}function a(){for(var e,t=0;t<o.length;t++){for(var a=o[t],n=!0,i=1;i<a.length;i++){var r=a[i];0!==c[r]&&(n=!1)}n&&(o.splice(t--,1),e=s(s.s=a[0]))}return e}var n={},i={app:0},c={app:0},o=[];function r(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-1a2ea83e":"ada08760","chunk-028bdf4e":"90ddcc2a","chunk-0440b270":"be91522c","chunk-102cd202":"2a266e73","chunk-206b79a6":"21d0c64a","chunk-271adf58":"46c30b18","chunk-42f0e6ef":"bf18dc39","chunk-47e2197c":"5cc83eae","chunk-4a2fcb5c":"ded48309","chunk-5f6a2832":"101bbbe8","chunk-712edb4e":"2edd9fa7","chunk-7b714e7b":"be5d558f","chunk-8bf31510":"9245a6b3","chunk-90775f4a":"77028cc7","chunk-99268144":"b41a55bb","chunk-30664260":"efc7c245","chunk-39848aeb":"2f4e423f","chunk-3be59844":"0fd10a50","chunk-40d9be3a":"543088ab","chunk-5935c7ce":"de3d98d3","chunk-61476b42":"3fd5b827","chunk-f2ac357a":"ffb0136b"}[e]+".js"}function s(t){if(n[t])return n[t].exports;var a=n[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,s),a.l=!0,a.exports}s.e=function(e){var t=[],a={"chunk-1a2ea83e":1,"chunk-028bdf4e":1,"chunk-0440b270":1,"chunk-102cd202":1,"chunk-206b79a6":1,"chunk-271adf58":1,"chunk-42f0e6ef":1,"chunk-47e2197c":1,"chunk-4a2fcb5c":1,"chunk-5f6a2832":1,"chunk-712edb4e":1,"chunk-7b714e7b":1,"chunk-8bf31510":1,"chunk-90775f4a":1,"chunk-99268144":1,"chunk-30664260":1,"chunk-39848aeb":1,"chunk-3be59844":1,"chunk-40d9be3a":1,"chunk-5935c7ce":1,"chunk-61476b42":1,"chunk-f2ac357a":1};i[e]?t.push(i[e]):0!==i[e]&&a[e]&&t.push(i[e]=new Promise(function(t,a){for(var n="css/"+({}[e]||e)+"."+{"chunk-1a2ea83e":"4415e799","chunk-028bdf4e":"92647ec0","chunk-0440b270":"92647ec0","chunk-102cd202":"92647ec0","chunk-206b79a6":"92647ec0","chunk-271adf58":"92647ec0","chunk-42f0e6ef":"92647ec0","chunk-47e2197c":"92647ec0","chunk-4a2fcb5c":"92647ec0","chunk-5f6a2832":"92647ec0","chunk-712edb4e":"92647ec0","chunk-7b714e7b":"92647ec0","chunk-8bf31510":"92647ec0","chunk-90775f4a":"92647ec0","chunk-99268144":"92647ec0","chunk-30664260":"24a1d1a4","chunk-39848aeb":"927a837d","chunk-3be59844":"d9679dad","chunk-40d9be3a":"d7e46390","chunk-5935c7ce":"43c91bcb","chunk-61476b42":"c0f345b7","chunk-f2ac357a":"29799028"}[e]+".css",c=s.p+n,o=document.getElementsByTagName("link"),r=0;r<o.length;r++){var u=o[r],l=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(l===n||l===c))return t()}var d=document.getElementsByTagName("style");for(r=0;r<d.length;r++){u=d[r],l=u.getAttribute("data-href");if(l===n||l===c)return t()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=t,f.onerror=function(t){var n=t&&t.target&&t.target.src||c,o=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");o.request=n,delete i[e],f.parentNode.removeChild(f),a(o)},f.href=c;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[e]=0}));var n=c[e];if(0!==n)if(n)t.push(n[2]);else{var o=new Promise(function(t,a){n=c[e]=[t,a]});t.push(n[2]=o);var u,l=document.createElement("script");l.charset="utf-8",l.timeout=120,s.nc&&l.setAttribute("nonce",s.nc),l.src=r(e),u=function(t){l.onerror=l.onload=null,clearTimeout(d);var a=c[e];if(0!==a){if(a){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src,o=new Error("Loading chunk "+e+" failed.\n("+n+": "+i+")");o.type=n,o.request=i,a[1](o)}c[e]=void 0}};var d=setTimeout(function(){u({type:"timeout",target:l})},12e4);l.onerror=l.onload=u,document.head.appendChild(l)}return Promise.all(t)},s.m=e,s.c=n,s.d=function(e,t,a){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},s.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(s.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)s.d(a,n,function(t){return e[t]}.bind(null,n));return a},s.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="//h5static.ichunt.com/",s.oe=function(e){throw e};var u=window["webpackJsonp"]=window["webpackJsonp"]||[],l=u.push.bind(u);u.push=t,u=u.slice();for(var d=0;d<u.length;d++)t(u[d]);var f=l;o.push([0,"chunk-vendors"]),a()})({0:function(e,t,a){e.exports=a("56d7")},"365c":function(e,t,a){"use strict";a.d(t,"a",function(){return s}),a.d(t,"b",function(){return f});var n,i,c,o=a("7f43"),r=a.n(o);switch(window.location.hostname){case"m.ichunt.com":c="https://www.ichunt.com/v3/",i="https://m.ichunt.com/v3/",n="https://api.ichunt.com/";break;case"szm.ichunt.com":n="https://szapi.ichunt.com/",i="https://szm.ichunt.com/v3/",c="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":i="https://tm.ichunt.com/v3/",n="https://api.ichunt.com/",c="https://t.ichunt.com/v3/";break;case"m.liexin.com":i="http://m.liexin.com/v3/",n="http://api.liexin.com/",c="http://www.liexin.com/v3/";break;default:i="/m/v3/",n="/apis/"}var s=c,u=i,l=n,d={index:u+"index",loginCheck:l+"login/check",cartCount:l+"cart/count",customsrService:l+"public/customsrservice",getCommonParams:u+"getcommonparams",wxaccess:u+"api/wxaccess",checkAccountExists:l+"public/checkAccountExists",customSmsVerify:l+"public/customSmsVerify",chainFind:u+"Service/chainFind",wechatArticle:l+"Wechat/WechatArticleJinJi/article",newsArticle:l+"Article/Article/index",newsArticleDetail:l+"Article/Article/details",newsArticleDetailAd:l+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getWalletInfo:l+"wallet/info",activateWallet:l+"wallet/activate",sendSafesms:l+"wallet/safesms",verifyResetsms:l+"wallet/verifyresetsms",changeWalletpwd:l+"wallet/changepwd",walletListLog:l+"wallet/log",walletRecordList:l+"wallet/lists",verifySafeMobile:l+"wallet/verifysafe",getBindBankmsg:l+"wallet/getbankmsg",bindBankCard:l+"wallet/bindbankcard",walletRecharge:l+"wallet/recharge",walletWithdraw:l+"wallet/withdraw",rechargeWithdrawOrderIfo:l+"wallet/orderinfo",payTodo:l+"pay/todo"},f={index:function(e){return r.a.post(d.index,e)},loginCheck:function(e){return r.a.get(d.loginCheck,{params:{data:e}})},smsVerify:function(e){return r.a.post(d.smsVerify,e)},actionLogin:function(e){return r.a.post(d.actionLogin,e)},feedback:function(e){return r.a.post(d.feedback,e)},cartCount:function(e){return r.a.get(d.cartCount,{params:{data:e}})},customsrService:function(e){return r.a.get(d.customsrService,{params:{data:e}})},getCommonParams:function(e){return r.a.post(d.getCommonParams,e)},wxaccess:function(e){return r.a.post(d.wxaccess,e)},checkAccountExists:function(e){return r.a.post(d.checkAccountExists,e)},customSmsVerify:function(e){return r.a.post(d.customSmsVerify,e)},chainFind:function(e){return r.a.post(d.chainFind,e)},wechatArticle:function(e){return r.a.post(d.wechatArticle,e)},newsArticle:function(e){return r.a.post(d.newsArticle,e)},newsArticleDetail:function(e){return r.a.post(d.newsArticleDetail,e)},newsArticleDetailAd:function(e){return r.a.post(d.newsArticleDetailAd,e)},getWalletInfo:function(e){return r.a.get(d.getWalletInfo,{params:{data:e}})},activateWallet:function(e){return r.a.post(d.activateWallet,e)},sendSafesms:function(e){return r.a.post(d.sendSafesms,e)},verifyResetsms:function(e){return r.a.post(d.verifyResetsms,e)},walletListLog:function(e){return r.a.post(d.walletListLog,e)},changeWalletpwd:function(e){return r.a.post(d.changeWalletpwd,e)},walletRecordList:function(e){return r.a.post(d.walletRecordList,e)},verifySafeMobile:function(e){return r.a.post(d.verifySafeMobile,e)},getBindBankmsg:function(e){return r.a.post(d.getBindBankmsg,e)},bindBankCard:function(e){return r.a.post(d.bindBankCard,e)},walletRecharge:function(e){return r.a.post(d.walletRecharge,e)},walletWithdraw:function(e){return r.a.post(d.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return r.a.post(d.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return r.a.post(d.payTodo,e)}}},4260:function(e,t,a){"use strict";a("ac74"),a("9029");var n=a("0ec6"),i=a.n(n),c=(a("c764"),a("ab01")),o=a.n(c),r=(a("4ddc"),0),s=8;function u(e){return g(l(p(e),e.length*s))}function l(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var a=Array(80),n=1732584193,i=-271733879,c=-1732584194,o=271733878,r=-1009589776,s=0;s<e.length;s+=16){for(var u=n,l=i,p=c,g=o,w=r,b=0;b<80;b++){a[b]=b<16?e[s+b]:h(a[b-3]^a[b-8]^a[b-14]^a[b-16],1);var v=m(m(h(n,5),d(b,i,c,o)),m(m(r,a[b]),f(b)));r=o,o=c,c=h(i,30),i=n,n=v}n=m(n,u),i=m(i,l),c=m(c,p),o=m(o,g),r=m(r,w)}return Array(n,i,c,o,r)}function d(e,t,a,n){return e<20?t&a|~t&n:e<40?t^a^n:e<60?t&a|t&n|a&n:t^a^n}function f(e){return e<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514}function m(e,t){var a=(65535&e)+(65535&t),n=(e>>16)+(t>>16)+(a>>16);return n<<16|65535&a}function h(e,t){return e<<t|e>>>32-t}function p(e){for(var t=Array(),a=(1<<s)-1,n=0;n<e.length*s;n+=s)t[n>>5]|=(e.charCodeAt(n/s)&a)<<24-n%32;return t}function g(e){for(var t=r?"0123456789ABCDEF":"0123456789abcdef",a="",n=0;n<4*e.length;n++)a+=t.charAt(e[n>>2]>>8*(3-n%4)+4&15)+t.charAt(e[n>>2]>>8*(3-n%4)&15);return a}var w=a("0427");t["a"]={setCookie:function(e,t,a,n){n=n?";domain="+n:"";var i=a,c=new Date;return c.setTime(c.getTime()+24*i*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+c.toGMTString()+";path=/"+n,!0},getCookie:function(e){for(var t=document.cookie,a=t.split("; "),n=0;n<a.length;n++){var i=a[n].split("=");if(e==i[0])return i[1]}return null},delCookie:function(e){var t=new Date;t.setTime(t.getTime()-1);var a=this.getCookie(e);null!=a&&(document.cookie=e+"="+a+";expires="+t.toGMTString())},getParams:function(e){var t=this.getCookie("Yo4teW_gid"),a=this.getCookie("cache_time");if(null!=a)var n=Math.floor((new Date).getTime()/1e3);else{n=Math.floor((new Date).getTime()/1e3)+window.fwtimes;this.setCookie("cache_time",window.fwtimes,1,window.cookieHostname)}var c=[],r={},s="",l="",d="",f={pf:2,qwertyuiop:n,Yo4teW_gid:t},m=o()({},f,e);i()(m).forEach(function(e,t,a){c.push(e)}),c=c.sort(),c.forEach(function(e,t,a){r[c[t]]=m[c[t]]}),i()(r).forEach(function(e,t,a){s+=e+"="+r[e]}),l=s.replace(/[^0-9a-zA-Z]/g,""),l=l.toUpperCase();for(var h=0;h<l.length;h++)"A"!=l[h]&&"B"!=l[h]&&"C"!=l[h]&&(d+=l[h]);s=u(d);var p=o()({},e,{asdfghjkl:s},{qwertyuiop:n},{pf:2});return w.stringify(p)}}},"56d7":function(e,t,a){"use strict";a.r(t);var n=a("a700"),i=a.n(n),c=a("bd31"),o=a("0ec6"),r=a.n(o),s=(a("c764"),a("9f07"),a("0964"),a("1cc5")),u=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"app"}},[a("keep-alive",{attrs:{exclude:"newsDetail,wallet,status"}},[a("router-view",{staticClass:"router-view"})],1)],1)},l=[],d={name:"app"},f=d,m=a("fc05"),h=Object(m["a"])(f,u,l,!1,null,null,null),p=h.exports,g=a("7f43"),w=a.n(g),b=(a("0a16"),a("081a")),v=function(e){return a.e("chunk-39848aeb").then(function(){var t=[a("9553")];e.apply(null,t)}.bind(this)).catch(a.oe)},k=function(e){return a.e("chunk-40d9be3a").then(function(){var t=[a("2500")];e.apply(null,t)}.bind(this)).catch(a.oe)},y=function(e){return a.e("chunk-5935c7ce").then(function(){var t=[a("9055")];e.apply(null,t)}.bind(this)).catch(a.oe)},_=function(e){return a.e("chunk-61476b42").then(function(){var t=[a("bd04")];e.apply(null,t)}.bind(this)).catch(a.oe)},C=function(e){return a.e("chunk-3be59844").then(function(){var t=[a("2536")];e.apply(null,t)}.bind(this)).catch(a.oe)},O=function(e){return a.e("chunk-30664260").then(function(){var t=[a("832f")];e.apply(null,t)}.bind(this)).catch(a.oe)},A=function(e){return a.e("chunk-f2ac357a").then(function(){var t=[a("f825")];e.apply(null,t)}.bind(this)).catch(a.oe)},S=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-271adf58")]).then(function(){var t=[a("7526")];e.apply(null,t)}.bind(this)).catch(a.oe)},j=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-99268144")]).then(function(){var t=[a("e175")];e.apply(null,t)}.bind(this)).catch(a.oe)},x=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-7b714e7b")]).then(function(){var t=[a("51d9")];e.apply(null,t)}.bind(this)).catch(a.oe)},D=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-8bf31510")]).then(function(){var t=[a("f9f6")];e.apply(null,t)}.bind(this)).catch(a.oe)},T=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-712edb4e")]).then(function(){var t=[a("bdad")];e.apply(null,t)}.bind(this)).catch(a.oe)},W=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-42f0e6ef")]).then(function(){var t=[a("6a6c")];e.apply(null,t)}.bind(this)).catch(a.oe)},L=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-4a2fcb5c")]).then(function(){var t=[a("c96d")];e.apply(null,t)}.bind(this)).catch(a.oe)},P=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-5f6a2832")]).then(function(){var t=[a("a34f")];e.apply(null,t)}.bind(this)).catch(a.oe)},I=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-47e2197c")]).then(function(){var t=[a("a619")];e.apply(null,t)}.bind(this)).catch(a.oe)},R=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-90775f4a")]).then(function(){var t=[a("10b5")];e.apply(null,t)}.bind(this)).catch(a.oe)},B=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-0440b270")]).then(function(){var t=[a("2d18")];e.apply(null,t)}.bind(this)).catch(a.oe)},E=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-206b79a6")]).then(function(){var t=[a("4c69")];e.apply(null,t)}.bind(this)).catch(a.oe)},M=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-102cd202")]).then(function(){var t=[a("a179")];e.apply(null,t)}.bind(this)).catch(a.oe)},F=function(e){return Promise.all([a.e("chunk-1a2ea83e"),a.e("chunk-028bdf4e")]).then(function(){var t=[a("82d7")];e.apply(null,t)}.bind(this)).catch(a.oe)};s["a"].use(b["a"]);var V=[{path:"/",component:v,meta:{title:"猎芯网"}},{path:"/smt",component:k,meta:{title:"SMT打样"}},{path:"/supplier",component:y,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:_,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:C,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:A,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:O,meta:{title:"猎芯网-新闻详情"}},{path:"/wallet",component:S,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:j,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:x,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:D,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:T,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:W,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:L,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:P,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:I,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:R,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:B,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:E,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:M,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:F,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];V.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var N=new b["a"]({routes:V});N.beforeEach(function(e,t,a){var n=e.meta&&e.meta.title;n&&(document.title=n),a()});var q=a("52c1"),z=a("01c5"),Y=a("365c"),J=a("4260"),H=a("0427");s["a"].use(z["p"]);var U={walletInfoData:{},showImgCode:!1,countDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[]},$={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.showImgCode=!0,e.countDownFlag=t.countDownFlag},verifyResetsms:function(e,t){e.passwordToken=t.data},walletListLog:function(e,t){e.walletListData=t.data},walletRecordList:function(e,t){e.walletRecordData=t.data},verifySafeMobile:function(e,t){e.bankPasswordToken=t.data,J["a"].setCookie("bankPasswordToken",t.data,1)},getBindBankmsg:function(e,t){e.bankCountDownFlag=t.bankCountDownFlag,e.bindBankKey=t.data.access_key,e.bindBankData=t.data.access_data},walletRecharge:function(e,t){e.amountRechargeID=t.data},walletWithdraw:function(e,t){e.amountWithdrawID=t.data},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data}},G={getWalletInfo:function(e,t){var a=e.commit,n={};Y["b"].getWalletInfo(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code&&a({type:"getWalletInfo",data:t.data})}).catch(function(e){})},smsVerifyActivate:function(e,t){e.commit;var a={mobile:t.mobile,channel:3};Y["b"].smsVerify(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):23019==t.err_code||11008==t.err_code||11011==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},activateWallet:function(e,t){e.commit;var a={intl_code:"",safe_mobile:t.mobile,verify_code:t.verifyCode,pay_password:t.password,reconfirm:t.passwordConfirm};Y["b"].activateWallet(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet/activate"},2e3))}).catch(function(e){})},sendSafesms:function(e,t){var a=e.commit,n={verify:t.imgCode,channel:3};Y["b"].sendSafesms(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",countDownFlag:!0})):23019==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",countDownFlag:!1})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},verifyResetsms:function(e,t){var a=e.commit,n={verify_code:t.verify_code};Y["b"].verifyResetsms(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"verifyResetsms",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},changeWalletpwd:function(e,t){e.commit;var a={token:t.token,pay_password:t.pay_password,reconfirm:t.reconfirm,mode:t.mode};Y["b"].changeWalletpwd(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var a=e.commit;z["p"].loading({message:"加载中..."});var n={log_type:t.log_type,stime:t.stime,etime:t.etime};Y["b"].walletListLog(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?a({type:"walletListLog",data:t.data.list}):Object(z["p"])({message:t.err_msg,duration:3e3}),z["p"].clear()}).catch(function(e){z["p"].clear()})},walletRecordList:function(e,t){var a=e.commit;z["p"].loading({message:"加载中..."});var n={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};Y["b"].walletRecordList(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?a({type:"walletRecordList",data:t.data.list}):Object(z["p"])({message:t.err_msg,duration:3e3}),z["p"].clear()}).catch(function(e){z["p"].clear()})},verifySafeMobile:function(e,t){var a=e.commit,n={verify_code:t.verify_code,pay_password:t.pay_password};Y["b"].verifySafeMobile(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"verifySafeMobile",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/bind"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},getBindBankmsg:function(e,t){var a=e.commit,n={bank_user:t.bank_user,bank_id:t.bank_id,bank_account:t.bank_account,id_type:t.id_type,id_number:t.id_number,account_type:t.account_type,mobile:t.mobile,channel:3};Y["b"].getBindBankmsg(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;var a={token:t.token,wallet_bank_id:t.wallet_bank_id,sms_code:t.sms_code,access_key:t.access_key,access_data:t.access_data};Y["b"].bindBankCard(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletRecharge:function(e,t){var a=e.commit,n={amount:t.amount};Y["b"].walletRecharge(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"walletRecharge",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){var a=e.commit,n={amount:t.amount,pay_password:t.pay_password};Y["b"].walletWithdraw(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),a({type:"walletWithdraw",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/record"},2e3)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},rechargeWithdrawOrderIfo:function(e,t){var a=e.commit,n={wallet_id:t.wallet_id};Y["b"].rechargeWithdrawOrderIfo(H.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),a({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},payTodo:function(e,t){e.commit;var a={pay_code:t.pay_code,rescue:t.rescue,types:t.types,site_type:t.site_type,order_id:t.order_id};Y["b"].payTodo(H.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(z["p"])({message:t.err_msg,duration:2e3}),is_miniProgram()||(window.location.href=t.data)):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})}},K={},Z={state:U,mutations:$,actions:G,getters:K};s["a"].use(z["p"]);var Q={index:{},loading:!0},X={index:function(e,t){e.index=t.data}},ee={index:function(e,t){var a=e.commit;Q.loading=!0;var n=J["a"].getParams();Y["b"].index(n).then(function(e){var t=e.data;Q.loading=!1,0==t.err_code?a({type:"index",data:t.data}):2==t.err_code&&Object(z["p"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){Q.loading=!1})}},te={},ae={state:Q,mutations:X,actions:ee,getters:te};s["a"].use(z["p"]);var ne={cartCount:"",loginCheck:!1,phpParams:{}},ie={cartCount:function(e,t){e.cartCount=0==t.data?"":t.data},loginCheck:function(e,t){0==t.data.err_code?e.loginCheck=!0:11030==t.data.err_code?e.loginCheck=!0:e.loginCheck=!1},phpParams:function(e,t){e.phpParams=t.data.data}},ce={cartCount:function(e,t){var a=e.commit;Y["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&a({type:"cartCount",data:t.data})}).catch(function(e){})},loginCheck:function(e,t){var a=e.commit;Y["b"].loginCheck().then(function(e){var t=e.data;a({type:"loginCheck",data:t})}).catch(function(e){})},customsrService:function(e,t){e.commit;var a={pf:window.lxpf,searchModel:""};Y["b"].customsrService(a).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var a=e.commit,n=J["a"].getParams();Y["b"].getCommonParams(n).then(function(e){var t=e.data;a({type:"phpParams",data:t})}).catch(function(e){})}},oe={},re={state:ne,mutations:ie,actions:ce,getters:oe},se=a("0427");s["a"].use(z["p"]);var ue={loading:!1},le={index:function(e,t){e.index=t.data}},de={checkAccountExists:function(e,t){e.commit;ue.loading=!0;var a={pf:2,type:2,account:t.account};Y["b"].checkAccountExists(se.stringify(a)).then(function(e){var t=e.data;ue.loading=!1,0!=t.err_code&&Object(z["p"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){ue.loading=!1})},customSmsVerify:function(e,t){e.commit;ue.loading=!0;var a={pf:2,verify:"",mobile:t.mobile};Y["b"].customSmsVerify(se.stringify(a)).then(function(e){var t=e.data;ue.loading=!1,0==t.err_code?Object(z["p"])({message:t.err_msg,duration:2e3}):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){ue.loading=!1})},chainFind:function(e,t){e.commit;if(ue.loading=!0,1==t.types)var a={type:2,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode,com_name:t.com_name,main_brand:t.main_brand,supplier_type:t.supplier_type};else if(3==t.types)a={type:3,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};Y["b"].chainFind(se.stringify(a)).then(function(e){var a=e.data;ue.loading=!1,1==a.errcode?Object(z["p"])({message:a.errmsg,duration:3e3}):2==a.errcode?(Object(z["p"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(z["p"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){ue.loading=!1,Object(z["p"])({message:"网络出现问题,请重试",duration:3e3})})}},fe={},me={state:ue,mutations:le,actions:de,getters:fe},he=a("0427");s["a"].use(z["p"]);var pe={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},ge={wechatArticle:function(e,t){e.wechatArticle=t.data,e.wechatArticleList=e.wechatArticleList.concat(t.data.list),e.limits=Math.ceil(t.data.total/6),t.page>=e.limits&&(e.finished=!0)}},we={wechatArticle:function(e,t){var a=e.commit;pe.loadStatus=!0;var n={type_id:t.type_id,page:t.page,limit:t.limit};Y["b"].wechatArticle(he.stringify(n)).then(function(e){var n=e.data;pe.loadStatus=!1,0==n.err_code&&a({type:"wechatArticle",data:n.data,page:t.page,limit:t.limit})}).catch(function(e){pe.loadStatus=!1})}},be={},ve={state:pe,mutations:ge,actions:we,getters:be},ke=(a("27fb"),a("0427"));s["a"].use(z["p"]);var ye={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},_e={newsArticle:function(e,t){e.rollbanner=t.data.rollbanner,e.cat_list=t.data.cat_list,1==e.p?e.content_list=t.data.content_list:e.content_list=e.content_list.concat(t.data.content_list),e.totalLimit=Math.ceil(Number(t.data.tatol_num)/e.limit),e.p>=e.totalLimit?e.finished=!0:e.finished=!1}},Ce={newsArticle:function(e,t){var a=e.commit;ye.loadStatus=!0;var n={cat_id:t.cat_id,p:t.p,limit:t.limit};ye.p=t.p,ye.limit=t.limit,Y["b"].newsArticle(ke.stringify(n)).then(function(e){var t=e.data;ye.loadStatus=!1,0==t.err_code&&a({type:"newsArticle",data:t.data})}).catch(function(e){ye.loadStatus=!1})}},Oe={},Ae={state:ye,mutations:_e,actions:Ce,getters:Oe},Se=a("0427");s["a"].use(z["p"]);var je={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},xe={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,J["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":J["a"].setCookie("newsdetailpop","1",1)}},De={newsArticleDetail:function(e,t){var a=e.commit;je.newsDetailObj={},je.loadStatus=!0;var n={art_id:t.art_id};Y["b"].newsArticleDetail(Se.stringify(n)).then(function(e){je.loadStatus=!1;var t=e.data;0==t.err_code&&a({type:"newsArticleDetail",data:t.data})}).catch(function(e){je.loadStatus=!1})},newsArticleDetailAd:function(e,t){var a=e.commit,n={cat_id:t.cat_id},i=J["a"].getParams(n);Y["b"].newsArticleDetailAd(i).then(function(e){var t=e.data;0==t.err_code&&a({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},Te={},We={state:je,mutations:xe,actions:De,getters:Te},Le=a("0427");s["a"].use(z["p"]);var Pe={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Ie={smsVerify:function(e,t){}},Re={smsVerify:function(e,t){var a=e.commit;Pe.form1CodeStatus=!1,Pe.loading=!0;var n={mobile:t.mobile,verify:t.verify,channel:1};Y["b"].smsVerify(Le.stringify(n)).then(function(e){var n=e.data;Pe.loading=!1;var i="form2"==t.types?"form2":"form1";Pe[i+"ImgShow"]=!1,0==n.err_code?(Object(z["p"])({message:n.err_msg,duration:2e3}),Pe[i+"CodeStatus"]=!0,a({type:"smsVerify",data:n.data})):23019==n.err_code||11008==n.err_code||11011==n.err_code?(Object(z["p"])({message:n.err_msg,duration:2e3}),Pe[i+"ImgShow"]=!0):Object(z["p"])({message:n.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},actionLogin:function(e,t){var a=e.commit;Pe.loading=!0,Pe.isRegLogin=!1;var n={account:t.account,sms_verify:t.sms_verify};Y["b"].actionLogin(Le.stringify(n)).then(function(e){var n=e.data;if(Pe.loading=!1,0==n.err_code){if("form1"==t.form_name)return Object(z["p"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);Pe.isRegLogin=!0,a({type:"actionLogin",data:n.data})}else Object(z["p"])({message:n.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},feedback:function(e,t){var a=e.commit;Pe.loading=!0;var n={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};Y["b"].feedback(Le.stringify(n)).then(function(e){var t=e.data;Pe.loading=!1,0==t.err_code?(Object(z["p"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),a({type:"feedback",data:t.data})):Object(z["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})}},Be={},Ee={state:Pe,mutations:Ie,actions:Re,getters:Be};s["a"].use(q["a"]);var Me=new q["a"].Store({modules:{wallet:Z,home:ae,common:re,smt:me,wxlist:ve,news:Ae,newsdetail:We,seo:Ee}}),Fe=function(e,t){var a=e;return-1==a.indexOf("ptag")&&(a=a.indexOf("?")>-1?a+"&ptag="+t:a+"?ptag="+t),a},Ve=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},Ne=function(e,t){var a=new Date(1e3*e);function n(e){return e<10&&(e="0"+e),e}var i=a.getFullYear(),c=a.getMonth()+1,o=a.getDate(),r=a.getHours(),s=a.getMinutes(),u=a.getSeconds();return i+"-"+n(c)+"-"+n(o)+" "+n(r)+":"+n(s)+":"+n(u)},qe={dateTimeFormate:Ne,urlParams:Ve,urlPatg:Fe},ze={bind:function(e,t){e.addEventListener("click",function(){var e=document.querySelector(".container-wrap").scrollTop,t=(e/100).toFixed(0),a=setInterval(function(){e-=t,e<=0&&(e=0,clearInterval(a)),document.querySelector(".container-wrap").scrollTop=e},1)},!1)}},Ye={bind:function(e,t){e.addEventListener("click",function(e){var t=document.documentElement.scrollTop||document.body.scrollTop,a=(t/100).toFixed(0),n=setInterval(function(){t-=a,t<=0&&(t=0,clearInterval(n)),document.documentElement.scrollTop?document.documentElement.scrollTop=t:document.body.scrollTop?document.body.scrollTop=t:document.querySelector("html,body").scrollTop=t},1)},!1)}},Je={install:function(e){e.directive("backTop",ze),e.directive("backTopWindow",Ye)}},He=a("897d"),Ue=a.n(He),$e=a("c501"),Ge=a.n($e);a("d6f9"),a("bfd9");s["a"].config.productionTip=!1;var Ke="production";if("production"!=Ke)new Ge.a;r()(qe).forEach(function(e){return s["a"].filter(e,qe[e])}),s["a"].use(Je),s["a"].prototype.$http=w.a,w.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",w.a.defaults.withCredentials=!0,w.a.interceptors.request.use(function(e){if("post"==e.method)e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf="+window.lxpf):e.data="pf="+window.lxpf;else if("get"==e.method){var t=r()(e.params);t.length?-1==t.indexOf("pf")&&(e.params=Object(c["a"])({pf:window.lxpf},e.params)):e.params={pf:window.lxpf}}return e},function(e){return i.a.reject(e)});var Ze=J["a"].getCookie("Yo4teW_gid");if(null==Ze){var Qe=Ue()("");J["a"].setCookie("Yo4teW_gid",Qe,1,window.cookieHostname)}var Xe={urlhash:window.location.hash};Xe=J["a"].getParams(Xe),Y["b"].wxaccess(Xe).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),N.beforeEach(function(e,t,a){var n=e.meta&&e.meta.title;n&&(document.title=n);var i=e.meta.back||"";if(i){var c=!!J["a"].isLogin();c?a():window.location.href="/v3/login?referer="+encodeURIComponent(window.location.href)}else a()}),new s["a"]({router:N,store:Me,render:function(e){return e(p)}}).$mount("#app")},bfd9:function(e,t,a){}});
\ No newline at end of file
(function(e){function t(t){for(var n,i,r=t[0],s=t[1],u=t[2],l=0,d=[];l<r.length;l++)i=r[l],c[i]&&d.push(c[i][0]),c[i]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);f&&f(t);while(d.length)d.shift()();return o.push.apply(o,u||[]),a()}function a(){for(var e,t=0;t<o.length;t++){for(var a=o[t],n=!0,i=1;i<a.length;i++){var r=a[i];0!==c[r]&&(n=!1)}n&&(o.splice(t--,1),e=s(s.s=a[0]))}return e}var n={},i={app:0},c={app:0},o=[];function r(e){return s.p+"js/"+({}[e]||e)+"."+{"chunk-1081bba5":"aac5b6ac","chunk-1a310afe":"95c9dbd7","chunk-3d2d429e":"8d3f60a1","chunk-5226221d":"e70b963f","chunk-68b28240":"30182d56","chunk-0babdc00":"335642d4","chunk-16ada998":"b461413f","chunk-1fdbf37d":"a7376c05","chunk-56524b2f":"1077de76","chunk-5a9a2519":"a683fd5b","chunk-5d86b139":"1ef612cf","chunk-6bee3754":"3cff4e3c","chunk-a5ed3e36":"678338c3","chunk-ac471472":"d5722ea7","chunk-bee38c0c":"e3aa2f96","chunk-c124b728":"d9dbdad3","chunk-e021251a":"dce835e1","chunk-e322bace":"1cadc37c","chunk-e50c9e6a":"cb454655","chunk-68b7c89c":"a09a5845","chunk-6bb21423":"09a204dc","chunk-e78c7db2":"127f2260"}[e]+".js"}function s(t){if(n[t])return n[t].exports;var a=n[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,s),a.l=!0,a.exports}s.e=function(e){var t=[],a={"chunk-1081bba5":1,"chunk-1a310afe":1,"chunk-3d2d429e":1,"chunk-5226221d":1,"chunk-68b28240":1,"chunk-0babdc00":1,"chunk-16ada998":1,"chunk-1fdbf37d":1,"chunk-56524b2f":1,"chunk-5a9a2519":1,"chunk-5d86b139":1,"chunk-6bee3754":1,"chunk-a5ed3e36":1,"chunk-ac471472":1,"chunk-bee38c0c":1,"chunk-c124b728":1,"chunk-e021251a":1,"chunk-e322bace":1,"chunk-e50c9e6a":1,"chunk-68b7c89c":1,"chunk-6bb21423":1,"chunk-e78c7db2":1};i[e]?t.push(i[e]):0!==i[e]&&a[e]&&t.push(i[e]=new Promise(function(t,a){for(var n="css/"+({}[e]||e)+"."+{"chunk-1081bba5":"c0f345b7","chunk-1a310afe":"d7e46390","chunk-3d2d429e":"045485d7","chunk-5226221d":"b62bb465","chunk-68b28240":"2cd1542e","chunk-0babdc00":"92647ec0","chunk-16ada998":"92647ec0","chunk-1fdbf37d":"92647ec0","chunk-56524b2f":"92647ec0","chunk-5a9a2519":"92647ec0","chunk-5d86b139":"92647ec0","chunk-6bee3754":"92647ec0","chunk-a5ed3e36":"92647ec0","chunk-ac471472":"92647ec0","chunk-bee38c0c":"92647ec0","chunk-c124b728":"92647ec0","chunk-e021251a":"92647ec0","chunk-e322bace":"92647ec0","chunk-e50c9e6a":"92647ec0","chunk-68b7c89c":"43c91bcb","chunk-6bb21423":"29799028","chunk-e78c7db2":"927a837d"}[e]+".css",c=s.p+n,o=document.getElementsByTagName("link"),r=0;r<o.length;r++){var u=o[r],l=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(l===n||l===c))return t()}var d=document.getElementsByTagName("style");for(r=0;r<d.length;r++){u=d[r],l=u.getAttribute("data-href");if(l===n||l===c)return t()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=t,f.onerror=function(t){var n=t&&t.target&&t.target.src||c,o=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");o.request=n,delete i[e],f.parentNode.removeChild(f),a(o)},f.href=c;var m=document.getElementsByTagName("head")[0];m.appendChild(f)}).then(function(){i[e]=0}));var n=c[e];if(0!==n)if(n)t.push(n[2]);else{var o=new Promise(function(t,a){n=c[e]=[t,a]});t.push(n[2]=o);var u,l=document.createElement("script");l.charset="utf-8",l.timeout=120,s.nc&&l.setAttribute("nonce",s.nc),l.src=r(e),u=function(t){l.onerror=l.onload=null,clearTimeout(d);var a=c[e];if(0!==a){if(a){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src,o=new Error("Loading chunk "+e+" failed.\n("+n+": "+i+")");o.type=n,o.request=i,a[1](o)}c[e]=void 0}};var d=setTimeout(function(){u({type:"timeout",target:l})},12e4);l.onerror=l.onload=u,document.head.appendChild(l)}return Promise.all(t)},s.m=e,s.c=n,s.d=function(e,t,a){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},s.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(s.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)s.d(a,n,function(t){return e[t]}.bind(null,n));return a},s.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="//h5static.ichunt.com/",s.oe=function(e){throw e};var u=window["webpackJsonp"]=window["webpackJsonp"]||[],l=u.push.bind(u);u.push=t,u=u.slice();for(var d=0;d<u.length;d++)t(u[d]);var f=l;o.push([0,"chunk-vendors"]),a()})({0:function(e,t,a){e.exports=a("56d7")},"365c":function(e,t,a){"use strict";a.d(t,"a",function(){return s}),a.d(t,"b",function(){return f});a("53da"),a("40f8");var n,i,c,o=a("7f43"),r=a.n(o);switch(window.location.hostname){case"m.ichunt.com":c="https://www.ichunt.com/v3/",i="https://m.ichunt.com/v3/",n="https://api.ichunt.com/";break;case"szm.ichunt.com":n="https://szapi.ichunt.com/",i="https://szm.ichunt.com/v3/",c="https://sz.ichunt.com/v3/";break;case"tm.ichunt.com":i="https://tm.ichunt.com/v3/",n="https://api.ichunt.com/",c="https://t.ichunt.com/v3/";break;case"m.liexin.com":i="http://m.liexin.com/v3/",n="http://api.liexin.com/",c="http://www.liexin.com/v3/";break;default:i="/m/v3/",n="/apis/"}var s=c,u=i,l=n,d={index:u+"index",loginCheck:l+"login/check",cartCount:l+"cart/count",customsrService:l+"public/customsrservice",getCommonParams:u+"getcommonparams",wxaccess:u+"api/wxaccess",checkAccountExists:l+"public/checkAccountExists",customSmsVerify:l+"public/customSmsVerify",chainFind:u+"Service/chainFind",wechatArticle:l+"Wechat/WechatArticleJinJi/article",newsArticle:l+"Article/Article/index",newsArticleDetail:l+"Article/Article/details",newsArticleDetailAd:l+"api/newsdetailad",actionLogin:l+"login/action",smsVerify:l+"public/smsVerify",feedback:l+"help/help/feedback",getWalletInfo:l+"wallet/info",activateWallet:l+"wallet/activate",sendSafesms:l+"wallet/safesms",verifyResetsms:l+"wallet/verifyresetsms",changeWalletpwd:l+"wallet/changepwd",walletListLog:l+"wallet/log",walletRecordList:l+"wallet/lists",verifySafeMobile:l+"wallet/verifysafe",getBindBankmsg:l+"wallet/getbankmsg",bindBankCard:l+"wallet/bindbankcard",walletRecharge:l+"wallet/recharge",walletWithdraw:l+"wallet/withdraw",rechargeWithdrawOrderIfo:l+"wallet/orderinfo",payTodo:l+"pay/todo"},f={index:function(e){return r.a.post(d.index,e)},loginCheck:function(e){return r.a.get(d.loginCheck,{params:{data:e}})},smsVerify:function(e){return r.a.post(d.smsVerify,e)},actionLogin:function(e){return r.a.post(d.actionLogin,e)},feedback:function(e){return r.a.post(d.feedback,e)},cartCount:function(e){return r.a.get(d.cartCount,{params:{data:e}})},customsrService:function(e){return r.a.get(d.customsrService,{params:{data:e}})},getCommonParams:function(e){return r.a.post(d.getCommonParams,e)},wxaccess:function(e){return r.a.post(d.wxaccess,e)},checkAccountExists:function(e){return r.a.post(d.checkAccountExists,e)},customSmsVerify:function(e){return r.a.post(d.customSmsVerify,e)},chainFind:function(e){return r.a.post(d.chainFind,e)},wechatArticle:function(e){return r.a.post(d.wechatArticle,e)},newsArticle:function(e){return r.a.post(d.newsArticle,e)},newsArticleDetail:function(e){return r.a.post(d.newsArticleDetail,e)},newsArticleDetailAd:function(e){return r.a.post(d.newsArticleDetailAd,e)},getWalletInfo:function(e){return r.a.get(d.getWalletInfo,{params:{data:e}})},activateWallet:function(e){return r.a.post(d.activateWallet,e)},sendSafesms:function(e){return r.a.post(d.sendSafesms,e)},verifyResetsms:function(e){return r.a.post(d.verifyResetsms,e)},walletListLog:function(e){return r.a.post(d.walletListLog,e)},changeWalletpwd:function(e){return r.a.post(d.changeWalletpwd,e)},walletRecordList:function(e){return r.a.post(d.walletRecordList,e)},verifySafeMobile:function(e){return r.a.post(d.verifySafeMobile,e)},getBindBankmsg:function(e){return r.a.post(d.getBindBankmsg,e)},bindBankCard:function(e){return r.a.post(d.bindBankCard,e)},walletRecharge:function(e){return r.a.post(d.walletRecharge,e)},walletWithdraw:function(e){return r.a.post(d.walletWithdraw,e)},rechargeWithdrawOrderIfo:function(e){return r.a.post(d.rechargeWithdrawOrderIfo,e)},payTodo:function(e){return r.a.post(d.payTodo,e)}}},4260:function(e,t,a){"use strict";a("f91a"),a("ab56");var n=a("0ec6"),i=a.n(n),c=(a("612f"),a("ab01")),o=a.n(c),r=(a("ea65"),0),s=8;function u(e){return g(l(p(e),e.length*s))}function l(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var a=Array(80),n=1732584193,i=-271733879,c=-1732584194,o=271733878,r=-1009589776,s=0;s<e.length;s+=16){for(var u=n,l=i,p=c,g=o,b=r,w=0;w<80;w++){a[w]=w<16?e[s+w]:h(a[w-3]^a[w-8]^a[w-14]^a[w-16],1);var v=m(m(h(n,5),d(w,i,c,o)),m(m(r,a[w]),f(w)));r=o,o=c,c=h(i,30),i=n,n=v}n=m(n,u),i=m(i,l),c=m(c,p),o=m(o,g),r=m(r,b)}return Array(n,i,c,o,r)}function d(e,t,a,n){return e<20?t&a|~t&n:e<40?t^a^n:e<60?t&a|t&n|a&n:t^a^n}function f(e){return e<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514}function m(e,t){var a=(65535&e)+(65535&t),n=(e>>16)+(t>>16)+(a>>16);return n<<16|65535&a}function h(e,t){return e<<t|e>>>32-t}function p(e){for(var t=Array(),a=(1<<s)-1,n=0;n<e.length*s;n+=s)t[n>>5]|=(e.charCodeAt(n/s)&a)<<24-n%32;return t}function g(e){for(var t=r?"0123456789ABCDEF":"0123456789abcdef",a="",n=0;n<4*e.length;n++)a+=t.charAt(e[n>>2]>>8*(3-n%4)+4&15)+t.charAt(e[n>>2]>>8*(3-n%4)&15);return a}var b=a("0427");t["a"]={setCookie:function(e,t,a,n){n=n?";domain="+n:"";var i=a,c=new Date;return c.setTime(c.getTime()+24*i*60*60*1e3),document.cookie=e+"="+encodeURIComponent(t)+";expires="+c.toGMTString()+";path=/"+n,!0},getCookie:function(e){for(var t=document.cookie,a=t.split("; "),n=0;n<a.length;n++){var i=a[n].split("=");if(e==i[0])return i[1]}return null},delCookie:function(e){var t=new Date;t.setTime(t.getTime()-1);var a=this.getCookie(e);null!=a&&(document.cookie=e+"="+a+";expires="+t.toGMTString())},getParams:function(e){var t=this.getCookie("Yo4teW_gid"),a=this.getCookie("cache_time");if(null!=a)var n=Math.floor((new Date).getTime()/1e3);else{n=Math.floor((new Date).getTime()/1e3)+window.fwtimes;this.setCookie("cache_time",window.fwtimes,1,window.cookieHostname)}var c=[],r={},s="",l="",d="",f={pf:2,qwertyuiop:n,Yo4teW_gid:t},m=o()({},f,e);i()(m).forEach(function(e,t,a){c.push(e)}),c=c.sort(),c.forEach(function(e,t,a){r[c[t]]=m[c[t]]}),i()(r).forEach(function(e,t,a){s+=e+"="+r[e]}),l=s.replace(/[^0-9a-zA-Z]/g,""),l=l.toUpperCase();for(var h=0;h<l.length;h++)"A"!=l[h]&&"B"!=l[h]&&"C"!=l[h]&&(d+=l[h]);s=u(d);var p=o()({},e,{asdfghjkl:s},{qwertyuiop:n},{pf:2});return b.stringify(p)}}},"56d7":function(e,t,a){"use strict";a.r(t);var n=a("a700"),i=a.n(n),c=a("0ec6"),o=a.n(c),r=(a("612f"),a("53da"),a("40f8"),a("8973")),s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"app"}},[a("keep-alive",{attrs:{exclude:"newsDetail,wallet,status"}},[a("router-view",{staticClass:"router-view"})],1)],1)},u=[],l={name:"app"},d=l,f=a("8c9c"),m=Object(f["a"])(d,s,u,!1,null,null,null),h=m.exports,p=a("7f43"),g=a.n(p),b=(a("3a23"),a("081a")),w=function(e){return a.e("chunk-e78c7db2").then(function(){var t=[a("9553")];e.apply(null,t)}.bind(this)).catch(a.oe)},v=function(e){return a.e("chunk-1a310afe").then(function(){var t=[a("2500")];e.apply(null,t)}.bind(this)).catch(a.oe)},k=function(e){return a.e("chunk-68b7c89c").then(function(){var t=[a("9055")];e.apply(null,t)}.bind(this)).catch(a.oe)},y=function(e){return a.e("chunk-1081bba5").then(function(){var t=[a("bd04")];e.apply(null,t)}.bind(this)).catch(a.oe)},_=function(e){return a.e("chunk-5226221d").then(function(){var t=[a("2536")];e.apply(null,t)}.bind(this)).catch(a.oe)},O=function(e){return a.e("chunk-3d2d429e").then(function(){var t=[a("832f")];e.apply(null,t)}.bind(this)).catch(a.oe)},C=function(e){return a.e("chunk-6bb21423").then(function(){var t=[a("f825")];e.apply(null,t)}.bind(this)).catch(a.oe)},A=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-e322bace")]).then(function(){var t=[a("7526")];e.apply(null,t)}.bind(this)).catch(a.oe)},S=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-6bee3754")]).then(function(){var t=[a("e175")];e.apply(null,t)}.bind(this)).catch(a.oe)},j=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-5a9a2519")]).then(function(){var t=[a("51d9")];e.apply(null,t)}.bind(this)).catch(a.oe)},x=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-5d86b139")]).then(function(){var t=[a("f9f6")];e.apply(null,t)}.bind(this)).catch(a.oe)},D=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-ac471472")]).then(function(){var t=[a("bdad")];e.apply(null,t)}.bind(this)).catch(a.oe)},T=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-c124b728")]).then(function(){var t=[a("6a6c")];e.apply(null,t)}.bind(this)).catch(a.oe)},W=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-e021251a")]).then(function(){var t=[a("c96d")];e.apply(null,t)}.bind(this)).catch(a.oe)},P=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-16ada998")]).then(function(){var t=[a("a34f")];e.apply(null,t)}.bind(this)).catch(a.oe)},L=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-0babdc00")]).then(function(){var t=[a("a619")];e.apply(null,t)}.bind(this)).catch(a.oe)},I=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-a5ed3e36")]).then(function(){var t=[a("10b5")];e.apply(null,t)}.bind(this)).catch(a.oe)},R=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-56524b2f")]).then(function(){var t=[a("2d18")];e.apply(null,t)}.bind(this)).catch(a.oe)},B=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-bee38c0c")]).then(function(){var t=[a("4c69")];e.apply(null,t)}.bind(this)).catch(a.oe)},E=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-1fdbf37d")]).then(function(){var t=[a("a179")];e.apply(null,t)}.bind(this)).catch(a.oe)},M=function(e){return Promise.all([a.e("chunk-68b28240"),a.e("chunk-e50c9e6a")]).then(function(){var t=[a("82d7")];e.apply(null,t)}.bind(this)).catch(a.oe)};r["a"].use(b["a"]);var F=[{path:"/",component:w,meta:{title:"猎芯网"}},{path:"/smt",component:v,meta:{title:"SMT打样"}},{path:"/supplier",component:k,meta:{title:"猎芯网,猎芯网供应商,猎芯网合作伙伴,电子元器件采购,电子元器件商城,IC采购网"}},{path:"/wxlist",name:"Wxlist",component:y,meta:{title:"猎芯网"}},{path:"/news",name:"News",component:_,meta:{title:"猎芯网-新闻列表"}},{path:"/seo",name:"Seo",component:C,meta:{title:"猎芯网——京东战投元器件商城"}},{path:"/news/detail/:art_id/:cat_id",name:"NewsDetail",component:O,meta:{title:"猎芯网-新闻详情"}},{path:"/wallet",component:A,meta:{title:"猎芯网-我的钱包"}},{path:"/wallet/status",component:S,meta:{title:"猎芯网-钱包状态"}},{path:"/wallet/activate",component:j,meta:{title:"猎芯网-激活钱包"}},{path:"/wallet/recharge",component:x,meta:{title:"猎芯网-钱包充值"}},{path:"/wallet/verify",component:D,meta:{title:"猎芯网-验证身份"}},{path:"/wallet/bind",component:T,meta:{title:"猎芯网-绑定银行账号"}},{path:"/wallet/withdraw",component:W,meta:{title:"猎芯网-钱包提现"}},{path:"/wallet/question",component:P,meta:{title:"猎芯网-常见问题"}},{path:"/wallet/walletdetail",component:L,meta:{title:"猎芯网-钱包明细"}},{path:"/wallet/accountdetail",component:I,meta:{title:"猎芯网-账单详情"}},{path:"/wallet/record",component:R,meta:{title:"猎芯网-充值提现记录"}},{path:"/wallet/withdrawdetail",component:B,meta:{title:"猎芯网-充值提现详情"}},{path:"/wallet/retrieve",component:E,meta:{title:"猎芯网-找回密码"}},{path:"/wallet/cashier",component:M,meta:{title:"猎芯网-收银台"}},{path:"*",redirect:"/"}];F.forEach(function(e){e.path=e.path||"/"+(e.name||"")});var V=new b["a"]({routes:F});V.beforeEach(function(e,t,a){var n=e.meta&&e.meta.title;n&&(document.title=n),a()});var N=a("52c1"),q=a("5101"),z=a("365c"),Y=a("4260"),J=a("0427");r["a"].use(q["p"]);var H={walletInfoData:{},showImgCode:!1,countDownFlag:!1,passwordToken:"",walletListData:[],walletRecordData:[],bankPasswordToken:"",bankCountDownFlag:!1,bindBankKey:"",bindBankData:"",amountRechargeID:"",amountWithdrawID:"",rechargeWithdrawOrderDetail:[]},$={getWalletInfo:function(e,t){e.walletInfoData=t.data},sendSafesms:function(e,t){e.showImgCode=!0,e.countDownFlag=t.countDownFlag},verifyResetsms:function(e,t){e.passwordToken=t.data},walletListLog:function(e,t){e.walletListData=t.data},walletRecordList:function(e,t){e.walletRecordData=t.data},verifySafeMobile:function(e,t){e.bankPasswordToken=t.data,Y["a"].setCookie("bankPasswordToken",t.data,1)},getBindBankmsg:function(e,t){e.bankCountDownFlag=t.bankCountDownFlag,e.bindBankKey=t.data.access_key,e.bindBankData=t.data.access_data},walletRecharge:function(e,t){e.amountRechargeID=t.data},walletWithdraw:function(e,t){e.amountWithdrawID=t.data},rechargeWithdrawOrderIfo:function(e,t){e.rechargeWithdrawOrderDetail=t.data},payTodo:function(e,t){e.rechargeWithdrawOrderDetail=t.data}},G={getWalletInfo:function(e,t){var a=e.commit,n={};z["b"].getWalletInfo(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code&&a({type:"getWalletInfo",data:t.data})}).catch(function(e){})},smsVerifyActivate:function(e,t){e.commit;var a={mobile:t.mobile,channel:3};z["b"].smsVerify(J.stringify(a)).then(function(e){var t=e.data;0==t.err_code?Object(q["p"])({message:t.err_msg,duration:2e3}):23019==t.err_code||11008==t.err_code||11011==t.err_code?Object(q["p"])({message:t.err_msg,duration:2e3}):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},activateWallet:function(e,t){e.commit;var a={intl_code:"",safe_mobile:t.mobile,verify_code:t.verifyCode,pay_password:t.password,reconfirm:t.passwordConfirm};z["b"].activateWallet(J.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):(Object(q["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet/activate"},2e3))}).catch(function(e){})},sendSafesms:function(e,t){var a=e.commit,n={verify:t.imgCode,channel:3};z["b"].sendSafesms(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",countDownFlag:!0})):23019==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"sendSafesms",countDownFlag:!1})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},verifyResetsms:function(e,t){var a=e.commit,n={verify_code:t.verify_code};z["b"].verifyResetsms(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"verifyResetsms",data:t.data})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},changeWalletpwd:function(e,t){e.commit;var a={token:t.token,pay_password:t.pay_password,reconfirm:t.reconfirm,mode:t.mode};z["b"].changeWalletpwd(J.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletListLog:function(e,t){var a=e.commit,n={log_type:t.log_type,stime:t.stime,etime:t.etime};z["b"].walletListLog(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"walletListLog",data:t.data.list})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletRecordList:function(e,t){var a=e.commit,n={wallet_type:t.wallet_type,stime:t.stime,etime:t.etime};z["b"].walletRecordList(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"walletRecordList",data:t.data.list})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},verifySafeMobile:function(e,t){var a=e.commit,n={verify_code:t.verify_code,pay_password:t.pay_password};z["b"].verifySafeMobile(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"verifySafeMobile",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/bind"},2e3)):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},getBindBankmsg:function(e,t){var a=e.commit,n={bank_user:t.bank_user,bank_id:t.bank_id,bank_account:t.bank_account,id_type:t.id_type,id_number:t.id_number,account_type:t.account_type,mobile:t.mobile,channel:3};z["b"].getBindBankmsg(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"getBindBankmsg",bankCountDownFlag:!0,data:t.data})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},bindBankCard:function(e,t){e.commit;var a={token:t.token,wallet_bank_id:t.wallet_bank_id,sms_code:t.sms_code,access_key:t.access_key,access_data:t.access_data};z["b"].bindBankCard(J.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),setTimeout(function(){window.location.href="/h5/view/#/wallet"},2e3)):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletRecharge:function(e,t){var a=e.commit,n={amount:t.amount};z["b"].walletRecharge(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"walletRecharge",data:t.data})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},walletWithdraw:function(e,t){var a=e.commit,n={amount:t.amount,pay_password:t.pay_password};z["b"].walletWithdraw(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:"提现申请成功,预计1个工作日后到账,节假日顺延,请耐心等待",duration:2e3}),a({type:"walletWithdraw",data:t.data}),setTimeout(function(){window.location.href="/h5/view/#/wallet/record"},2e3)):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},rechargeWithdrawOrderIfo:function(e,t){var a=e.commit,n={wallet_id:t.wallet_id};z["b"].rechargeWithdrawOrderIfo(J.stringify(n)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),a({type:"rechargeWithdrawOrderIfo",data:t.data})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})},payTodo:function(e,t){e.commit;var a={pay_code:t.pay_code,rescue:t.rescue,types:t.types,site_type:t.site_type,order_id:t.order_id};z["b"].payTodo(J.stringify(a)).then(function(e){var t=e.data;0==t.err_code?(Object(q["p"])({message:t.err_msg,duration:2e3}),is_miniProgram()||(window.location.href=t.data)):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){})}},K={},U={state:H,mutations:$,actions:G,getters:K};r["a"].use(q["p"]);var Z={index:{},loading:!0},Q={index:function(e,t){e.index=t.data}},X={index:function(e,t){var a=e.commit;Z.loading=!0;var n=Y["a"].getParams();z["b"].index(n).then(function(e){var t=e.data;Z.loading=!1,0==t.err_code?a({type:"index",data:t.data}):2==t.err_code&&Object(q["p"])({message:"非常抱歉,当前客户端时间与服务器时间不一致,请校准您的时间",duration:3e3})}).catch(function(e){Z.loading=!1})}},ee={},te={state:Z,mutations:Q,actions:X,getters:ee};r["a"].use(q["p"]);var ae={cartCount:"",loginCheck:!1,phpParams:{}},ne={cartCount:function(e,t){e.cartCount=0==t.data?"":t.data},loginCheck:function(e,t){0==t.data.err_code?e.loginCheck=!0:11030==t.data.err_code?e.loginCheck=!0:e.loginCheck=!1},phpParams:function(e,t){e.phpParams=t.data.data}},ie={cartCount:function(e,t){var a=e.commit;z["b"].cartCount().then(function(e){var t=e.data;0==t.err_code&&a({type:"cartCount",data:t.data})}).catch(function(e){})},loginCheck:function(e,t){var a=e.commit;z["b"].loginCheck().then(function(e){var t=e.data;a({type:"loginCheck",data:t})}).catch(function(e){})},customsrService:function(e,t){e.commit;var a={pf:window.lxpf,searchModel:""};z["b"].customsrService(a).then(function(e){}).catch(function(e){})},getCommonParams:function(e,t){var a=e.commit,n=Y["a"].getParams();z["b"].getCommonParams(n).then(function(e){var t=e.data;a({type:"phpParams",data:t})}).catch(function(e){})}},ce={},oe={state:ae,mutations:ne,actions:ie,getters:ce},re=a("0427");r["a"].use(q["p"]);var se={loading:!1},ue={index:function(e,t){e.index=t.data}},le={checkAccountExists:function(e,t){e.commit;se.loading=!0;var a={pf:2,type:2,account:t.account};z["b"].checkAccountExists(re.stringify(a)).then(function(e){var t=e.data;se.loading=!1,0!=t.err_code&&Object(q["p"])({message:"该手机号尚未注册,我们将为您自动生成猎芯网帐号",duration:3e3})}).catch(function(e){se.loading=!1})},customSmsVerify:function(e,t){e.commit;se.loading=!0;var a={pf:2,verify:"",mobile:t.mobile};z["b"].customSmsVerify(re.stringify(a)).then(function(e){var t=e.data;se.loading=!1,0==t.err_code?Object(q["p"])({message:t.err_msg,duration:2e3}):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){se.loading=!1})},chainFind:function(e,t){e.commit;if(se.loading=!0,1==t.types)var a={type:2,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode,com_name:t.com_name,main_brand:t.main_brand,supplier_type:t.supplier_type};else if(3==t.types)a={type:3,mobile:t.mobile,linkName:t.linkName,verifyCode:t.verifyCode};z["b"].chainFind(re.stringify(a)).then(function(e){var a=e.data;se.loading=!1,1==a.errcode?Object(q["p"])({message:a.errmsg,duration:3e3}):2==a.errcode?(Object(q["p"])({message:"已为您自动创建的猎芯网登录账号为"+t.mobile+"请使用免密码登录",duration:3e3}),setTimeout(function(){window.location.reload()},3e3)):(Object(q["p"])({message:"您已经提交成功,我们将会在2个工作日内联系您",duration:3e3}),setTimeout(function(){window.location.reload()},3e3))}).catch(function(e){se.loading=!1,Object(q["p"])({message:"网络出现问题,请重试",duration:3e3})})}},de={},fe={state:se,mutations:ue,actions:le,getters:de},me=a("0427");r["a"].use(q["p"]);var he={loadStatus:!1,wechatArticle:{},wechatArticleList:[],finished:!1,limits:1},pe={wechatArticle:function(e,t){e.wechatArticle=t.data,e.wechatArticleList=e.wechatArticleList.concat(t.data.list),e.limits=Math.ceil(t.data.total/6),t.page>=e.limits&&(e.finished=!0)}},ge={wechatArticle:function(e,t){var a=e.commit;he.loadStatus=!0;var n={type_id:t.type_id,page:t.page,limit:t.limit};z["b"].wechatArticle(me.stringify(n)).then(function(e){var n=e.data;he.loadStatus=!1,0==n.err_code&&a({type:"wechatArticle",data:n.data,page:t.page,limit:t.limit})}).catch(function(e){he.loadStatus=!1})}},be={},we={state:he,mutations:pe,actions:ge,getters:be},ve=(a("b06f"),a("0427"));r["a"].use(q["p"]);var ke={finished:!1,loadStatus:!1,cat_list:[],content_list:[],rollbanner:[],p:1,limit:10,totalLimit:0},ye={newsArticle:function(e,t){e.rollbanner=t.data.rollbanner,e.cat_list=t.data.cat_list,1==e.p?e.content_list=t.data.content_list:e.content_list=e.content_list.concat(t.data.content_list),e.totalLimit=Math.ceil(Number(t.data.tatol_num)/e.limit),e.p>=e.totalLimit?e.finished=!0:e.finished=!1}},_e={newsArticle:function(e,t){var a=e.commit;ke.loadStatus=!0;var n={cat_id:t.cat_id,p:t.p,limit:t.limit};ke.p=t.p,ke.limit=t.limit,z["b"].newsArticle(ve.stringify(n)).then(function(e){var t=e.data;ke.loadStatus=!1,0==t.err_code&&a({type:"newsArticle",data:t.data})}).catch(function(e){ke.loadStatus=!1})}},Oe={},Ce={state:ke,mutations:ye,actions:_e,getters:Oe},Ae=a("0427");r["a"].use(q["p"]);var Se={loadStatus:!1,newsDetailObj:{},newsDetailAd:{}},je={newsArticleDetail:function(e,t){e.newsDetailObj=t.data},newsArticleDetailAd:function(e,t){e.newsDetailAd=t.data,Y["a"].getCookie("newsdetailpop")?e.newsDetailAd.h5_news_ad_pop="":Y["a"].setCookie("newsdetailpop","1",1)}},xe={newsArticleDetail:function(e,t){var a=e.commit;Se.newsDetailObj={},Se.loadStatus=!0;var n={art_id:t.art_id};z["b"].newsArticleDetail(Ae.stringify(n)).then(function(e){Se.loadStatus=!1;var t=e.data;0==t.err_code&&a({type:"newsArticleDetail",data:t.data})}).catch(function(e){Se.loadStatus=!1})},newsArticleDetailAd:function(e,t){var a=e.commit,n={cat_id:t.cat_id},i=Y["a"].getParams(n);z["b"].newsArticleDetailAd(i).then(function(e){var t=e.data;0==t.err_code&&a({type:"newsArticleDetailAd",data:t.data})}).catch(function(e){})}},De={},Te={state:Se,mutations:je,actions:xe,getters:De},We=a("0427");r["a"].use(q["p"]);var Pe={loading:!1,form1ImgShow:!1,form2ImgShow:!1,form1CodeStatus:!1,form2CodeStatus:!1,isRegLogin:!1},Le={smsVerify:function(e,t){}},Ie={smsVerify:function(e,t){var a=e.commit;Pe.form1CodeStatus=!1,Pe.loading=!0;var n={mobile:t.mobile,verify:t.verify,channel:1};z["b"].smsVerify(We.stringify(n)).then(function(e){var n=e.data;Pe.loading=!1;var i="form2"==t.types?"form2":"form1";Pe[i+"ImgShow"]=!1,0==n.err_code?(Object(q["p"])({message:n.err_msg,duration:2e3}),Pe[i+"CodeStatus"]=!0,a({type:"smsVerify",data:n.data})):23019==n.err_code||11008==n.err_code||11011==n.err_code?(Object(q["p"])({message:n.err_msg,duration:2e3}),Pe[i+"ImgShow"]=!0):Object(q["p"])({message:n.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},actionLogin:function(e,t){var a=e.commit;Pe.loading=!0,Pe.isRegLogin=!1;var n={account:t.account,sms_verify:t.sms_verify};z["b"].actionLogin(We.stringify(n)).then(function(e){var n=e.data;if(Pe.loading=!1,0==n.err_code){if("form1"==t.form_name)return Object(q["p"])({message:"提交成功",duration:2e3}),void setTimeout(function(){window.location.href="/"},2e3);Pe.isRegLogin=!0,a({type:"actionLogin",data:n.data})}else Object(q["p"])({message:n.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})},feedback:function(e,t){var a=e.commit;Pe.loading=!0;var n={type:t.types,content:t.content,mobile:t.mobile,source:window.location.href};z["b"].feedback(We.stringify(n)).then(function(e){var t=e.data;Pe.loading=!1,0==t.err_code?(Object(q["p"])({message:"需求已提交成功,客服人员会尽快与您联系",duration:3e3}),setTimeout(function(){window.location.href="/"},3e3),a({type:"feedback",data:t.data})):Object(q["p"])({message:t.err_msg,duration:3e3})}).catch(function(e){Pe.loading=!1})}},Re={},Be={state:Pe,mutations:Le,actions:Ie,getters:Re};r["a"].use(N["a"]);var Ee=new N["a"].Store({modules:{wallet:U,home:te,common:oe,smt:fe,wxlist:we,news:Ce,newsdetail:Te,seo:Be}}),Me=function(e,t){var a=e;return-1==a.indexOf("ptag")&&(a=a.indexOf("?")>-1?a+"&ptag="+t:a+"?ptag="+t),a},Fe=function(e){return e.indexOf("?")>-1?e+"&ptag=index-dynamic":e+"?ptag=index-dynamic"},Ve=function(e,t){var a=new Date(1e3*e);function n(e){return e<10&&(e="0"+e),e}var i=a.getFullYear(),c=a.getMonth()+1,o=a.getDate(),r=a.getHours(),s=a.getMinutes(),u=a.getSeconds();return i+"-"+n(c)+"-"+n(o)+" "+n(r)+":"+n(s)+":"+n(u)},Ne={dateTimeFormate:Ve,urlParams:Fe,urlPatg:Me},qe={bind:function(e,t){e.addEventListener("click",function(){var e=document.querySelector(".container-wrap").scrollTop,t=(e/100).toFixed(0),a=setInterval(function(){e-=t,e<=0&&(e=0,clearInterval(a)),document.querySelector(".container-wrap").scrollTop=e},1)},!1)}},ze={bind:function(e,t){e.addEventListener("click",function(e){var t=document.documentElement.scrollTop||document.body.scrollTop,a=(t/100).toFixed(0),n=setInterval(function(){t-=a,t<=0&&(t=0,clearInterval(n)),document.documentElement.scrollTop?document.documentElement.scrollTop=t:document.body.scrollTop?document.body.scrollTop=t:document.querySelector("html,body").scrollTop=t},1)},!1)}},Ye={install:function(e){e.directive("backTop",qe),e.directive("backTopWindow",ze)}},Je=a("897d"),He=a.n(Je),$e=a("5482"),Ge=a.n($e);a("13f6"),a("bfd9");r["a"].config.productionTip=!1;var Ke="production";if("production"!=Ke)new Ge.a;o()(Ne).forEach(function(e){return r["a"].filter(e,Ne[e])}),r["a"].use(Ye),r["a"].prototype.$http=g.a,g.a.defaults.headers.post["Content-Type"]="application/x-www-form-urlencoded",g.a.defaults.withCredentials=!0,g.a.interceptors.request.use(function(e){return"post"==e.method?e.data?-1==e.data.indexOf("&pf=2")&&(e.data+="&pf=2"):e.data="pf=2":"get"==e.method&&(e.params.data?-1==e.params.data.indexOf("&pf=2")&&(e.params.data+="&pf=2"):e.params.data="pf=2"),e},function(e){return i.a.reject(e)});var Ue=Y["a"].getCookie("Yo4teW_gid");if(null==Ue){var Ze=He()("");Y["a"].setCookie("Yo4teW_gid",Ze,1,window.cookieHostname)}var Qe={urlhash:window.location.hash};Qe=Y["a"].getParams(Qe),z["b"].wxaccess(Qe).then(function(e){var t=e.data;0==t.err_code&&t.data&&(window.location.href=t.data)}),new r["a"]({router:V,store:Ee,render:function(e){return e(h)}}).$mount("#app")},bfd9:function(e,t,a){}});
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-028bdf4e"],{"31e5":function(t,e,a){"use strict";var s=a("7755"),r=a.n(s);r.a},7755:function(t,e,a){},"82d7":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:"wallet-cashier"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"cashier-content"},[a("div",{staticClass:"cashier-detail"},[a("p",{staticClass:"order-num"},[t._v("订单编号:"+t._s(t.orderNum))]),a("p",{staticClass:"order-money"},[t._v("¥"+t._s(t.orderMoney))])]),t._m(0),t._m(1),a("a",{staticClass:"pay",attrs:{href:"javascript:;"},on:{click:function(e){t.pay()}}},[t._v("立即支付")])])],1)},r=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"form-wrap"},[a("li",{staticClass:"inp-wrap"},[a("label",{staticClass:"lineBlock va-m"},[t._v("交易密码")]),a("input",{staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入交易密码"}})])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"forget-password"},[a("a",{attrs:{href:"javascript:;"}},[t._v("忘记密码?")])])}],c=a("bd31"),n=a("52c1"),i=a("57af"),l={name:"WalletCashier",data:function(){return{title:"猎芯网收银台",meaushow:!0,orderNum:0xaee669eefd5,orderMoney:523.16}},computed:Object(c["a"])({},Object(n["b"])({})),watch:{},created:function(){},methods:{},components:{Header:i["a"]}},o=l,u=(a("31e5"),a("fc05")),d=Object(u["a"])(o,s,r,!1,null,"0aa90e7a",null);e["default"]=d.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0440b270"],{"2d18":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-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,n){return a("li",{key:n},[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,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)},r=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("li",{staticClass:"no-data"},[a("i",{staticClass:"no-data-pic"})])}],o=(a("27fb"),a("ac74"),a("bd31")),s=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 u={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),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),r=864e5;return new Date(n-r)}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),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.recordYear=this.updateYear,this.recordMonth=this.updateMonth,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),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.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:n(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"]}},d=u,h=(a("3b19"),a("fc05")),p=Object(h["a"])(d,n,r,!1,null,"07eaa4ba",null);e["default"]=p.exports},"3b19":function(t,e,a){"use strict";var n=a("53e6"),r=a.n(n);r.a},"53e6":function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0babdc00"],{"3aab":function(t,e,a){"use strict";var n=a("e71b"),o=a.n(n);o.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("\n 全部交易类型 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px"},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._l(t.walletListData,function(e){return a("li",[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))])])}),0),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)],1)},o=[],s=(a("b06f"),a("f91a"),a("bd31")),i=a("8973"),r=a("52c1"),c=a("57af"),h=a("5101");i["a"].use(h["e"]).use(h["j"]).use(h["c"]).use(h["i"]).use(h["p"]);var l={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:"",columns:[{keyId:"",text:"全部"},{keyId:21,text:"订单支付"},{keyId:10,text:"钱包充值"},{keyId:20,text:"钱包提现"},{keyId:12,text:"活动返现"},{keyId:100,text:"余额调整"}]}},computed:Object(s["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),o=864e5;return new Date(n-o)}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.typeShow?this.typeShow=!1:this.typeShow=!0},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.dateMonth=this.updateMonth,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.typeShow=!1,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.keyId,stime:a(this.dateYear,this.dateMonth),etime:n(this.dateYear,this.dateMonth)})},onTypeCancel:function(){this.typeShow=!1}},components:{Header:c["a"]}},d=l,u=(a("3aab"),a("8c9c")),p=Object(u["a"])(d,n,o,!1,null,"f37e7c88",null);e["default"]=p.exports},e71b:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-102cd202"],{"71d7":function(s,o,t){var e=t("5b0f"),r=t("6c67"),a=t("78a6").f,i=t("38f8").f,n=t("e621"),m=t("7a14"),c=e.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,w=new c(d)!==d;if(t("d9cf")&&(!w||t("03fd")(function(){return p[t("e1be")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(s,o){var t=this instanceof c,e=n(s),a=void 0===o;return!t&&e&&s.constructor===c&&a?s:r(w?new f(e&&!a?s.source:s,o):f((e=s instanceof c)?s.source:s,e&&a?m.call(s):o),t?this:l,c)};for(var v=function(s){s in c||a(c,s,{configurable:!0,get:function(){return f[s]},set:function(o){f[s]=o}})},u=i(f),h=0;u.length>h;)v(u[h++]);l.constructor=c,c.prototype=l,t("c787")(e,"RegExp",c)}t("0384")("RegExp")},"84ea":function(s,o,t){"use strict";var e=t("e0c4"),r=t.n(e);r.a},a179: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-retrieve"},[t("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),t("div",{directives:[{name:"show",rawName:"v-show",value:s.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"},[s._v("安全手机号: "+s._s(s.walletInfoData.safe_mobile))])]),t("li",{directives:[{name:"show",rawName:"v-show",value:s.showImgCode,expression:"showImgCode"}],staticClass:"inp-wrap"},[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",staticStyle:{"border-top":"none"}},[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",attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),t("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"retrieve-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:""},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)},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:!1,showPasswordConfirm:!1,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(s){return s.wallet.walletInfoData},showImgCode:function(s){return s.wallet.showImgCode},countDownFlag:function(s){return s.wallet.countDownFlag},passwordToken:function(s){return s.wallet.passwordToken}})),watch:{countDownFlag:function(s){s?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},passwordToken:function(s){s?(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 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()},getCode:function(){this.$store.dispatch({type:"sendSafesms",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 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:"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="亲,密码由8~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("84ea"),t("fc05")),w=Object(p["a"])(d,e,r,!1,null,"3dbc2ccd",null);o["default"]=w.exports},e0c4:function(s,o,t){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1081bba5"],{"0c6a":function(t,n,e){},"0ed8":function(t,n,e){"use strict";var i=e("a051"),r=e("38b2"),a=e("690a"),o=e("471d"),c=e("067f"),s=e("6ac5").KEY,f=e("7f67"),l=e("6629"),u=e("3967"),p=e("16ef"),d=e("0902"),h=e("74e6"),v=e("3010"),b=e("e27e"),g=e("5fdf"),y=e("0bc6"),m=e("38cc"),w=e("fdb5"),_=e("eb10"),x=e("0763"),O=e("8070"),C=e("ab9e"),S=e("d770a"),j=e("4cf4"),P=e("4f1d"),E=S.f,A=j.f,k=C.f,N=i.Symbol,D=i.JSON,F=D&&D.stringify,$="prototype",J=d("_hidden"),z=d("toPrimitive"),L={}.propertyIsEnumerable,M=l("symbol-registry"),I=l("symbols"),K=l("op-symbols"),T=Object[$],W="function"==typeof N,H=i.QObject,Y=!H||!H[$]||!H[$].findChild,q=a&&f(function(){return 7!=O(A({},"a",{get:function(){return A(this,"a",{value:7}).a}})).a})?function(t,n,e){var i=E(T,n);i&&delete T[n],A(t,n,e),i&&t!==T&&A(T,n,i)}:A,B=function(t){var n=I[t]=O(N[$]);return n._k=t,n},G=W&&"symbol"==typeof N.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof N},Q=function(t,n,e){return t===T&&Q(K,n,e),y(t),n=_(n,!0),y(e),r(I,n)?(e.enumerable?(r(t,J)&&t[J][n]&&(t[J][n]=!1),e=O(e,{enumerable:x(0,!1)})):(r(t,J)||A(t,J,x(1,{})),t[J][n]=!0),q(t,n,e)):A(t,n,e)},R=function(t,n){y(t);var e,i=b(n=w(n)),r=0,a=i.length;while(a>r)Q(t,e=i[r++],n[e]);return t},U=function(t,n){return void 0===n?O(t):R(O(t),n)},V=function(t){var n=L.call(this,t=_(t,!0));return!(this===T&&r(I,t)&&!r(K,t))&&(!(n||!r(this,t)||!r(I,t)||r(this,J)&&this[J][t])||n)},X=function(t,n){if(t=w(t),n=_(n,!0),t!==T||!r(I,n)||r(K,n)){var e=E(t,n);return!e||!r(I,n)||r(t,J)&&t[J][n]||(e.enumerable=!0),e}},Z=function(t){var n,e=k(w(t)),i=[],a=0;while(e.length>a)r(I,n=e[a++])||n==J||n==s||i.push(n);return i},tt=function(t){var n,e=t===T,i=k(e?K:w(t)),a=[],o=0;while(i.length>o)!r(I,n=i[o++])||e&&!r(T,n)||a.push(I[n]);return a};W||(N=function(){if(this instanceof N)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),n=function(e){this===T&&n.call(K,e),r(this,J)&&r(this[J],t)&&(this[J][t]=!1),q(this,t,x(1,e))};return a&&Y&&q(T,t,{configurable:!0,set:n}),B(t)},c(N[$],"toString",function(){return this._k}),S.f=X,j.f=Q,e("d4f2").f=C.f=Z,e("5f84").f=V,e("6b32").f=tt,a&&!e("4df6")&&c(T,"propertyIsEnumerable",V,!0),h.f=function(t){return B(d(t))}),o(o.G+o.W+o.F*!W,{Symbol:N});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),et=0;nt.length>et;)d(nt[et++]);for(var it=P(d.store),rt=0;it.length>rt;)v(it[rt++]);o(o.S+o.F*!W,"Symbol",{for:function(t){return r(M,t+="")?M[t]:M[t]=N(t)},keyFor:function(t){if(!G(t))throw TypeError(t+" is not a symbol!");for(var n in M)if(M[n]===t)return n},useSetter:function(){Y=!0},useSimple:function(){Y=!1}}),o(o.S+o.F*!W,"Object",{create:U,defineProperty:Q,defineProperties:R,getOwnPropertyDescriptor:X,getOwnPropertyNames:Z,getOwnPropertySymbols:tt}),D&&o(o.S+o.F*(!W||f(function(){var t=N();return"[null]"!=F([t])||"{}"!=F({a:t})||"{}"!=F(Object(t))})),"JSON",{stringify:function(t){var n,e,i=[t],r=1;while(arguments.length>r)i.push(arguments[r++]);if(e=n=i[1],(m(n)||void 0!==t)&&!G(t))return g(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!G(n))return n}),i[1]=n,F.apply(D,i)}}),N[$][z]||e("3a22")(N[$],z,N[$].valueOf),u(N,"Symbol"),u(Math,"Math",!0),u(i.JSON,"JSON",!0)},"13d3":function(t,n,e){e("0ed8"),t.exports=e("836e").Object.getOwnPropertySymbols},1904:function(t,n,e){t.exports=e("e432")},2259:function(t,n,e){},2675:function(t,n,e){var i=e("471d");i(i.S+i.F*!e("690a"),"Object",{defineProperty:e("4cf4").f})},3010:function(t,n,e){var i=e("a051"),r=e("836e"),a=e("4df6"),o=e("74e6"),c=e("4cf4").f;t.exports=function(t){var n=r.Symbol||(r.Symbol=a?{}:i.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:o.f(t)})}},"3b79":function(t,n,e){"use strict";var i=e("2259"),r=e.n(i);r.a},5710:function(t,n,e){},"57af":function(t,n,e){"use strict";var i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("section",[e("div",{staticClass:"header-page clr"},[e("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),e("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?e("Menu",{attrs:{color:t.color}}):t._e()],1)])},r=[],a=e("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:a["a"]}},c=o,s=(e("9f93"),e("8c9c")),f=Object(s["a"])(c,i,r,!1,null,null,null);n["a"]=f.exports},"5fdf":function(t,n,e){var i=e("6dd6");t.exports=Array.isArray||function(t){return"Array"==i(t)}},"6ac5":function(t,n,e){var i=e("16ef")("meta"),r=e("38cc"),a=e("38b2"),o=e("4cf4").f,c=0,s=Object.isExtensible||function(){return!0},f=!e("7f67")(function(){return s(Object.preventExtensions({}))}),l=function(t){o(t,i,{value:{i:"O"+ ++c,w:{}}})},u=function(t,n){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!a(t,i)){if(!s(t))return"F";if(!n)return"E";l(t)}return t[i].i},p=function(t,n){if(!a(t,i)){if(!s(t))return!0;if(!n)return!1;l(t)}return t[i].w},d=function(t){return f&&h.NEED&&s(t)&&!a(t,i)&&l(t),t},h=t.exports={KEY:i,NEED:!1,fastKey:u,getWeak:p,onFreeze:d}},"6e35":function(t,n,e){t.exports=e("cdf9")},7272:function(t,n,e){"use strict";var i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",[t.flag?e("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),e("div",{staticClass:"menu clr"},[e("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?e("div",[e("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},r=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("ul",{staticClass:"menu-view"},[e("li",[e("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),e("li",[e("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),e("li",[e("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),e("li",[e("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),e("li",{staticClass:"mui-table-view-cell "},[e("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),e("li",[e("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],a={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=a,c=(e("3b79"),e("8c9c")),s=Object(c["a"])(o,i,r,!1,null,null,null);n["a"]=s.exports},"74e6":function(t,n,e){n.f=e("0902")},"93db":function(t,n,e){"use strict";var i=e("0c6a"),r=e.n(i);r.a},"9f93":function(t,n,e){"use strict";var i=e("5710"),r=e.n(i);r.a},ab9e:function(t,n,e){var i=e("fdb5"),r=e("d4f2").f,a={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return r(t)}catch(n){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==a.call(t)?c(t):r(i(t))}},bd04:function(t,n,e){"use strict";e.r(n);var i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("section",{staticClass:"wxlist"},[e("Header"),e("div",{staticClass:"wxlist-content"},[e("div",{staticClass:"menu-title"},[t._v(t._s(t.wechatArticle.menu))]),t.wechatArticle.top?e("div",{staticClass:"wxlist-banner"},[e("div",{staticClass:"banner-box"},[t._m(0),e("div",{staticClass:"banner-body"},[e("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[e("img",{attrs:{alt:t.wechatArticle.top.title,src:t.wechatArticle.top.img}})])]),e("div",{staticClass:"banner-footer"},[e("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[e("span",[t._v("活动 | ")]),t._v(t._s(t.wechatArticle.top.title))])])])]):t._e(),e("div",{staticClass:"wxlist-data"},[e("div",{staticClass:"wxlist-data-box"},[e("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:10,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(n){t.loading=n},expression:"loading"}},t._l(t.wechatArticleList,function(n,i){return e("div",{key:i,staticClass:"data-group clr"},[e("a",{attrs:{href:t._f("urlPatg")(n.url,"wechatlist")}},[e("div",{staticClass:"group-left fl"},[e("div",{staticClass:"group-left-box"},[t._v("\n "+t._s(n.title)+"\n ")])]),e("img",{staticClass:"group-right fr",attrs:{src:n.img}})])])}),0)],1)])])],1)},r=[function(){var t=this,n=t.$createElement,i=t._self._c||n;return i("div",{staticClass:"banner-header clr"},[i("div",{staticClass:"banner-img fl"},[i("img",{attrs:{src:e("defc")}})]),i("div",{staticClass:"banner-title fl"},[t._v("猎芯网")])])}],a=e("bd31"),o=e("8973"),c=e("52c1"),s=e("5101"),f=e("57af");o["a"].use(s["g"]);var l={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(a["a"])({},Object(c["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:f["a"]}},u=l,p=(e("93db"),e("8c9c")),d=Object(p["a"])(u,i,r,!1,null,"2cd2f384",null);n["default"]=d.exports},bd31:function(t,n,e){"use strict";var i=e("6e35"),r=e.n(i),a=e("e5df"),o=e.n(a),c=e("0ec6"),s=e.n(c),f=e("1904"),l=e.n(f);function u(t,n,e){return n in t?l()(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function p(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{},i=s()(e);"function"===typeof o.a&&(i=i.concat(o()(e).filter(function(t){return r()(e,t).enumerable}))),i.forEach(function(n){u(t,n,e[n])})}return t}e.d(n,"a",function(){return p})},cdf9:function(t,n,e){e("e99e");var i=e("836e").Object;t.exports=function(t,n){return i.getOwnPropertyDescriptor(t,n)}},d4f2:function(t,n,e){var i=e("c540"),r=e("b59a").concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},d770a:function(t,n,e){var i=e("5f84"),r=e("0763"),a=e("fdb5"),o=e("eb10"),c=e("38b2"),s=e("54b2"),f=Object.getOwnPropertyDescriptor;n.f=e("690a")?f:function(t,n){if(t=a(t),n=o(n,!0),s)try{return f(t,n)}catch(e){}if(c(t,n))return r(!i.f.call(t,n),t[n])}},defc:function(t,n,e){t.exports=e.p+"img/logo2.19d260fd.png"},e27e:function(t,n,e){var i=e("4f1d"),r=e("6b32"),a=e("5f84");t.exports=function(t){var n=i(t),e=r.f;if(e){var o,c=e(t),s=a.f,f=0;while(c.length>f)s.call(t,o=c[f++])&&n.push(o)}return n}},e432:function(t,n,e){e("2675");var i=e("836e").Object;t.exports=function(t,n,e){return i.defineProperty(t,n,e)}},e5df:function(t,n,e){t.exports=e("13d3")},e99e:function(t,n,e){var i=e("fdb5"),r=e("d770a").f;e("dfd0")("getOwnPropertyDescriptor",function(){return function(t,n){return r(i(t),n)}})}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-16ada998"],{"6bab":function(t,e,a){},a34f: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-question"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"question-content"},[t._v("\n 222\n ")])],1)},c=[],s=a("bd31"),o=a("52c1"),u=a("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=(a("d1f3"),a("8c9c")),d=Object(r["a"])(l,n,c,!1,null,"b1cea0cc",null);e["default"]=d.exports},d1f3:function(t,e,a){"use strict";var n=a("6bab"),c=a.n(n);c.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1a2ea83e"],{"3b79":function(t,n,a){"use strict";var i=a("db41"),o=a.n(i);o.a},"57af":function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},o=[],s=a("7272"),e={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:s["a"]}},c=e,l=(a("9f93"),a("fc05")),r=Object(l["a"])(c,i,o,!1,null,null,null);n["a"]=r.exports},7272:function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},o=[function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],s={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},e=s,c=(a("3b79"),a("fc05")),l=Object(c["a"])(e,i,o,!1,null,null,null);n["a"]=l.exports},"9f93":function(t,n,a){"use strict";var i=a("fe55"),o=a.n(i);o.a},db41:function(t,n,a){},fe55:function(t,n,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1a310afe"],{"0ed8":function(t,s,e){"use strict";var i=e("a051"),a=e("38b2"),n=e("690a"),l=e("471d"),c=e("067f"),o=e("6ac5").KEY,r=e("7f67"),f=e("6629"),v=e("3967"),u=e("16ef"),m=e("0902"),p=e("74e6"),_=e("3010"),C=e("e27e"),d=e("5fdf"),h=e("0bc6"),b=e("38cc"),y=e("fdb5"),g=e("eb10"),k=e("0763"),B=e("8070"),w=e("ab9e"),x=e("d770a"),E=e("4cf4"),O=e("4f1d"),$=x.f,N=E.f,z=w.f,j=i.Symbol,S=i.JSON,P=S&&S.stringify,F="prototype",M=m("_hidden"),q=m("toPrimitive"),A={}.propertyIsEnumerable,D=f("symbol-registry"),I=f("symbols"),J=f("op-symbols"),T=Object[F],G="function"==typeof j,K=i.QObject,V=!K||!K[F]||!K[F].findChild,W=n&&r(function(){return 7!=B(N({},"a",{get:function(){return N(this,"a",{value:7}).a}})).a})?function(t,s,e){var i=$(T,s);i&&delete T[s],N(t,s,e),i&&t!==T&&N(T,s,i)}:N,Y=function(t){var s=I[t]=B(j[F]);return s._k=t,s},Z=G&&"symbol"==typeof j.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof j},Q=function(t,s,e){return t===T&&Q(J,s,e),h(t),s=g(s,!0),h(e),a(I,s)?(e.enumerable?(a(t,M)&&t[M][s]&&(t[M][s]=!1),e=B(e,{enumerable:k(0,!1)})):(a(t,M)||N(t,M,k(1,{})),t[M][s]=!0),W(t,s,e)):N(t,s,e)},H=function(t,s){h(t);var e,i=C(s=y(s)),a=0,n=i.length;while(n>a)Q(t,e=i[a++],s[e]);return t},L=function(t,s){return void 0===s?B(t):H(B(t),s)},R=function(t){var s=A.call(this,t=g(t,!0));return!(this===T&&a(I,t)&&!a(J,t))&&(!(s||!a(this,t)||!a(I,t)||a(this,M)&&this[M][t])||s)},U=function(t,s){if(t=y(t),s=g(s,!0),t!==T||!a(I,s)||a(J,s)){var e=$(t,s);return!e||!a(I,s)||a(t,M)&&t[M][s]||(e.enumerable=!0),e}},X=function(t){var s,e=z(y(t)),i=[],n=0;while(e.length>n)a(I,s=e[n++])||s==M||s==o||i.push(s);return i},tt=function(t){var s,e=t===T,i=z(e?J:y(t)),n=[],l=0;while(i.length>l)!a(I,s=i[l++])||e&&!a(T,s)||n.push(I[s]);return n};G||(j=function(){if(this instanceof j)throw TypeError("Symbol is not a constructor!");var t=u(arguments.length>0?arguments[0]:void 0),s=function(e){this===T&&s.call(J,e),a(this,M)&&a(this[M],t)&&(this[M][t]=!1),W(this,t,k(1,e))};return n&&V&&W(T,t,{configurable:!0,set:s}),Y(t)},c(j[F],"toString",function(){return this._k}),x.f=U,E.f=Q,e("d4f2").f=w.f=X,e("5f84").f=R,e("6b32").f=tt,n&&!e("4df6")&&c(T,"propertyIsEnumerable",R,!0),p.f=function(t){return Y(m(t))}),l(l.G+l.W+l.F*!G,{Symbol:j});for(var st="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),et=0;st.length>et;)m(st[et++]);for(var it=O(m.store),at=0;it.length>at;)_(it[at++]);l(l.S+l.F*!G,"Symbol",{for:function(t){return a(D,t+="")?D[t]:D[t]=j(t)},keyFor:function(t){if(!Z(t))throw TypeError(t+" is not a symbol!");for(var s in D)if(D[s]===t)return s},useSetter:function(){V=!0},useSimple:function(){V=!1}}),l(l.S+l.F*!G,"Object",{create:L,defineProperty:Q,defineProperties:H,getOwnPropertyDescriptor:U,getOwnPropertyNames:X,getOwnPropertySymbols:tt}),S&&l(l.S+l.F*(!G||r(function(){var t=j();return"[null]"!=P([t])||"{}"!=P({a:t})||"{}"!=P(Object(t))})),"JSON",{stringify:function(t){var s,e,i=[t],a=1;while(arguments.length>a)i.push(arguments[a++]);if(e=s=i[1],(b(s)||void 0!==t)&&!Z(t))return d(s)||(s=function(t,s){if("function"==typeof e&&(s=e.call(this,t,s)),!Z(s))return s}),i[1]=s,P.apply(S,i)}}),j[F][q]||e("3a22")(j[F],q,j[F].valueOf),v(j,"Symbol"),v(Math,"Math",!0),v(i.JSON,"JSON",!0)},"13d3":function(t,s,e){e("0ed8"),t.exports=e("836e").Object.getOwnPropertySymbols},"17fd":function(t,s,e){t.exports=e.p+"img/i7.75862a6c.png"},1904:function(t,s,e){t.exports=e("e432")},2259:function(t,s,e){},2500: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("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,e){return i("li",{key:e,class:{curr:t.active==e},on:{click:function(s){return t.tab(e,"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:e("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,e){return i("li",{key:e,class:{curr:t.active_1==e},on:{click:function(s){return t.tab(e,"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)},a=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("label",{staticClass:"lineBlock va-m"},[e("em",{staticClass:"va-m"},[t._v("*")]),t._v("联系人")])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("label",{staticClass:"lineBlock va-m"},[e("em",[t._v("*")]),t._v("联系方式")])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("label",{staticClass:"lineBlock va-m"},[e("em",[t._v("*")]),t._v("短信验证")])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("p",{staticClass:"tit boxsiz"},[e("i",{staticClass:"ico-1 lineBlock va-m"}),e("span",{staticClass:"va-m t1"},[t._v("打样说明")]),e("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:e("ac21"),alt:""}})]),i("li",[i("img",{attrs:{src:e("fb95"),alt:""}})]),i("li",[i("img",{attrs:{src:e("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:e("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:e("e76c"),alt:""}})])])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("p",{staticClass:"tit boxsiz"},[e("i",{staticClass:"ico-1 lineBlock va-m"}),e("span",{staticClass:"va-m t1"},[t._v("用户须知")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("1")]),e("p",{staticClass:"lineBlock va-t"},[t._v("详细,准确的BOM清单,如有变更须在BOM上注明 ( 必须提供);")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("2")]),e("p",{staticClass:"lineBlock va-t"},[t._v('"Gerber文件(在猎芯加工PCB无需提供此项),如 需开拼版钢网,请提供拼版文件;')])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("3")]),e("p",{staticClass:"lineBlock va-t"},[t._v("元器件位号图;")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("4")]),e("p",{staticClass:"lineBlock va-t"},[t._v("坐标文件;")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("5")]),e("p",{staticClass:"lineBlock va-t"},[t._v("PCB文件(如果坐标文件、位号图、Gerber文件客户未能导出的,也可提供PCB文件);")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("6")]),e("p",{staticClass:"lineBlock va-t"},[t._v("样板(生产参照用,有条件的可提供)。")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("1")]),e("p",{staticClass:"lineBlock va-t"},[t._v("客户自备物料,对易损耗的物料(样品:阻容件多提供15个样品,批量需要提供1%的备足)需提供少量备足;")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("2")]),e("p",{staticClass:"lineBlock va-t"},[t._v('"如少量物料备不齐,暂无需焊接,请列出明细;')])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("3")]),e("p",{staticClass:"lineBlock va-t"},[t._v("有特殊需求,注意事项,请提前说明;")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("4")]),e("p",{staticClass:"lineBlock va-t"},[t._v("暂不接受外来的钢网,寄元器件或样板不接受到付;")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("em",{staticClass:"lineBlock va-t"},[t._v("5")]),e("p",{staticClass:"lineBlock va-t"},[t._v("代采购阻容件,需提供完整型号(封装,精度,伏数等),所提供阻容件为‘三星’品牌(客户如要指定品牌,须特别声明);")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("p",{staticClass:"tit boxsiz"},[e("i",{staticClass:"ico-1 lineBlock va-m"}),e("span",{staticClass:"va-m t1"},[t._v("代开钢网")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("p",[t._v("客户钢网仅保留3个月,3个月后我司自行处理;"),e("br"),t._v("如要寄回钢网须在下单时确认,无特别申明视为不需退还钢网。")])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("p",{staticClass:"tit boxsiz"},[e("i",{staticClass:"ico-1 lineBlock va-m"}),e("span",{staticClass:"va-m t1"},[t._v("服务说明")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("仅对贴装问题进行保修;")])]),e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("保修时效:发货当天起30天内;")])]),e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("无法提供上门维修服务;")])]),e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("负责单程邮费。")])]),e("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),e("p",{staticClass:"t2"},[t._v("\n 联系我们:"),e("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])},function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("li",[e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("1、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("客户提供的物料不齐,但要求上线生产的,后续不承担补料;")])]),e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("2、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("因来料引起的不良,比如PCB断线,物料假货,物料封装不对等我司不承认任何责任;")])]),e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("3、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("生产过程中出现异常,需要沟通但无法联系到客户相关人员导致无法确认的,有权自行处理;")])]),e("p",{staticClass:"t1"},[e("em",{staticClass:"lineBlock va-t"},[t._v("4、")]),e("span",{staticClass:"va-t lineBlock"},[t._v("因技术资料引起的贴装错误,我司不承担任何责任。")])]),e("a",{staticClass:"qq",attrs:{href:"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes"}}),e("p",{staticClass:"t2"},[t._v("\n 联系我们:"),e("i",{staticClass:"lineBlock va-m"}),t._v("zhengjf@ichunt.com\n ")])])}],n=e("bd31"),l=e("8973"),c=e("52c1"),o=e("5101"),r=e("7272");l["a"].use(o["h"]).use(o["d"]);var f={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(n["a"])({},Object(c["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 e=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),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"]}},v=f,u=(e("2f05"),e("8c9c")),m=Object(u["a"])(v,i,a,!1,null,"65ae2e90",null);s["default"]=m.exports},2675:function(t,s,e){var i=e("471d");i(i.S+i.F*!e("690a"),"Object",{defineProperty:e("4cf4").f})},"2f05":function(t,s,e){"use strict";var i=e("e148"),a=e.n(i);a.a},3010:function(t,s,e){var i=e("a051"),a=e("836e"),n=e("4df6"),l=e("74e6"),c=e("4cf4").f;t.exports=function(t){var s=a.Symbol||(a.Symbol=n?{}:i.Symbol||{});"_"==t.charAt(0)||t in s||c(s,t,{value:l.f(t)})}},"343f":function(t,s,e){t.exports=e.p+"img/i8.70b9e25c.jpg"},"3b79":function(t,s,e){"use strict";var i=e("2259"),a=e.n(i);a.a},"5fdf":function(t,s,e){var i=e("6dd6");t.exports=Array.isArray||function(t){return"Array"==i(t)}},"6ac5":function(t,s,e){var i=e("16ef")("meta"),a=e("38cc"),n=e("38b2"),l=e("4cf4").f,c=0,o=Object.isExtensible||function(){return!0},r=!e("7f67")(function(){return o(Object.preventExtensions({}))}),f=function(t){l(t,i,{value:{i:"O"+ ++c,w:{}}})},v=function(t,s){if(!a(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!n(t,i)){if(!o(t))return"F";if(!s)return"E";f(t)}return t[i].i},u=function(t,s){if(!n(t,i)){if(!o(t))return!0;if(!s)return!1;f(t)}return t[i].w},m=function(t){return r&&p.NEED&&o(t)&&!n(t,i)&&f(t),t},p=t.exports={KEY:i,NEED:!1,fastKey:v,getWeak:u,onFreeze:m}},"6e35":function(t,s,e){t.exports=e("cdf9")},7272:function(t,s,e){"use strict";var i=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",[t.flag?e("div",{staticClass:"menu-fade",on:{click:function(s){t.flag=!1}}}):t._e(),e("div",{staticClass:"menu clr"},[e("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(s){t.flag=!t.flag}}}),t.flag?e("div",[e("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("ul",{staticClass:"menu-view"},[e("li",[e("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),e("li",[e("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),e("li",[e("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),e("li",[e("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),e("li",{staticClass:"mui-table-view-cell "},[e("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),e("li",[e("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},l=n,c=(e("3b79"),e("8c9c")),o=Object(c["a"])(l,i,a,!1,null,null,null);s["a"]=o.exports},"74e6":function(t,s,e){s.f=e("0902")},ab9e:function(t,s,e){var i=e("fdb5"),a=e("d4f2").f,n={}.toString,l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return a(t)}catch(s){return l.slice()}};t.exports.f=function(t){return l&&"[object Window]"==n.call(t)?c(t):a(i(t))}},ac21:function(t,s,e){t.exports=e.p+"img/i4.55f3ee7c.png"},bd31:function(t,s,e){"use strict";var i=e("6e35"),a=e.n(i),n=e("e5df"),l=e.n(n),c=e("0ec6"),o=e.n(c),r=e("1904"),f=e.n(r);function v(t,s,e){return s in t?f()(t,s,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[s]=e,t}function u(t){for(var s=1;s<arguments.length;s++){var e=null!=arguments[s]?arguments[s]:{},i=o()(e);"function"===typeof l.a&&(i=i.concat(l()(e).filter(function(t){return a()(e,t).enumerable}))),i.forEach(function(s){v(t,s,e[s])})}return t}e.d(s,"a",function(){return u})},cdf9:function(t,s,e){e("e99e");var i=e("836e").Object;t.exports=function(t,s){return i.getOwnPropertyDescriptor(t,s)}},d4f2:function(t,s,e){var i=e("c540"),a=e("b59a").concat("length","prototype");s.f=Object.getOwnPropertyNames||function(t){return i(t,a)}},d770a:function(t,s,e){var i=e("5f84"),a=e("0763"),n=e("fdb5"),l=e("eb10"),c=e("38b2"),o=e("54b2"),r=Object.getOwnPropertyDescriptor;s.f=e("690a")?r:function(t,s){if(t=n(t),s=l(s,!0),o)try{return r(t,s)}catch(e){}if(c(t,s))return a(!i.f.call(t,s),t[s])}},e148:function(t,s,e){},e27e:function(t,s,e){var i=e("4f1d"),a=e("6b32"),n=e("5f84");t.exports=function(t){var s=i(t),e=a.f;if(e){var l,c=e(t),o=n.f,r=0;while(c.length>r)o.call(t,l=c[r++])&&s.push(l)}return s}},e432:function(t,s,e){e("2675");var i=e("836e").Object;t.exports=function(t,s,e){return i.defineProperty(t,s,e)}},e5df:function(t,s,e){t.exports=e("13d3")},e76c:function(t,s,e){t.exports=e.p+"img/i11.3082e241.png"},e99e:function(t,s,e){var i=e("fdb5"),a=e("d770a").f;e("dfd0")("getOwnPropertyDescriptor",function(){return function(t,s){return a(i(t),s)}})},f21e:function(t,s,e){t.exports=e.p+"img/i6.49d98027.png"},fb95:function(t,s,e){t.exports=e.p+"img/i5.55a2776d.png"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1fdbf37d"],{"11db":function(s,o,t){},"5f33":function(s,o,t){var e=t("4839"),r=t("d62f"),a=t("694f").f,i=t("62af").f,n=t("d635"),m=t("7fe4"),c=e.RegExp,f=c,l=c.prototype,d=/a/g,p=/a/g,w=new c(d)!==d;if(t("3a0f")&&(!w||t("201d")(function(){return p[t("f3ae")("match")]=!1,c(d)!=d||c(p)==p||"/a/i"!=c(d,"i")}))){c=function(s,o){var t=this instanceof c,e=n(s),a=void 0===o;return!t&&e&&s.constructor===c&&a?s:r(w?new f(e&&!a?s.source:s,o):f((e=s instanceof c)?s.source:s,e&&a?m.call(s):o),t?this:l,c)};for(var v=function(s){s in c||a(c,s,{configurable:!0,get:function(){return f[s]},set:function(o){f[s]=o}})},u=i(f),h=0;u.length>h;)v(u[h++]);l.constructor=c,c.prototype=l,t("7f00")(e,"RegExp",c)}t("4fd1")("RegExp")},"84ea":function(s,o,t){"use strict";var e=t("11db"),r=t.n(e);r.a},a179: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-retrieve"},[t("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),t("div",{directives:[{name:"show",rawName:"v-show",value:s.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"},[s._v("安全手机号: "+s._s(s.walletInfoData.safe_mobile))])]),t("li",{directives:[{name:"show",rawName:"v-show",value:s.showImgCode,expression:"showImgCode"}],staticClass:"inp-wrap"},[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",staticStyle:{"border-top":"none"}},[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",attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),t("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"retrieve-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:""},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)},r=[],a=(t("5f33"),t("bd31")),i=t("8973"),n=t("52c1"),m=t("57af"),c=t("5101"),f=t("365c");i["a"].use(c["e"]);var l={name:"WalletRetrieve",data:function(){return{title:"找回密码",meaushow:!0,showPassword:!1,showPasswordConfirm:!1,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(s){return s.wallet.walletInfoData},showImgCode:function(s){return s.wallet.showImgCode},countDownFlag:function(s){return s.wallet.countDownFlag},passwordToken:function(s){return s.wallet.passwordToken}})),watch:{countDownFlag:function(s){s?(this.yzmSend=!1,this.timeNum()):this.yzmSend=!0},passwordToken:function(s){s?(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 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()},getCode:function(){this.$store.dispatch({type:"sendSafesms",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 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:"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="亲,密码由8~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入支付密码"))}},components:{Header:m["a"]}},d=l,p=(t("84ea"),t("8c9c")),w=Object(p["a"])(d,e,r,!1,null,"3dbc2ccd",null);o["default"]=w.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-bee38c0c"],{"0316":function(t,a,e){},"03ac":function(t,a,e){"use strict";var i=e("0316"),r=e.n(i);r.a},"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("8c9c")),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-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-271adf58"],{"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"},2867:function(t,a,e){},"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_balance))])]),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"),h=e("52c1"),A=e("57af"),n=e("01c5");s["a"].use(n["j"]);var g={name:"wallet",data:function(){return{title:"我的钱包",meaushow:!0}},computed:Object(l["a"])({},Object(h["b"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{withdraw:function(){1==this.walletInfoData.wallet_status&&this.$router.push({path:"/wallet/withdraw"})},activate:function(){this.$router.push({path:"/wallet/activate"})},recharge:function(){this.$router.push({path:"/wallet/recharge"})}},components:{Header:A["a"]}},w=g,E=(e("addb"),e("fc05")),p=Object(E["a"])(w,i,c,!1,null,"3230ddab",null);a["default"]=p.exports},addb:function(t,a,e){"use strict";var i=e("2867"),c=e.n(i);c.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-30664260"],{"1a47":function(t,e,a){},"2e96":function(t,e,a){var s=a("9c9a"),n=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return n.stringify.apply(n,arguments)}},"3b79":function(t,e,a){"use strict";var s=a("db41"),n=a.n(s);n.a},"57af":function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],i=a("7272"),o={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:i["a"]}},l=o,c=(a("9f93"),a("fc05")),r=Object(c["a"])(l,s,n,!1,null,null,null);e["a"]=r.exports},"6a0f":function(t,e,a){"use strict";var s=a("1a47"),n=a.n(s);n.a},7272:function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],i={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=i,l=(a("3b79"),a("fc05")),c=Object(l["a"])(o,s,n,!1,null,null,null);e["a"]=c.exports},"832f":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?a("div",[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),a("div",{staticClass:"bar"},[a("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),a("span",{staticClass:"f24"},[t._v("来源:")]),a("span",{staticClass:"f24"},[t._v(t._s(t.newsDetailObj.current_info.writer)+"   "+t._s(t._f("dateTimeFormate")(t.newsDetailObj.current_info.publish_time)))])]),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.header?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.header.images,alt:t.newsDetailAd.news_details_ad.header.title,width:"100%",height:"120"}})])])]:t._e()]:t._e(),a("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.footer.images,alt:t.newsDetailAd.news_details_ad.footer.title,width:"100%",height:"120"}})])])]:t._e()]:t._e()],2):t._e(),t.newsDetailAd.h5_news_ad_pop?[a("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[a("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){t.popdetailact()}}}),a("a",{attrs:{href:t.newsDetailAd.h5_news_ad_pop.url,target:t.newsDetailAd.h5_news_ad_pop.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.h5_news_ad_pop.images,alt:t.newsDetailAd.h5_news_ad_pop.title}})])],1)]:t._e(),t.loadStatus?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],2)},n=[],i=a("badb"),o=a.n(i),l=a("bd31"),c=a("1cc5"),r=a("52c1"),d=a("01c5"),u=a("57af");c["a"].use(d["h"]).use(d["e"]);var f={name:"newsDetail",data:function(){return{title:"猎芯网-新闻列表详情",p:1,meaushow:!0,popdetailbool:!1}},computed:Object(l["a"])({},Object(r["b"])({newsDetailObj:function(t){return t.newsdetail.newsDetailObj},loadStatus:function(t){return t.newsdetail.loadStatus},newsDetailAd:function(t){return t.newsdetail.newsDetailAd}})),watch:{newsDetailObj:function(t){"{}"!=o()(t)&&(this.title=t.current_info.title,window.document.title=t.current_info.title)}},created:function(){this.getDataAd(),this.getData(),this.scrollFns()},methods:{getData:function(){this.$store.dispatch({type:"newsArticleDetail",art_id:this.$route.params.art_id})},getDataAd:function(){this.$store.dispatch({type:"newsArticleDetailAd",cat_id:this.$route.params.cat_id})},popdetailact:function(){this.popdetailbool=!1,this.newsDetailAd.h5_news_ad_pop=""},scrollFns:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;e>=100&&(t.popdetailbool=!0)}}},components:{Header:u["a"]}},_=f,p=(a("6a0f"),a("fc05")),w=Object(p["a"])(_,s,n,!1,null,null,null);e["default"]=w.exports},"9f93":function(t,e,a){"use strict";var s=a("fe55"),n=a.n(s);n.a},badb:function(t,e,a){t.exports=a("2e96")},db41:function(t,e,a){},fe55:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-39848aeb"],{"0218":function(t,s,a){"use strict";var i=a("d140"),e=a.n(i);e.a},"266c":function(t,s,a){t.exports=a.p+"img/logo.77238714.png"},"3d12":function(t,s,a){t.exports=a.p+"img/banner.712c55b3.png"},"3fdd":function(t,s,a){"use strict";var i=a("bd19"),e=a.n(i);e.a},"7f1b":function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("section",[a("div",{staticClass:"slide-bar"},[t.kefuishow?a("div",{staticClass:"customer-service",on:{click:t.recordFn}},[a("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]:[a("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),a("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[a("div",{staticClass:"van-dialog__message"},[a("div",{staticClass:"kefu"},[a("p",{staticClass:"t0"},[a("i",{staticClass:"iconfont icon-kefu"})]),a("p",{staticClass:"t1"},[a("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),a("p",{staticClass:"t2"},[a("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[a("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},e=[],n=a("52c1"),c=a("1cc5"),l=a("01c5");c["a"].use(l["d"]);var o={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(n["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},r=o,p=a("fc05"),d=Object(p["a"])(r,i,e,!1,null,null,null);s["a"]=d.exports},9553:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"main-interface boxsiz"},[i("div",{staticClass:"container-wrap boxsiz"},[i("van-pull-refresh",{on:{refresh:t.onRefresh},model:{value:t.isLoading,callback:function(s){t.isLoading=s},expression:"isLoading"}},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"banner boxsiz"},[i("Slide",{attrs:{slidedata:t.index.rollbanner}})],1),i("div",{staticClass:"login-wrap"},[t.loginCheck?[i("a",{staticClass:"person-btn",attrs:{href:"/v3/user?ptag=index-topnav"}},[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"}},[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)}},[i("span",[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.tempGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{ selector: 'img' }"}],staticClass:"boxsiz",attrs:{href:"/item/"+s.goods_id+".html?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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)}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.brandImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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)}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.pointGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/v3/pointmall?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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)}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.tempImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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"}},[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"}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}],staticClass:"pic"},[i("img",{attrs:{"data-src":s.litpic,title:"猎芯网",alt:"猎芯网","data-error":"static/images/news.png"}})]),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[t._v(t._s(s.title_seo))]),i("div",{staticClass:"t2"},[i("span",[t._v("来源:"+t._s(s.writer))]),i("div",[i("i",{staticClass:"ico lineBlock va-m"}),i("em",{staticClass:"va-m"},[t._v("\n "+t._s(parseInt(s.click)+parseInt(s.start_review))+"\n ")])])])])])])}),0)]):t._e()],2):t._e()])],1),i("Navigator"),i("SideBar"),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=a("1cc5"),c=a("52c1"),l=a("01c5"),o=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(c["b"])({cartCount:function(t){return t.common.cartCount}}),created:function(){this.$store.dispatch({type:"cartCount"}),this.$store.dispatch({type:"loginCheck"})}},d=p,_=a("fc05"),u=Object(_["a"])(d,o,r,!1,null,null,null),v=u.exports,m=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)},f=[];a("27fb"),a("9f07"),a("0964");n["a"].use(l["n"]).use(l["o"]).use(l["f"]);var C={name:"slide",props:{slidedata:Array},methods:{recordFn:function(t,s){try{sensors.track("bannerClick",{page_type:"h5-index",banner_location:"h5-banner",banner_sort:Number(t),url:s})}catch(a){}}}},g=C,h=(a("0218"),Object(_["a"])(g,m,f,!1,null,null,null)),b=h.exports,x=a("7f1b");n["a"].use(l["k"]).use(l["h"]).use(l["f"]);var w={name:"index",computed:Object(c["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){"login"==t?sensors.track("TopNavClick",{top_nav_click:"h5-登录"}):"search"==t&&sensors.track("TopNavClick",{top_nav_click:"h5-搜索"})},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("3fdd"),Object(_["a"])(k,i,e,!1,null,"3efd6ffb",null));s["default"]=z.exports},bd19:function(t,s,a){},d140:function(t,s,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3be59844"],{2536:function(t,i,a){"use strict";a.r(i);var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"news"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},t._l(t.rollbanner,function(i,n){return a("van-swipe-item",{key:n},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"news-banner-"+(n+1)),target:i.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:i.images,height:"100%",width:"100%"}})])])}),1),t.cat_list.length>0?a("div",{staticClass:"navList clearfix",class:{navList44:4==t.cat_list.length,navListfixed:t.navListfixed}},t._l(t.cat_list,function(i,n){return a("p",{key:n,staticClass:"fl",class:{act:t.act==n},on:{click:function(i){t.tab(n)}}},[t._v("\n "+t._s(i.cat_name)+"\n ")])}),0):t._e(),a("ul",{staticClass:"listBox clr"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.content_list,function(i,n){return a("router-link",{key:n,attrs:{tag:"li",to:{path:"/news/detail/"+i.art_id+"/"+i.cat_id}}},[a("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}]},[a("img",{attrs:{"data-src":i.litpic,alt:i.title,"data-error":"static/images/news.png"}})]),a("div",{staticClass:"boxgrt"},[a("h1",{staticClass:"title"},[t._v(t._s(i.title))]),a("p",{staticClass:"titleLook clearfix"},[a("span",{staticClass:"fl"},[t._v(t._s(i.writer))]),a("span",{staticClass:"fr"},[t._v(t._s(i.click)+"浏览")])])])])}),1)],1),a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"slide-bar",staticStyle:{cursor:"pointer"}},[t.navListfixed?a("div",{staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})]):t._e()])],1)},s=[],e=a("bd31"),c=a("1cc5"),o=a("52c1"),l=a("01c5"),r=a("57af");c["a"].use(l["n"]).use(l["o"]).use(l["f"]).use(l["g"]);var u={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(e["a"])({},Object(o["b"])({rollbanner:function(t){return t.news.rollbanner},cat_list:function(t){return t.news.cat_list},content_list:function(t){return t.news.content_list},loadStatus:function(t){return t.news.loadStatus},finished:function(t){return t.news.finished},totalLimit:function(t){return t.news.totalLimit}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.getData()},mounted:function(){this.scrollFns()},methods:{getData:function(){var t="";this.cat_id?t=this.cat_id:this.cat_list.length>0&&(t=this.cat_list[0].cat_id),this.$store.dispatch({type:"newsArticle",cat_id:t,p:this.p,limit:this.limit})},tab:function(t){this.act!=t&&(this.act=t,this.p=1,this.cat_id=this.cat_list[t].cat_id,this.getData())},onLoad:function(){this.p<this.totalLimit&&(this.p++,this.getData())},scrollFns:function(){var t=this;window.onscroll=function(){var i=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=i>=300}}},components:{Header:r["a"]}},f=u,d=(a("9c9e"),a("fc05")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);i["default"]=h.exports},"3b79":function(t,i,a){"use strict";var n=a("db41"),s=a.n(n);s.a},"57af":function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},o=c,l=(a("9f93"),a("fc05")),r=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,o=(a("3b79"),a("fc05")),l=Object(o["a"])(c,n,s,!1,null,null,null);i["a"]=l.exports},"9c9e":function(t,i,a){"use strict";var n=a("ef17"),s=a.n(n);s.a},"9f93":function(t,i,a){"use strict";var n=a("fe55"),s=a.n(n);s.a},db41:function(t,i,a){},ef17:function(t,i,a){},fe55:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3d2d429e"],{"0ed8":function(t,e,n){"use strict";var i=n("a051"),a=n("38b2"),r=n("690a"),o=n("471d"),s=n("067f"),c=n("6ac5").KEY,l=n("7f67"),f=n("6629"),u=n("3967"),d=n("16ef"),p=n("0902"),h=n("74e6"),w=n("3010"),b=n("e27e"),_=n("5fdf"),v=n("0bc6"),m=n("38cc"),y=n("fdb5"),g=n("eb10"),O=n("0763"),D=n("8070"),S=n("ab9e"),j=n("d770a"),C=n("4cf4"),A=n("4f1d"),x=j.f,E=C.f,P=S.f,k=i.Symbol,N=i.JSON,F=N&&N.stringify,J="prototype",$=p("_hidden"),T=p("toPrimitive"),z={}.propertyIsEnumerable,M=f("symbol-registry"),H=f("symbols"),I=f("op-symbols"),K=Object[J],W="function"==typeof k,Y=i.QObject,B=!Y||!Y[J]||!Y[J].findChild,G=r&&l(function(){return 7!=D(E({},"a",{get:function(){return E(this,"a",{value:7}).a}})).a})?function(t,e,n){var i=x(K,e);i&&delete K[e],E(t,e,n),i&&t!==K&&E(K,e,i)}:E,L=function(t){var e=H[t]=D(k[J]);return e._k=t,e},Q=W&&"symbol"==typeof k.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof k},q=function(t,e,n){return t===K&&q(I,e,n),v(t),e=g(e,!0),v(n),a(H,e)?(n.enumerable?(a(t,$)&&t[$][e]&&(t[$][e]=!1),n=D(n,{enumerable:O(0,!1)})):(a(t,$)||E(t,$,O(1,{})),t[$][e]=!0),G(t,e,n)):E(t,e,n)},R=function(t,e){v(t);var n,i=b(e=y(e)),a=0,r=i.length;while(r>a)q(t,n=i[a++],e[n]);return t},U=function(t,e){return void 0===e?D(t):R(D(t),e)},V=function(t){var e=z.call(this,t=g(t,!0));return!(this===K&&a(H,t)&&!a(I,t))&&(!(e||!a(this,t)||!a(H,t)||a(this,$)&&this[$][t])||e)},X=function(t,e){if(t=y(t),e=g(e,!0),t!==K||!a(H,e)||a(I,e)){var n=x(t,e);return!n||!a(H,e)||a(t,$)&&t[$][e]||(n.enumerable=!0),n}},Z=function(t){var e,n=P(y(t)),i=[],r=0;while(n.length>r)a(H,e=n[r++])||e==$||e==c||i.push(e);return i},tt=function(t){var e,n=t===K,i=P(n?I:y(t)),r=[],o=0;while(i.length>o)!a(H,e=i[o++])||n&&!a(K,e)||r.push(H[e]);return r};W||(k=function(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var t=d(arguments.length>0?arguments[0]:void 0),e=function(n){this===K&&e.call(I,n),a(this,$)&&a(this[$],t)&&(this[$][t]=!1),G(this,t,O(1,n))};return r&&B&&G(K,t,{configurable:!0,set:e}),L(t)},s(k[J],"toString",function(){return this._k}),j.f=X,C.f=q,n("d4f2").f=S.f=Z,n("5f84").f=V,n("6b32").f=tt,r&&!n("4df6")&&s(K,"propertyIsEnumerable",V,!0),h.f=function(t){return L(p(t))}),o(o.G+o.W+o.F*!W,{Symbol:k});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)p(et[nt++]);for(var it=A(p.store),at=0;it.length>at;)w(it[at++]);o(o.S+o.F*!W,"Symbol",{for:function(t){return a(M,t+="")?M[t]:M[t]=k(t)},keyFor:function(t){if(!Q(t))throw TypeError(t+" is not a symbol!");for(var e in M)if(M[e]===t)return e},useSetter:function(){B=!0},useSimple:function(){B=!1}}),o(o.S+o.F*!W,"Object",{create:U,defineProperty:q,defineProperties:R,getOwnPropertyDescriptor:X,getOwnPropertyNames:Z,getOwnPropertySymbols:tt}),N&&o(o.S+o.F*(!W||l(function(){var t=k();return"[null]"!=F([t])||"{}"!=F({a:t})||"{}"!=F(Object(t))})),"JSON",{stringify:function(t){var e,n,i=[t],a=1;while(arguments.length>a)i.push(arguments[a++]);if(n=e=i[1],(m(e)||void 0!==t)&&!Q(t))return _(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!Q(e))return e}),i[1]=e,F.apply(N,i)}}),k[J][T]||n("3a22")(k[J],T,k[J].valueOf),u(k,"Symbol"),u(Math,"Math",!0),u(i.JSON,"JSON",!0)},"13d3":function(t,e,n){n("0ed8"),t.exports=n("836e").Object.getOwnPropertySymbols},1904:function(t,e,n){t.exports=n("e432")},2259:function(t,e,n){},2675:function(t,e,n){var i=n("471d");i(i.S+i.F*!n("690a"),"Object",{defineProperty:n("4cf4").f})},3010:function(t,e,n){var i=n("a051"),a=n("836e"),r=n("4df6"),o=n("74e6"),s=n("4cf4").f;t.exports=function(t){var e=a.Symbol||(a.Symbol=r?{}:i.Symbol||{});"_"==t.charAt(0)||t in e||s(e,t,{value:o.f(t)})}},"3b79":function(t,e,n){"use strict";var i=n("2259"),a=n.n(i);a.a},"524c":function(t,e,n){},5710:function(t,e,n){},"57af":function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;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=[],r=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:r["a"]}},s=o,c=(n("9f93"),n("8c9c")),l=Object(c["a"])(s,i,a,!1,null,null,null);e["a"]=l.exports},"5ab7":function(t,e,n){var i=n("836e"),a=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return a.stringify.apply(a,arguments)}},"5fdf":function(t,e,n){var i=n("6dd6");t.exports=Array.isArray||function(t){return"Array"==i(t)}},"6a0f":function(t,e,n){"use strict";var i=n("524c"),a=n.n(i);a.a},"6ac5":function(t,e,n){var i=n("16ef")("meta"),a=n("38cc"),r=n("38b2"),o=n("4cf4").f,s=0,c=Object.isExtensible||function(){return!0},l=!n("7f67")(function(){return c(Object.preventExtensions({}))}),f=function(t){o(t,i,{value:{i:"O"+ ++s,w:{}}})},u=function(t,e){if(!a(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!r(t,i)){if(!c(t))return"F";if(!e)return"E";f(t)}return t[i].i},d=function(t,e){if(!r(t,i)){if(!c(t))return!0;if(!e)return!1;f(t)}return t[i].w},p=function(t){return l&&h.NEED&&c(t)&&!r(t,i)&&f(t),t},h=t.exports={KEY:i,NEED:!1,fastKey:u,getWeak:d,onFreeze:p}},"6e35":function(t,e,n){t.exports=n("cdf9")},7272:function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t.flag?n("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),n("div",{staticClass:"menu clr"},[n("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?n("div",[n("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,e=t.$createElement,n=t._self._c||e;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("会员中心")])])])}],r={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=r,s=(n("3b79"),n("8c9c")),c=Object(s["a"])(o,i,a,!1,null,null,null);e["a"]=c.exports},"74e6":function(t,e,n){e.f=n("0902")},"832f":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?n("div",[n("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),n("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),n("div",{staticClass:"bar"},[n("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),n("span",{staticClass:"f24"},[t._v("来源:")]),n("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?[n("div",{staticClass:"adbox"},[n("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[n("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(),n("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[n("div",{staticClass:"adbox"},[n("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[n("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?[n("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[n("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){return t.popdetailact()}}}),n("a",{attrs:{href:t.newsDetailAd.h5_news_ad_pop.url,target:t.newsDetailAd.h5_news_ad_pop.window_open>0?"_blank":"_self"}},[n("img",{attrs:{src:t.newsDetailAd.h5_news_ad_pop.images,alt:t.newsDetailAd.h5_news_ad_pop.title}})])],1)]:t._e(),t.loadStatus?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],2)},a=[],r=n("badb"),o=n.n(r),s=n("bd31"),c=n("8973"),l=n("52c1"),f=n("5101"),u=n("57af");c["a"].use(f["h"]).use(f["e"]);var d={name:"newsDetail",data:function(){return{title:"猎芯网-新闻列表详情",p:1,meaushow:!0,popdetailbool:!1}},computed:Object(s["a"])({},Object(l["b"])({newsDetailObj:function(t){return t.newsdetail.newsDetailObj},loadStatus:function(t){return t.newsdetail.loadStatus},newsDetailAd:function(t){return t.newsdetail.newsDetailAd}})),watch:{newsDetailObj:function(t){"{}"!=o()(t)&&(this.title=t.current_info.title,window.document.title=t.current_info.title)}},created:function(){this.getDataAd(),this.getData(),this.scrollFns()},methods:{getData:function(){this.$store.dispatch({type:"newsArticleDetail",art_id:this.$route.params.art_id})},getDataAd:function(){this.$store.dispatch({type:"newsArticleDetailAd",cat_id:this.$route.params.cat_id})},popdetailact:function(){this.popdetailbool=!1,this.newsDetailAd.h5_news_ad_pop=""},scrollFns:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;e>=100&&(t.popdetailbool=!0)}}},components:{Header:u["a"]}},p=d,h=(n("6a0f"),n("8c9c")),w=Object(h["a"])(p,i,a,!1,null,null,null);e["default"]=w.exports},"9f93":function(t,e,n){"use strict";var i=n("5710"),a=n.n(i);a.a},ab9e:function(t,e,n){var i=n("fdb5"),a=n("d4f2").f,r={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return a(t)}catch(e){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==r.call(t)?s(t):a(i(t))}},badb:function(t,e,n){t.exports=n("5ab7")},bd31:function(t,e,n){"use strict";var i=n("6e35"),a=n.n(i),r=n("e5df"),o=n.n(r),s=n("0ec6"),c=n.n(s),l=n("1904"),f=n.n(l);function u(t,e,n){return e in t?f()(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=c()(n);"function"===typeof o.a&&(i=i.concat(o()(n).filter(function(t){return a()(n,t).enumerable}))),i.forEach(function(e){u(t,e,n[e])})}return t}n.d(e,"a",function(){return d})},cdf9:function(t,e,n){n("e99e");var i=n("836e").Object;t.exports=function(t,e){return i.getOwnPropertyDescriptor(t,e)}},d4f2:function(t,e,n){var i=n("c540"),a=n("b59a").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,a)}},d770a:function(t,e,n){var i=n("5f84"),a=n("0763"),r=n("fdb5"),o=n("eb10"),s=n("38b2"),c=n("54b2"),l=Object.getOwnPropertyDescriptor;e.f=n("690a")?l:function(t,e){if(t=r(t),e=o(e,!0),c)try{return l(t,e)}catch(n){}if(s(t,e))return a(!i.f.call(t,e),t[e])}},e27e:function(t,e,n){var i=n("4f1d"),a=n("6b32"),r=n("5f84");t.exports=function(t){var e=i(t),n=a.f;if(n){var o,s=n(t),c=r.f,l=0;while(s.length>l)c.call(t,o=s[l++])&&e.push(o)}return e}},e432:function(t,e,n){n("2675");var i=n("836e").Object;t.exports=function(t,e,n){return i.defineProperty(t,e,n)}},e5df:function(t,e,n){t.exports=n("13d3")},e99e:function(t,e,n){var i=n("fdb5"),a=n("d770a").f;n("dfd0")("getOwnPropertyDescriptor",function(){return function(t,e){return a(i(t),e)}})}}]);
\ 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-42f0e6ef"],{"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("9f07"),r("0964"),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(e){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 a=/^1[34578]\d{9}$/;return!!a.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("db4a"),r("fc05")),b=Object($["a"])(T,d,g,!1,null,"ee405888",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")},9299:function(e,a,r){},db4a:function(e,a,r){"use strict";var d=r("9299"),g=r.n(d);g.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-47e2197c"],{"4c80":function(t,e,a){"use strict";var n=a("e4b0"),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:"no-data-pic"})])}],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.dateMonth=this.updateMonth,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("4c80"),a("fc05")),p=Object(u["a"])(h,n,s,!1,null,"323cf7dc",null);e["default"]=p.exports},e4b0:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4a2fcb5c"],{7498:function(a,t,s){},af22:function(a,t,s){"use strict";var e=s("7498"),i=s.n(e);i.a},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("提现金额预计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("a",{staticClass:"submit",class:""==a.withdrawNum?"submitNO":"",attrs:{href:"javascript:;"},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:""}},computed:Object(n["a"])({},Object(r["b"])({walletInfoData:function(a){return a.wallet.walletInfoData}})),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.$store.dispatch({type:"walletWithdraw",amount:this.withdrawNum,pay_password:this.password})}},components:{Header:w["a"]}},u=c,d=(s("af22"),s("fc05")),m=Object(d["a"])(u,e,i,!1,null,"141beef6",null);t["default"]=m.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5226221d"],{"0ed8":function(t,n,e){"use strict";var i=e("a051"),a=e("38b2"),r=e("690a"),o=e("471d"),s=e("067f"),c=e("6ac5").KEY,f=e("7f67"),l=e("6629"),u=e("3967"),p=e("16ef"),d=e("0902"),h=e("74e6"),v=e("3010"),b=e("e27e"),g=e("5fdf"),m=e("0bc6"),y=e("38cc"),w=e("fdb5"),_=e("eb10"),O=e("0763"),x=e("8070"),S=e("ab9e"),C=e("d770a"),k=e("4cf4"),j=e("4f1d"),E=C.f,P=k.f,L=S.f,N=i.Symbol,D=i.JSON,F=D&&D.stringify,z="prototype",T=d("_hidden"),J=d("toPrimitive"),A={}.propertyIsEnumerable,W=l("symbol-registry"),$=l("symbols"),H=l("op-symbols"),M=Object[z],I="function"==typeof N,K=i.QObject,B=!K||!K[z]||!K[z].findChild,Y=r&&f(function(){return 7!=x(P({},"a",{get:function(){return P(this,"a",{value:7}).a}})).a})?function(t,n,e){var i=E(M,n);i&&delete M[n],P(t,n,e),i&&t!==M&&P(M,n,i)}:P,G=function(t){var n=$[t]=x(N[z]);return n._k=t,n},Q=I&&"symbol"==typeof N.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof N},q=function(t,n,e){return t===M&&q(H,n,e),m(t),n=_(n,!0),m(e),a($,n)?(e.enumerable?(a(t,T)&&t[T][n]&&(t[T][n]=!1),e=x(e,{enumerable:O(0,!1)})):(a(t,T)||P(t,T,O(1,{})),t[T][n]=!0),Y(t,n,e)):P(t,n,e)},R=function(t,n){m(t);var e,i=b(n=w(n)),a=0,r=i.length;while(r>a)q(t,e=i[a++],n[e]);return t},U=function(t,n){return void 0===n?x(t):R(x(t),n)},V=function(t){var n=A.call(this,t=_(t,!0));return!(this===M&&a($,t)&&!a(H,t))&&(!(n||!a(this,t)||!a($,t)||a(this,T)&&this[T][t])||n)},X=function(t,n){if(t=w(t),n=_(n,!0),t!==M||!a($,n)||a(H,n)){var e=E(t,n);return!e||!a($,n)||a(t,T)&&t[T][n]||(e.enumerable=!0),e}},Z=function(t){var n,e=L(w(t)),i=[],r=0;while(e.length>r)a($,n=e[r++])||n==T||n==c||i.push(n);return i},tt=function(t){var n,e=t===M,i=L(e?H:w(t)),r=[],o=0;while(i.length>o)!a($,n=i[o++])||e&&!a(M,n)||r.push($[n]);return r};I||(N=function(){if(this instanceof N)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),n=function(e){this===M&&n.call(H,e),a(this,T)&&a(this[T],t)&&(this[T][t]=!1),Y(this,t,O(1,e))};return r&&B&&Y(M,t,{configurable:!0,set:n}),G(t)},s(N[z],"toString",function(){return this._k}),C.f=X,k.f=q,e("d4f2").f=S.f=Z,e("5f84").f=V,e("6b32").f=tt,r&&!e("4df6")&&s(M,"propertyIsEnumerable",V,!0),h.f=function(t){return G(d(t))}),o(o.G+o.W+o.F*!I,{Symbol:N});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),et=0;nt.length>et;)d(nt[et++]);for(var it=j(d.store),at=0;it.length>at;)v(it[at++]);o(o.S+o.F*!I,"Symbol",{for:function(t){return a(W,t+="")?W[t]:W[t]=N(t)},keyFor:function(t){if(!Q(t))throw TypeError(t+" is not a symbol!");for(var n in W)if(W[n]===t)return n},useSetter:function(){B=!0},useSimple:function(){B=!1}}),o(o.S+o.F*!I,"Object",{create:U,defineProperty:q,defineProperties:R,getOwnPropertyDescriptor:X,getOwnPropertyNames:Z,getOwnPropertySymbols:tt}),D&&o(o.S+o.F*(!I||f(function(){var t=N();return"[null]"!=F([t])||"{}"!=F({a:t})||"{}"!=F(Object(t))})),"JSON",{stringify:function(t){var n,e,i=[t],a=1;while(arguments.length>a)i.push(arguments[a++]);if(e=n=i[1],(y(n)||void 0!==t)&&!Q(t))return g(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!Q(n))return n}),i[1]=n,F.apply(D,i)}}),N[z][J]||e("3a22")(N[z],J,N[z].valueOf),u(N,"Symbol"),u(Math,"Math",!0),u(i.JSON,"JSON",!0)},"13d3":function(t,n,e){e("0ed8"),t.exports=e("836e").Object.getOwnPropertySymbols},1904:function(t,n,e){t.exports=e("e432")},2259:function(t,n,e){},2536:function(t,n,e){"use strict";e.r(n);var i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("section",{staticClass:"news"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),e("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},t._l(t.rollbanner,function(n,i){return e("van-swipe-item",{key:i},[e("a",{attrs:{href:t._f("urlPatg")(n.url,"news-banner-"+(i+1)),target:n.window_open>0?"_blank":"_self"}},[e("img",{attrs:{src:n.images,height:"100%",width:"100%"}})])])}),1),t.cat_list.length>0?e("div",{staticClass:"navList clearfix",class:{navList44:4==t.cat_list.length,navListfixed:t.navListfixed}},t._l(t.cat_list,function(n,i){return e("p",{key:i,staticClass:"fl",class:{act:t.act==i},on:{click:function(n){return t.tab(i)}}},[t._v("\n "+t._s(n.cat_name)+"\n ")])}),0):t._e(),e("ul",{staticClass:"listBox clr"},[e("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(n){t.loading=n},expression:"loading"}},t._l(t.content_list,function(n,i){return e("router-link",{key:i,attrs:{tag:"li",to:{path:"/news/detail/"+n.art_id+"/"+n.cat_id}}},[e("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}]},[e("img",{attrs:{"data-src":n.litpic,alt:n.title,"data-error":"static/images/news.png"}})]),e("div",{staticClass:"boxgrt"},[e("h1",{staticClass:"title"},[t._v(t._s(n.title))]),e("p",{staticClass:"titleLook clearfix"},[e("span",{staticClass:"fl"},[t._v(t._s(n.writer))]),e("span",{staticClass:"fr"},[t._v(t._s(n.click)+"浏览")])])])])}),1)],1),e("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"slide-bar",staticStyle:{cursor:"pointer"}},[t.navListfixed?e("div",{staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})]):t._e()])],1)},a=[],r=e("bd31"),o=e("8973"),s=e("52c1"),c=e("5101"),f=e("57af");o["a"].use(c["n"]).use(c["o"]).use(c["f"]).use(c["g"]);var l={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(r["a"])({},Object(s["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 n=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=n>=300}}},components:{Header:f["a"]}},u=l,p=(e("9c9e"),e("8c9c")),d=Object(p["a"])(u,i,a,!1,null,"88b86944",null);n["default"]=d.exports},2675:function(t,n,e){var i=e("471d");i(i.S+i.F*!e("690a"),"Object",{defineProperty:e("4cf4").f})},3010:function(t,n,e){var i=e("a051"),a=e("836e"),r=e("4df6"),o=e("74e6"),s=e("4cf4").f;t.exports=function(t){var n=a.Symbol||(a.Symbol=r?{}:i.Symbol||{});"_"==t.charAt(0)||t in n||s(n,t,{value:o.f(t)})}},"3b79":function(t,n,e){"use strict";var i=e("2259"),a=e.n(i);a.a},5710:function(t,n,e){},"57af":function(t,n,e){"use strict";var i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("section",[e("div",{staticClass:"header-page clr"},[e("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),e("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?e("Menu",{attrs:{color:t.color}}):t._e()],1)])},a=[],r=e("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:r["a"]}},s=o,c=(e("9f93"),e("8c9c")),f=Object(c["a"])(s,i,a,!1,null,null,null);n["a"]=f.exports},"5fdf":function(t,n,e){var i=e("6dd6");t.exports=Array.isArray||function(t){return"Array"==i(t)}},"6ac5":function(t,n,e){var i=e("16ef")("meta"),a=e("38cc"),r=e("38b2"),o=e("4cf4").f,s=0,c=Object.isExtensible||function(){return!0},f=!e("7f67")(function(){return c(Object.preventExtensions({}))}),l=function(t){o(t,i,{value:{i:"O"+ ++s,w:{}}})},u=function(t,n){if(!a(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!r(t,i)){if(!c(t))return"F";if(!n)return"E";l(t)}return t[i].i},p=function(t,n){if(!r(t,i)){if(!c(t))return!0;if(!n)return!1;l(t)}return t[i].w},d=function(t){return f&&h.NEED&&c(t)&&!r(t,i)&&l(t),t},h=t.exports={KEY:i,NEED:!1,fastKey:u,getWeak:p,onFreeze:d}},"6e35":function(t,n,e){t.exports=e("cdf9")},7272:function(t,n,e){"use strict";var i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",[t.flag?e("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),e("div",{staticClass:"menu clr"},[e("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?e("div",[e("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("ul",{staticClass:"menu-view"},[e("li",[e("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),e("li",[e("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),e("li",[e("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),e("li",[e("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),e("li",{staticClass:"mui-table-view-cell "},[e("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),e("li",[e("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],r={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=r,s=(e("3b79"),e("8c9c")),c=Object(s["a"])(o,i,a,!1,null,null,null);n["a"]=c.exports},"74e6":function(t,n,e){n.f=e("0902")},8683:function(t,n,e){},"9c9e":function(t,n,e){"use strict";var i=e("8683"),a=e.n(i);a.a},"9f93":function(t,n,e){"use strict";var i=e("5710"),a=e.n(i);a.a},ab9e:function(t,n,e){var i=e("fdb5"),a=e("d4f2").f,r={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return a(t)}catch(n){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==r.call(t)?s(t):a(i(t))}},bd31:function(t,n,e){"use strict";var i=e("6e35"),a=e.n(i),r=e("e5df"),o=e.n(r),s=e("0ec6"),c=e.n(s),f=e("1904"),l=e.n(f);function u(t,n,e){return n in t?l()(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function p(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{},i=c()(e);"function"===typeof o.a&&(i=i.concat(o()(e).filter(function(t){return a()(e,t).enumerable}))),i.forEach(function(n){u(t,n,e[n])})}return t}e.d(n,"a",function(){return p})},cdf9:function(t,n,e){e("e99e");var i=e("836e").Object;t.exports=function(t,n){return i.getOwnPropertyDescriptor(t,n)}},d4f2:function(t,n,e){var i=e("c540"),a=e("b59a").concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return i(t,a)}},d770a:function(t,n,e){var i=e("5f84"),a=e("0763"),r=e("fdb5"),o=e("eb10"),s=e("38b2"),c=e("54b2"),f=Object.getOwnPropertyDescriptor;n.f=e("690a")?f:function(t,n){if(t=r(t),n=o(n,!0),c)try{return f(t,n)}catch(e){}if(s(t,n))return a(!i.f.call(t,n),t[n])}},e27e:function(t,n,e){var i=e("4f1d"),a=e("6b32"),r=e("5f84");t.exports=function(t){var n=i(t),e=a.f;if(e){var o,s=e(t),c=r.f,f=0;while(s.length>f)c.call(t,o=s[f++])&&n.push(o)}return n}},e432:function(t,n,e){e("2675");var i=e("836e").Object;t.exports=function(t,n,e){return i.defineProperty(t,n,e)}},e5df:function(t,n,e){t.exports=e("13d3")},e99e:function(t,n,e){var i=e("fdb5"),a=e("d770a").f;e("dfd0")("getOwnPropertyDescriptor",function(){return function(t,n){return a(i(t),n)}})}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-56524b2f"],{"0c55":function(t,e,a){},"2d18":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-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("\n 全部记录类型 "),a("van-icon",{staticClass:"va-m",staticStyle:{"font-size":"20px"},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._l(t.walletRecordData,function(e){return a("li",[a("div",{staticClass:"record-item"},[a("span",[t._v(t._s(1==e.wallet_type?"钱包充值":"钱包提现"))]),a("br"),t._v(t._s(e.create_time))]),2==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"withdrawText"},[t._v("提现中")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e(),1==e.wallet_type?a("div",{staticClass:"record-num"},[t._v("\n "+t._s(e.amount_format)),a("br"),1==e.status?a("span",{staticClass:"rechargeBtn",on:{click:function(a){return t.detail(e.amount)}}},[t._v("待支付")]):a("span",{staticClass:"successText"},[t._v("已完成")])]):t._e()])}),0),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)],1)},r=[],o=(a("b06f"),a("f91a"),a("bd31")),s=a("8973"),c=a("52c1"),i=a("57af"),h=a("5101");s["a"].use(h["e"]).use(h["j"]).use(h["c"]).use(h["i"]).use(h["p"]);var u={name:"WalletRecord",data:function(){return{title:"充值提现记录",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:"",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),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),r=864e5;return new Date(n-r)}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.typeShow?this.typeShow=!1:this.typeShow=!0},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),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.recordYear=this.updateYear,this.recordMonth=this.updateMonth,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),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.typeShow=!1,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.keyId,stime:a(this.recordYear,this.recordMonth),etime:n(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"]}},d=u,l=(a("6e49"),a("8c9c")),p=Object(l["a"])(d,n,r,!1,null,"2b7a3f0b",null);e["default"]=p.exports},"6e49":function(t,e,a){"use strict";var n=a("0c55"),r=a.n(n);r.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-61476b42"],{"3b79":function(t,i,a){"use strict";var s=a("db41"),n=a.n(s);n.a},"57af":function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},l=c,o=(a("9f93"),a("fc05")),r=Object(o["a"])(l,s,n,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,l=(a("3b79"),a("fc05")),o=Object(l["a"])(c,s,n,!1,null,null,null);i["a"]=o.exports},"7fca":function(t,i,a){},"93db":function(t,i,a){"use strict";var s=a("7fca"),n=a.n(s);n.a},"9f93":function(t,i,a){"use strict";var s=a("fe55"),n=a.n(s);n.a},bd04:function(t,i,a){"use strict";a.r(i);var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"wxlist"},[a("Header"),a("div",{staticClass:"wxlist-content"},[a("div",{staticClass:"menu-title"},[t._v(t._s(t.wechatArticle.menu))]),t.wechatArticle.top?a("div",{staticClass:"wxlist-banner"},[a("div",{staticClass:"banner-box"},[t._m(0),a("div",{staticClass:"banner-body"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("img",{attrs:{alt:t.wechatArticle.top.title,src:t.wechatArticle.top.img}})])]),a("div",{staticClass:"banner-footer"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("span",[t._v("活动 | ")]),t._v(t._s(t.wechatArticle.top.title))])])])]):t._e(),a("div",{staticClass:"wxlist-data"},[a("div",{staticClass:"wxlist-data-box"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:10,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.wechatArticleList,function(i,s){return a("div",{key:s,staticClass:"data-group clr"},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"wechatlist")}},[a("div",{staticClass:"group-left fl"},[a("div",{staticClass:"group-left-box"},[t._v("\n "+t._s(i.title)+"\n ")])]),a("img",{staticClass:"group-right fr",attrs:{src:i.img}})])])}),0)],1)])])],1)},n=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"banner-header clr"},[s("div",{staticClass:"banner-img fl"},[s("img",{attrs:{src:a("defc")}})]),s("div",{staticClass:"banner-title fl"},[t._v("猎芯网")])])}],e=a("bd31"),c=a("1cc5"),l=a("52c1"),o=a("01c5"),r=a("57af");c["a"].use(o["g"]);var f={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(e["a"])({},Object(l["b"])({wechatArticle:function(t){return t.wxlist.wechatArticle},wechatArticleList:function(t){return t.wxlist.wechatArticleList},limits:function(t){return t.wxlist.limits},loadStatus:function(t){return t.wxlist.loadStatus},finished:function(t){return t.wxlist.finished}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){},methods:{getData:function(t){this.$store.dispatch({type:"wechatArticle",type_id:t,page:this.page,limit:this.limit})},onLoad:function(){this.page<this.limits&&(this.page++,this.getData(this.$route.query.type_id))}},components:{Header:r["a"]}},u=f,d=(a("93db"),a("fc05")),h=Object(d["a"])(u,s,n,!1,null,"2cd2f384",null);i["default"]=h.exports},db41:function(t,i,a){},defc:function(t,i,a){t.exports=a.p+"img/logo2.19d260fd.png"},fe55:function(t,i,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-68b28240"],{"0ed8":function(t,n,e){"use strict";var r=e("a051"),i=e("38b2"),o=e("690a"),c=e("471d"),a=e("067f"),f=e("6ac5").KEY,u=e("7f67"),s=e("6629"),l=e("3967"),p=e("16ef"),h=e("0902"),b=e("74e6"),v=e("3010"),d=e("e27e"),y=e("5fdf"),g=e("0bc6"),m=e("38cc"),w=e("fdb5"),O=e("eb10"),S=e("0763"),_=e("8070"),x=e("ab9e"),j=e("d770a"),C=e("4cf4"),E=e("4f1d"),P=j.f,k=C.f,N=x.f,F=r.Symbol,D=r.JSON,J=D&&D.stringify,z="prototype",A=h("_hidden"),M=h("toPrimitive"),I={}.propertyIsEnumerable,K=s("symbol-registry"),T=s("symbols"),W=s("op-symbols"),$=Object[z],Y="function"==typeof F,B=r.QObject,G=!B||!B[z]||!B[z].findChild,Q=o&&u(function(){return 7!=_(k({},"a",{get:function(){return k(this,"a",{value:7}).a}})).a})?function(t,n,e){var r=P($,n);r&&delete $[n],k(t,n,e),r&&t!==$&&k($,n,r)}:k,q=function(t){var n=T[t]=_(F[z]);return n._k=t,n},H=Y&&"symbol"==typeof F.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof F},L=function(t,n,e){return t===$&&L(W,n,e),g(t),n=O(n,!0),g(e),i(T,n)?(e.enumerable?(i(t,A)&&t[A][n]&&(t[A][n]=!1),e=_(e,{enumerable:S(0,!1)})):(i(t,A)||k(t,A,S(1,{})),t[A][n]=!0),Q(t,n,e)):k(t,n,e)},R=function(t,n){g(t);var e,r=d(n=w(n)),i=0,o=r.length;while(o>i)L(t,e=r[i++],n[e]);return t},U=function(t,n){return void 0===n?_(t):R(_(t),n)},V=function(t){var n=I.call(this,t=O(t,!0));return!(this===$&&i(T,t)&&!i(W,t))&&(!(n||!i(this,t)||!i(T,t)||i(this,A)&&this[A][t])||n)},X=function(t,n){if(t=w(t),n=O(n,!0),t!==$||!i(T,n)||i(W,n)){var e=P(t,n);return!e||!i(T,n)||i(t,A)&&t[A][n]||(e.enumerable=!0),e}},Z=function(t){var n,e=N(w(t)),r=[],o=0;while(e.length>o)i(T,n=e[o++])||n==A||n==f||r.push(n);return r},tt=function(t){var n,e=t===$,r=N(e?W:w(t)),o=[],c=0;while(r.length>c)!i(T,n=r[c++])||e&&!i($,n)||o.push(T[n]);return o};Y||(F=function(){if(this instanceof F)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),n=function(e){this===$&&n.call(W,e),i(this,A)&&i(this[A],t)&&(this[A][t]=!1),Q(this,t,S(1,e))};return o&&G&&Q($,t,{configurable:!0,set:n}),q(t)},a(F[z],"toString",function(){return this._k}),j.f=X,C.f=L,e("d4f2").f=x.f=Z,e("5f84").f=V,e("6b32").f=tt,o&&!e("4df6")&&a($,"propertyIsEnumerable",V,!0),b.f=function(t){return q(h(t))}),c(c.G+c.W+c.F*!Y,{Symbol:F});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),et=0;nt.length>et;)h(nt[et++]);for(var rt=E(h.store),it=0;rt.length>it;)v(rt[it++]);c(c.S+c.F*!Y,"Symbol",{for:function(t){return i(K,t+="")?K[t]:K[t]=F(t)},keyFor:function(t){if(!H(t))throw TypeError(t+" is not a symbol!");for(var n in K)if(K[n]===t)return n},useSetter:function(){G=!0},useSimple:function(){G=!1}}),c(c.S+c.F*!Y,"Object",{create:U,defineProperty:L,defineProperties:R,getOwnPropertyDescriptor:X,getOwnPropertyNames:Z,getOwnPropertySymbols:tt}),D&&c(c.S+c.F*(!Y||u(function(){var t=F();return"[null]"!=J([t])||"{}"!=J({a:t})||"{}"!=J(Object(t))})),"JSON",{stringify:function(t){var n,e,r=[t],i=1;while(arguments.length>i)r.push(arguments[i++]);if(e=n=r[1],(m(n)||void 0!==t)&&!H(t))return y(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!H(n))return n}),r[1]=n,J.apply(D,r)}}),F[z][M]||e("3a22")(F[z],M,F[z].valueOf),l(F,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},"13d3":function(t,n,e){e("0ed8"),t.exports=e("836e").Object.getOwnPropertySymbols},1904:function(t,n,e){t.exports=e("e432")},2259:function(t,n,e){},2675:function(t,n,e){var r=e("471d");r(r.S+r.F*!e("690a"),"Object",{defineProperty:e("4cf4").f})},3010:function(t,n,e){var r=e("a051"),i=e("836e"),o=e("4df6"),c=e("74e6"),a=e("4cf4").f;t.exports=function(t){var n=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in n||a(n,t,{value:c.f(t)})}},"3b79":function(t,n,e){"use strict";var r=e("2259"),i=e.n(r);i.a},5710:function(t,n,e){},"57af":function(t,n,e){"use strict";var r=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("section",[e("div",{staticClass:"header-page clr"},[e("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),e("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?e("Menu",{attrs:{color:t.color}}):t._e()],1)])},i=[],o=e("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:o["a"]}},a=c,f=(e("9f93"),e("8c9c")),u=Object(f["a"])(a,r,i,!1,null,null,null);n["a"]=u.exports},"5fdf":function(t,n,e){var r=e("6dd6");t.exports=Array.isArray||function(t){return"Array"==r(t)}},"6ac5":function(t,n,e){var r=e("16ef")("meta"),i=e("38cc"),o=e("38b2"),c=e("4cf4").f,a=0,f=Object.isExtensible||function(){return!0},u=!e("7f67")(function(){return f(Object.preventExtensions({}))}),s=function(t){c(t,r,{value:{i:"O"+ ++a,w:{}}})},l=function(t,n){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!f(t))return"F";if(!n)return"E";s(t)}return t[r].i},p=function(t,n){if(!o(t,r)){if(!f(t))return!0;if(!n)return!1;s(t)}return t[r].w},h=function(t){return u&&b.NEED&&f(t)&&!o(t,r)&&s(t),t},b=t.exports={KEY:r,NEED:!1,fastKey:l,getWeak:p,onFreeze:h}},"6e35":function(t,n,e){t.exports=e("cdf9")},7272:function(t,n,e){"use strict";var r=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",[t.flag?e("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),e("div",{staticClass:"menu clr"},[e("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?e("div",[e("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},i=[function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("ul",{staticClass:"menu-view"},[e("li",[e("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),e("li",[e("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),e("li",[e("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),e("li",[e("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),e("li",{staticClass:"mui-table-view-cell "},[e("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),e("li",[e("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[e("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],o={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=o,a=(e("3b79"),e("8c9c")),f=Object(a["a"])(c,r,i,!1,null,null,null);n["a"]=f.exports},"74e6":function(t,n,e){n.f=e("0902")},"9f93":function(t,n,e){"use strict";var r=e("5710"),i=e.n(r);i.a},ab9e:function(t,n,e){var r=e("fdb5"),i=e("d4f2").f,o={}.toString,c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return i(t)}catch(n){return c.slice()}};t.exports.f=function(t){return c&&"[object Window]"==o.call(t)?a(t):i(r(t))}},bd31:function(t,n,e){"use strict";var r=e("6e35"),i=e.n(r),o=e("e5df"),c=e.n(o),a=e("0ec6"),f=e.n(a),u=e("1904"),s=e.n(u);function l(t,n,e){return n in t?s()(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function p(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{},r=f()(e);"function"===typeof c.a&&(r=r.concat(c()(e).filter(function(t){return i()(e,t).enumerable}))),r.forEach(function(n){l(t,n,e[n])})}return t}e.d(n,"a",function(){return p})},cdf9:function(t,n,e){e("e99e");var r=e("836e").Object;t.exports=function(t,n){return r.getOwnPropertyDescriptor(t,n)}},d4f2:function(t,n,e){var r=e("c540"),i=e("b59a").concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},d770a:function(t,n,e){var r=e("5f84"),i=e("0763"),o=e("fdb5"),c=e("eb10"),a=e("38b2"),f=e("54b2"),u=Object.getOwnPropertyDescriptor;n.f=e("690a")?u:function(t,n){if(t=o(t),n=c(n,!0),f)try{return u(t,n)}catch(e){}if(a(t,n))return i(!r.f.call(t,n),t[n])}},e27e:function(t,n,e){var r=e("4f1d"),i=e("6b32"),o=e("5f84");t.exports=function(t){var n=r(t),e=i.f;if(e){var c,a=e(t),f=o.f,u=0;while(a.length>u)f.call(t,c=a[u++])&&n.push(c)}return n}},e432:function(t,n,e){e("2675");var r=e("836e").Object;t.exports=function(t,n,e){return r.defineProperty(t,n,e)}},e5df:function(t,n,e){t.exports=e("13d3")},e99e:function(t,n,e){var r=e("fdb5"),i=e("d770a").f;e("dfd0")("getOwnPropertyDescriptor",function(){return function(t,n){return i(r(t),n)}})}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-68b7c89c"],{"0649":function(t,s,i){t.exports=i("0799")},"0799":function(t,s,i){i("91ef"),t.exports=i("836e").parseInt},"0ed8":function(t,s,i){"use strict";var e=i("a051"),a=i("38b2"),n=i("690a"),o=i("471d"),c=i("067f"),l=i("6ac5").KEY,r=i("7f67"),f=i("6629"),v=i("3967"),u=i("16ef"),m=i("0902"),p=i("74e6"),d=i("3010"),b=i("e27e"),C=i("5fdf"),_=i("0bc6"),h=i("38cc"),x=i("fdb5"),k=i("eb10"),y=i("0763"),g=i("8070"),B=i("ab9e"),w=i("d770a"),E=i("4cf4"),z=i("4f1d"),N=w.f,$=E.f,O=B.f,S=e.Symbol,j=e.JSON,P=j&&j.stringify,A="prototype",F=m("_hidden"),M=m("toPrimitive"),I={}.propertyIsEnumerable,T=f("symbol-registry"),D=f("symbols"),q=f("op-symbols"),J=Object[A],K="function"==typeof S,R=e.QObject,V=!R||!R[A]||!R[A].findChild,W=n&&r(function(){return 7!=g($({},"a",{get:function(){return $(this,"a",{value:7}).a}})).a})?function(t,s,i){var e=N(J,s);e&&delete J[s],$(t,s,i),e&&t!==J&&$(J,s,e)}:$,G=function(t){var s=D[t]=g(S[A]);return s._k=t,s},Y=K&&"symbol"==typeof S.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof S},H=function(t,s,i){return t===J&&H(q,s,i),_(t),s=k(s,!0),_(i),a(D,s)?(i.enumerable?(a(t,F)&&t[F][s]&&(t[F][s]=!1),i=g(i,{enumerable:y(0,!1)})):(a(t,F)||$(t,F,y(1,{})),t[F][s]=!0),W(t,s,i)):$(t,s,i)},Q=function(t,s){_(t);var i,e=b(s=x(s)),a=0,n=e.length;while(n>a)H(t,i=e[a++],s[i]);return t},X=function(t,s){return void 0===s?g(t):Q(g(t),s)},Z=function(t){var s=I.call(this,t=k(t,!0));return!(this===J&&a(D,t)&&!a(q,t))&&(!(s||!a(this,t)||!a(D,t)||a(this,F)&&this[F][t])||s)},L=function(t,s){if(t=x(t),s=k(s,!0),t!==J||!a(D,s)||a(q,s)){var i=N(t,s);return!i||!a(D,s)||a(t,F)&&t[F][s]||(i.enumerable=!0),i}},U=function(t){var s,i=O(x(t)),e=[],n=0;while(i.length>n)a(D,s=i[n++])||s==F||s==l||e.push(s);return e},tt=function(t){var s,i=t===J,e=O(i?q:x(t)),n=[],o=0;while(e.length>o)!a(D,s=e[o++])||i&&!a(J,s)||n.push(D[s]);return n};K||(S=function(){if(this instanceof S)throw TypeError("Symbol is not a constructor!");var t=u(arguments.length>0?arguments[0]:void 0),s=function(i){this===J&&s.call(q,i),a(this,F)&&a(this[F],t)&&(this[F][t]=!1),W(this,t,y(1,i))};return n&&V&&W(J,t,{configurable:!0,set:s}),G(t)},c(S[A],"toString",function(){return this._k}),w.f=L,E.f=H,i("d4f2").f=B.f=U,i("5f84").f=Z,i("6b32").f=tt,n&&!i("4df6")&&c(J,"propertyIsEnumerable",Z,!0),p.f=function(t){return G(m(t))}),o(o.G+o.W+o.F*!K,{Symbol:S});for(var st="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),it=0;st.length>it;)m(st[it++]);for(var et=z(m.store),at=0;et.length>at;)d(et[at++]);o(o.S+o.F*!K,"Symbol",{for:function(t){return a(T,t+="")?T[t]:T[t]=S(t)},keyFor:function(t){if(!Y(t))throw TypeError(t+" is not a symbol!");for(var s in T)if(T[s]===t)return s},useSetter:function(){V=!0},useSimple:function(){V=!1}}),o(o.S+o.F*!K,"Object",{create:X,defineProperty:H,defineProperties:Q,getOwnPropertyDescriptor:L,getOwnPropertyNames:U,getOwnPropertySymbols:tt}),j&&o(o.S+o.F*(!K||r(function(){var t=S();return"[null]"!=P([t])||"{}"!=P({a:t})||"{}"!=P(Object(t))})),"JSON",{stringify:function(t){var s,i,e=[t],a=1;while(arguments.length>a)e.push(arguments[a++]);if(i=s=e[1],(h(s)||void 0!==t)&&!Y(t))return C(s)||(s=function(t,s){if("function"==typeof i&&(s=i.call(this,t,s)),!Y(s))return s}),e[1]=s,P.apply(j,e)}}),S[A][M]||i("3a22")(S[A],M,S[A].valueOf),v(S,"Symbol"),v(Math,"Math",!0),v(e.JSON,"JSON",!0)},"13d3":function(t,s,i){i("0ed8"),t.exports=i("836e").Object.getOwnPropertySymbols},1904:function(t,s,i){t.exports=i("e432")},2259:function(t,s,i){},2675:function(t,s,i){var e=i("471d");e(e.S+e.F*!i("690a"),"Object",{defineProperty:i("4cf4").f})},3010:function(t,s,i){var e=i("a051"),a=i("836e"),n=i("4df6"),o=i("74e6"),c=i("4cf4").f;t.exports=function(t){var s=a.Symbol||(a.Symbol=n?{}:e.Symbol||{});"_"==t.charAt(0)||t in s||c(s,t,{value:o.f(t)})}},"3b79":function(t,s,i){"use strict";var e=i("2259"),a=i.n(e);a.a},"4bcb":function(t,s){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},"5fdf":function(t,s,i){var e=i("6dd6");t.exports=Array.isArray||function(t){return"Array"==e(t)}},"657c":function(t,s,i){},"6ac5":function(t,s,i){var e=i("16ef")("meta"),a=i("38cc"),n=i("38b2"),o=i("4cf4").f,c=0,l=Object.isExtensible||function(){return!0},r=!i("7f67")(function(){return l(Object.preventExtensions({}))}),f=function(t){o(t,e,{value:{i:"O"+ ++c,w:{}}})},v=function(t,s){if(!a(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!n(t,e)){if(!l(t))return"F";if(!s)return"E";f(t)}return t[e].i},u=function(t,s){if(!n(t,e)){if(!l(t))return!0;if(!s)return!1;f(t)}return t[e].w},m=function(t){return r&&p.NEED&&l(t)&&!n(t,e)&&f(t),t},p=t.exports={KEY:e,NEED:!1,fastKey:v,getWeak:u,onFreeze:m}},"6e35":function(t,s,i){t.exports=i("cdf9")},7272:function(t,s,i){"use strict";var e=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()])])},a=[function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("ul",{staticClass:"menu-view"},[i("li",[i("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),i("li",[i("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),i("li",[i("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),i("li",[i("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),i("li",{staticClass:"mui-table-view-cell "},[i("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),i("li",[i("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=n,c=(i("3b79"),i("8c9c")),l=Object(c["a"])(o,e,a,!1,null,null,null);s["a"]=l.exports},"74e6":function(t,s,i){s.f=i("0902")},9055:function(t,s,i){"use strict";i.r(s);var e=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,e){return i("div",{key:e,staticClass:"lineBlock va-m boxsiz inp-wrap-radio-bb",on:{click:function(s){t.supplierActive=e}}},[i("i",{staticClass:"icn",class:{"icn-curr":t.supplierActive==e}}),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,e){return i("li",{key:e,class:{curr:t.active==e},on:{click:function(s){return t.tab(e)}}},[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)},a=[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("入驻流程 ")])])}],n=i("0649"),o=i.n(n),c=i("bd31"),l=i("8973"),r=i("52c1"),f=i("5101"),v=i("7272");l["a"].use(f["n"]).use(f["o"]).use(f["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(c["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:o()(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(e,1e3);function e(){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:v["a"]}},m=u,p=(i("e346"),i("8c9c")),d=Object(p["a"])(m,e,a,!1,null,"08dc8ea9",null);s["default"]=d.exports},9081:function(t,s,i){var e=i("a051").parseInt,a=i("e2d3e").trim,n=i("4bcb"),o=/^[-+]?0[xX]/;t.exports=8!==e(n+"08")||22!==e(n+"0x16")?function(t,s){var i=a(String(t),3);return e(i,s>>>0||(o.test(i)?16:10))}:e},"91ef":function(t,s,i){var e=i("471d"),a=i("9081");e(e.G+e.F*(parseInt!=a),{parseInt:a})},ab9e:function(t,s,i){var e=i("fdb5"),a=i("d4f2").f,n={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return a(t)}catch(s){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==n.call(t)?c(t):a(e(t))}},bd31:function(t,s,i){"use strict";var e=i("6e35"),a=i.n(e),n=i("e5df"),o=i.n(n),c=i("0ec6"),l=i.n(c),r=i("1904"),f=i.n(r);function v(t,s,i){return s in t?f()(t,s,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[s]=i,t}function u(t){for(var s=1;s<arguments.length;s++){var i=null!=arguments[s]?arguments[s]:{},e=l()(i);"function"===typeof o.a&&(e=e.concat(o()(i).filter(function(t){return a()(i,t).enumerable}))),e.forEach(function(s){v(t,s,i[s])})}return t}i.d(s,"a",function(){return u})},cdf9:function(t,s,i){i("e99e");var e=i("836e").Object;t.exports=function(t,s){return e.getOwnPropertyDescriptor(t,s)}},d4f2:function(t,s,i){var e=i("c540"),a=i("b59a").concat("length","prototype");s.f=Object.getOwnPropertyNames||function(t){return e(t,a)}},d770a:function(t,s,i){var e=i("5f84"),a=i("0763"),n=i("fdb5"),o=i("eb10"),c=i("38b2"),l=i("54b2"),r=Object.getOwnPropertyDescriptor;s.f=i("690a")?r:function(t,s){if(t=n(t),s=o(s,!0),l)try{return r(t,s)}catch(i){}if(c(t,s))return a(!e.f.call(t,s),t[s])}},e27e:function(t,s,i){var e=i("4f1d"),a=i("6b32"),n=i("5f84");t.exports=function(t){var s=e(t),i=a.f;if(i){var o,c=i(t),l=n.f,r=0;while(c.length>r)l.call(t,o=c[r++])&&s.push(o)}return s}},e2d3e:function(t,s,i){var e=i("471d"),a=i("04be"),n=i("7f67"),o=i("4bcb"),c="["+o+"]",l="​…",r=RegExp("^"+c+c+"*"),f=RegExp(c+c+"*$"),v=function(t,s,i){var a={},c=n(function(){return!!o[t]()||l[t]()!=l}),r=a[t]=c?s(u):o[t];i&&(a[i]=r),e(e.P+e.F*c,"String",a)},u=v.trim=function(t,s){return t=String(a(t)),1&s&&(t=t.replace(r,"")),2&s&&(t=t.replace(f,"")),t};t.exports=v},e346:function(t,s,i){"use strict";var e=i("657c"),a=i.n(e);a.a},e432:function(t,s,i){i("2675");var e=i("836e").Object;t.exports=function(t,s,i){return e.defineProperty(t,s,i)}},e5df:function(t,s,i){t.exports=i("13d3")},e99e:function(t,s,i){var e=i("fdb5"),a=i("d770a").f;i("dfd0")("getOwnPropertyDescriptor",function(){return function(t,s){return a(e(t),s)}})}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6bb21423"],{"0ed8":function(t,e,o){"use strict";var i=o("a051"),s=o("38b2"),n=o("690a"),a=o("471d"),r=o("067f"),c=o("6ac5").KEY,f=o("7f67"),l=o("6629"),u=o("3967"),m=o("16ef"),d=o("0902"),v=o("74e6"),p=o("3010"),h=o("e27e"),g=o("5fdf"),b=o("0bc6"),w=o("38cc"),y=o("fdb5"),C=o("eb10"),x=o("0763"),k=o("8070"),N=o("ab9e"),A=o("d770a"),S=o("4cf4"),_=o("4f1d"),O=A.f,j=S.f,I=N.f,Y=i.Symbol,E=i.JSON,W=E&&E.stringify,M="prototype",D=d("_hidden"),R=d("toPrimitive"),G={}.propertyIsEnumerable,F=l("symbol-registry"),P=l("symbols"),z=l("op-symbols"),T=Object[M],J="function"==typeof Y,Z=i.QObject,B=!Z||!Z[M]||!Z[M].findChild,Q=n&&f(function(){return 7!=k(j({},"a",{get:function(){return j(this,"a",{value:7}).a}})).a})?function(t,e,o){var i=O(T,e);i&&delete T[e],j(t,e,o),i&&t!==T&&j(T,e,i)}:j,U=function(t){var e=P[t]=k(Y[M]);return e._k=t,e},V=J&&"symbol"==typeof Y.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof Y},L=function(t,e,o){return t===T&&L(z,e,o),b(t),e=C(e,!0),b(o),s(P,e)?(o.enumerable?(s(t,D)&&t[D][e]&&(t[D][e]=!1),o=k(o,{enumerable:x(0,!1)})):(s(t,D)||j(t,D,x(1,{})),t[D][e]=!0),Q(t,e,o)):j(t,e,o)},X=function(t,e){b(t);var o,i=h(e=y(e)),s=0,n=i.length;while(n>s)L(t,o=i[s++],e[o]);return t},H=function(t,e){return void 0===e?k(t):X(k(t),e)},q=function(t){var e=G.call(this,t=C(t,!0));return!(this===T&&s(P,t)&&!s(z,t))&&(!(e||!s(this,t)||!s(P,t)||s(this,D)&&this[D][t])||e)},$=function(t,e){if(t=y(t),e=C(e,!0),t!==T||!s(P,e)||s(z,e)){var o=O(t,e);return!o||!s(P,e)||s(t,D)&&t[D][e]||(o.enumerable=!0),o}},K=function(t){var e,o=I(y(t)),i=[],n=0;while(o.length>n)s(P,e=o[n++])||e==D||e==c||i.push(e);return i},tt=function(t){var e,o=t===T,i=I(o?z:y(t)),n=[],a=0;while(i.length>a)!s(P,e=i[a++])||o&&!s(T,e)||n.push(P[e]);return n};J||(Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor!");var t=m(arguments.length>0?arguments[0]:void 0),e=function(o){this===T&&e.call(z,o),s(this,D)&&s(this[D],t)&&(this[D][t]=!1),Q(this,t,x(1,o))};return n&&B&&Q(T,t,{configurable:!0,set:e}),U(t)},r(Y[M],"toString",function(){return this._k}),A.f=$,S.f=L,o("d4f2").f=N.f=K,o("5f84").f=q,o("6b32").f=tt,n&&!o("4df6")&&r(T,"propertyIsEnumerable",q,!0),v.f=function(t){return U(d(t))}),a(a.G+a.W+a.F*!J,{Symbol:Y});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ot=0;et.length>ot;)d(et[ot++]);for(var it=_(d.store),st=0;it.length>st;)p(it[st++]);a(a.S+a.F*!J,"Symbol",{for:function(t){return s(F,t+="")?F[t]:F[t]=Y(t)},keyFor:function(t){if(!V(t))throw TypeError(t+" is not a symbol!");for(var e in F)if(F[e]===t)return e},useSetter:function(){B=!0},useSimple:function(){B=!1}}),a(a.S+a.F*!J,"Object",{create:H,defineProperty:L,defineProperties:X,getOwnPropertyDescriptor:$,getOwnPropertyNames:K,getOwnPropertySymbols:tt}),E&&a(a.S+a.F*(!J||f(function(){var t=Y();return"[null]"!=W([t])||"{}"!=W({a:t})||"{}"!=W(Object(t))})),"JSON",{stringify:function(t){var e,o,i=[t],s=1;while(arguments.length>s)i.push(arguments[s++]);if(o=e=i[1],(w(e)||void 0!==t)&&!V(t))return g(e)||(e=function(t,e){if("function"==typeof o&&(e=o.call(this,t,e)),!V(e))return e}),i[1]=e,W.apply(E,i)}}),Y[M][R]||o("3a22")(Y[M],R,Y[M].valueOf),u(Y,"Symbol"),u(Math,"Math",!0),u(i.JSON,"JSON",!0)},"13d3":function(t,e,o){o("0ed8"),t.exports=o("836e").Object.getOwnPropertySymbols},1904:function(t,e,o){t.exports=o("e432")},2675:function(t,e,o){var i=o("471d");i(i.S+i.F*!o("690a"),"Object",{defineProperty:o("4cf4").f})},3010:function(t,e,o){var i=o("a051"),s=o("836e"),n=o("4df6"),a=o("74e6"),r=o("4cf4").f;t.exports=function(t){var e=s.Symbol||(s.Symbol=n?{}:i.Symbol||{});"_"==t.charAt(0)||t in e||r(e,t,{value:a.f(t)})}},"4ca7":function(t,e,o){},"4ce6":function(t,e,o){"use strict";var i=o("4ca7"),s=o.n(i);s.a},5729:function(t,e,o){t.exports=o.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,e,o){var i=o("836e"),s=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return s.stringify.apply(s,arguments)}},"5fdf":function(t,e,o){var i=o("6dd6");t.exports=Array.isArray||function(t){return"Array"==i(t)}},"6ac5":function(t,e,o){var i=o("16ef")("meta"),s=o("38cc"),n=o("38b2"),a=o("4cf4").f,r=0,c=Object.isExtensible||function(){return!0},f=!o("7f67")(function(){return c(Object.preventExtensions({}))}),l=function(t){a(t,i,{value:{i:"O"+ ++r,w:{}}})},u=function(t,e){if(!s(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!n(t,i)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[i].i},m=function(t,e){if(!n(t,i)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[i].w},d=function(t){return f&&v.NEED&&c(t)&&!n(t,i)&&l(t),t},v=t.exports={KEY:i,NEED:!1,fastKey:u,getWeak:m,onFreeze:d}},"6e35":function(t,e,o){t.exports=o("cdf9")},"74e6":function(t,e,o){e.f=o("0902")},"7f1b":function(t,e,o){"use strict";var i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("section",[o("div",{staticClass:"slide-bar"},[t.kefuishow?o("div",{staticClass:"customer-service",on:{click:t.recordFn}},[o("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[o("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[o("i",{staticClass:"iconfont icon-xiangshang1"})])]:[o("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[o("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),o("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(e){t.flag=e},expression:"flag"}},[o("div",{staticClass:"van-dialog__message"},[o("div",{staticClass:"kefu"},[o("p",{staticClass:"t0"},[o("i",{staticClass:"iconfont icon-kefu"})]),o("p",{staticClass:"t1"},[o("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),o("p",{staticClass:"t2"},[o("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}},[o("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},s=[],n=o("52c1"),a=o("8973"),r=o("5101");a["a"].use(r["d"]);var c={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(n["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var 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){}}}},f=c,l=o("8c9c"),u=Object(l["a"])(f,i,s,!1,null,null,null);e["a"]=u.exports},"842e":function(t,e,o){t.exports=o.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,o){t.exports=o.p+"img/three_06.5ad5630e.jpg"},ab9e:function(t,e,o){var i=o("fdb5"),s=o("d4f2").f,n={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],r=function(t){try{return s(t)}catch(e){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==n.call(t)?r(t):s(i(t))}},badb:function(t,e,o){t.exports=o("5ab7")},bd31:function(t,e,o){"use strict";var i=o("6e35"),s=o.n(i),n=o("e5df"),a=o.n(n),r=o("0ec6"),c=o.n(r),f=o("1904"),l=o.n(f);function u(t,e,o){return e in t?l()(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function m(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{},i=c()(o);"function"===typeof a.a&&(i=i.concat(a()(o).filter(function(t){return s()(o,t).enumerable}))),i.forEach(function(e){u(t,e,o[e])})}return t}o.d(e,"a",function(){return m})},cdf9:function(t,e,o){o("e99e");var i=o("836e").Object;t.exports=function(t,e){return i.getOwnPropertyDescriptor(t,e)}},d4f2:function(t,e,o){var i=o("c540"),s=o("b59a").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,s)}},d770a:function(t,e,o){var i=o("5f84"),s=o("0763"),n=o("fdb5"),a=o("eb10"),r=o("38b2"),c=o("54b2"),f=Object.getOwnPropertyDescriptor;e.f=o("690a")?f:function(t,e){if(t=n(t),e=a(e,!0),c)try{return f(t,e)}catch(o){}if(r(t,e))return s(!i.f.call(t,e),t[e])}},e27e:function(t,e,o){var i=o("4f1d"),s=o("6b32"),n=o("5f84");t.exports=function(t){var e=i(t),o=s.f;if(o){var a,r=o(t),c=n.f,f=0;while(r.length>f)c.call(t,a=r[f++])&&e.push(a)}return e}},e432:function(t,e,o){o("2675");var i=o("836e").Object;t.exports=function(t,e,o){return i.defineProperty(t,e,o)}},e5df:function(t,e,o){t.exports=o("13d3")},e673:function(t,e,o){t.exports=o.p+"img/three_05.2f3455a9.jpg"},e99e:function(t,e,o){var i=o("fdb5"),s=o("d770a").f;o("dfd0")("getOwnPropertyDescriptor",function(){return function(t,e){return s(i(t),e)}})},f203:function(t,e,o){t.exports=o.p+"img/three_03.49b062a4.jpg"},f825:function(t,e,o){"use strict";o.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:o("f203"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:o("5729"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:o("e673"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:o("a851"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:o("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)},s=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"seo-head"},[o("ul",{staticClass:"head-nav "},[o("li",[o("a",{attrs:{href:"https://m.ichunt.com"}},[t._v("首页")])]),o("li",[o("a",{attrs:{href:"https://m.ichunt.com/v3/activity/xyhyl"}},[t._v("新用户礼包")])]),o("li",[o("a",{attrs:{href:"https://m.ichunt.com/v3/xianhuo"}},[t._v("自营现货")])]),o("li",[o("a",{attrs:{href:"https://m.ichunt.com/v3/lxshop"}},[t._v("海外代购")])]),o("li",[o("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:o("a27a"),alt:""}}),i("span",[t._v("快速找料")])])},function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"foot-box"},[o("div",{staticClass:"foot-box-ct"},[o("a",{attrs:{href:"tel:4008-755-881"}},[o("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],n=o("badb"),a=o.n(n),r=o("bd31"),c=o("8973"),f=o("52c1"),l=o("5101"),u=o("7f1b"),m=o("365c");c["a"].use(l["n"]).use(l["o"]).use(l["p"]).use(l["h"]);var d={name:"seo",computed:Object(r["a"])({},Object(f["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:m["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 o=setInterval(i,1e3);function i(){e--,e>0?(t.codetext=e+"秒后获取",t.codeactive=!0):(clearInterval(o),t.codeactive=!1,t.codetext="重新获取",e=60)}},timeNum2:function(){var t=this,e=60;t.codeactive2=!0,t.codetext2=e+"秒后获取";var o=setInterval(i,1e3);function i(){e--,e>0?(t.codetext2=e+"秒后获取",t.codeactive2=!0):(clearInterval(o),t.codeactive2=!1,t.codetext2="重新获取",e=60)}},getCode:function(t){var e=2==t?"form2":"form1";!this[e]["imgcodestatus"]||this[e]["imgcode"]?this.$store.dispatch({type:"smsVerify",mobile:this[e]["mobile"],verify:this[e]["imgcode"],types:e}):Object(l["p"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=m["a"]+"public/verify?"+(new Date).getTime()},submitForm:function(t){var e=2==t?"form2":"form1",o=/^1[345678]\d{9}$/;o.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:a()(e)})}}},components:{SideBar:u["a"]}},v=d,p=(o("4ce6"),o("8c9c")),h=Object(p["a"])(v,i,s,!1,null,"7c13e094",null);e["default"]=h.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6bee3754"],{"4c53":function(t,a,s){"use strict";var e=s("c7d4"),l=s.n(e);l.a},c7d4:function(t,a,s){},e175:function(t,a,s){"use strict";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("section",{staticClass:"wallet-status"},[s("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),t.walletInfoData.wallet_freeze_format?s("div",{staticClass:"status-content"},[s("ul",{staticClass:"form-wrap"},[s("li",{staticClass:"inp-wrap"},[s("label",{staticClass:"lineBlock va-m"},[t._v("冻结余额")]),1!==t.walletInfoData.wallet_status?s("input",{staticClass:"va-m inp",attrs:{type:"text",value:"¥0.00"}}):s("input",{staticClass:"va-m inp",attrs:{type:"text"},domProps:{value:t.walletInfoData.wallet_freeze_format}}),"¥0.00"!==t.walletInfoData.wallet_freeze_format?s("van-icon",{staticClass:"tips va-m",attrs:{name:"warning-o",size:"22px",color:"#f00"},on:{click:t.dialogTips}}):t._e()],1),s("li",{staticClass:"inp-wrap"},[s("label",{staticClass:"lineBlock va-m"},[t._v("钱包状态")]),1!==t.walletInfoData.wallet_status?s("input",{staticClass:"va-m inp",attrs:{type:"text",value:"未启用"}}):s("input",{staticClass:"va-m inp",attrs:{type:"text",value:"已启用"}})]),s("li",{staticClass:"inp-wrap"},[s("label",{staticClass:"lineBlock va-m"},[t._v("支付密码")]),1!==t.walletInfoData.wallet_status?s("input",{staticClass:"va-m inp",attrs:{type:"text",value:"未启用"}}):s("input",{staticClass:"va-m inp",attrs:{type:"text",value:"已启用"}}),1==t.walletInfoData.wallet_status?s("span",{staticClass:"forget-password va-m",on:{click:t.forgetPassword}},[t._v("忘记密码")]):t._e()]),s("li",{staticClass:"inp-wrap"},[s("label",{staticClass:"lineBlock va-m"},[t._v("我的银行卡")]),null==t.walletInfoData.bank_name?s("input",{staticClass:"va-m inp",attrs:{type:"text",value:"未绑定"}}):s("input",{staticClass:"va-m inp",attrs:{type:"text"},domProps:{value:t.walletInfoData.bank_name}}),null==t.walletInfoData.bank_name?s("span",{staticClass:"bind-bank va-m",on:{click:t.bindBank}},[t._v("绑卡")]):t._e()])]),1!==t.walletInfoData.wallet_status?s("a",{staticClass:"submit",attrs:{href:"javascript:;"},on:{click:t.submit}},[t._v("激活")]):t._e()]):t._e()],1)},l=[],n=s("bd31"),i=s("8973"),o=s("52c1"),c=s("57af"),p=s("5101");i["a"].use(p["e"]).use(p["d"]);var r={name:"status",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(){p["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/bind"})}},components:{Header:c["a"]}},u=r,f=(s("4c53"),s("8c9c")),w=Object(f["a"])(u,e,l,!1,null,"6035383c",null);a["default"]=w.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-712edb4e"],{"00aa":function(t,e,o){"use strict";var a=o("4a42"),s=o.n(a);s.a},"4a42":function(t,e,o){},"71d7":function(t,e,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,l=m,d=m.prototype,f=/a/g,u=/a/g,p=new m(f)!==f;if(o("d9cf")&&(!p||o("03fd")(function(){return u[o("e1be")("match")]=!1,m(f)!=f||m(u)==u||"/a/i"!=m(f,"i")}))){m=function(t,e){var o=this instanceof m,a=n(t),r=void 0===e;return!o&&a&&t.constructor===m&&r?t:s(p?new l(a&&!r?t.source:t,e):l((a=t instanceof m)?t.source:t,a&&r?c.call(t):e),o?this:d,m)};for(var v=function(t){t in m||r(m,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})},w=i(l),h=0;w.length>h;)v(w[h++]);d.constructor=m,m.prototype=d,o("c787")(a,"RegExp",m)}o("0384")("RegExp")},bdad:function(t,e,o){"use strict";o.r(e);var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("section",{staticClass:"wallet-verify"},[o("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),o("div",{staticClass:"verify-content"},[o("ul",{staticClass:"form-wrap"},[o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[t._v("原支付密码")]),o("br"),t.showPassword?[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:""},domProps:{value:t.form.password},on:{input:function(e){e.target.composing||t.$set(t.form,"password",e.target.value)}}})]:[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入原支付密码"},domProps:{value:t.form.password},on:{input:function(e){e.target.composing||t.$set(t.form,"password",e.target.value)}}})],t.showPassword?o("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:t.changeShow}}):o("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:t.changeShow}})],2),o("li",{directives:[{name:"show",rawName:"v-show",value:t.showImgCode,expression:"showImgCode"}],staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[t._v("图片验证码")]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:t.form.imgCode},on:{input:function(e){e.target.composing||t.$set(t.form,"imgCode",e.target.value)}}}),o("img",{staticClass:"img-code va-m",attrs:{src:t.imgCodeVal,alt:"图片验证码"},on:{click:t.changeImgCode}})]),o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[t._v("安全手机:"+t._s(t.walletInfoData.safe_mobile))]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:t.form.verifyCode},on:{input:function(e){e.target.composing||t.$set(t.form,"verifyCode",e.target.value)}}}),t.yzmSend?o("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:t.getCode}},[t._v(t._s(t.countDownText))]):o("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[t._v("再次发送("+t._s(t.countDown)+"s)")])])]),o("p",{directives:[{name:"show",rawName:"v-show",value:t.formError,expression:"formError"}],staticClass:"form-error"},[t._v(t._s(t.formMsg))]),o("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:t.next}},[t._v("下一步")])])],1)},s=[],r=(o("71d7"),o("bd31")),i=o("1cc5"),n=o("52c1"),c=o("57af"),m=o("01c5"),l=o("365c");i["a"].use(m["e"]);var d={name:"WalletVerify",data:function(){return{title:"验证身份",meaushow:!0,showPassword:!1,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{verifyCode:"",imgCode:"",password:""},formError:!1,formMsg:"",imgCodeVal:l["a"]+"public/verify"}},computed:Object(r["a"])({},Object(n["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},showImgCode:function(t){return t.wallet.showImgCode},countDownFlag:function(t){return t.wallet.countDownFlag}})),watch:{countDownFlag:function(t){t?(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 t=this,e=setInterval(o,1e3);function o(){t.countDown--,t.countDown<=0&&(clearInterval(e),t.countDown=60,t.countDownText="再次发送",t.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=l["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){this.$store.dispatch({type:"sendSafesms",imgCode:this.form.imgCode})},next:function(){var t=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?t.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="亲,密码由8~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入原支付密码"))}},components:{Header:c["a"]}},f=d,u=(o("00aa"),o("fc05")),p=Object(u["a"])(f,a,s,!1,null,"de3aa920",null);e["default"]=p.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5a9a2519"],{"51d9":function(s,o,r){"use strict";r.r(o);var t=function(){var s=this,o=s.$createElement,r=s._self._c||o;return r("section",{staticClass:"wallet-activate"},[r("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),r("div",{directives:[{name:"show",rawName:"v-show",value:s.step1,expression:"step1"}],staticClass:"activate-content"},[r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("安全手机号")]),r("br"),r("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)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("验证码")]),r("br"),r("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?r("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:s.getCode}},[s._v(s._s(s.countDownText))]):r("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[s._v("再次发送("+s._s(s.countDown)+"s)")])])]),r("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),r("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),r("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"activate-content"},[r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("设置支付密码")]),r("br"),s.showPassword?[r("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:""},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})]:[r("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?r("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShow}}):r("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShow}})],2),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("确认支付密码")]),r("br"),s.showPasswordConfirm?[r("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)}}})]:[r("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?r("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShowConfirm}}):r("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShowConfirm}})],2)]),r("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),r("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:s.confirm}},[s._v("确认")])])],1)},e=[],a=(r("5f33"),r("bd31")),i=r("8973"),n=r("52c1"),m=r("57af"),f=r("5101");i["a"].use(f["e"]);var c={name:"WalletActivate",data:function(){return{title:"激活钱包",meaushow:!0,showPassword:!1,showPasswordConfirm:!1,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{safeMobile:"",verifyCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:""}},computed:Object(a["a"])({},Object(n["b"])({})),watch:{},created:function(){},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var s=this,o=setInterval(r,1e3);function r(){s.countDown--,s.countDown<=0&&(clearInterval(o),s.countDown=60,s.countDownText="再次发送",s.yzmSend=!0)}},getCode:function(){var s=/^1[34578]\d{9}$/;return this.form.safeMobile?s.test(this.form.safeMobile)?(this.yzmSend=!1,this.timeNum(),void this.$store.dispatch({type:"smsVerifyActivate",mobile:this.form.safeMobile})):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},next:function(){var s=/^1[34578]\d{9}$/;return this.form.safeMobile?s.test(this.form.safeMobile)?this.form.verifyCode?(this.formError=!1,this.step1=!1,void(this.step2=!0)):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},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"]}},l=c,d=(r("8573"),r("8c9c")),p=Object(d["a"])(l,t,e,!1,null,"62b6e222",null);o["default"]=p.exports},"5f33":function(s,o,r){var t=r("4839"),e=r("d62f"),a=r("694f").f,i=r("62af").f,n=r("d635"),m=r("7fe4"),f=t.RegExp,c=f,l=f.prototype,d=/a/g,p=/a/g,v=new f(d)!==d;if(r("3a0f")&&(!v||r("201d")(function(){return p[r("f3ae")("match")]=!1,f(d)!=d||f(p)==p||"/a/i"!=f(d,"i")}))){f=function(s,o){var r=this instanceof f,t=n(s),a=void 0===o;return!r&&t&&s.constructor===f&&a?s:e(v?new c(t&&!a?s.source:s,o):c((t=s instanceof f)?s.source:s,t&&a?m.call(s):o),r?this:l,f)};for(var w=function(s){s in f||a(f,s,{configurable:!0,get:function(){return c[s]},set:function(o){c[s]=o}})},h=i(c),u=0;h.length>u;)w(h[u++]);l.constructor=f,f.prototype=l,r("7f00")(t,"RegExp",f)}r("4fd1")("RegExp")},8573:function(s,o,r){"use strict";var t=r("e2d3"),e=r.n(t);e.a},e2d3:function(s,o,r){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7b714e7b"],{"51d9":function(s,o,r){"use strict";r.r(o);var t=function(){var s=this,o=s.$createElement,r=s._self._c||o;return r("section",{staticClass:"wallet-activate"},[r("Header",{attrs:{title:s.title,meaushow:s.meaushow}}),r("div",{directives:[{name:"show",rawName:"v-show",value:s.step1,expression:"step1"}],staticClass:"activate-content"},[r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("安全手机号")]),r("br"),r("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)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("验证码")]),r("br"),r("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?r("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:s.getCode}},[s._v(s._s(s.countDownText))]):r("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[s._v("再次发送("+s._s(s.countDown)+"s)")])])]),r("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),r("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:s.next}},[s._v("下一步")])]),r("div",{directives:[{name:"show",rawName:"v-show",value:s.step2,expression:"step2"}],staticClass:"activate-content"},[r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("设置支付密码")]),r("br"),s.showPassword?[r("input",{directives:[{name:"model",rawName:"v-model",value:s.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:""},domProps:{value:s.form.password},on:{input:function(o){o.target.composing||s.$set(s.form,"password",o.target.value)}}})]:[r("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?r("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShow}}):r("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShow}})],2),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[s._v("确认支付密码")]),r("br"),s.showPasswordConfirm?[r("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)}}})]:[r("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?r("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:s.changeShowConfirm}}):r("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:s.changeShowConfirm}})],2)]),r("p",{directives:[{name:"show",rawName:"v-show",value:s.formError,expression:"formError"}],staticClass:"form-error"},[s._v(s._s(s.formMsg))]),r("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:s.confirm}},[s._v("确认")])])],1)},e=[],a=(r("71d7"),r("bd31")),i=r("1cc5"),n=r("52c1"),m=r("57af"),f=r("01c5");i["a"].use(f["e"]);var c={name:"WalletActivate",data:function(){return{title:"激活钱包",meaushow:!0,showPassword:!0,showPasswordConfirm:!0,yzmSend:!0,countDown:60,countDownText:"发送验证码",step1:!0,step2:!1,form:{safeMobile:"",verifyCode:"",password:"",passwordConfirm:""},formError:!1,formMsg:""}},computed:Object(a["a"])({},Object(n["b"])({})),watch:{},created:function(){},methods:{changeShow:function(){this.showPassword=!this.showPassword},changeShowConfirm:function(){this.showPasswordConfirm=!this.showPasswordConfirm},timeNum:function(){var s=this,o=setInterval(r,1e3);function r(){s.countDown--,s.countDown<=0&&(clearInterval(o),s.countDown=60,s.countDownText="再次发送",s.yzmSend=!0)}},getCode:function(){var s=/^1[34578]\d{9}$/;return this.form.safeMobile?s.test(this.form.safeMobile)?(this.yzmSend=!1,this.timeNum(),void this.$store.dispatch({type:"smsVerifyActivate",mobile:this.form.safeMobile})):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},next:function(){var s=/^1[34578]\d{9}$/;return this.form.safeMobile?s.test(this.form.safeMobile)?this.form.verifyCode?(this.formError=!1,this.step1=!1,void(this.step2=!0)):(this.formError=!0,void(this.formMsg="亲,请输入验证码")):(this.formError=!0,void(this.formMsg="亲,手机格式不正确")):(this.formError=!0,void(this.formMsg="亲,请输入手机"))},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"]}},l=c,d=(r("a2b6"),r("fc05")),p=Object(d["a"])(l,t,e,!1,null,"3483b532",null);o["default"]=p.exports},"71d7":function(s,o,r){var t=r("5b0f"),e=r("6c67"),a=r("78a6").f,i=r("38f8").f,n=r("e621"),m=r("7a14"),f=t.RegExp,c=f,l=f.prototype,d=/a/g,p=/a/g,v=new f(d)!==d;if(r("d9cf")&&(!v||r("03fd")(function(){return p[r("e1be")("match")]=!1,f(d)!=d||f(p)==p||"/a/i"!=f(d,"i")}))){f=function(s,o){var r=this instanceof f,t=n(s),a=void 0===o;return!r&&t&&s.constructor===f&&a?s:e(v?new c(t&&!a?s.source:s,o):c((t=s instanceof f)?s.source:s,t&&a?m.call(s):o),r?this:l,f)};for(var w=function(s){s in f||a(f,s,{configurable:!0,get:function(){return c[s]},set:function(o){c[s]=o}})},h=i(c),u=0;h.length>u;)w(h[u++]);l.constructor=f,f.prototype=l,r("c787")(t,"RegExp",f)}r("0384")("RegExp")},a2b6:function(s,o,r){"use strict";var t=r("da09"),e=r.n(t);e.a},da09:function(s,o,r){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5d86b139"],{"373f":function(t,i,a){"use strict";var e=a("7108"),c=a.n(e);c.a},"47de":function(t,i){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAfCAYAAAClDZ5ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0QzNCNDQ2NjQzMTFFOUE5RjdEQkRGM0FBNkNGNDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk0QzNCNDM2NjQzMTFFOUE5RjdEQkRGM0FBNkNGNDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GkTRgQAACAdJREFUeNq8WAtQlNcV/naXfbO8WYHwUigsTwUFMYivaEYManAmdnQmTrVp00lN0k46TTNt0zrVDKM148SkSWNSY9OMlkyjMRKNRUWlgjxcAXm/5SEPhWV3geWx/D3//UuiwsLuZqdn5u69/73/nrvfPed859wVYQ7Rq+LTqXuL2pPU3OZ6d1gsxvueWuSpPWEQS2C3KElttC/grwIkIjghemoviOYAsZG6s9Sk82kaE4nwkwXhqJIpHfsJKlKdFgTIJPieUi22AYLXfMweELyc1Pg4DoIXnY8rQPASJ7axkEIt2F4tl1Qejm8tFgnu5BppsgVklb0aLCIxapyxhpccEIlcBaTQFpCV9mqolCsx5czWXgq4UGYCofjgjyndXg235U66h49rgcxGqTH8NiKZFNJAfzYx3t7NemmAP0RyKcY7eoApwQ56Z4CIBIuoZTL4u6u/nTaMjlKzOKqtH0dy6mcDksF/eD6zFuH/OAxLfQvqkreyhagbuRArFbgTnA6OnnkoFXIn4sNdRllJjL0ZK5CTtfGRpa9r65F17AQ4jrPbGow7bMWHevli9mC+cpP1srAgSBf4wXytFJxVsEa9TIFRkdhxIN6CW6WFhbI+/Z0PkPL2e2y8KSaacMoccqu5gaxIYg+mgmIhd6UkCsCuCsAkHu6oUGugVAibbsxYgl/t2QyxWGAiBbmgRPKdejeJBO4qBWvTQFaEh2J4fBw32zswOjHB5loeDMA0NjbTG4nhZBIh57hRFSERix8B8nigP0GNq/Bdyk2NT3Cc1cpVBqRx/Fzfu59yvNQue5azNLWzNeOgkZuYnOTC1v2cy7t6i8s9X8Rplu7iTueX0PIUN0Y6XjlwnNv7p79x4xOTXO99A9Nx9EohF3Xgz2zcZRjijl67wXVSP0k6XzuTxxW33eUGR0a5kvYOrqGvn8s69glnHhvjXvniLPdZuZ5ruT/AqX/9Jodf/GaYmttsFmHxoUyOg0jqxuLDajQLbp2xDBO99zE1Mgp5RChMV0twu66NnbTW1wPrlsfDw12JN36ajWefSsHqXX+E1E2C7PWpSE+OZuPDx88JpCFzw6qIhf8LcAt81SqcvFWBpYffxfakBIT5eOH1c+eREhqM2t5+DNCePDGsj4rEzuQl+O3X3zBLkhRToE9ilkKQuZV8Ych3JqUf4L56OZSJOtz/4CSUCdFsvu1cARQ/eg59D4bgpVEzV7peXocdz6Sju28QBuMwc4eqhrtYvyIBHT0P0HS3h323tKMTayMj2PjV018hv6GJjUO8PJEaGoKPi8sQ5u3F5u709IIswMab42JQ2NKGU/rKGW4lng2IpboR5DNQxEQiobsIEWf/ipGyKtzb/x7UqQIJlDd2IjE6FOXVrVidEsPmim43wDQ8Ci8PFT49uBcG0zBOnCmAblEQblY0IjUxUvhuRxcyFoVjipiJj49p4XmKZ6vkkCDsoJPnJb++ET0mE8atVrb2yzN5DzNa4cOMPh0fntQNTIOThQQKAU+nOtbSwYCQBmjWpkH6xAK8WdIIUeYa1DZ3wlOjQpDWB59fKCIQamxalcQC/ctLZbBSvuGfect401pwRiT+WVuDHyYlYmR8Arm3Kx85yQ3RP0BKSDD6zGa4y2U4VlRKZZkIXfvewJmqGuz6LHf6VSufjci1zI8DyeRp3F7Oyw6MRJtU5hjtSumMngp3mK0Pbs5kOSfqrcMgUpieLicQy75lxccD3R4ZpIvTfCB2b1uDV5/fhOOnC3C9rBbPb12FGF0omifMFAfBkBJJnLpViZxLBTj/4m7mZkaLBYEeHpicssJPrcYfzuejw2BAVpwOOfkFD4OYQbtiZwpFvWLusuSlHU/j6O/2gCiXWCsFmRlJ2LNtLSycFV0GI+7c68XioEBUUyBHa/2xUReFqu4e3nMpSYbgo+JSBHt64qWVabjw4h50D5lw8PK1WRPhIxYht+KPN9VVheJiXRhu6OtR09QpJFGiT56ag7Te2B6iRbiPN0uAPFu9TC7Dy+rIhYgPCMDlxma8vm4NzESvPMgRek9GzGmZnJwTyLRFeF+T222ReYCUVjVjw5OJiF4YhLaufgImxIVKKWwhobLmL/8pZmC2xMeiovseDvz7Cgvui3WN2PdNPvSd3eRmGrz2ZR4oEc64SFF89MywiCPxMd9FamncIux7ebtwzUyIoPwiwyKyQt6NCtRYKOeolChqu8tcia98+TKle8iIEzufExKvQo5DWzYh0s+X4mMIv396HQH5ak5rPGwRl12kWjv7oK9txSAlxPW79+PQx2cRGuiHz4v1iNL6UVLTQSOXo7C1HVmxOkatPz71L9RRBi+jRLn/4mVmDVbnWcaw5NA7uNbcOj8QV1+kBobMWBYfgf4BI9akxiIpVihF+GToQQAGKGFeqGtgDLQvc4NAr1sykUpBzpchR7KzkJ0Yhw+LShAboMX2JYk2K97HXSuWL6xdFR98Ijz+xRUE+nuzmKigeuzD3HyowrzwSektJAcHsSTJV7DTyY2PheUEpH3QgNgFWmz56O8s+/N1WLfROOtFakZ1TBb5GfXv2wOCd6mVITrH7yAaIsX0YLhIThOQbbPFiN3x8X0vUq66n8/679L/5Y8G1wK5bguI3cVPp5vMua1VUleBaGM1lg0g1fZqiZywOLe9adwVIPi78AsUH1O2gOzgkzG1yfk0bTUbsNM0AM2U1bGf0EC3g/4RYgvOGQD86V1ksXwk55Ktl/4rwAC4CxM5jEImLQAAAABJRU5ErkJggg=="},7108:function(t,i,a){},a9ea:function(t,i){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,i,a){"use strict";a.r(i);var e=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("section",{staticClass:"wallet-recharge"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),e("div",{staticClass:"recharge-content"},[e("div",{staticClass:"wallet-account"},[t._v("钱包账号:"+t._s(t.walletInfoData.safe_mobile))]),e("div",{staticClass:"recharge-amount"},[e("p",[t._v("充值金额")]),e("span",[t._v("¥")]),e("input",{directives:[{name:"model",rawName:"v-model",value:t.inputNum,expression:"inputNum"}],staticClass:"money",attrs:{type:"number"},domProps:{value:t.inputNum},on:{input:function(i){i.target.composing||(t.inputNum=i.target.value)}}})]),e("p",{staticClass:"payment-method"},[t._v("支付方式")]),e("van-radio-group",{model:{value:t.radio,callback:function(i){t.radio=i},expression:"radio"}},[e("van-cell-group",{staticClass:"payment-content"},[e("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(i){t.radio="1"}}},[e("div",{staticClass:"vanCelldt"},[e("img",{staticStyle:{width:"25px",height:"22.5px"},attrs:{src:a("a9ea"),alt:"微信支付"}})]),e("div",{staticClass:"vanCelldd"},[e("span",[t._v("微信支付")]),e("br"),t._v("仅安装微信6.0.2及以上版本客户端使用")]),e("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"1"}})],1),e("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(i){t.radio="2"}}},[e("div",{staticClass:"vanCelldt"},[e("img",{staticStyle:{width:"25px",height:"25px"},attrs:{src:a("fb4a"),alt:"支付宝支付"}})]),e("div",{staticClass:"vanCelldd"},[e("span",[t._v("支付宝支付")]),e("br"),t._v("由阿里巴巴提供服务")]),e("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"2"}})],1),e("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(i){t.radio="3"}}},[e("div",{staticClass:"vanCelldt"},[e("img",{staticStyle:{width:"25px",height:"15px"},attrs:{src:a("47de"),alt:"中国银联"}})]),e("div",{staticClass:"vanCelldd"},[e("span",[t._v("中国银联")]),e("br"),t._v("由猎芯网提供服务")]),e("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"3"}})],1)],1)],1),e("a",{staticClass:"recharge",class:""==t.inputNum?"rechargeNO":"",attrs:{href:"javascript:;"},on:{click:t.recharge}},[t._v("立即充值")])],1)],1)},c=[],l=a("bd31"),n=a("8973"),s=a("52c1"),A=a("57af"),I=a("5101");n["a"].use(I["m"]).use(I["l"]).use(I["a"]).use(I["b"]);var N={name:"WalletRecharge",data:function(){return{title:"钱包充值",meaushow:!0,inputNum:this.$route.query.amount||"",radio:"1"}},computed:Object(l["a"])({},Object(s["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",rescue:"1",types:"1",site_type:"2",order_id:t}):2==this.radio?window.location.href="/v3/pay/todo?pay_code=alipay&rescue=1&types=1&site_type=2&order_id="+t:3==this.radio&&(window.location.href="/v3/pay/todo?pay_code=unionpay&rescue=1&types=1&pay_mode=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:A["a"]}},m=N,p=(a("373f"),a("8c9c")),u=Object(p["a"])(m,e,c,!1,null,"409a1640",null);i["default"]=u.exports},fb4a:function(t,i){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM2MjdEODQ2NjQzMTFFOTgwMTlCNDU2RERCODNDNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM2MjdEODM2NjQzMTFFOTgwMTlCNDU2RERCODNDNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MoDJhgAABDdJREFUeNrkmmlsDVEUx2+fZ6laokHVvsYW+74TYvkg9p2oECHxgRBEJD4gtD5ZPkgoQohaItEggiDWoCKCNNYQtZTWVmtt/2P+j/FyX9/MdKbtcJJf2rlz57575p57zrnnvRi19ZnSSAJIAoNAE16XVsUj+eA5uAOOgm28/ktiwhSRyS4GC0EFVTIlDySTfJ0ilUE66KX8IWfAUPBGLgJsLOMzJRTnepBz/63IIp8pEZLeYGnItBK4kSoqf8pH0EhWZJqPlRCJBVODdLFuy2uwALwNax8OJnrweYNFkZYeDHwepGraG3m0Ki3EtKp6MPCPIjavqoFfG97/EhNQ/4j8M4pIHLFqz/E2E708TXs5uks7kmulU9DGgK9ceHGfiOtiR5ErNvqeBXM17XI0mFPcinSw0fdZhPYaNsf5/zZ70MEzh8CHKH2uRmjPBHstfEZd0MUrrxWSeuCRxy94DXM1T1dkolWXaEEugWua9kFFYVqrXHzzfTVt9UErP232p3TT4TLeb15rB/imaZ/ipdfK5xnjMngAXrA9jqfLBqShMupg0dKQ72CTpr2rnC28UOSlMupHqTZSFKmNtaf77A8GgPJhfaT6cVfz7DwvkkapG40yvX2nUp4KyVjDlFE/66iJNfVZBAm6uSKHwQjwxdSWCJpyYtIuhbEnICvKZ0jwTCdlIighssSpEpFWJIcTzuH1BGWUUNsWkBVnkFPghDKVMi1Kc3C9MIoEIkRVUaIU2A52FaCESBXuAynyHVFGgXmrVDZseMXHYDLTlzw3VkTcYU2QDZYrVvEKIWLza5VRQX9v8Rk5fA0EI5VR2413okgGbbgyA1asckdugzYODlVBRv+Qo0i0alqZ/NvJRSXEMcxyeDL8Co6D2aA26M5wkBlNkZB9fnRJCTHVSeCk5t5YmrFVkSB6QRnf3zSnQ5J9eU7uhSuSaDpPvHPhfD4O7NPckzecBu6DzaCZQ3NNAT1l3gFNihDgiqQUQgnxQv3Afs290WA9/y8LpoOb4ABNx4lkhytSnZsqlK6n2RzwOz1Ua3BRc19WaDdde7iJD6eZSE43RtPHURyJo31LMJwJHkYZ5zPYwxxrWoS8bD7YaWGC3TjWPeZelQqTa+3lJs03uUGpfvSg94g3mdAl5mWRkkpx5RsY8JzIW+6jDcy8bSeN6bRfp0ljDPO1daCWSx7wIAPsaTsHK4mqN8AMbkqrEstTXgY3uxtKKJrkCOZz4lWTzPOSFZF0pFqUQXLpVU5TuSyaXSxtuA5oBzozx4orolOm5HUbBVFENOzj8/rcSTGto8r/ckwU2eI0dS4hIsF7W4B2luJjRVZLph7yWslMyPwm4nxWmt2vpNpDGNj8pMTQUG3MHEfesNqxgilHSRU5aS7j8fqdOY7oOieqPz88a6yMH54Fi3HyUkO4pYyvNFJZb/tLfgowAFqM9ksZ1J7kAAAAAElFTkSuQmCC"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8bf31510"],{"373f":function(t,i,a){"use strict";var e=a("5877"),c=a.n(e);c.a},"47de":function(t,i){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAfCAYAAAClDZ5ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk0QzNCNDQ2NjQzMTFFOUE5RjdEQkRGM0FBNkNGNDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk0QzNCNDM2NjQzMTFFOUE5RjdEQkRGM0FBNkNGNDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GkTRgQAACAdJREFUeNq8WAtQlNcV/naXfbO8WYHwUigsTwUFMYivaEYManAmdnQmTrVp00lN0k46TTNt0zrVDKM148SkSWNSY9OMlkyjMRKNRUWlgjxcAXm/5SEPhWV3geWx/D3//UuiwsLuZqdn5u69/73/nrvfPed859wVYQ7Rq+LTqXuL2pPU3OZ6d1gsxvueWuSpPWEQS2C3KElttC/grwIkIjghemoviOYAsZG6s9Sk82kaE4nwkwXhqJIpHfsJKlKdFgTIJPieUi22AYLXfMweELyc1Pg4DoIXnY8rQPASJ7axkEIt2F4tl1Qejm8tFgnu5BppsgVklb0aLCIxapyxhpccEIlcBaTQFpCV9mqolCsx5czWXgq4UGYCofjgjyndXg235U66h49rgcxGqTH8NiKZFNJAfzYx3t7NemmAP0RyKcY7eoApwQ56Z4CIBIuoZTL4u6u/nTaMjlKzOKqtH0dy6mcDksF/eD6zFuH/OAxLfQvqkreyhagbuRArFbgTnA6OnnkoFXIn4sNdRllJjL0ZK5CTtfGRpa9r65F17AQ4jrPbGow7bMWHevli9mC+cpP1srAgSBf4wXytFJxVsEa9TIFRkdhxIN6CW6WFhbI+/Z0PkPL2e2y8KSaacMoccqu5gaxIYg+mgmIhd6UkCsCuCsAkHu6oUGugVAibbsxYgl/t2QyxWGAiBbmgRPKdejeJBO4qBWvTQFaEh2J4fBw32zswOjHB5loeDMA0NjbTG4nhZBIh57hRFSERix8B8nigP0GNq/Bdyk2NT3Cc1cpVBqRx/Fzfu59yvNQue5azNLWzNeOgkZuYnOTC1v2cy7t6i8s9X8Rplu7iTueX0PIUN0Y6XjlwnNv7p79x4xOTXO99A9Nx9EohF3Xgz2zcZRjijl67wXVSP0k6XzuTxxW33eUGR0a5kvYOrqGvn8s69glnHhvjXvniLPdZuZ5ruT/AqX/9Jodf/GaYmttsFmHxoUyOg0jqxuLDajQLbp2xDBO99zE1Mgp5RChMV0twu66NnbTW1wPrlsfDw12JN36ajWefSsHqXX+E1E2C7PWpSE+OZuPDx88JpCFzw6qIhf8LcAt81SqcvFWBpYffxfakBIT5eOH1c+eREhqM2t5+DNCePDGsj4rEzuQl+O3X3zBLkhRToE9ilkKQuZV8Ych3JqUf4L56OZSJOtz/4CSUCdFsvu1cARQ/eg59D4bgpVEzV7peXocdz6Sju28QBuMwc4eqhrtYvyIBHT0P0HS3h323tKMTayMj2PjV018hv6GJjUO8PJEaGoKPi8sQ5u3F5u709IIswMab42JQ2NKGU/rKGW4lng2IpboR5DNQxEQiobsIEWf/ipGyKtzb/x7UqQIJlDd2IjE6FOXVrVidEsPmim43wDQ8Ci8PFT49uBcG0zBOnCmAblEQblY0IjUxUvhuRxcyFoVjipiJj49p4XmKZ6vkkCDsoJPnJb++ET0mE8atVrb2yzN5DzNa4cOMPh0fntQNTIOThQQKAU+nOtbSwYCQBmjWpkH6xAK8WdIIUeYa1DZ3wlOjQpDWB59fKCIQamxalcQC/ctLZbBSvuGfect401pwRiT+WVuDHyYlYmR8Arm3Kx85yQ3RP0BKSDD6zGa4y2U4VlRKZZkIXfvewJmqGuz6LHf6VSufjci1zI8DyeRp3F7Oyw6MRJtU5hjtSumMngp3mK0Pbs5kOSfqrcMgUpieLicQy75lxccD3R4ZpIvTfCB2b1uDV5/fhOOnC3C9rBbPb12FGF0omifMFAfBkBJJnLpViZxLBTj/4m7mZkaLBYEeHpicssJPrcYfzuejw2BAVpwOOfkFD4OYQbtiZwpFvWLusuSlHU/j6O/2gCiXWCsFmRlJ2LNtLSycFV0GI+7c68XioEBUUyBHa/2xUReFqu4e3nMpSYbgo+JSBHt64qWVabjw4h50D5lw8PK1WRPhIxYht+KPN9VVheJiXRhu6OtR09QpJFGiT56ag7Te2B6iRbiPN0uAPFu9TC7Dy+rIhYgPCMDlxma8vm4NzESvPMgRek9GzGmZnJwTyLRFeF+T222ReYCUVjVjw5OJiF4YhLaufgImxIVKKWwhobLmL/8pZmC2xMeiovseDvz7Cgvui3WN2PdNPvSd3eRmGrz2ZR4oEc64SFF89MywiCPxMd9FamncIux7ebtwzUyIoPwiwyKyQt6NCtRYKOeolChqu8tcia98+TKle8iIEzufExKvQo5DWzYh0s+X4mMIv396HQH5ak5rPGwRl12kWjv7oK9txSAlxPW79+PQx2cRGuiHz4v1iNL6UVLTQSOXo7C1HVmxOkatPz71L9RRBi+jRLn/4mVmDVbnWcaw5NA7uNbcOj8QV1+kBobMWBYfgf4BI9akxiIpVihF+GToQQAGKGFeqGtgDLQvc4NAr1sykUpBzpchR7KzkJ0Yhw+LShAboMX2JYk2K97HXSuWL6xdFR98Ijz+xRUE+nuzmKigeuzD3HyowrzwSektJAcHsSTJV7DTyY2PheUEpH3QgNgFWmz56O8s+/N1WLfROOtFakZ1TBb5GfXv2wOCd6mVITrH7yAaIsX0YLhIThOQbbPFiN3x8X0vUq66n8/679L/5Y8G1wK5bguI3cVPp5vMua1VUleBaGM1lg0g1fZqiZywOLe9adwVIPi78AsUH1O2gOzgkzG1yfk0bTUbsNM0AM2U1bGf0EC3g/4RYgvOGQD86V1ksXwk55Ktl/4rwAC4CxM5jEImLQAAAABJRU5ErkJggg=="},5877:function(t,i,a){},a9ea:function(t,i){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,i,a){"use strict";a.r(i);var e=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("section",{staticClass:"wallet-recharge"},[e("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),e("div",{staticClass:"recharge-content"},[e("div",{staticClass:"wallet-account"},[t._v("钱包账号:"+t._s(t.walletInfoData.safe_mobile))]),e("div",{staticClass:"recharge-amount"},[e("p",[t._v("充值金额")]),e("span",[t._v("¥")]),e("input",{directives:[{name:"model",rawName:"v-model",value:t.inputNum,expression:"inputNum"}],staticClass:"money",attrs:{type:"number"},domProps:{value:t.inputNum},on:{input:function(i){i.target.composing||(t.inputNum=i.target.value)}}})]),e("p",{staticClass:"payment-method"},[t._v("支付方式")]),e("van-radio-group",{model:{value:t.radio,callback:function(i){t.radio=i},expression:"radio"}},[e("van-cell-group",{staticClass:"payment-content"},[e("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(i){t.radio="1"}}},[e("div",{staticClass:"vanCelldt"},[e("img",{staticStyle:{width:"25px",height:"22.5px"},attrs:{src:a("a9ea"),alt:"微信支付"}})]),e("div",{staticClass:"vanCelldd"},[e("span",[t._v("微信支付")]),e("br"),t._v("仅安装微信6.0.2及以上版本客户端使用")]),e("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"1"}})],1),e("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(i){t.radio="2"}}},[e("div",{staticClass:"vanCelldt"},[e("img",{staticStyle:{width:"25px",height:"25px"},attrs:{src:a("fb4a"),alt:"支付宝支付"}})]),e("div",{staticClass:"vanCelldd"},[e("span",[t._v("支付宝支付")]),e("br"),t._v("由阿里巴巴提供服务")]),e("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"2"}})],1),e("van-cell",{staticClass:"vanCell",attrs:{clickable:""},on:{click:function(i){t.radio="3"}}},[e("div",{staticClass:"vanCelldt"},[e("img",{staticStyle:{width:"25px",height:"15px"},attrs:{src:a("47de"),alt:"中国银联"}})]),e("div",{staticClass:"vanCelldd"},[e("span",[t._v("中国银联")]),e("br"),t._v("由猎芯网提供服务")]),e("van-radio",{staticStyle:{display:"inline-block",margin:"10px",float:"right"},attrs:{name:"3"}})],1)],1)],1),e("a",{staticClass:"recharge",class:""==t.inputNum?"rechargeNO":"",attrs:{href:"javascript:;"},on:{click:t.recharge}},[t._v("立即充值")])],1)],1)},c=[],l=a("bd31"),n=(a("9f07"),a("0964"),a("1cc5")),s=a("52c1"),A=a("57af"),I=a("01c5");n["a"].use(I["m"]).use(I["l"]).use(I["a"]).use(I["b"]);var N={name:"WalletRecharge",data:function(){return{title:"钱包充值",meaushow:!0,inputNum:this.$route.query.amount||"",radio:"1"}},computed:Object(l["a"])({},Object(s["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",rescue:"1",types:"1",site_type:"2",order_id:t}):2==this.radio?window.location.href="/v3/pay/todo?pay_code=alipay&rescue=1&types=1&site_type=2&order_id="+t:3==this.radio&&(window.location.href="/v3/pay/todo?pay_code=unionpay&rescue=1&types=1&pay_mode=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:A["a"]}},m=N,p=(a("373f"),a("fc05")),u=Object(p["a"])(m,e,c,!1,null,"409a1640",null);i["default"]=u.exports},fb4a:function(t,i){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjNlZjQ0Mi04NDk5LTk1NDUtOGUyNC1kM2ViZWU1YzQ2NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM2MjdEODQ2NjQzMTFFOTgwMTlCNDU2RERCODNDNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM2MjdEODM2NjQzMTFFOTgwMTlCNDU2RERCODNDNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGRlZWI1OTItYjU1Ni04NzQzLWI2ODYtZmM2ZmMzYzVhNGZiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWI5ZWFiNDMtNjRjNi0xMWU5LTgyYTUtZmVjYzFhMTRkODlkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MoDJhgAABDdJREFUeNrkmmlsDVEUx2+fZ6laokHVvsYW+74TYvkg9p2oECHxgRBEJD4gtD5ZPkgoQohaItEggiDWoCKCNNYQtZTWVmtt/2P+j/FyX9/MdKbtcJJf2rlz57575p57zrnnvRi19ZnSSAJIAoNAE16XVsUj+eA5uAOOgm28/ktiwhSRyS4GC0EFVTIlDySTfJ0ilUE66KX8IWfAUPBGLgJsLOMzJRTnepBz/63IIp8pEZLeYGnItBK4kSoqf8pH0EhWZJqPlRCJBVODdLFuy2uwALwNax8OJnrweYNFkZYeDHwepGraG3m0Ki3EtKp6MPCPIjavqoFfG97/EhNQ/4j8M4pIHLFqz/E2E708TXs5uks7kmulU9DGgK9ceHGfiOtiR5ErNvqeBXM17XI0mFPcinSw0fdZhPYaNsf5/zZ70MEzh8CHKH2uRmjPBHstfEZd0MUrrxWSeuCRxy94DXM1T1dkolWXaEEugWua9kFFYVqrXHzzfTVt9UErP232p3TT4TLeb15rB/imaZ/ipdfK5xnjMngAXrA9jqfLBqShMupg0dKQ72CTpr2rnC28UOSlMupHqTZSFKmNtaf77A8GgPJhfaT6cVfz7DwvkkapG40yvX2nUp4KyVjDlFE/66iJNfVZBAm6uSKHwQjwxdSWCJpyYtIuhbEnICvKZ0jwTCdlIighssSpEpFWJIcTzuH1BGWUUNsWkBVnkFPghDKVMi1Kc3C9MIoEIkRVUaIU2A52FaCESBXuAynyHVFGgXmrVDZseMXHYDLTlzw3VkTcYU2QDZYrVvEKIWLza5VRQX9v8Rk5fA0EI5VR2413okgGbbgyA1asckdugzYODlVBRv+Qo0i0alqZ/NvJRSXEMcxyeDL8Co6D2aA26M5wkBlNkZB9fnRJCTHVSeCk5t5YmrFVkSB6QRnf3zSnQ5J9eU7uhSuSaDpPvHPhfD4O7NPckzecBu6DzaCZQ3NNAT1l3gFNihDgiqQUQgnxQv3Afs290WA9/y8LpoOb4ABNx4lkhytSnZsqlK6n2RzwOz1Ua3BRc19WaDdde7iJD6eZSE43RtPHURyJo31LMJwJHkYZ5zPYwxxrWoS8bD7YaWGC3TjWPeZelQqTa+3lJs03uUGpfvSg94g3mdAl5mWRkkpx5RsY8JzIW+6jDcy8bSeN6bRfp0ljDPO1daCWSx7wIAPsaTsHK4mqN8AMbkqrEstTXgY3uxtKKJrkCOZz4lWTzPOSFZF0pFqUQXLpVU5TuSyaXSxtuA5oBzozx4orolOm5HUbBVFENOzj8/rcSTGto8r/ckwU2eI0dS4hIsF7W4B2luJjRVZLph7yWslMyPwm4nxWmt2vpNpDGNj8pMTQUG3MHEfesNqxgilHSRU5aS7j8fqdOY7oOieqPz88a6yMH54Fi3HyUkO4pYyvNFJZb/tLfgowAFqM9ksZ1J7kAAAAAElFTkSuQmCC"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a5ed3e36"],{"02ea":function(t,a,e){"use strict";var i=e("a1ba"),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("8c9c")),o=Object(m["a"])(A,i,c,!1,null,"2cdeb510",null);a["default"]=o.exports},a1ba: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-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-99268144"],{b127:function(t,a,e){},d669:function(t,a,e){"use strict";var l=e("b127"),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:"status",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/bind"})}},components:{Header:r["a"]}},u=p,f=(e("d669"),e("fc05")),w=Object(f["a"])(u,l,s,!1,null,"10a0eb3c",null);a["default"]=w.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-ac471472"],{"00aa":function(t,e,o){"use strict";var a=o("dbed"),s=o.n(a);s.a},"5f33":function(t,e,o){var a=o("4839"),s=o("d62f"),r=o("694f").f,i=o("62af").f,n=o("d635"),c=o("7fe4"),m=a.RegExp,l=m,f=m.prototype,d=/a/g,u=/a/g,p=new m(d)!==d;if(o("3a0f")&&(!p||o("201d")(function(){return u[o("f3ae")("match")]=!1,m(d)!=d||m(u)==u||"/a/i"!=m(d,"i")}))){m=function(t,e){var o=this instanceof m,a=n(t),r=void 0===e;return!o&&a&&t.constructor===m&&r?t:s(p?new l(a&&!r?t.source:t,e):l((a=t instanceof m)?t.source:t,a&&r?c.call(t):e),o?this:f,m)};for(var v=function(t){t in m||r(m,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})},w=i(l),h=0;w.length>h;)v(w[h++]);f.constructor=m,m.prototype=f,o("7f00")(a,"RegExp",m)}o("4fd1")("RegExp")},bdad:function(t,e,o){"use strict";o.r(e);var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("section",{staticClass:"wallet-verify"},[o("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),o("div",{staticClass:"verify-content"},[o("ul",{staticClass:"form-wrap"},[o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[t._v("原支付密码")]),o("br"),t.showPassword?[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"password",placeholder:""},domProps:{value:t.form.password},on:{input:function(e){e.target.composing||t.$set(t.form,"password",e.target.value)}}})]:[o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.password,expression:"form.password"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入原支付密码"},domProps:{value:t.form.password},on:{input:function(e){e.target.composing||t.$set(t.form,"password",e.target.value)}}})],t.showPassword?o("van-icon",{staticClass:"va-m f-r",attrs:{name:"closed-eye"},on:{click:t.changeShow}}):o("van-icon",{staticClass:"va-m f-r",attrs:{name:"eye-o"},on:{click:t.changeShow}})],2),o("li",{directives:[{name:"show",rawName:"v-show",value:t.showImgCode,expression:"showImgCode"}],staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[t._v("图片验证码")]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.imgCode,expression:"form.imgCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:t.form.imgCode},on:{input:function(e){e.target.composing||t.$set(t.form,"imgCode",e.target.value)}}}),o("img",{staticClass:"img-code va-m",attrs:{src:t.imgCodeVal,alt:"图片验证码"},on:{click:t.changeImgCode}})]),o("li",{staticClass:"inp-wrap"},[o("label",{staticClass:"va-m"},[t._v("安全手机:"+t._s(t.walletInfoData.safe_mobile))]),o("br"),o("input",{directives:[{name:"model",rawName:"v-model",value:t.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:t.form.verifyCode},on:{input:function(e){e.target.composing||t.$set(t.form,"verifyCode",e.target.value)}}}),t.yzmSend?o("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:t.getCode}},[t._v(t._s(t.countDownText))]):o("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[t._v("再次发送("+t._s(t.countDown)+"s)")])])]),o("p",{directives:[{name:"show",rawName:"v-show",value:t.formError,expression:"formError"}],staticClass:"form-error"},[t._v(t._s(t.formMsg))]),o("a",{staticClass:"next",attrs:{href:"javascript:;"},on:{click:t.next}},[t._v("下一步")])])],1)},s=[],r=(o("5f33"),o("bd31")),i=o("8973"),n=o("52c1"),c=o("57af"),m=o("5101"),l=o("365c");i["a"].use(m["e"]);var f={name:"WalletVerify",data:function(){return{title:"验证身份",meaushow:!0,showPassword:!1,yzmSend:!0,countDown:60,countDownText:"发送验证码",form:{verifyCode:"",imgCode:"",password:""},formError:!1,formMsg:"",imgCodeVal:l["a"]+"public/verify"}},computed:Object(r["a"])({},Object(n["b"])({walletInfoData:function(t){return t.wallet.walletInfoData},showImgCode:function(t){return t.wallet.showImgCode},countDownFlag:function(t){return t.wallet.countDownFlag}})),watch:{countDownFlag:function(t){t?(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 t=this,e=setInterval(o,1e3);function o(){t.countDown--,t.countDown<=0&&(clearInterval(e),t.countDown=60,t.countDownText="再次发送",t.yzmSend=!0)}},changeImgCode:function(){this.imgCodeVal=l["a"]+"public/verify?"+(new Date).getTime()},getCode:function(){this.$store.dispatch({type:"sendSafesms",imgCode:this.form.imgCode})},next:function(){var t=new RegExp(/^[a-zA-Z0-9]{6,20}$/);return this.form.password?t.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="亲,密码由8~20位字母、数字组合")):(this.formError=!0,void(this.formMsg="亲,请输入原支付密码"))}},components:{Header:c["a"]}},d=f,u=(o("00aa"),o("8c9c")),p=Object(u["a"])(d,a,s,!1,null,"de3aa920",null);e["default"]=p.exports},dbed:function(t,e,o){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-c124b728"],{"5f33":function(e,a,r){var d=r("4839"),g=r("d62f"),C=r("694f").f,n=r("62af").f,t=r("d635"),p=r("7fe4"),c=d.RegExp,s=c,o=c.prototype,y=/a/g,T=/a/g,$=new c(y)!==y;if(r("3a0f")&&(!$||r("201d")(function(){return T[r("f3ae")("match")]=!1,c(y)!=y||c(T)==T||"/a/i"!=c(y,"i")}))){c=function(e,a){var r=this instanceof c,d=t(e),C=void 0===a;return!r&&d&&e.constructor===c&&C?e:g($?new s(d&&!C?e.source:e,a):s((d=e instanceof c)?e.source:e,d&&C?p.call(e):a),r?this:o,c)};for(var b=function(e){e in c||C(c,e,{configurable:!0,get:function(){return s[e]},set:function(a){s[e]=a}})},k=n(s),m=0;k.length>m;)b(k[m++]);o.constructor=c,c.prototype=o,r("7f00")(d,"RegExp",c)}r("4fd1")("RegExp")},"6a6c":function(e,a,r){"use strict";r.r(a);var d=function(){var e=this,a=e.$createElement,r=e._self._c||a;return r("section",{staticClass:"wallet-bind"},[r("Header",{attrs:{title:e.title,meaushow:e.meaushow}}),r("div",{staticClass:"bind-content"},[r("div",{staticClass:"safe-mobile"},[e._v("安全手机: "+e._s(e.walletInfoData.safe_mobile))]),r("ul",{staticClass:"form-wrap"},[r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("真实姓名")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userName,expression:"form.userName"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入真实姓名"},domProps:{value:e.form.userName},on:{input:function(a){a.target.composing||e.$set(e.form,"userName",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行账号")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userBankNum,expression:"form.userBankNum"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行账号"},domProps:{value:e.form.userBankNum},on:{input:function(a){a.target.composing||e.$set(e.form,"userBankNum",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("身份证号码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userID,expression:"form.userID"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入身份证号码"},domProps:{value:e.form.userID},on:{input:function(a){a.target.composing||e.$set(e.form,"userID",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("银行预留手机")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.userMobile,expression:"form.userMobile"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入银行预留手机"},domProps:{value:e.form.userMobile},on:{input:function(a){a.target.composing||e.$set(e.form,"userMobile",a.target.value)}}})]),r("li",{staticClass:"inp-wrap"},[r("label",{staticClass:"va-m"},[e._v("验证码")]),r("br"),r("input",{directives:[{name:"model",rawName:"v-model",value:e.form.verifyCode,expression:"form.verifyCode"}],staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入验证码"},domProps:{value:e.form.verifyCode},on:{input:function(a){a.target.composing||e.$set(e.form,"verifyCode",a.target.value)}}}),e.yzmSend?r("a",{staticClass:"send-yzm va-m",attrs:{href:"javascript:;"},on:{click:e.getCode}},[e._v(e._s(e.countDownText))]):r("a",{staticClass:"sending-yzm va-m",attrs:{href:"javascript:;"}},[e._v("再次发送("+e._s(e.countDown)+"s)")])])]),r("p",{directives:[{name:"show",rawName:"v-show",value:e.formError,expression:"formError"}],staticClass:"form-error"},[e._v(e._s(e.formMsg))]),r("a",{staticClass:"confirm",attrs:{href:"javascript:;"},on:{click:e.confirm}},[e._v("确认")])])],1)},g=[],C=r("bd31"),n=r("8973"),t=r("52c1"),p=r("57af");r("5f33");function c(e){var a={DC:"储蓄卡",CC:"信用卡",SCC:"准贷记卡",PC:"预付费卡"};function r(e,a){var r,d={};for(r in e=e||{},a=a||{},e)e.hasOwnProperty(r)&&(d[r]=e[r]);for(r in a)a.hasOwnProperty(r)&&(d[r]=a[r]);return d}function d(e){if(a[e])return a[e]}var g=[{bankName:"邮政储蓄银行",bankCode:"PSBC",patterns:[{reg:/^(621096|621098|622150|622151|622181|622188|622199|955100|621095|620062|621285|621798|621799|621797|620529|621622|621599|621674|623218|623219)\d{13}$/g,cardType:"DC"},{reg:/^(62215049|62215050|62215051|62218850|62218851|62218849)\d{11}$/g,cardType:"DC"},{reg:/^(622812|622810|622811|628310|625919)\d{10}$/g,cardType:"CC"}]},{bankName:"中国工商银行",bankCode:"ICBC",patterns:[{reg:/^(620200|620302|620402|620403|620404|620406|620407|620409|620410|620411|620412|620502|620503|620405|620408|620512|620602|620604|620607|620611|620612|620704|620706|620707|620708|620709|620710|620609|620712|620713|620714|620802|620711|620904|620905|621001|620902|621103|621105|621106|621107|621102|621203|621204|621205|621206|621207|621208|621209|621210|621302|621303|621202|621305|621306|621307|621309|621311|621313|621211|621315|621304|621402|621404|621405|621406|621407|621408|621409|621410|621502|621317|621511|621602|621603|621604|621605|621608|621609|621610|621611|621612|621613|621614|621615|621616|621617|621607|621606|621804|621807|621813|621814|621817|621901|621904|621905|621906|621907|621908|621909|621910|621911|621912|621913|621915|622002|621903|622004|622005|622006|622007|622008|622010|622011|622012|621914|622015|622016|622003|622018|622019|622020|622102|622103|622104|622105|622013|622111|622114|622017|622110|622303|622304|622305|622306|622307|622308|622309|622314|622315|622317|622302|622402|622403|622404|622313|622504|622505|622509|622513|622517|622502|622604|622605|622606|622510|622703|622715|622806|622902|622903|622706|623002|623006|623008|623011|623012|622904|623015|623100|623202|623301|623400|623500|623602|623803|623901|623014|624100|624200|624301|624402|623700|624000)\d{12}$/g,cardType:"DC"},{reg:/^(622200|622202|622203|622208|621225|620058|621281|900000|621558|621559|621722|621723|620086|621226|621618|620516|621227|621288|621721|900010|623062|621670|621720|621379|621240|621724|621762|621414|621375|622926|622927|622928|622929|622930|622931|621733|621732|621372|621369|621763)\d{13}$/g,cardType:"DC"},{reg:/^(402791|427028|427038|548259|621376|621423|621428|621434|621761|621749|621300|621378|622944|622949|621371|621730|621734|621433|621370|621764|621464|621765|621750|621377|621367|621374|621731|621781)\d{10}$/g,cardType:"DC"},{reg:/^(9558)\d{15}$/g,cardType:"DC"},{reg:/^(370246|370248|370249|370247|370267|374738|374739)\d{9}$/g,cardType:"CC"},{reg:/^(427010|427018|427019|427020|427029|427030|427039|438125|438126|451804|451810|451811|458071|489734|489735|489736|510529|427062|524091|427064|530970|530990|558360|524047|525498|622230|622231|622232|622233|622234|622235|622237|622239|622240|622245|622238|451804|451810|451811|458071|628288|628286|622206|526836|513685|543098|458441|622246|544210|548943|356879|356880|356881|356882|528856|625330|625331|625332|622236|524374|550213|625929|625927|625939|625987|625930|625114|622159|625021|625022|625932|622889|625900|625915|625916|622171|625931|625113|625928|625914|625986|625925|625921|625926|625942|622158|625917|625922|625934|625933|625920|625924|625017|625018|625019)\d{10}$/g,cardType:"CC"},{reg:/^(45806|53098|45806|53098)\d{11}$/g,cardType:"CC"},{reg:/^(622210|622211|622212|622213|622214|622220|622223|622225|622229|622215|622224)\d{10}$/g,cardType:"SCC"},{reg:/^(620054|620142|620184|620030|620050|620143|620149|620124|620183|620094|620186|620148|620185)\d{10}$/g,cardType:"PC"},{reg:/^(620114|620187|620046)\d{13}$/g,cardType:"PC"}]},{bankName:"中国农业银行",bankCode:"ABC",patterns:[{reg:/^(622841|622824|622826|622848|620059|621282|622828|622823|621336|621619|622821|622822|622825|622827|622845|622849|623018|623206|621671|622840|622843|622844|622846|622847|620501)\d{13}$/g,cardType:"DC"},{reg:/^(95595|95596|95597|95598|95599)\d{14}$/g,cardType:"DC"},{reg:/^(103)\d{16}$/g,cardType:"DC"},{reg:/^(403361|404117|404118|404119|404120|404121|463758|519412|519413|520082|520083|552599|558730|514027|622836|622837|628268|625996|625998|625997|622838|625336|625826|625827|544243|548478|628269)\d{10}$/g,cardType:"CC"},{reg:/^(622820|622830)\d{10}$/g,cardType:"SCC"}]},{bankName:"中国银行",bankCode:"BOC",patterns:[{reg:/^(621660|621661|621662|621663|621665|621667|621668|621669|621666|456351|601382|621256|621212|621283|620061|621725|621330|621331|621332|621333|621297|621568|621569|621672|623208|621620|621756|621757|621758|621759|621785|621786|621787|621788|621789|621790|622273|622274|622771|622772|622770|621741|621041)\d{13}$/g,cardType:"DC"},{reg:/^(621293|621294|621342|621343|621364|621394|621648|621248|621215|621249|621231|621638|621334|621395|623040|622348)\d{10}$/g,cardType:"DC"},{reg:/^(625908|625910|625909|356833|356835|409665|409666|409668|409669|409670|409671|409672|512315|512316|512411|512412|514957|409667|438088|552742|553131|514958|622760|628388|518377|622788|628313|628312|622750|622751|625145|622479|622480|622789|625140|622346|622347)\d{10}$/g,cardType:"CC"},{reg:/^(518378|518379|518474|518475|518476|524865|525745|525746|547766|558868|622752|622753|622755|524864|622757|622758|622759|622761|622762|622763|622756|622754|622764|622765|558869|625905|625906|625907|625333)\d{10}$/g,cardType:"SCC"},{reg:/^(53591|49102|377677)\d{11}$/g,cardType:"SCC"},{reg:/^(620514|620025|620026|620210|620211|620019|620035|620202|620203|620048|620515|920000)\d{10}$/g,cardType:"PC"},{reg:/^(620040|620531|620513|921000|620038)\d{13}$/g,cardType:"PC"}]},{bankName:"中国建设银行",bankCode:"CCB",patterns:[{reg:/^(621284|436742|589970|620060|621081|621467|621598|621621|621700|622280|622700|623211|623668)\d{13}$/g,cardType:"DC"},{reg:/^(421349|434061|434062|524094|526410|552245|621080|621082|621466|621488|621499|622966|622988|622382|621487|621083|621084|620107)\d{10}$/g,cardType:"DC"},{reg:/^(436742193|622280193)\d{10}$/g,cardType:"DC"},{reg:/^(553242)\d{12}$/g,cardType:"CC"},{reg:/^(625362|625363|628316|628317|356896|356899|356895|436718|436738|436745|436748|489592|531693|532450|532458|544887|552801|557080|558895|559051|622166|622168|622708|625964|625965|625966|628266|628366|622381|622675|622676|622677)\d{10}$/g,cardType:"CC"},{reg:/^(5453242|5491031|5544033)\d{11}$/g,cardType:"CC"},{reg:/^(622725|622728|436728|453242|491031|544033|622707|625955|625956)\d{10}$/g,cardType:"SCC"},{reg:/^(53242|53243)\d{11}$/g,cardType:"SCC"}]},{bankName:"交通银行",bankCode:"COMM",patterns:[{reg:/^(622261|622260|622262|621002|621069|621436|621335)\d{13}$/g,cardType:"DC"},{reg:/^(620013)\d{10}$/g,cardType:"DC"},{reg:/^(405512|601428|405512|601428|622258|622259|405512|601428)\d{11}$/g,cardType:"DC"},{reg:/^(49104|53783)\d{11}$/g,cardType:"CC"},{reg:/^(434910|458123|458124|520169|522964|552853|622250|622251|521899|622253|622656|628216|622252|955590|955591|955592|955593|628218|625028|625029)\d{10}$/g,cardType:"CC"},{reg:/^(622254|622255|622256|622257|622284)\d{10}$/g,cardType:"SCC"},{reg:/^(620021|620521)\d{13}$/g,cardType:"PC"}]},{bankName:"招商银行",bankCode:"CMB",patterns:[{reg:/^(402658|410062|468203|512425|524011|622580|622588|622598|622609|95555|621286|621483|621485|621486|621299)\d{10}$/g,cardType:"DC"},{reg:/^(690755)\d{9}$/g,cardType:"DC"},{reg:/^(690755)\d{12}$/g,cardType:"DC"},{reg:/^(356885|356886|356887|356888|356890|439188|439227|479228|479229|521302|356889|545620|545621|545947|545948|552534|552587|622575|622576|622577|622578|622579|545619|622581|622582|545623|628290|439225|518710|518718|628362|439226|628262|625802|625803)\d{10}$/g,cardType:"CC"},{reg:/^(370285|370286|370287|370289)\d{9}$/g,cardType:"CC"},{reg:/^(620520)\d{13}$/g,cardType:"PC"}]},{bankName:"中国民生银行",bankCode:"CMBC",patterns:[{reg:/^(622615|622616|622618|622622|622617|622619|415599|421393|421865|427570|427571|472067|472068|622620)\d{10}$/g,cardType:"DC"},{reg:/^(545392|545393|545431|545447|356859|356857|407405|421869|421870|421871|512466|356856|528948|552288|622600|622601|622602|517636|622621|628258|556610|622603|464580|464581|523952|545217|553161|356858|622623|625912|625913|625911)\d{10}$/g,cardType:"CC"},{reg:/^(377155|377152|377153|377158)\d{9}$/g,cardType:"CC"}]},{bankName:"中国光大银行",bankCode:"CEB",patterns:[{reg:/^(303)\d{13}$/g,cardType:"DC"},{reg:/^(90030)\d{11}$/g,cardType:"DC"},{reg:/^(620535)\d{13}$/g,cardType:"DC"},{reg:/^(620085|622660|622662|622663|622664|622665|622666|622667|622669|622670|622671|622672|622668|622661|622674|622673|620518|621489|621492)\d{10}$/g,cardType:"DC"},{reg:/^(356837|356838|486497|622657|622685|622659|622687|625978|625980|625981|625979|356839|356840|406252|406254|425862|481699|524090|543159|622161|622570|622650|622655|622658|625975|625977|628201|628202|625339|625976)\d{10}$/g,cardType:"CC"}]},{bankName:"中信银行",bankCode:"CITIC",patterns:[{reg:/^(433670|433680|442729|442730|620082|622690|622691|622692|622696|622698|622998|622999|433671|968807|968808|968809|621771|621767|621768|621770|621772|621773|622453|622456)\d{10}$/g,cardType:"DC"},{reg:/^(622459)\d{11}$/g,cardType:"DC"},{reg:/^(376968|376969|376966)\d{9}$/g,cardType:"CC"},{reg:/^(400360|403391|403392|404158|404159|404171|404172|404173|404174|404157|433667|433668|433669|514906|403393|520108|433666|558916|622678|622679|622680|622688|622689|628206|556617|628209|518212|628208|356390|356391|356392|622916|622918|622919)\d{10}$/g,cardType:"CC"}]},{bankName:"华夏银行",bankCode:"HXBANK",patterns:[{reg:/^(622630|622631|622632|622633|999999|621222|623020|623021|623022|623023)\d{10}$/g,cardType:"DC"},{reg:/^(523959|528709|539867|539868|622637|622638|628318|528708|622636|625967|625968|625969)\d{10}$/g,cardType:"CC"}]},{bankName:"深发/平安银行",bankCode:"SPABANK",patterns:[{reg:/^(621626|623058)\d{13}$/g,cardType:"DC"},{reg:/^(602907|622986|622989|622298|627069|627068|627066|627067|412963|415752|415753|622535|622536|622538|622539|998800|412962|622983)\d{10}$/g,cardType:"DC"},{reg:/^(531659|622157|528020|622155|622156|526855|356869|356868|625360|625361|628296|435744|435745|483536|622525|622526|998801|998802)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"兴业银行",bankCode:"CIB",patterns:[{reg:/^(438589)\d{12}$/g,cardType:"DC"},{reg:/^(90592)\d{11}$/g,cardType:"DC"},{reg:/^(966666|622909|438588|622908)\d{12}$/g,cardType:"DC"},{reg:/^(461982|486493|486494|486861|523036|451289|527414|528057|622901|622902|622922|628212|451290|524070|625084|625085|625086|625087|548738|549633|552398|625082|625083|625960|625961|625962|625963)\d{10}$/g,cardType:"CC"},{reg:/^(620010)\d{10}$/g,cardType:"PC"}]},{bankName:"上海银行",bankCode:"SHBANK",patterns:[{reg:/^(621050|622172|622985|622987|620522|622267|622278|622279|622468|622892|940021)\d{12}$/g,cardType:"DC"},{reg:/^(438600)\d{10}$/g,cardType:"DC"},{reg:/^(356827|356828|356830|402673|402674|486466|519498|520131|524031|548838|622148|622149|622268|356829|622300|628230|622269|625099|625953)\d{10}$/g,cardType:"CC"}]},{bankName:"上海浦东发展银行",bankCode:"SPDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(84301|84336|84373|84385|84390|87000|87010|87030|87040|84380|84361|87050|84342)\d{11}$/g,cardType:"DC"},{reg:/^(356851|356852|404738|404739|456418|498451|515672|356850|517650|525998|622177|622277|628222|622500|628221|622176|622276|622228|625957|625958|625993|625831)\d{10}$/g,cardType:"CC"},{reg:/^(622520|622519)\d{10}$/g,cardType:"SCC"},{reg:/^(620530)\d{13}$/g,cardType:"PC"}]},{bankName:"广发银行",bankCode:"GDB",patterns:[{reg:/^(622516|622517|622518|622521|622522|622523|984301|984303|621352|621793|621795|621796|621351|621390|621792|621791)\d{10}$/g,cardType:"DC"},{reg:/^(622568|6858001|6858009|621462)\d{13}$/g,cardType:"DC"},{reg:/^(9111)\d{15}$/g,cardType:"DC"},{reg:/^(406365|406366|428911|436768|436769|436770|487013|491032|491033|491034|491035|491036|491037|491038|436771|518364|520152|520382|541709|541710|548844|552794|493427|622555|622556|622557|622558|622559|622560|528931|558894|625072|625071|628260|628259|625805|625806|625807|625808|625809|625810)\d{10}$/g,cardType:"CC"},{reg:/^(685800|6858000)\d{13}$/g,cardType:"CC"}]},{bankName:"渤海银行",bankCode:"BOHAIB",patterns:[{reg:/^(621268|622684|622884|621453)\d{10}$/g,cardType:"DC"}]},{bankName:"广州银行",bankCode:"GCB",patterns:[{reg:/^(603445|622467|940016|621463)\d{13}$/g,cardType:"DC"}]},{bankName:"金华银行",bankCode:"JHBANK",patterns:[{reg:/^(622449|940051)\d{10}$/g,cardType:"DC"},{reg:/^(622450|628204)\d{10}$/g,cardType:"CC"}]},{bankName:"温州银行",bankCode:"WZCB",patterns:[{reg:/^(621977)\d{10}$/g,cardType:"DC"},{reg:/^(622868|622899|628255)\d{10}$/g,cardType:"CC"}]},{bankName:"徽商银行",bankCode:"HSBANK",patterns:[{reg:/^(622877|622879|621775|623203)\d{13}$/g,cardType:"DC"},{reg:/^(603601|622137|622327|622340|622366)\d{11}$/g,cardType:"DC"},{reg:/^(628251|622651|625828)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏银行",bankCode:"JSBANK",patterns:[{reg:/^(621076|622173|622131|621579|622876)\d{13}$/g,cardType:"DC"},{reg:/^(504923|622422|622447|940076)\d{10}$/g,cardType:"DC"},{reg:/^(628210|622283|625902)\d{10}$/g,cardType:"CC"}]},{bankName:"南京银行",bankCode:"NJCB",patterns:[{reg:/^(621777|622305|621259)\d{10}$/g,cardType:"DC"},{reg:/^(622303|628242|622595|622596)\d{10}$/g,cardType:"CC"}]},{bankName:"宁波银行",bankCode:"NBBANK",patterns:[{reg:/^(621279|622281|622316|940022)\d{10}$/g,cardType:"DC"},{reg:/^(621418)\d{13}$/g,cardType:"DC"},{reg:/^(625903|622778|628207|512431|520194|622282|622318)\d{10}$/g,cardType:"CC"}]},{bankName:"北京银行",bankCode:"BJBANK",patterns:[{reg:/^(623111|421317|422161|602969|422160|621030|621420|621468)\d{10}$/g,cardType:"DC"},{reg:/^(522001|622163|622853|628203|622851|622852)\d{10}$/g,cardType:"CC"}]},{bankName:"北京农村商业银行",bankCode:"BJRCB",patterns:[{reg:/^(620088|621068|622138|621066|621560)\d{13}$/g,cardType:"DC"},{reg:/^(625526|625186|628336)\d{10}$/g,cardType:"CC"}]},{bankName:"汇丰银行",bankCode:"HSBC",patterns:[{reg:/^(622946)\d{10}$/g,cardType:"DC"},{reg:/^(622406|621442)\d{11}$/g,cardType:"DC"},{reg:/^(622407|621443)\d{13}$/g,cardType:"DC"},{reg:/^(622360|622361|625034|625096|625098)\d{10}$/g,cardType:"CC"}]},{bankName:"渣打银行",bankCode:"SCB",patterns:[{reg:/^(622948|621740|622942|622994)\d{10}$/g,cardType:"DC"},{reg:/^(622482|622483|622484)\d{10}$/g,cardType:"CC"}]},{bankName:"花旗银行",bankCode:"CITI",patterns:[{reg:/^(621062|621063)\d{10}$/g,cardType:"DC"},{reg:/^(625076|625077|625074|625075|622371|625091)\d{10}$/g,cardType:"CC"}]},{bankName:"东亚银行",bankCode:"HKBEA",patterns:[{reg:/^(622933|622938|623031|622943|621411)\d{13}$/g,cardType:"DC"},{reg:/^(622372|622471|622472|622265|622266|625972|625973)\d{10}$/g,cardType:"CC"},{reg:/^(622365)\d{11}$/g,cardType:"CC"}]},{bankName:"广东华兴银行",bankCode:"GHB",patterns:[{reg:/^(621469|621625)\d{13}$/g,cardType:"DC"}]},{bankName:"深圳农村商业银行",bankCode:"SRCB",patterns:[{reg:/^(622128|622129|623035)\d{10}$/g,cardType:"DC"}]},{bankName:"广州农村商业银行股份有限公司",bankCode:"GZRCU",patterns:[{reg:/^(909810|940035|621522|622439)\d{12}$/g,cardType:"DC"}]},{bankName:"东莞农村商业银行",bankCode:"DRCBCL",patterns:[{reg:/^(622328|940062|623038)\d{13}$/g,cardType:"DC"},{reg:/^(625288|625888)\d{10}$/g,cardType:"CC"}]},{bankName:"东莞市商业银行",bankCode:"BOD",patterns:[{reg:/^(622333|940050)\d{10}$/g,cardType:"DC"},{reg:/^(621439|623010)\d{13}$/g,cardType:"DC"},{reg:/^(622888)\d{10}$/g,cardType:"CC"}]},{bankName:"广东省农村信用社联合社",bankCode:"GDRCC",patterns:[{reg:/^(622302)\d{10}$/g,cardType:"DC"},{reg:/^(622477|622509|622510|622362|621018|621518)\d{13}$/g,cardType:"DC"}]},{bankName:"大新银行",bankCode:"DSB",patterns:[{reg:/^(622297|621277)\d{10}$/g,cardType:"DC"},{reg:/^(622375|622489)\d{11}$/g,cardType:"DC"},{reg:/^(622293|622295|622296|622373|622451|622294|625940)\d{10}$/g,cardType:"CC"}]},{bankName:"永亨银行",bankCode:"WHB",patterns:[{reg:/^(622871|622958|622963|622957|622861|622932|622862|621298)\d{10}$/g,cardType:"DC"},{reg:/^(622798|625010|622775|622785)\d{10}$/g,cardType:"CC"}]},{bankName:"星展银行香港有限公司",bankCode:"DBS",patterns:[{reg:/^(621016|621015)\d{13}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492)\d{10}$/g,cardType:"DC"},{reg:/^(622487|622490|622491|622492|621744|621745|621746|621747)\d{11}$/g,cardType:"DC"}]},{bankName:"恒丰银行",bankCode:"EGBANK",patterns:[{reg:/^(623078)\d{13}$/g,cardType:"DC"},{reg:/^(622384|940034)\d{11}$/g,cardType:"DC"}]},{bankName:"天津市商业银行",bankCode:"TCCB",patterns:[{reg:/^(940015|622331)\d{12}$/g,cardType:"DC"},{reg:/^(6091201)\d{11}$/g,cardType:"DC"},{reg:/^(622426|628205)\d{10}$/g,cardType:"CC"}]},{bankName:"浙商银行",bankCode:"CZBANK",patterns:[{reg:/^(621019|622309|621019)\d{13}$/g,cardType:"DC"},{reg:/^(6223091100|6223092900|6223093310|6223093320|6223093330|6223093370|6223093380|6223096510|6223097910)\d{9}$/g,cardType:"DC"}]},{bankName:"南洋商业银行",bankCode:"NCB",patterns:[{reg:/^(621213|621289|621290|621291|621292|621042|621743)\d{13}$/g,cardType:"DC"},{reg:/^(623041|622351)\d{10}$/g,cardType:"DC"},{reg:/^(625046|625044|625058|622349|622350)\d{10}$/g,cardType:"CC"},{reg:/^(620208|620209|625093|625095)\d{10}$/g,cardType:"PC"}]},{bankName:"厦门银行",bankCode:"XMBANK",patterns:[{reg:/^(622393|940023)\d{10}$/g,cardType:"DC"},{reg:/^(6886592)\d{11}$/g,cardType:"DC"},{reg:/^(623019|621600|)\d{13}$/g,cardType:"DC"}]},{bankName:"福建海峡银行",bankCode:"FJHXBC",patterns:[{reg:/^(622388)\d{10}$/g,cardType:"DC"},{reg:/^(621267|623063)\d{12}$/g,cardType:"DC"},{reg:/^(620043|)\d{12}$/g,cardType:"PC"}]},{bankName:"吉林银行",bankCode:"JLBANK",patterns:[{reg:/^(622865|623131)\d{13}$/g,cardType:"DC"},{reg:/^(940012)\d{10}$/g,cardType:"DC"},{reg:/^(622178|622179|628358)\d{10}$/g,cardType:"CC"}]},{bankName:"汉口银行",bankCode:"HKB",patterns:[{reg:/^(990027)\d{12}$/g,cardType:"DC"},{reg:/^(622325|623105|623029)\d{10}$/g,cardType:"DC"}]},{bankName:"盛京银行",bankCode:"SJBANK",patterns:[{reg:/^(566666)\d{12}$/g,cardType:"DC"},{reg:/^(622455|940039)\d{13}$/g,cardType:"DC"},{reg:/^(623108|623081)\d{10}$/g,cardType:"DC"},{reg:/^(622466|628285)\d{10}$/g,cardType:"CC"}]},{bankName:"大连银行",bankCode:"DLB",patterns:[{reg:/^(603708)\d{11}$/g,cardType:"DC"},{reg:/^(622993|623069|623070|623172|623173)\d{13}$/g,cardType:"DC"},{reg:/^(622383|622385|628299)\d{10}$/g,cardType:"CC"}]},{bankName:"河北银行",bankCode:"BHB",patterns:[{reg:/^(622498|622499|623000|940046)\d{13}$/g,cardType:"DC"},{reg:/^(622921|628321)\d{10}$/g,cardType:"CC"}]},{bankName:"乌鲁木齐市商业银行",bankCode:"URMQCCB",patterns:[{reg:/^(621751|622143|940001|621754)\d{13}$/g,cardType:"DC"},{reg:/^(622476|628278)\d{10}$/g,cardType:"CC"}]},{bankName:"绍兴银行",bankCode:"SXCB",patterns:[{reg:/^(622486)\d{10}$/g,cardType:"DC"},{reg:/^(603602|623026|623086)\d{12}$/g,cardType:"DC"},{reg:/^(628291)\d{10}$/g,cardType:"CC"}]},{bankName:"成都商业银行",bankCode:"CDCB",patterns:[{reg:/^(622152|622154|622996|622997|940027|622153|622135|621482|621532)\d{13}$/g,cardType:"DC"}]},{bankName:"抚顺银行",bankCode:"FSCB",patterns:[{reg:/^(622442)\d{11}$/g,cardType:"DC"},{reg:/^(940053)\d{12}$/g,cardType:"DC"},{reg:/^(622442|623099)\d{13}$/g,cardType:"DC"}]},{bankName:"郑州银行",bankCode:"ZZBANK",patterns:[{reg:/^(622421)\d{13}$/g,cardType:"DC"},{reg:/^(940056)\d{11}$/g,cardType:"DC"},{reg:/^(96828)\d{11}$/g,cardType:"DC"}]},{bankName:"宁夏银行",bankCode:"NXBANK",patterns:[{reg:/^(621529|622429|621417|623089|623200)\d{13}$/g,cardType:"DC"},{reg:/^(628214|625529|622428)\d{10}$/g,cardType:"CC"}]},{bankName:"重庆银行",bankCode:"CQBANK",patterns:[{reg:/^(9896)\d{12}$/g,cardType:"DC"},{reg:/^(622134|940018|623016)\d{10}$/g,cardType:"DC"}]},{bankName:"哈尔滨银行",bankCode:"HRBANK",patterns:[{reg:/^(621577|622425)\d{13}$/g,cardType:"DC"},{reg:/^(940049)\d{12}$/g,cardType:"DC"},{reg:/^(622425)\d{11}$/g,cardType:"DC"}]},{bankName:"兰州银行",bankCode:"LZYH",patterns:[{reg:/^(622139|940040|628263)\d{10}$/g,cardType:"DC"},{reg:/^(621242|621538|621496)\d{13}$/g,cardType:"DC"}]},{bankName:"青岛银行",bankCode:"QDCCB",patterns:[{reg:/^(621252|622146|940061|628239)\d{10}$/g,cardType:"DC"},{reg:/^(621419|623170)\d{13}$/g,cardType:"DC"}]},{bankName:"秦皇岛市商业银行",bankCode:"QHDCCB",patterns:[{reg:/^(62249802|94004602)\d{11}$/g,cardType:"DC"},{reg:/^(621237|623003)\d{13}$/g,cardType:"DC"}]},{bankName:"青海银行",bankCode:"BOQH",patterns:[{reg:/^(622310|940068)\d{11}$/g,cardType:"DC"},{reg:/^(622817|628287|625959)\d{10}$/g,cardType:"CC"},{reg:/^(62536601)\d{8}$/g,cardType:"CC"}]},{bankName:"台州银行",bankCode:"TZCB",patterns:[{reg:/^(622427)\d{10}$/g,cardType:"DC"},{reg:/^(940069)\d{11}$/g,cardType:"DC"},{reg:/^(623039)\d{13}$/g,cardType:"DC"},{reg:/^(622321|628273)\d{10}$/g,cardType:"CC"},{reg:/^(625001)\d{10}$/g,cardType:"SCC"}]},{bankName:"长沙银行",bankCode:"CSCB",patterns:[{reg:/^(694301)\d{12}$/g,cardType:"DC"},{reg:/^(940071|622368|621446)\d{13}$/g,cardType:"DC"},{reg:/^(625901|622898|622900|628281|628282|622806|628283)\d{10}$/g,cardType:"CC"},{reg:/^(620519)\d{13}$/g,cardType:"PC"}]},{bankName:"泉州银行",bankCode:"BOQZ",patterns:[{reg:/^(683970|940074)\d{12}$/g,cardType:"DC"},{reg:/^(622370)\d{13}$/g,cardType:"DC"},{reg:/^(621437)\d{13}$/g,cardType:"DC"},{reg:/^(628319)\d{10}$/g,cardType:"CC"}]},{bankName:"包商银行",bankCode:"BSB",patterns:[{reg:/^(622336|621760)\d{11}$/g,cardType:"DC"},{reg:/^(622165)\d{10}$/g,cardType:"DC"},{reg:/^(622315|625950|628295)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622860)\d{10}$/g,cardType:"DC"},{reg:/^(622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"上海农商银行",bankCode:"SHRCB",patterns:[{reg:/^(622478|940013|621495)\d{10}$/g,cardType:"DC"},{reg:/^(625500)\d{10}$/g,cardType:"SCC"},{reg:/^(622611|622722|628211|625989)\d{10}$/g,cardType:"CC"}]},{bankName:"浙江泰隆商业银行",bankCode:"ZJQL",patterns:[{reg:/^(622717)\d{10}$/g,cardType:"SCC"},{reg:/^(628275|622565|622287)\d{10}$/g,cardType:"CC"}]},{bankName:"内蒙古银行",bankCode:"H3CB",patterns:[{reg:/^(622147|621633)\d{13}$/g,cardType:"DC"},{reg:/^(628252)\d{10}$/g,cardType:"CC"}]},{bankName:"广西北部湾银行",bankCode:"BGB",patterns:[{reg:/^(623001)\d{10}$/g,cardType:"DC"},{reg:/^(628227)\d{10}$/g,cardType:"CC"}]},{bankName:"桂林银行",bankCode:"GLBANK",patterns:[{reg:/^(621456)\d{11}$/g,cardType:"DC"},{reg:/^(621562)\d{13}$/g,cardType:"DC"},{reg:/^(628219)\d{10}$/g,cardType:"CC"}]},{bankName:"龙江银行",bankCode:"DAQINGB",patterns:[{reg:/^(621037|621097|621588|622977)\d{13}$/g,cardType:"DC"},{reg:/^(62321601)\d{11}$/g,cardType:"DC"},{reg:/^(622475|622860)\d{10}$/g,cardType:"DC"},{reg:/^(625588)\d{10}$/g,cardType:"SCC"},{reg:/^(622270|628368|625090|622644|628333)\d{10}$/g,cardType:"CC"}]},{bankName:"成都农村商业银行",bankCode:"CDRCB",patterns:[{reg:/^(623088)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301|622808|628308)\d{10}$/g,cardType:"CC"}]},{bankName:"福建省农村信用社联合社",bankCode:"FJNX",patterns:[{reg:/^(622127|622184|621701|621251|621589|623036)\d{13}$/g,cardType:"DC"},{reg:/^(628232|622802|622290)\d{10}$/g,cardType:"CC"}]},{bankName:"天津农村商业银行",bankCode:"TRCB",patterns:[{reg:/^(622531|622329)\d{13}$/g,cardType:"DC"},{reg:/^(622829|628301)\d{10}$/g,cardType:"CC"}]},{bankName:"江苏省农村信用社联合社",bankCode:"JSRCU",patterns:[{reg:/^(621578|623066|622452|622324)\d{13}$/g,cardType:"DC"},{reg:/^(622815|622816|628226)\d{10}$/g,cardType:"CC"}]},{bankName:"湖南农村信用社联合社",bankCode:"SLH",patterns:[{reg:/^(622906|628386|625519|625506)\d{10}$/g,cardType:"CC"}]},{bankName:"江西省农村信用社联合社",bankCode:"JXNCX",patterns:[{reg:/^(621592)\d{10}$/g,cardType:"DC"},{reg:/^(628392)\d{10}$/g,cardType:"CC"}]},{bankName:"商丘市商业银行",bankCode:"SCBBANK",patterns:[{reg:/^(621748)\d{13}$/g,cardType:"DC"},{reg:/^(628271)\d{10}$/g,cardType:"CC"}]},{bankName:"华融湘江银行",bankCode:"HRXJB",patterns:[{reg:/^(621366|621388)\d{13}$/g,cardType:"DC"},{reg:/^(628328)\d{10}$/g,cardType:"CC"}]},{bankName:"衡水市商业银行",bankCode:"HSBK",patterns:[{reg:/^(621239|623068)\d{13}$/g,cardType:"DC"}]},{bankName:"重庆南川石银村镇银行",bankCode:"CQNCSYCZ",patterns:[{reg:/^(621653004)\d{10}$/g,cardType:"DC"}]},{bankName:"湖南省农村信用社联合社",bankCode:"HNRCC",patterns:[{reg:/^(622169|621519|621539|623090)\d{13}$/g,cardType:"DC"}]},{bankName:"邢台银行",bankCode:"XTB",patterns:[{reg:/^(621238|620528)\d{13}$/g,cardType:"DC"}]},{bankName:"临汾市尧都区农村信用合作联社",bankCode:"LPRDNCXYS",patterns:[{reg:/^(628382|625158)\d{10}$/g,cardType:"CC"}]},{bankName:"东营银行",bankCode:"DYCCB",patterns:[{reg:/^(621004)\d{12}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"上饶银行",bankCode:"SRBANK",patterns:[{reg:/^(621416)\d{10}$/g,cardType:"DC"},{reg:/^(628217)\d{10}$/g,cardType:"CC"}]},{bankName:"德州银行",bankCode:"DZBANK",patterns:[{reg:/^(622937)\d{13}$/g,cardType:"DC"},{reg:/^(628397)\d{10}$/g,cardType:"CC"}]},{bankName:"承德银行",bankCode:"CDB",patterns:[{reg:/^(628229)\d{10}$/g,cardType:"CC"}]},{bankName:"云南省农村信用社",bankCode:"YNRCC",patterns:[{reg:/^(622469|628307)\d{10}$/g,cardType:"CC"}]},{bankName:"柳州银行",bankCode:"LZCCB",patterns:[{reg:/^(622292|622291|621412)\d{12}$/g,cardType:"DC"},{reg:/^(622880|622881)\d{10}$/g,cardType:"DC"},{reg:/^(62829)\d{10}$/g,cardType:"CC"}]},{bankName:"威海市商业银行",bankCode:"WHSYBANK",patterns:[{reg:/^(623102)\d{10}$/g,cardType:"DC"},{reg:/^(628234)\d{10}$/g,cardType:"CC"}]},{bankName:"湖州银行",bankCode:"HZBANK",patterns:[{reg:/^(628306)\d{10}$/g,cardType:"CC"}]},{bankName:"潍坊银行",bankCode:"BANKWF",patterns:[{reg:/^(622391|940072)\d{10}$/g,cardType:"DC"},{reg:/^(628391)\d{10}$/g,cardType:"CC"}]},{bankName:"赣州银行",bankCode:"GZB",patterns:[{reg:/^(622967|940073)\d{13}$/g,cardType:"DC"},{reg:/^(628233)\d{10}$/g,cardType:"CC"}]},{bankName:"日照银行",bankCode:"RZGWYBANK",patterns:[{reg:/^(628257)\d{10}$/g,cardType:"CC"}]},{bankName:"南昌银行",bankCode:"NCB",patterns:[{reg:/^(621269|622275)\d{10}$/g,cardType:"DC"},{reg:/^(940006)\d{11}$/g,cardType:"DC"},{reg:/^(628305)\d{11}$/g,cardType:"CC"}]},{bankName:"贵阳银行",bankCode:"GYCB",patterns:[{reg:/^(622133|621735)\d{13}$/g,cardType:"DC"},{reg:/^(888)\d{13}$/g,cardType:"DC"},{reg:/^(628213)\d{10}$/g,cardType:"CC"}]},{bankName:"锦州银行",bankCode:"BOJZ",patterns:[{reg:/^(622990|940003)\d{11}$/g,cardType:"DC"},{reg:/^(628261)\d{10}$/g,cardType:"CC"}]},{bankName:"齐商银行",bankCode:"QSBANK",patterns:[{reg:/^(622311|940057)\d{11}$/g,cardType:"DC"},{reg:/^(628311)\d{10}$/g,cardType:"CC"}]},{bankName:"珠海华润银行",bankCode:"RBOZ",patterns:[{reg:/^(622363|940048)\d{13}$/g,cardType:"DC"},{reg:/^(628270)\d{10}$/g,cardType:"CC"}]},{bankName:"葫芦岛市商业银行",bankCode:"HLDCCB",patterns:[{reg:/^(622398|940054)\d{10}$/g,cardType:"DC"}]},{bankName:"宜昌市商业银行",bankCode:"HBC",patterns:[{reg:/^(940055)\d{11}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"杭州商业银行",bankCode:"HZCB",patterns:[{reg:/^(603367|622878)\d{12}$/g,cardType:"DC"},{reg:/^(622397)\d{11}$/g,cardType:"CC"}]},{bankName:"苏州市商业银行",bankCode:"JSBANK",patterns:[{reg:/^(603506)\d{13}$/g,cardType:"DC"}]},{bankName:"辽阳银行",bankCode:"LYCB",patterns:[{reg:/^(622399|940043)\d{11}$/g,cardType:"DC"}]},{bankName:"洛阳银行",bankCode:"LYB",patterns:[{reg:/^(622420|940041)\d{11}$/g,cardType:"DC"}]},{bankName:"焦作市商业银行",bankCode:"JZCBANK",patterns:[{reg:/^(622338)\d{13}$/g,cardType:"DC"},{reg:/^(940032)\d{10}$/g,cardType:"DC"}]},{bankName:"镇江市商业银行",bankCode:"ZJCCB",patterns:[{reg:/^(622394|940025)\d{10}$/g,cardType:"DC"}]},{bankName:"法国兴业银行",bankCode:"FGXYBANK",patterns:[{reg:/^(621245)\d{10}$/g,cardType:"DC"}]},{bankName:"大华银行",bankCode:"DYBANK",patterns:[{reg:/^(621328)\d{13}$/g,cardType:"DC"}]},{bankName:"企业银行",bankCode:"DIYEBANK",patterns:[{reg:/^(621651)\d{13}$/g,cardType:"DC"}]},{bankName:"华侨银行",bankCode:"HQBANK",patterns:[{reg:/^(621077)\d{10}$/g,cardType:"DC"}]},{bankName:"恒生银行",bankCode:"HSB",patterns:[{reg:/^(622409|621441)\d{13}$/g,cardType:"DC"},{reg:/^(622410|621440)\d{11}$/g,cardType:"DC"},{reg:/^(622950|622951)\d{10}$/g,cardType:"DC"},{reg:/^(625026|625024|622376|622378|622377|625092)\d{10}$/g,cardType:"CC"}]},{bankName:"临沂商业银行",bankCode:"LSB",patterns:[{reg:/^(622359|940066)\d{13}$/g,cardType:"DC"}]},{bankName:"烟台商业银行",bankCode:"YTCB",patterns:[{reg:/^(622886)\d{10}$/g,cardType:"DC"}]},{bankName:"齐鲁银行",bankCode:"QLB",patterns:[{reg:/^(940008|622379)\d{13}$/g,cardType:"DC"},{reg:/^(628379)\d{10}$/g,cardType:"CC"}]},{bankName:"BC卡公司",bankCode:"BCCC",patterns:[{reg:/^(620011|620027|620031|620039|620103|620106|620120|620123|620125|620220|620278|620812|621006|621011|621012|621020|621023|621025|621027|621031|620132|621039|621078|621220|621003)\d{10}$/g,cardType:"DC"},{reg:/^(625003|625011|625012|625020|625023|625025|625027|625031|621032|625039|625078|625079|625103|625106|625006|625112|625120|625123|625125|625127|625131|625032|625139|625178|625179|625220|625320|625111|625132|625244)\d{10}$/g,cardType:"CC"}]},{bankName:"集友银行",bankCode:"CYB",patterns:[{reg:/^(622355|623042)\d{10}$/g,cardType:"DC"},{reg:/^(621043|621742)\d{13}$/g,cardType:"DC"},{reg:/^(622352|622353|625048|625053|625060)\d{10}$/g,cardType:"CC"},{reg:/^(620206|620207)\d{10}$/g,cardType:"PC"}]},{bankName:"大丰银行",bankCode:"TFB",patterns:[{reg:/^(622547|622548|622546)\d{13}$/g,cardType:"DC"},{reg:/^(625198|625196|625147)\d{10}$/g,cardType:"CC"},{reg:/^(620072)\d{13}$/g,cardType:"PC"},{reg:/^(620204|620205)\d{10}$/g,cardType:"PC"}]},{bankName:"AEON信贷财务亚洲有限公司",bankCode:"AEON",patterns:[{reg:/^(621064|622941|622974)\d{10}$/g,cardType:"DC"},{reg:/^(622493)\d{10}$/g,cardType:"CC"}]},{bankName:"澳门BDA",bankCode:"MABDA",patterns:[{reg:/^(621274|621324)\d{13}$/g,cardType:"DC"}]}];function C(e){for(var a=0,C=g.length;a<C;a++)for(var n=g[a],t=n.patterns,p=0,c=t.length;p<c;p++){var s=t[p];if(new RegExp(s.reg).test(e)){var o=r(n,s);return delete o.patterns,delete o.reg,o["cardTypeName"]=d(o["cardType"]),o}}return!1}return C(e)}var s=r("5101"),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(e){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 a=/^1[34578]\d{9}$/;return!!a.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("db4a"),r("8c9c")),b=Object($["a"])(T,d,g,!1,null,"ee405888",null);a["default"]=b.exports},c805:function(e,a,r){},db4a:function(e,a,r){"use strict";var d=r("c805"),g=r.n(d);g.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e021251a"],{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("提现金额预计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("a",{staticClass:"submit",class:""==a.withdrawNum?"submitNO":"",attrs:{href:"javascript:;"},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("8973"),r=s("52c1"),w=s("57af"),l=s("5101");o["a"].use(l["e"]);var c={name:"WalletWithdraw",data:function(){return{title:"钱包提现",meaushow:!0,showPassword:!1,amountNum:!0,password:"",withdrawNum:""}},computed:Object(n["a"])({},Object(r["b"])({walletInfoData:function(a){return a.wallet.walletInfoData}})),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.$store.dispatch({type:"walletWithdraw",amount:this.withdrawNum,pay_password:this.password})}},components:{Header:w["a"]}},u=c,d=(s("f348"),s("8c9c")),m=Object(d["a"])(u,e,i,!1,null,"252d5cdc",null);t["default"]=m.exports},cfea:function(a,t,s){},f348:function(a,t,s){"use strict";var e=s("cfea"),i=s.n(e);i.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e322bace"],{"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"},"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_balance))])]),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("8973"),h=e("52c1"),A=e("57af"),n=e("5101");s["a"].use(n["j"]);var g={name:"wallet",data:function(){return{title:"我的钱包",meaushow:!0}},computed:Object(l["a"])({},Object(h["b"])({walletInfoData:function(t){return t.wallet.walletInfoData}})),watch:{},created:function(){this.$store.dispatch({type:"getWalletInfo"})},methods:{withdraw:function(){1==this.walletInfoData.wallet_status&&this.$router.push({path:"/wallet/withdraw"})},activate:function(){this.$router.push({path:"/wallet/activate"})},recharge:function(){this.$router.push({path:"/wallet/recharge"})}},components:{Header:A["a"]}},w=g,E=(e("addb"),e("8c9c")),p=Object(E["a"])(w,i,c,!1,null,"3230ddab",null);a["default"]=p.exports},addb:function(t,a,e){"use strict";var i=e("dfaa"),c=e.n(i);c.a},dfaa:function(t,a,e){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e50c9e6a"],{"31e5":function(t,e,a){"use strict";var s=a("c2d2"),c=a.n(s);c.a},"82d7":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:"wallet-cashier"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("div",{staticClass:"cashier-content"},[a("div",{staticClass:"cashier-detail"},[a("p",{staticClass:"order-num"},[t._v("订单编号:"+t._s(t.orderNum))]),a("p",{staticClass:"order-money"},[t._v("¥"+t._s(t.orderMoney))])]),t._m(0),t._m(1),a("a",{staticClass:"pay",attrs:{href:"javascript:;"},on:{click:function(e){return t.pay()}}},[t._v("立即支付")])])],1)},c=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"form-wrap"},[a("li",{staticClass:"inp-wrap"},[a("label",{staticClass:"lineBlock va-m"},[t._v("交易密码")]),a("input",{staticClass:"va-m inp",attrs:{type:"text",placeholder:"请输入交易密码"}})])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"forget-password"},[a("a",{attrs:{href:"javascript:;"}},[t._v("忘记密码?")])])}],r=a("bd31"),n=a("52c1"),i=a("57af"),l={name:"WalletCashier",data:function(){return{title:"猎芯网收银台",meaushow:!0,orderNum:0xaee669eefd5,orderMoney:523.16}},computed:Object(r["a"])({},Object(n["b"])({})),watch:{},created:function(){},methods:{},components:{Header:i["a"]}},o=l,u=(a("31e5"),a("8c9c")),d=Object(u["a"])(o,s,c,!1,null,"0aa90e7a",null);e["default"]=d.exports},c2d2:function(t,e,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e78c7db2"],{"0218":function(t,s,a){"use strict";var i=a("a298"),e=a.n(i);e.a},"266c":function(t,s,a){t.exports=a.p+"img/logo.77238714.png"},"3d12":function(t,s,a){t.exports=a.p+"img/banner.712c55b3.png"},"3fdd":function(t,s,a){"use strict";var i=a("4d2c"),e=a.n(i);e.a},"4d2c":function(t,s,a){},"7f1b":function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("section",[a("div",{staticClass:"slide-bar"},[t.kefuishow?a("div",{staticClass:"customer-service",on:{click:t.recordFn}},[a("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]:[a("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),a("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[a("div",{staticClass:"van-dialog__message"},[a("div",{staticClass:"kefu"},[a("p",{staticClass:"t0"},[a("i",{staticClass:"iconfont icon-kefu"})]),a("p",{staticClass:"t1"},[a("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),a("p",{staticClass:"t2"},[a("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[a("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},e=[],n=a("52c1"),c=a("8973"),l=a("5101");c["a"].use(l["d"]);var o={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(n["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},r=o,p=a("8c9c"),d=Object(p["a"])(r,i,e,!1,null,null,null);s["a"]=d.exports},9553:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("section",{staticClass:"main-interface boxsiz"},[i("div",{staticClass:"container-wrap boxsiz"},[i("van-pull-refresh",{on:{refresh:t.onRefresh},model:{value:t.isLoading,callback:function(s){t.isLoading=s},expression:"isLoading"}},[i("div",{staticClass:"head boxsiz"},[i("div",{staticClass:"banner boxsiz"},[i("Slide",{attrs:{slidedata:t.index.rollbanner}})],1),i("div",{staticClass:"login-wrap"},[t.loginCheck?[i("a",{staticClass:"person-btn",attrs:{href:"/v3/user?ptag=index-topnav"}},[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"}},[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)}},[i("span",[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.tempGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{ selector: 'img' }"}],staticClass:"boxsiz",attrs:{href:"/item/"+s.goods_id+".html?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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)}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"boxsiz list"},t._l(s.data.brandImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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)}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.pointGoods,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:"/v3/pointmall?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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)}},[i("span",{staticClass:"va-m"},[t._v(t._s(s.link_words))]),i("i",{staticClass:"lineBlock va-m"})])]:t._e()],2),i("ul",{staticClass:"list boxsiz"},t._l(s.data.tempImages,function(s,e){return i("li",{key:e,staticClass:"boxsiz"},[i("a",{staticClass:"boxsiz",attrs:{href:s.url+"?ptag="+t.ptag+"-floor"+(1*a+1),target:s.window_open>0?"_blank":"_self"}},[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"}},[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"}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}],staticClass:"pic"},[i("img",{attrs:{"data-src":s.litpic,title:"猎芯网",alt:"猎芯网","data-error":"static/images/news.png"}})]),i("div",{staticClass:"text"},[i("p",{staticClass:"t1"},[t._v(t._s(s.title_seo))]),i("div",{staticClass:"t2"},[i("span",[t._v("来源:"+t._s(s.writer))]),i("div",[i("i",{staticClass:"ico lineBlock va-m"}),i("em",{staticClass:"va-m"},[t._v("\n "+t._s(parseInt(s.click)+parseInt(s.start_review))+"\n ")])])])])])])}),0)]):t._e()],2):t._e()])],1),i("Navigator"),i("SideBar"),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=a("8973"),c=a("52c1"),l=a("5101"),o=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(c["b"])({cartCount:function(t){return t.common.cartCount}}),created:function(){this.$store.dispatch({type:"cartCount"}),this.$store.dispatch({type:"loginCheck"})}},d=p,_=a("8c9c"),u=Object(_["a"])(d,o,r,!1,null,null,null),v=u.exports,m=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)},f=[];a("b06f");n["a"].use(l["n"]).use(l["o"]).use(l["f"]);var C={name:"slide",props:{slidedata:Array},methods:{recordFn:function(t,s){try{sensors.track("bannerClick",{page_type:"h5-index",banner_location:"h5-banner",banner_sort:Number(t),url:s})}catch(a){}}}},g=C,h=(a("0218"),Object(_["a"])(g,m,f,!1,null,null,null)),b=h.exports,x=a("7f1b");n["a"].use(l["k"]).use(l["h"]).use(l["f"]);var w={name:"index",computed:Object(c["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){"login"==t?sensors.track("TopNavClick",{top_nav_click:"h5-登录"}):"search"==t&&sensors.track("TopNavClick",{top_nav_click:"h5-搜索"})},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("3fdd"),Object(_["a"])(k,i,e,!1,null,"3efd6ffb",null));s["default"]=z.exports},a298:function(t,s,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-f2ac357a"],{"2e96":function(t,s,e){var o=e("9c9a"),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},"4ce6":function(t,s,e){"use strict";var o=e("9243"),i=e.n(o);i.a},5729:function(t,s,e){t.exports=e.p+"img/three_04.f98e5256.jpg"},"7f1b":function(t,s,e){"use strict";var o=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("section",[e("div",{staticClass:"slide-bar"},[t.kefuishow?e("div",{staticClass:"customer-service",on:{click:t.recordFn}},[e("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[e("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]:[e("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),e("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[e("div",{staticClass:"van-dialog__message"},[e("div",{staticClass:"kefu"},[e("p",{staticClass:"t0"},[e("i",{staticClass:"iconfont icon-kefu"})]),e("p",{staticClass:"t1"},[e("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),e("p",{staticClass:"t2"},[e("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[e("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},i=[],a=e("52c1"),c=e("1cc5"),n=e("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 s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=e("fc05"),d=Object(l["a"])(m,o,i,!1,null,null,null);s["a"]=d.exports},"842e":function(t,s,e){t.exports=e.p+"img/three_08.abd136a9.jpg"},9243:function(t,s,e){},a27a:function(t,s){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,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"},f825:function(t,s,e){"use strict";e.r(s);var o=function(){var t=this,s=t.$createElement,o=t._self._c||s;return o("div",{staticClass:"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(s){s.target.composing||t.$set(t.form1,"mobile",s.target.value)}}})])]),o("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[o("span",{staticClass:"fl "},[t._v("图片验证码")]),o("div",{staticClass:"fr input-box pr"},[o("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(s){s.target.composing||t.$set(t.form1,"imgcode",s.target.value)}}}),o("img",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(s){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(s){s.target.composing||t.$set(t.form1,"code",s.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(s){t.getCode()}}},[t._v(t._s(t.codetext))])])]),o("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),o("div",{staticClass:"submit-button",on:{click:function(s){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:e("f203"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("5729"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("e673"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("a851"),alt:"猎芯网"}})]),o("van-swipe-item",[o("img",{staticClass:"slide-pic",attrs:{src:e("842e"),alt:"猎芯网"}})])],1)],1)])]),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(s){s.target.composing||t.$set(t.form2,"mobile",s.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(s){s.target.composing||t.$set(t.form2,"imgcode",s.target.value)}}}),o("img",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(s){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(s){s.target.composing||t.$set(t.form2,"code",s.target.value)}}}),o("div",{staticClass:"code",class:{dis:t.codeactive2},on:{click:function(s){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(s){s.target.composing||t.$set(t.form2,"goods_name",s.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(s){s.target.composing||t.$set(t.form2,"brand_name",s.target.value)}}})])])]),o("div",{staticClass:"form2-tips"},[t._v(t._s(t.form2.msg))]),o("div",{staticClass:"submit-button1",on:{click:function(s){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,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"seo-head"},[e("ul",{staticClass:"head-nav "},[e("li",[e("a",{attrs:{href:"https://m.ichunt.com"}},[t._v("首页")])]),e("li",[e("a",{attrs:{href:"https://m.ichunt.com/v3/activity/xyhyl"}},[t._v("新用户礼包")])]),e("li",[e("a",{attrs:{href:"https://m.ichunt.com/v3/xianhuo"}},[t._v("自营现货")])]),e("li",[e("a",{attrs:{href:"https://m.ichunt.com/v3/lxshop"}},[t._v("海外代购")])]),e("li",[e("a",{attrs:{href:"https://m.ichunt.com/v3/about"}},[t._v("猎芯网介绍")])])])])},function(){var t=this,s=t.$createElement,o=t._self._c||s;return o("div",{staticClass:"title-form"},[o("img",{attrs:{src:e("a27a"),alt:""}}),o("span",[t._v("快速找料")])])},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"),c=e.n(a),n=e("bd31"),r=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(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,s=60;t.codeactive=!0,t.codetext=s+"秒后获取";var e=setInterval(o,1e3);function o(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),t.codeactive=!1,t.codetext="重新获取",s=60)}},timeNum2:function(){var t=this,s=60;t.codeactive2=!0,t.codetext2=s+"秒后获取";var e=setInterval(o,1e3);function o(){s--,s>0?(t.codetext2=s+"秒后获取",t.codeactive2=!0):(clearInterval(e),t.codeactive2=!1,t.codetext2="重新获取",s=60)}},getCode:function(t){var s=2==t?"form2":"form1";!this[s]["imgcodestatus"]||this[s]["imgcode"]?this.$store.dispatch({type:"smsVerify",mobile:this[s]["mobile"],verify:this[s]["imgcode"],types:s}):Object(l["p"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=u["a"]+"public/verify?"+(new Date).getTime()},submitForm:function(t){var s=2==t?"form2":"form1",e=/^1[345678]\d{9}$/;e.test(this[s]["mobile"])?(this[s]["msg"]="",this[s]["code"]?(this[s]["msg"]="",this.$store.dispatch({type:"actionLogin",account:this[s]["mobile"],sms_verify:this[s]["code"],form_name:s})):this[s]["msg"]="验证码不能为空"):this[s]["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 s=/^1[345678]\d{9}$/;s.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},mobile2:function(t){var s=/^1[345678]\d{9}$/;s.test(t)?(this.form2.msg="",this.form2.codestatus=!0):(this.form2.msg="请输入正确格式的手机号码",this.form2.codestatus=!1)},isRegLogin:function(t){if(t){var s={brand:this.form2.brand_name,type:this.form2.goods_name};this.$store.dispatch({type:"feedback",types:8,mobile:this.form2.mobile,content:c()(s)})}}},components:{SideBar:d["a"]}},v=f,p=(e("4ce6"),e("fc05")),h=Object(p["a"])(v,o,i,!1,null,"7c13e094",null);s["default"]=h.exports}}]);
\ 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