Commit 5296b242 by 梁建民

js

parent e35fc94c
......@@ -654,7 +654,7 @@
background: #1080d0;
color: #ffffff;
font-size: 16px;
z-index: 999999999999;
z-index: 999;
transition: all 0.2s ease;
}
......
......@@ -13,17 +13,17 @@
</p>
<div class="withdraw-amount">
<p><em>*</em> 提现金额</p>
<span></span><input type="number" class="money" v-model="withdrawNum"/>
<span></span><input type="text" readonly="readonly" @touchstart.stop="moneyBtn = true" class="money" v-model="withdrawNum"/>
<div v-if="amountNum" class="withdraw-money">可提现金额 {{walletInfoData.wallet_usable_format}}<span @click="withdraw">全部提现</span></div>
<div v-else class="amount-tips">输入金额超过可提现金额</div>
</div>
<div class="withdraw-password">
<p><em>*</em> 支付密码</p>
<template v-if="showPassword">
<input type="password" placeholder="请输入支付密码" class="va-m inp password" v-model="password"/>
<input type="password" readonly="readonly" @touchstart.stop="passwdBtn = true" placeholder="请输入支付密码" class="va-m inp password" v-model="password"/>
</template>
<template v-else>
<input type="text" placeholder="请输入支付密码" class="va-m inp password" v-model="password"/>
<input type="text" readonly="readonly" @touchstart.stop="passwdBtn = true" placeholder="请输入支付密码" class="va-m inp password" v-model="password"/>
</template>
<van-icon v-if="showPassword" name="closed-eye" class="va-m f-r" @click="changeShow"/>
<van-icon v-else name="eye-o" class="va-m f-r" @click="changeShow"/>
......@@ -31,6 +31,9 @@
<button :disabled="amountWithdrawFlag" class="submit" :class="withdrawNum == '' || amountWithdrawFlag ? 'submitNO' : ''" @click="submit">提交</button>
</div>
<van-number-keyboard :show="moneyBtn" theme="custom" extra-key="." close-button-text="完成" @blur="moneyBtn = false;passwdBtn=false;" @input="onInput" @delete="onDelete" :zIndex="zIndex"/>
<van-number-keyboard :show="passwdBtn" theme="custom" extra-key="." close-button-text="完成" @blur="passwdBtn = false;passwdBtn=false;" @input="onInputPwd" @delete="onDeletePwd" :zIndex="zIndex"/>
</section>
</template>
......@@ -38,9 +41,9 @@
import Vue from 'vue';
import {mapState} from 'vuex'
import Header from '@/views/common/Header.vue';
import {Icon, Toast} from 'vant';
import {Icon, Toast, NumberKeyboard} from 'vant';
Vue.use(Icon);
Vue.use(Icon).use(NumberKeyboard);
export default {
name: 'walletWithdraw',
......@@ -52,7 +55,10 @@
amountNum: true,
password: '',
withdrawNum: '',
clickFlag: true
clickFlag: true,
moneyBtn: false,
passwdBtn:false,
zIndex: 999999
}
},
computed: {
......@@ -98,6 +104,18 @@
});
}
}
},
onInput(key) {
this.withdrawNum = (this.withdrawNum + key);
},
onDelete(key) {
this.withdrawNum = this.withdrawNum.slice(0, this.withdrawNum.length - 1);
},
onInputPwd(key){
this.password = (this.password + key);
},
onDeletePwd(key){
this.password = this.password.slice(0, this.password.length - 1);
}
},
components: {
......
......@@ -42,7 +42,7 @@ eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/_
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("var escape = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/url/escape.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/url/escape.js\");\nexports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".wallet-content {\\r\\n background: #f0f0f0;\\n}\\n.wallet-balance {\\r\\n background: #fff;\\r\\n margin-bottom: 0.267rem;\\n}\\n.wallet-balance .balance-bg {\\r\\n width: 94%;\\r\\n height: 4rem;\\r\\n background: url(\" + escape(__webpack_require__(/*! ../../images/wallet/bg.png */ \"./src/assets/images/wallet/bg.png\")) + \") no-repeat center;\\r\\n background-size: cover;\\r\\n margin: 0.267rem auto;\\r\\n color: #ffffff;\\r\\n -webkit-box-shadow: -0.007rem 0.012rem 0.093rem 0rem rgba(14, 4, 8, 0.4);\\r\\n box-shadow: -0.007rem 0.012rem 0.093rem 0rem rgba(14, 4, 8, 0.4);\\r\\n border-radius: 0.093rem;\\n}\\n.wallet-balance .balance-bg .text-1 {\\r\\n width: 94%;\\r\\n font-size: 16px;\\r\\n margin-top: 0.627rem;\\r\\n padding-left: 0.4rem;\\n}\\n.wallet-balance .balance-bg .text-2 {\\r\\n width: 94%;\\r\\n font-size: 24px;\\r\\n margin-top: 0.3rem;\\r\\n padding-left: 0.4rem;\\n}\\n.wallet-balance .balance-bg .text-3 {\\r\\n font-size: 45px;\\n}\\n.wallet-balance .balance-bg .text-4 {\\r\\n width: 94%;\\r\\n font-size: 12px;\\r\\n margin-top: 0.2rem;\\r\\n padding-right: 0.4rem;\\r\\n text-align: right;\\n}\\n.wallet-balance .balance-bg .text-4 a {\\r\\n color: #fff;\\n}\\n.wallet-balance .balance-handle {\\r\\n width: 9.387rem;\\r\\n height: 1.333rem;\\r\\n margin: 0 auto;\\r\\n padding-bottom: 0.253rem;\\n}\\n.wallet-balance .balance-handle span {\\r\\n float: left;\\r\\n width: 49.5%;\\r\\n text-align: center;\\r\\n height: 1.333rem;\\r\\n line-height: 1.333rem;\\r\\n font-size: 18px;\\r\\n color: #1080d0;\\n}\\n.wallet-balance .balance-handle .withdraw {\\r\\n border-right: 1px solid #e5e5e5;\\n}\\n.wallet-balance .balance-handle .gray {\\r\\n color: #999;\\n}\\n.wallet-content ul {\\r\\n background: #fff;\\n}\\n.wallet-content ul li {\\r\\n float: left;\\r\\n width: 33.33%;\\r\\n text-align: center;\\r\\n margin: 0.8rem 0;\\n}\\n.wallet-content ul li p {\\r\\n margin-top: 0.587rem;\\r\\n font-size: 14px;\\r\\n color: #000;\\n}\\r\\n\\r\\n/*钱包状态*/\\n#app {\\r\\n background: #f0f0f0;\\n}\\n.status-content {\\r\\n background: #f0f0f0;\\n}\\n.status-content .form-wrap {\\r\\n background: #ffffff;\\n}\\n.status-content .form-wrap .inp-wrap {\\r\\n height: 1.6rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.status-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.6rem;\\r\\n width: 25%;\\r\\n color: #666666;\\r\\n padding-left: 0.3rem;\\n}\\n.status-content .form-wrap .inp-wrap input {\\r\\n font-size: 18px;\\r\\n line-height: 1.6rem;\\r\\n width: 45%;\\r\\n color: #333333;\\r\\n padding-left: 0.7rem;\\n}\\n.status-content .form-wrap .inp-wrap .forget-password {\\r\\n font-size: 16px;\\r\\n line-height: 1.6rem;\\r\\n color: #1080d0;\\n}\\n.status-content .form-wrap .inp-wrap .bind-bank {\\r\\n font-size: 16px;\\r\\n line-height: 1.6rem;\\r\\n color: #1080d0;\\n}\\n.status-content .submit {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\r\\n\\r\\n/*激活钱包*/\\n.activate-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 20px;\\r\\n /*padding-top: 20px;*/\\n}\\n.activate-content .form-wrap .inp-wrap {\\r\\n height: 2.5rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.activate-content .form-wrap .inp-wrap:first-child{\\r\\n border-top: none;\\n}\\n.activate-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.3rem;\\r\\n color: #333333;\\n}\\n.activate-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.2rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.activate-content .form-wrap .inp-wrap:last-child input {\\r\\n width: 65% !important;\\n}\\n.activate-content .form-wrap .yzmImg input {\\r\\n width: 65% !important;\\n}\\n.activate-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.activate-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.activate-content .confirm {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\n.activate-content .next {\\r\\n width: 90%;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem auto;\\r\\n font-weight: bold;\\n}\\n.activate-content .noClick {\\r\\n\\topacity: 0.5;\\n}\\n.activate-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.activate-content {\\r\\n position: relative;\\n}\\n.activate-content .form-error {\\r\\n position: absolute;\\r\\n left: 0.3rem;\\r\\n bottom: 65px;\\r\\n font-size: 16px;\\r\\n line-height: 16px;\\r\\n color: red;\\n}\\r\\n\\r\\n/*钱包充值*/\\n.recharge-content .wallet-account {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\r\\n color: #666666;\\r\\n background: rgba(16, 128, 208, 0.1);\\r\\n padding: 0 0.32rem;\\n}\\n.recharge-content .recharge-amount {\\r\\n height: 100px;\\r\\n background: #ffffff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 10px;\\n}\\n.recharge-content .recharge-amount p {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\r\\n color: #333333;\\n}\\n.recharge-content .recharge-amount span {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\r\\n color: #333333;\\n}\\n.recharge-content .recharge-amount .money {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\r\\n color: #333333;\\n}\\n.recharge-content .payment-method {\\r\\n height: 30px;\\r\\n line-height: 30px;\\r\\n font-size: 14px;\\r\\n color: #666666;\\r\\n padding: 0 0.32rem;\\n}\\n.recharge-content .payment-content {\\r\\n background: #ffffff;\\n}\\n.recharge-content .payment-content .vanCell {\\r\\n height: 60px; /*margin-left: 0.32rem;*/\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.recharge-content .payment-content .vanCell:last-child {\\r\\n border-bottom: none;\\n}\\n.recharge-content .payment-content .vanCell .vanCelldt {\\r\\n display: inline-block;\\r\\n width: 25px;\\r\\n height: 40px;\\r\\n margin-right: 15px;\\r\\n vertical-align: top;\\r\\n position: relative;\\n}\\n.recharge-content .payment-content .vanCell .vanCelldt img {\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.recharge-content .payment-content .vanCell .vanCelldd {\\r\\n display: inline-block;\\r\\n height: 40px;\\r\\n vertical-align: top;\\r\\n font-size: 12px;\\r\\n line-height: 18px;\\r\\n color: #999; /*padding: 10px 0;*/\\n}\\n.recharge-content .payment-content .vanCell .vanCelldd span {\\r\\n font-size: 14px;\\r\\n line-height: 18px;\\r\\n color: #333333;\\n}\\r\\n\\r\\n/*.recharge-content .payment-content .vanCell .checked{ display: inline-block; height: 60px; vertical-align: middle; float: right; margin-right: 1rem; position: relative; }\\r\\n.recharge-content .payment-content .vanCell .checked img{ width: 22px; height: 22px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }*/\\n.recharge-content .recharge {\\r\\n position: absolute;\\r\\n bottom: 0;\\r\\n width: 100%;\\r\\n text-align: center;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background: #1080d0;\\r\\n color: #ffffff;\\r\\n font-size: 16px;\\r\\n z-index: 9999999999;\\r\\n -webkit-transition: all 0.2s ease;\\r\\n transition: all 0.2s ease;\\n}\\n.recharge-content .rechargeNO {\\r\\n opacity: 0.5;\\n}\\r\\n\\r\\n/*验证身份*/\\n.verify-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 20px;\\n}\\n.verify-content .form-wrap .inp-wrap {\\r\\n height: 2.5rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.verify-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.3rem;\\r\\n color: #333333;\\n}\\n.verify-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.2rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.verify-content .form-wrap .inp-wrap input {\\r\\n width: 65% !important;\\n}\\n.verify-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.verify-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.verify-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.verify-content .next {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\r\\n\\r\\n/*绑定银行账号*/\\n.bind-content .safe-mobile {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\r\\n color: #666666;\\r\\n background: rgba(16, 128, 208, 0.1);\\r\\n padding: 0 0.32rem;\\n}\\n.bind-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 10px;\\n}\\n.bind-content .form-wrap .inp-wrap {\\r\\n height: 2.2rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.bind-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.1rem;\\r\\n color: #333333;\\n}\\n.bind-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.1rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.bind-content .form-wrap .inp-wrap:last-child input {\\r\\n width: 65% !important;\\n}\\r\\n\\r\\n/*.bind-content .form-wrap .inp-wrap:nth-child(5) input{ width: 65% !important; }*/\\n.bind-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.bind-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.bind-content .confirm {\\r\\n position: absolute;\\r\\n bottom: 0;\\r\\n width: 100%;\\r\\n text-align: center;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background: #1080d0;\\r\\n color: #ffffff;\\r\\n font-size: 16px;\\r\\n z-index: 999999999;\\r\\n -webkit-transition: all 0.2s ease;\\r\\n transition: all 0.2s ease;\\n}\\n.bind-content .form-error {\\r\\n font-size: 12px;\\r\\n line-height: 20px;\\r\\n color: #e00106;\\r\\n padding: 0.1rem 0.3rem;\\n}\\r\\n\\r\\n/*钱包提现*/\\n.withdraw-content .withdrawUser-ifo {\\r\\n height: 105px;\\r\\n line-height: 35px;\\r\\n font-size: 16px;\\r\\n color: #333;\\r\\n background: #fff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 5px;\\n}\\n.withdraw-content .withdrawUser-ifo span {\\r\\n float: right;\\r\\n font-size: 14px;\\r\\n color: #666666;\\n}\\n.withdraw-content .withdraw-tips {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 12px;\\r\\n color: #ffa200;\\r\\n background: rgba(255, 162, 0, 0.2);\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 5px;\\r\\n white-space: nowrap;\\n}\\n.withdraw-content .withdraw-amount {\\r\\n height: 120px;\\r\\n background: #ffffff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 10px;\\r\\n color: #333333;\\n}\\n.withdraw-content .withdraw-amount em {\\r\\n color: red;\\n}\\n.withdraw-content .withdraw-amount p {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\n}\\n.withdraw-content .withdraw-amount span {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\n}\\n.withdraw-content .withdraw-amount .money {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\n}\\n.withdraw-content .withdraw-amount .withdraw-money {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n border-top: 1px solid #f0f0f0;\\n}\\n.withdraw-content .withdraw-amount .withdraw-money span {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n color: #1080d0;\\r\\n margin-left: 0.2rem;\\n}\\n.withdraw-content .withdraw-amount .amount-tips {\\r\\n color: red;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n border-top: 1px solid #f0f0f0;\\n}\\n.withdraw-content .withdraw-password {\\r\\n height: 100px;\\r\\n background: #ffffff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 10px;\\r\\n color: #333333;\\n}\\n.withdraw-content .withdraw-password em {\\r\\n color: red;\\n}\\n.withdraw-content .withdraw-password p {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\n}\\n.withdraw-content .withdraw-password .password {\\r\\n width: 85%;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\n}\\n.withdraw-content .withdraw-password .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.withdraw-content .submit {\\r\\n position: absolute;\\r\\n bottom: 0;\\r\\n width: 100%;\\r\\n text-align: center;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background: #1080d0;\\r\\n color: #ffffff;\\r\\n font-size: 16px;\\r\\n z-index: 999999999999;\\r\\n -webkit-transition: all 0.2s ease;\\r\\n transition: all 0.2s ease;\\n}\\n.withdraw-content .submitNO {\\r\\n opacity: 0.5;\\n}\\r\\n\\r\\n/*钱包明细*/\\n.wallet-detail-content .trade-type {\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n text-align: center;\\r\\n font-size: 18px;\\r\\n color: #666666;\\r\\n background: #fff;\\r\\n margin-bottom: 0.5rem;\\n}\\n.wallet-detail-content .trade-date {\\r\\n height: 35px;\\r\\n padding: 0 0.32rem;\\n}\\n.wallet-detail-content .trade-date span {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 16px;\\r\\n color: #333;\\n}\\n.wallet-detail-content .trade-date p {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 14px;\\r\\n color: #666666;\\n}\\n.wallet-detail-content .trade-detail {\\r\\n background: #fff;\\r\\n max-height: 520px;\\r\\n overflow-y: auto;\\n}\\n.wallet-detail-content .trade-detail li {\\r\\n height: 64px;\\r\\n margin-left: 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.wallet-detail-content .trade-detail li.no-data {\\r\\n height: auto;\\r\\n margin-left: 0;\\r\\n border: none;\\r\\n background: #f0f0f0;\\n}\\n.wallet-detail-content .trade-detail li.no-data .no-data-pic {\\r\\n width: 100px;\\r\\n height: 75px;\\r\\n display: block;\\r\\n margin: 0 auto;\\r\\n background: url(\" + escape(__webpack_require__(/*! ../../images/wallet/nodata.png */ \"./src/assets/images/wallet/nodata.png\")) + \") no-repeat;\\r\\n background-size: contain;\\n}\\n.wallet-detail-content .trade-detail li .typeIcon {\\r\\n display: inline-block;\\r\\n width: 25px;\\r\\n height: 64px;\\r\\n margin-right: 15px;\\r\\n vertical-align: middle;\\r\\n position: relative;\\n}\\n.wallet-detail-content .trade-detail li .typeIcon img {\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.wallet-detail-content .trade-detail li .typeDetail {\\r\\n display: inline-block;\\r\\n height: 40px;\\r\\n vertical-align: middle;\\r\\n font-size: 12px;\\r\\n line-height: 18px;\\r\\n color: #999;\\r\\n padding: 12px 0;\\n}\\n.wallet-detail-content .trade-detail li .typeDetail span {\\r\\n font-size: 14px;\\r\\n line-height: 18px;\\r\\n color: #333333;\\n}\\n.wallet-detail-content .trade-detail li .trade-num {\\r\\n display: inline-block;\\r\\n height: 64px;\\r\\n line-height: 64px;\\r\\n font-size: 18px;\\r\\n color: #333333;\\r\\n vertical-align: middle;\\r\\n float: right;\\r\\n margin-right: 0.32rem;\\r\\n position: relative;\\n}\\r\\n\\r\\n/*账单详情*/\\n.account-detail-content {\\r\\n background: #ffffff;\\n}\\n.account-detail-content .detail-box {\\r\\n margin: 0 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.account-detail-content .detail-box:last-child {\\r\\n border-bottom: none;\\n}\\n.account-detail-content .detail-content-1 {\\r\\n height: 180px;\\n}\\n.account-detail-content .detail-content-1 .pay-img {\\r\\n height: 45px;\\r\\n text-align: center;\\r\\n margin-top: 20px;\\n}\\n.account-detail-content .detail-content-1 span {\\r\\n display: inline-block;\\r\\n width: 45px;\\r\\n height: 45px;\\r\\n border-radius: 22.5px;\\r\\n position: relative;\\r\\n background: #f0f0f0;\\n}\\n.account-detail-content .detail-content-1 span img {\\r\\n width: 23px;\\r\\n height: 25px;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.account-detail-content .detail-content-1 p {\\r\\n text-align: center;\\n}\\n.account-detail-content .detail-content-1 .pay-type {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-1 .pay-amount {\\r\\n font-size: 24px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-1 .pay-status {\\r\\n font-size: 12px;\\r\\n line-height: 36px;\\r\\n color: #999;\\n}\\n.account-detail-content .detail-content-2 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.account-detail-content .detail-content-2 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-3 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.account-detail-content .detail-content-3 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-3 p a {\\r\\n float: right;\\r\\n color: #1080d0;\\n}\\r\\n\\r\\n/*充值提现记录*/\\n.record-content .record-type {\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n text-align: center;\\r\\n font-size: 18px;\\r\\n color: #666666;\\r\\n background: #fff;\\r\\n margin-bottom: 0.5rem;\\n}\\n.record-content .record-date {\\r\\n height: 35px;\\r\\n padding: 0 0.32rem;\\n}\\n.record-content .record-date span {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 16px;\\r\\n color: #333;\\n}\\n.record-content .record-date p {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 14px;\\r\\n color: #666666;\\n}\\n.record-content .record-detail {\\r\\n background: #fff;\\r\\n max-height: 520px;\\r\\n overflow-y: auto;\\n}\\n.record-content .record-detail li {\\r\\n height: 64px;\\r\\n margin-left: 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.record-content .record-detail li.no-data {\\r\\n height: auto;\\r\\n margin-left: 0;\\r\\n border: none;\\r\\n background: #f0f0f0;\\n}\\n.record-content .record-detail li.no-data .no-data-pic {\\r\\n width: 100px;\\r\\n height: 75px;\\r\\n display: block;\\r\\n margin: 0 auto;\\r\\n background: url(\" + escape(__webpack_require__(/*! ../../images/wallet/nodata.png */ \"./src/assets/images/wallet/nodata.png\")) + \") no-repeat;\\r\\n background-size: contain;\\n}\\n.record-content .record-detail li .record-item {\\r\\n display: inline-block;\\r\\n height: 40px;\\r\\n vertical-align: middle;\\r\\n font-size: 12px;\\r\\n line-height: 18px;\\r\\n color: #999;\\r\\n padding: 12px 0;\\n}\\n.record-content .record-detail li .record-item span {\\r\\n font-size: 16px;\\r\\n line-height: 18px;\\r\\n color: #333333;\\n}\\n.record-content .record-detail li .record-num {\\r\\n display: inline-block;\\r\\n height: 54px;\\r\\n line-height: 26px;\\r\\n font-size: 18px;\\r\\n color: #333333;\\r\\n text-align: right;\\r\\n vertical-align: middle;\\r\\n float: right;\\r\\n margin-right: 0.32rem;\\r\\n padding: 5px 0;\\r\\n position: relative;\\n}\\n.record-content .record-detail li .record-num .withdrawText {\\r\\n width: 75px;\\r\\n height: 25px;\\r\\n line-height: 25px;\\r\\n font-size: 14px;\\r\\n color: red;\\n}\\n.record-content .record-detail li .record-num .successText {\\r\\n width: 75px;\\r\\n height: 25px;\\r\\n line-height: 25px;\\r\\n font-size: 14px;\\r\\n color: #999999;\\n}\\n.record-content .record-detail li .record-num .rechargeBtn {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n width: 75px;\\r\\n height: 25px;\\r\\n line-height: 25px;\\r\\n font-size: 14px;\\r\\n color: #1080d0;\\r\\n border: 1px solid #1080d0;\\r\\n border-radius: 15px;\\n}\\r\\n\\r\\n/*账单详情*/\\n.withdraw-detail-content {\\r\\n background: #ffffff;\\n}\\n.withdraw-detail-content .detail-box {\\r\\n margin: 0 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.withdraw-detail-content .detail-box:last-child {\\r\\n border-bottom: none;\\n}\\n.withdraw-detail-content .detail-content-1 {\\r\\n height: 120px;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-img {\\r\\n height: 45px;\\r\\n text-align: center;\\r\\n margin-top: 20px;\\n}\\n.withdraw-detail-content .detail-content-1 span {\\r\\n display: inline-block;\\r\\n width: 45px;\\r\\n height: 45px;\\r\\n border-radius: 22.5px;\\r\\n position: relative;\\r\\n background: #f0f0f0;\\n}\\n.withdraw-detail-content .detail-content-1 span img {\\r\\n width: 23px;\\r\\n height: 25px;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.withdraw-detail-content .detail-content-1 p {\\r\\n text-align: center;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-record {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-amount {\\r\\n font-size: 24px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-status {\\r\\n font-size: 12px;\\r\\n line-height: 36px;\\r\\n color: #999;\\n}\\n.withdraw-detail-content .detail-content-2 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.withdraw-detail-content .detail-content-2 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-3 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.withdraw-detail-content .detail-content-3 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-3 p a {\\r\\n float: right;\\r\\n color: #1080d0;\\n}\\r\\n\\r\\n/*找回密码*/\\n.retrieve-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 20px;\\n}\\n.retrieve-content .form-wrap .inp-wrap {\\r\\n height: 2.5rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.retrieve-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.3rem;\\r\\n color: #333333;\\n}\\n.retrieve-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.2rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.retrieve-content .form-wrap .inp-wrap:nth-child(2) input {\\r\\n width: 65% !important;\\n}\\n.retrieve-content .form-wrap .inp-wrap:nth-child(3) input {\\r\\n width: 65% !important;\\n}\\n.retrieve-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.retrieve-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.retrieve-content .confirm {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\n.retrieve-content .next {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\n.retrieve-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.retrieve-content {\\r\\n position: relative;\\n}\\n.retrieve-content .form-error {\\r\\n position: absolute;\\r\\n left: 0.3rem;\\r\\n bottom: 65px;\\r\\n font-size: 16px;\\r\\n line-height: 16px;\\r\\n color: red;\\n}\\r\\n\\r\\n/*收银台*/\\n.cashier-content .cashier-detail {\\r\\n background: #ffffff;\\r\\n height: 85px;\\r\\n margin-bottom: 10px;\\n}\\n.cashier-content .cashier-detail p {\\r\\n color: #333333;\\r\\n text-align: center;\\n}\\n.cashier-content .cashier-detail .order-num {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\n}\\n.cashier-content .cashier-detail .order-money {\\r\\n font-size: 24px;\\r\\n line-height: 36px;\\n}\\n.cashier-content .form-wrap {\\r\\n background: #ffffff;\\n}\\n.cashier-content .form-wrap .inp-wrap {\\r\\n height: 60px;\\n}\\n.cashier-content .form-wrap .inp-wrap label {\\r\\n font-size: 16px;\\r\\n line-height: 60px;\\r\\n width: 25%;\\r\\n color: #333333;\\r\\n padding-left: 0.3rem;\\n}\\n.cashier-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 60px;\\r\\n width: 45%;\\r\\n color: #333333;\\n}\\n.cashier-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.55rem;\\r\\n margin-top: 0.55rem;\\n}\\n.cashier-content .pay {\\r\\n width: 9.2rem;\\r\\n height: 1.33rem;\\r\\n line-height: 1.33rem;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 0.6rem;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem auto;\\r\\n font-weight: bold;\\n}\\n.cashier-content .forget-password {\\r\\n text-align: right;\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n padding-right: 0.3rem;\\n}\\n.cashier-content .forget-password a {\\r\\n color: #666666;\\n}\\n.dialog-layer-shade {\\r\\n position: fixed;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n top: 0;\\r\\n right: 0;\\r\\n left: 0;\\r\\n z-index: 2018;\\r\\n background: rgba(0, 0, 0, 0.4);\\n}\\n.dialog-layer-shade .dialog-layer {\\r\\n width: 100%;\\r\\n position: fixed;\\r\\n bottom: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n text-align: center;\\r\\n background-color: #f0f0f0;\\r\\n min-height: 150px;\\r\\n -webkit-animation: fadeInUp 0.3s ease-in-out;\\n}\\n.dialog-layer-shade .dialog-layer .tit {\\r\\n font-size: 16px;\\r\\n color: #333333;\\r\\n height: 48px;\\r\\n line-height: 48px;\\r\\n border-bottom: 1px solid #e5e5e5;\\r\\n font-weight: bold;\\n}\\n.dialog-layer-shade .dialog-layer .tab {\\r\\n display: -webkit-box;\\r\\n display: -ms-flexbox;\\r\\n display: flex;\\r\\n padding: 0.533rem 0.4rem;\\r\\n -ms-flex-pack: distribute;\\r\\n justify-content: space-around;\\r\\n -ms-flex-flow: wrap;\\r\\n flex-flow: wrap;\\n}\\n.dialog-layer-shade .dialog-layer .tab li {\\r\\n -webkit-box-flex: 0;\\r\\n -ms-flex: 0 0 31%;\\r\\n flex: 0 0 31%;\\r\\n height: 55px;\\r\\n line-height: 55px;\\r\\n text-align: center;\\r\\n background-color: #ffffff;\\r\\n font-size: 16px;\\r\\n color: #666666;\\r\\n margin-bottom: 0.16rem;\\r\\n margin-right: 0.16rem;\\n}\\n.dialog-layer-shade .dialog-layer .tab li.curr {\\r\\n background-color: #1080d0;\\r\\n color: #ffffff;\\n}\\n.dialog-layer-shade .dialog-layer .btn {\\r\\n display: block;\\r\\n width: 100%;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background-color: #ffffff;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n color: #333333;\\r\\n font-weight: bold;\\r\\n border-top: 0.133rem solid rgba(0, 0, 0, 0.4);\\n}\\n.verify-content .form-error{\\r\\n font-size: 12px;\\r\\n line-height: 20px;\\r\\n color: #e00106;\\r\\n padding: 0.1rem 0.3rem;\\n}\\n@-webkit-keyframes fadeInUp {\\n0% {\\r\\n -webkit-transform: translateY(200px)\\n}\\n100% {\\r\\n -webkit-transform: translateY(0)\\n}\\n}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/wallet/wallet.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.6.2@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2");
eval("var escape = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/url/escape.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/url/escape.js\");\nexports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".wallet-content {\\r\\n background: #f0f0f0;\\n}\\n.wallet-balance {\\r\\n background: #fff;\\r\\n margin-bottom: 0.267rem;\\n}\\n.wallet-balance .balance-bg {\\r\\n width: 94%;\\r\\n height: 4rem;\\r\\n background: url(\" + escape(__webpack_require__(/*! ../../images/wallet/bg.png */ \"./src/assets/images/wallet/bg.png\")) + \") no-repeat center;\\r\\n background-size: cover;\\r\\n margin: 0.267rem auto;\\r\\n color: #ffffff;\\r\\n -webkit-box-shadow: -0.007rem 0.012rem 0.093rem 0rem rgba(14, 4, 8, 0.4);\\r\\n box-shadow: -0.007rem 0.012rem 0.093rem 0rem rgba(14, 4, 8, 0.4);\\r\\n border-radius: 0.093rem;\\n}\\n.wallet-balance .balance-bg .text-1 {\\r\\n width: 94%;\\r\\n font-size: 16px;\\r\\n margin-top: 0.627rem;\\r\\n padding-left: 0.4rem;\\n}\\n.wallet-balance .balance-bg .text-2 {\\r\\n width: 94%;\\r\\n font-size: 24px;\\r\\n margin-top: 0.3rem;\\r\\n padding-left: 0.4rem;\\n}\\n.wallet-balance .balance-bg .text-3 {\\r\\n font-size: 45px;\\n}\\n.wallet-balance .balance-bg .text-4 {\\r\\n width: 94%;\\r\\n font-size: 12px;\\r\\n margin-top: 0.2rem;\\r\\n padding-right: 0.4rem;\\r\\n text-align: right;\\n}\\n.wallet-balance .balance-bg .text-4 a {\\r\\n color: #fff;\\n}\\n.wallet-balance .balance-handle {\\r\\n width: 9.387rem;\\r\\n height: 1.333rem;\\r\\n margin: 0 auto;\\r\\n padding-bottom: 0.253rem;\\n}\\n.wallet-balance .balance-handle span {\\r\\n float: left;\\r\\n width: 49.5%;\\r\\n text-align: center;\\r\\n height: 1.333rem;\\r\\n line-height: 1.333rem;\\r\\n font-size: 18px;\\r\\n color: #1080d0;\\n}\\n.wallet-balance .balance-handle .withdraw {\\r\\n border-right: 1px solid #e5e5e5;\\n}\\n.wallet-balance .balance-handle .gray {\\r\\n color: #999;\\n}\\n.wallet-content ul {\\r\\n background: #fff;\\n}\\n.wallet-content ul li {\\r\\n float: left;\\r\\n width: 33.33%;\\r\\n text-align: center;\\r\\n margin: 0.8rem 0;\\n}\\n.wallet-content ul li p {\\r\\n margin-top: 0.587rem;\\r\\n font-size: 14px;\\r\\n color: #000;\\n}\\r\\n\\r\\n/*钱包状态*/\\n#app {\\r\\n background: #f0f0f0;\\n}\\n.status-content {\\r\\n background: #f0f0f0;\\n}\\n.status-content .form-wrap {\\r\\n background: #ffffff;\\n}\\n.status-content .form-wrap .inp-wrap {\\r\\n height: 1.6rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.status-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.6rem;\\r\\n width: 25%;\\r\\n color: #666666;\\r\\n padding-left: 0.3rem;\\n}\\n.status-content .form-wrap .inp-wrap input {\\r\\n font-size: 18px;\\r\\n line-height: 1.6rem;\\r\\n width: 45%;\\r\\n color: #333333;\\r\\n padding-left: 0.7rem;\\n}\\n.status-content .form-wrap .inp-wrap .forget-password {\\r\\n font-size: 16px;\\r\\n line-height: 1.6rem;\\r\\n color: #1080d0;\\n}\\n.status-content .form-wrap .inp-wrap .bind-bank {\\r\\n font-size: 16px;\\r\\n line-height: 1.6rem;\\r\\n color: #1080d0;\\n}\\n.status-content .submit {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\r\\n\\r\\n/*激活钱包*/\\n.activate-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 20px;\\r\\n /*padding-top: 20px;*/\\n}\\n.activate-content .form-wrap .inp-wrap {\\r\\n height: 2.5rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.activate-content .form-wrap .inp-wrap:first-child{\\r\\n border-top: none;\\n}\\n.activate-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.3rem;\\r\\n color: #333333;\\n}\\n.activate-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.2rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.activate-content .form-wrap .inp-wrap:last-child input {\\r\\n width: 65% !important;\\n}\\n.activate-content .form-wrap .yzmImg input {\\r\\n width: 65% !important;\\n}\\n.activate-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.activate-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.activate-content .confirm {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\n.activate-content .next {\\r\\n width: 90%;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem auto;\\r\\n font-weight: bold;\\n}\\n.activate-content .noClick {\\r\\n\\topacity: 0.5;\\n}\\n.activate-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.activate-content {\\r\\n position: relative;\\n}\\n.activate-content .form-error {\\r\\n position: absolute;\\r\\n left: 0.3rem;\\r\\n bottom: 65px;\\r\\n font-size: 16px;\\r\\n line-height: 16px;\\r\\n color: red;\\n}\\r\\n\\r\\n/*钱包充值*/\\n.recharge-content .wallet-account {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\r\\n color: #666666;\\r\\n background: rgba(16, 128, 208, 0.1);\\r\\n padding: 0 0.32rem;\\n}\\n.recharge-content .recharge-amount {\\r\\n height: 100px;\\r\\n background: #ffffff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 10px;\\n}\\n.recharge-content .recharge-amount p {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\r\\n color: #333333;\\n}\\n.recharge-content .recharge-amount span {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\r\\n color: #333333;\\n}\\n.recharge-content .recharge-amount .money {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\r\\n color: #333333;\\n}\\n.recharge-content .payment-method {\\r\\n height: 30px;\\r\\n line-height: 30px;\\r\\n font-size: 14px;\\r\\n color: #666666;\\r\\n padding: 0 0.32rem;\\n}\\n.recharge-content .payment-content {\\r\\n background: #ffffff;\\n}\\n.recharge-content .payment-content .vanCell {\\r\\n height: 60px; /*margin-left: 0.32rem;*/\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.recharge-content .payment-content .vanCell:last-child {\\r\\n border-bottom: none;\\n}\\n.recharge-content .payment-content .vanCell .vanCelldt {\\r\\n display: inline-block;\\r\\n width: 25px;\\r\\n height: 40px;\\r\\n margin-right: 15px;\\r\\n vertical-align: top;\\r\\n position: relative;\\n}\\n.recharge-content .payment-content .vanCell .vanCelldt img {\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.recharge-content .payment-content .vanCell .vanCelldd {\\r\\n display: inline-block;\\r\\n height: 40px;\\r\\n vertical-align: top;\\r\\n font-size: 12px;\\r\\n line-height: 18px;\\r\\n color: #999; /*padding: 10px 0;*/\\n}\\n.recharge-content .payment-content .vanCell .vanCelldd span {\\r\\n font-size: 14px;\\r\\n line-height: 18px;\\r\\n color: #333333;\\n}\\r\\n\\r\\n/*.recharge-content .payment-content .vanCell .checked{ display: inline-block; height: 60px; vertical-align: middle; float: right; margin-right: 1rem; position: relative; }\\r\\n.recharge-content .payment-content .vanCell .checked img{ width: 22px; height: 22px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }*/\\n.recharge-content .recharge {\\r\\n position: absolute;\\r\\n bottom: 0;\\r\\n width: 100%;\\r\\n text-align: center;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background: #1080d0;\\r\\n color: #ffffff;\\r\\n font-size: 16px;\\r\\n z-index: 9999999999;\\r\\n -webkit-transition: all 0.2s ease;\\r\\n transition: all 0.2s ease;\\n}\\n.recharge-content .rechargeNO {\\r\\n opacity: 0.5;\\n}\\r\\n\\r\\n/*验证身份*/\\n.verify-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 20px;\\n}\\n.verify-content .form-wrap .inp-wrap {\\r\\n height: 2.5rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.verify-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.3rem;\\r\\n color: #333333;\\n}\\n.verify-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.2rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.verify-content .form-wrap .inp-wrap input {\\r\\n width: 65% !important;\\n}\\n.verify-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.verify-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.verify-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.verify-content .next {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\r\\n\\r\\n/*绑定银行账号*/\\n.bind-content .safe-mobile {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\r\\n color: #666666;\\r\\n background: rgba(16, 128, 208, 0.1);\\r\\n padding: 0 0.32rem;\\n}\\n.bind-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 10px;\\n}\\n.bind-content .form-wrap .inp-wrap {\\r\\n height: 2.2rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.bind-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.1rem;\\r\\n color: #333333;\\n}\\n.bind-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.1rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.bind-content .form-wrap .inp-wrap:last-child input {\\r\\n width: 65% !important;\\n}\\r\\n\\r\\n/*.bind-content .form-wrap .inp-wrap:nth-child(5) input{ width: 65% !important; }*/\\n.bind-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.bind-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.bind-content .confirm {\\r\\n position: absolute;\\r\\n bottom: 0;\\r\\n width: 100%;\\r\\n text-align: center;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background: #1080d0;\\r\\n color: #ffffff;\\r\\n font-size: 16px;\\r\\n z-index: 999999999;\\r\\n -webkit-transition: all 0.2s ease;\\r\\n transition: all 0.2s ease;\\n}\\n.bind-content .form-error {\\r\\n font-size: 12px;\\r\\n line-height: 20px;\\r\\n color: #e00106;\\r\\n padding: 0.1rem 0.3rem;\\n}\\r\\n\\r\\n/*钱包提现*/\\n.withdraw-content .withdrawUser-ifo {\\r\\n height: 105px;\\r\\n line-height: 35px;\\r\\n font-size: 16px;\\r\\n color: #333;\\r\\n background: #fff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 5px;\\n}\\n.withdraw-content .withdrawUser-ifo span {\\r\\n float: right;\\r\\n font-size: 14px;\\r\\n color: #666666;\\n}\\n.withdraw-content .withdraw-tips {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 12px;\\r\\n color: #ffa200;\\r\\n background: rgba(255, 162, 0, 0.2);\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 5px;\\r\\n white-space: nowrap;\\n}\\n.withdraw-content .withdraw-amount {\\r\\n height: 120px;\\r\\n background: #ffffff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 10px;\\r\\n color: #333333;\\n}\\n.withdraw-content .withdraw-amount em {\\r\\n color: red;\\n}\\n.withdraw-content .withdraw-amount p {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\n}\\n.withdraw-content .withdraw-amount span {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\n}\\n.withdraw-content .withdraw-amount .money {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 24px;\\n}\\n.withdraw-content .withdraw-amount .withdraw-money {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n border-top: 1px solid #f0f0f0;\\n}\\n.withdraw-content .withdraw-amount .withdraw-money span {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n color: #1080d0;\\r\\n margin-left: 0.2rem;\\n}\\n.withdraw-content .withdraw-amount .amount-tips {\\r\\n color: red;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n border-top: 1px solid #f0f0f0;\\n}\\n.withdraw-content .withdraw-password {\\r\\n height: 100px;\\r\\n background: #ffffff;\\r\\n padding: 0 0.32rem;\\r\\n margin-bottom: 10px;\\r\\n color: #333333;\\n}\\n.withdraw-content .withdraw-password em {\\r\\n color: red;\\n}\\n.withdraw-content .withdraw-password p {\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\n}\\n.withdraw-content .withdraw-password .password {\\r\\n width: 85%;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 16px;\\n}\\n.withdraw-content .withdraw-password .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.withdraw-content .submit {\\r\\n position: absolute;\\r\\n bottom: 0;\\r\\n width: 100%;\\r\\n text-align: center;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background: #1080d0;\\r\\n color: #ffffff;\\r\\n font-size: 16px;\\r\\n z-index: 999;\\r\\n -webkit-transition: all 0.2s ease;\\r\\n transition: all 0.2s ease;\\n}\\n.withdraw-content .submitNO {\\r\\n opacity: 0.5;\\n}\\r\\n\\r\\n/*钱包明细*/\\n.wallet-detail-content .trade-type {\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n text-align: center;\\r\\n font-size: 18px;\\r\\n color: #666666;\\r\\n background: #fff;\\r\\n margin-bottom: 0.5rem;\\n}\\n.wallet-detail-content .trade-date {\\r\\n height: 35px;\\r\\n padding: 0 0.32rem;\\n}\\n.wallet-detail-content .trade-date span {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 16px;\\r\\n color: #333;\\n}\\n.wallet-detail-content .trade-date p {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 14px;\\r\\n color: #666666;\\n}\\n.wallet-detail-content .trade-detail {\\r\\n background: #fff;\\r\\n max-height: 520px;\\r\\n overflow-y: auto;\\n}\\n.wallet-detail-content .trade-detail li {\\r\\n height: 64px;\\r\\n margin-left: 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.wallet-detail-content .trade-detail li.no-data {\\r\\n height: auto;\\r\\n margin-left: 0;\\r\\n border: none;\\r\\n background: #f0f0f0;\\n}\\n.wallet-detail-content .trade-detail li.no-data .no-data-pic {\\r\\n width: 100px;\\r\\n height: 75px;\\r\\n display: block;\\r\\n margin: 0 auto;\\r\\n background: url(\" + escape(__webpack_require__(/*! ../../images/wallet/nodata.png */ \"./src/assets/images/wallet/nodata.png\")) + \") no-repeat;\\r\\n background-size: contain;\\n}\\n.wallet-detail-content .trade-detail li .typeIcon {\\r\\n display: inline-block;\\r\\n width: 25px;\\r\\n height: 64px;\\r\\n margin-right: 15px;\\r\\n vertical-align: middle;\\r\\n position: relative;\\n}\\n.wallet-detail-content .trade-detail li .typeIcon img {\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.wallet-detail-content .trade-detail li .typeDetail {\\r\\n display: inline-block;\\r\\n height: 40px;\\r\\n vertical-align: middle;\\r\\n font-size: 12px;\\r\\n line-height: 18px;\\r\\n color: #999;\\r\\n padding: 12px 0;\\n}\\n.wallet-detail-content .trade-detail li .typeDetail span {\\r\\n font-size: 14px;\\r\\n line-height: 18px;\\r\\n color: #333333;\\n}\\n.wallet-detail-content .trade-detail li .trade-num {\\r\\n display: inline-block;\\r\\n height: 64px;\\r\\n line-height: 64px;\\r\\n font-size: 18px;\\r\\n color: #333333;\\r\\n vertical-align: middle;\\r\\n float: right;\\r\\n margin-right: 0.32rem;\\r\\n position: relative;\\n}\\r\\n\\r\\n/*账单详情*/\\n.account-detail-content {\\r\\n background: #ffffff;\\n}\\n.account-detail-content .detail-box {\\r\\n margin: 0 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.account-detail-content .detail-box:last-child {\\r\\n border-bottom: none;\\n}\\n.account-detail-content .detail-content-1 {\\r\\n height: 180px;\\n}\\n.account-detail-content .detail-content-1 .pay-img {\\r\\n height: 45px;\\r\\n text-align: center;\\r\\n margin-top: 20px;\\n}\\n.account-detail-content .detail-content-1 span {\\r\\n display: inline-block;\\r\\n width: 45px;\\r\\n height: 45px;\\r\\n border-radius: 22.5px;\\r\\n position: relative;\\r\\n background: #f0f0f0;\\n}\\n.account-detail-content .detail-content-1 span img {\\r\\n width: 23px;\\r\\n height: 25px;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.account-detail-content .detail-content-1 p {\\r\\n text-align: center;\\n}\\n.account-detail-content .detail-content-1 .pay-type {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-1 .pay-amount {\\r\\n font-size: 24px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-1 .pay-status {\\r\\n font-size: 12px;\\r\\n line-height: 36px;\\r\\n color: #999;\\n}\\n.account-detail-content .detail-content-2 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.account-detail-content .detail-content-2 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-3 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.account-detail-content .detail-content-3 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.account-detail-content .detail-content-3 p a {\\r\\n float: right;\\r\\n color: #1080d0;\\n}\\r\\n\\r\\n/*充值提现记录*/\\n.record-content .record-type {\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n text-align: center;\\r\\n font-size: 18px;\\r\\n color: #666666;\\r\\n background: #fff;\\r\\n margin-bottom: 0.5rem;\\n}\\n.record-content .record-date {\\r\\n height: 35px;\\r\\n padding: 0 0.32rem;\\n}\\n.record-content .record-date span {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 16px;\\r\\n color: #333;\\n}\\n.record-content .record-date p {\\r\\n height: 20px;\\r\\n line-height: 20px;\\r\\n font-size: 14px;\\r\\n color: #666666;\\n}\\n.record-content .record-detail {\\r\\n background: #fff;\\r\\n max-height: 520px;\\r\\n overflow-y: auto;\\n}\\n.record-content .record-detail li {\\r\\n height: 64px;\\r\\n margin-left: 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.record-content .record-detail li.no-data {\\r\\n height: auto;\\r\\n margin-left: 0;\\r\\n border: none;\\r\\n background: #f0f0f0;\\n}\\n.record-content .record-detail li.no-data .no-data-pic {\\r\\n width: 100px;\\r\\n height: 75px;\\r\\n display: block;\\r\\n margin: 0 auto;\\r\\n background: url(\" + escape(__webpack_require__(/*! ../../images/wallet/nodata.png */ \"./src/assets/images/wallet/nodata.png\")) + \") no-repeat;\\r\\n background-size: contain;\\n}\\n.record-content .record-detail li .record-item {\\r\\n display: inline-block;\\r\\n height: 40px;\\r\\n vertical-align: middle;\\r\\n font-size: 12px;\\r\\n line-height: 18px;\\r\\n color: #999;\\r\\n padding: 12px 0;\\n}\\n.record-content .record-detail li .record-item span {\\r\\n font-size: 16px;\\r\\n line-height: 18px;\\r\\n color: #333333;\\n}\\n.record-content .record-detail li .record-num {\\r\\n display: inline-block;\\r\\n height: 54px;\\r\\n line-height: 26px;\\r\\n font-size: 18px;\\r\\n color: #333333;\\r\\n text-align: right;\\r\\n vertical-align: middle;\\r\\n float: right;\\r\\n margin-right: 0.32rem;\\r\\n padding: 5px 0;\\r\\n position: relative;\\n}\\n.record-content .record-detail li .record-num .withdrawText {\\r\\n width: 75px;\\r\\n height: 25px;\\r\\n line-height: 25px;\\r\\n font-size: 14px;\\r\\n color: red;\\n}\\n.record-content .record-detail li .record-num .successText {\\r\\n width: 75px;\\r\\n height: 25px;\\r\\n line-height: 25px;\\r\\n font-size: 14px;\\r\\n color: #999999;\\n}\\n.record-content .record-detail li .record-num .rechargeBtn {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n width: 75px;\\r\\n height: 25px;\\r\\n line-height: 25px;\\r\\n font-size: 14px;\\r\\n color: #1080d0;\\r\\n border: 1px solid #1080d0;\\r\\n border-radius: 15px;\\n}\\r\\n\\r\\n/*账单详情*/\\n.withdraw-detail-content {\\r\\n background: #ffffff;\\n}\\n.withdraw-detail-content .detail-box {\\r\\n margin: 0 0.32rem;\\r\\n border-bottom: 1px solid #f0f0f0;\\n}\\n.withdraw-detail-content .detail-box:last-child {\\r\\n border-bottom: none;\\n}\\n.withdraw-detail-content .detail-content-1 {\\r\\n height: 120px;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-img {\\r\\n height: 45px;\\r\\n text-align: center;\\r\\n margin-top: 20px;\\n}\\n.withdraw-detail-content .detail-content-1 span {\\r\\n display: inline-block;\\r\\n width: 45px;\\r\\n height: 45px;\\r\\n border-radius: 22.5px;\\r\\n position: relative;\\r\\n background: #f0f0f0;\\n}\\n.withdraw-detail-content .detail-content-1 span img {\\r\\n width: 23px;\\r\\n height: 25px;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n bottom: 0;\\r\\n margin: auto;\\n}\\n.withdraw-detail-content .detail-content-1 p {\\r\\n text-align: center;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-record {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-amount {\\r\\n font-size: 24px;\\r\\n line-height: 36px;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-1 .withdraw-status {\\r\\n font-size: 12px;\\r\\n line-height: 36px;\\r\\n color: #999;\\n}\\n.withdraw-detail-content .detail-content-2 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.withdraw-detail-content .detail-content-2 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-3 p {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n color: #666;\\n}\\n.withdraw-detail-content .detail-content-3 p span {\\r\\n float: right;\\r\\n color: #333;\\n}\\n.withdraw-detail-content .detail-content-3 p a {\\r\\n float: right;\\r\\n color: #1080d0;\\n}\\r\\n\\r\\n/*找回密码*/\\n.retrieve-content .form-wrap {\\r\\n background: #ffffff;\\r\\n padding-bottom: 20px;\\n}\\n.retrieve-content .form-wrap .inp-wrap {\\r\\n height: 2.5rem;\\r\\n border-top: 1px solid #f0f0f0;\\r\\n margin-left: 0.3rem;\\n}\\n.retrieve-content .form-wrap .inp-wrap label {\\r\\n font-size: 18px;\\r\\n line-height: 1.3rem;\\r\\n color: #333333;\\n}\\n.retrieve-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 1.2rem;\\r\\n width: 85%;\\r\\n color: #333333;\\n}\\n.retrieve-content .form-wrap .inp-wrap:nth-child(2) input {\\r\\n width: 65% !important;\\n}\\n.retrieve-content .form-wrap .inp-wrap:nth-child(3) input {\\r\\n width: 65% !important;\\n}\\n.retrieve-content .form-wrap .inp-wrap .send-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #1080d0;\\r\\n border-radius: 20px;\\r\\n border: 1px solid #1080d0;\\n}\\n.retrieve-content .form-wrap .inp-wrap .sending-yzm {\\r\\n display: inline-block;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n width: 3rem;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n color: #666;\\r\\n border-radius: 20px;\\r\\n background: #f0f0f0;\\n}\\n.retrieve-content .confirm {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\n.retrieve-content .next {\\r\\n width: 305px;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 20px;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem 0.933rem;\\r\\n font-weight: bold;\\n}\\n.retrieve-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.25rem;\\r\\n margin-top: 0.35rem;\\n}\\n.retrieve-content {\\r\\n position: relative;\\n}\\n.retrieve-content .form-error {\\r\\n position: absolute;\\r\\n left: 0.3rem;\\r\\n bottom: 65px;\\r\\n font-size: 16px;\\r\\n line-height: 16px;\\r\\n color: red;\\n}\\r\\n\\r\\n/*收银台*/\\n.cashier-content .cashier-detail {\\r\\n background: #ffffff;\\r\\n height: 85px;\\r\\n margin-bottom: 10px;\\n}\\n.cashier-content .cashier-detail p {\\r\\n color: #333333;\\r\\n text-align: center;\\n}\\n.cashier-content .cashier-detail .order-num {\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\n}\\n.cashier-content .cashier-detail .order-money {\\r\\n font-size: 24px;\\r\\n line-height: 36px;\\n}\\n.cashier-content .form-wrap {\\r\\n background: #ffffff;\\n}\\n.cashier-content .form-wrap .inp-wrap {\\r\\n height: 60px;\\n}\\n.cashier-content .form-wrap .inp-wrap label {\\r\\n font-size: 16px;\\r\\n line-height: 60px;\\r\\n width: 25%;\\r\\n color: #333333;\\r\\n padding-left: 0.3rem;\\n}\\n.cashier-content .form-wrap .inp-wrap input {\\r\\n font-size: 16px;\\r\\n line-height: 60px;\\r\\n width: 45%;\\r\\n color: #333333;\\n}\\n.cashier-content .form-wrap .inp-wrap .f-r {\\r\\n float: right;\\r\\n font-size: 22px;\\r\\n margin-right: 0.55rem;\\r\\n margin-top: 0.55rem;\\n}\\n.cashier-content .pay {\\r\\n width: 9.2rem;\\r\\n height: 1.33rem;\\r\\n line-height: 1.33rem;\\r\\n background: #1080d0;\\r\\n text-align: center;\\r\\n border-radius: 0.6rem;\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n display: block;\\r\\n margin: 1.333rem auto;\\r\\n font-weight: bold;\\n}\\n.cashier-content .forget-password {\\r\\n text-align: right;\\r\\n font-size: 14px;\\r\\n line-height: 36px;\\r\\n padding-right: 0.3rem;\\n}\\n.cashier-content .forget-password a {\\r\\n color: #666666;\\n}\\n.dialog-layer-shade {\\r\\n position: fixed;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n top: 0;\\r\\n right: 0;\\r\\n left: 0;\\r\\n z-index: 2018;\\r\\n background: rgba(0, 0, 0, 0.4);\\n}\\n.dialog-layer-shade .dialog-layer {\\r\\n width: 100%;\\r\\n position: fixed;\\r\\n bottom: 0;\\r\\n left: 0;\\r\\n right: 0;\\r\\n text-align: center;\\r\\n background-color: #f0f0f0;\\r\\n min-height: 150px;\\r\\n -webkit-animation: fadeInUp 0.3s ease-in-out;\\n}\\n.dialog-layer-shade .dialog-layer .tit {\\r\\n font-size: 16px;\\r\\n color: #333333;\\r\\n height: 48px;\\r\\n line-height: 48px;\\r\\n border-bottom: 1px solid #e5e5e5;\\r\\n font-weight: bold;\\n}\\n.dialog-layer-shade .dialog-layer .tab {\\r\\n display: -webkit-box;\\r\\n display: -ms-flexbox;\\r\\n display: flex;\\r\\n padding: 0.533rem 0.4rem;\\r\\n -ms-flex-pack: distribute;\\r\\n justify-content: space-around;\\r\\n -ms-flex-flow: wrap;\\r\\n flex-flow: wrap;\\n}\\n.dialog-layer-shade .dialog-layer .tab li {\\r\\n -webkit-box-flex: 0;\\r\\n -ms-flex: 0 0 31%;\\r\\n flex: 0 0 31%;\\r\\n height: 55px;\\r\\n line-height: 55px;\\r\\n text-align: center;\\r\\n background-color: #ffffff;\\r\\n font-size: 16px;\\r\\n color: #666666;\\r\\n margin-bottom: 0.16rem;\\r\\n margin-right: 0.16rem;\\n}\\n.dialog-layer-shade .dialog-layer .tab li.curr {\\r\\n background-color: #1080d0;\\r\\n color: #ffffff;\\n}\\n.dialog-layer-shade .dialog-layer .btn {\\r\\n display: block;\\r\\n width: 100%;\\r\\n height: 50px;\\r\\n line-height: 50px;\\r\\n background-color: #ffffff;\\r\\n text-align: center;\\r\\n font-size: 16px;\\r\\n color: #333333;\\r\\n font-weight: bold;\\r\\n border-top: 0.133rem solid rgba(0, 0, 0, 0.4);\\n}\\n.verify-content .form-error{\\r\\n font-size: 12px;\\r\\n line-height: 20px;\\r\\n color: #e00106;\\r\\n padding: 0.1rem 0.3rem;\\n}\\n@-webkit-keyframes fadeInUp {\\n0% {\\r\\n -webkit-transform: translateY(200px)\\n}\\n100% {\\r\\n -webkit-transform: translateY(0)\\n}\\n}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/wallet/wallet.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.6.2@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2");
/***/ }),
......
......@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var E_h5_node_modules_babel_runtime_corejs2_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime-corejs2@7.3.1@@babel/runtime-corejs2/helpers/esm/objectSpread.js\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.5.22@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.0@vuex/dist/vuex.esm.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/views/common/Header.vue */ \"./src/views/common/Header.vue\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@1.5.7@vant/es/index.js\");\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Icon\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletWithdraw',\n data: function data() {\n return {\n title: \"钱包提现\",\n meaushow: true,\n showPassword: true,\n //是否显示密码\n amountNum: true,\n password: '',\n withdrawNum: '',\n clickFlag: true\n };\n },\n computed: Object(E_h5_node_modules_babel_runtime_corejs2_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n },\n amountWithdrawFlag: function amountWithdrawFlag(state) {\n return state.wallet.amountWithdrawFlag;\n }\n })),\n watch: {\n withdrawNum: function withdrawNum(val) {\n if (val > this.walletInfoData.wallet_usable) {\n this.amountNum = !this.amountNum;\n } else {\n this.amountNum = true;\n }\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n changeShow: function changeShow() {\n this.showPassword = !this.showPassword;\n },\n withdraw: function withdraw() {\n //全部提现\n this.withdrawNum = this.walletInfoData.wallet_usable;\n },\n submit: function submit() {\n if (this.withdrawNum !== '') {\n if (this.password) {\n //提现申请\n this.$store.dispatch({\n type: 'walletWithdraw',\n amount: this.withdrawNum,\n pay_password: this.password\n });\n } else {\n Object(vant__WEBPACK_IMPORTED_MODULE_4__[\"Toast\"])({\n message: '请输入提现密码'\n });\n }\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wallet/Withdraw.vue?./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.5@babel-loader/lib!./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.2@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var E_h5_node_modules_babel_runtime_corejs2_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime-corejs2@7.3.1@@babel/runtime-corejs2/helpers/esm/objectSpread.js\");\n/* harmony import */ var core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.promise */ \"./node_modules/_core-js@2.6.3@core-js/modules/es6.promise.js\");\n/* harmony import */ var core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/_core-js@2.6.3@core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.5.22@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.0@vuex/dist/vuex.esm.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/views/common/Header.vue */ \"./src/views/common/Header.vue\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@1.5.7@vant/es/index.js\");\n\n\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_3__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_6__[\"Icon\"]).use(vant__WEBPACK_IMPORTED_MODULE_6__[\"NumberKeyboard\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletWithdraw',\n data: function data() {\n return {\n title: \"钱包提现\",\n meaushow: true,\n showPassword: true,\n //是否显示密码\n amountNum: true,\n password: '',\n withdrawNum: '',\n clickFlag: true,\n moneyBtn: false,\n passwdBtn: false,\n zIndex: 999999\n };\n },\n computed: Object(E_h5_node_modules_babel_runtime_corejs2_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_4__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n },\n amountWithdrawFlag: function amountWithdrawFlag(state) {\n return state.wallet.amountWithdrawFlag;\n }\n })),\n watch: {\n withdrawNum: function withdrawNum(val) {\n if (val > this.walletInfoData.wallet_usable) {\n this.amountNum = !this.amountNum;\n } else {\n this.amountNum = true;\n }\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n changeShow: function changeShow() {\n this.showPassword = !this.showPassword;\n },\n withdraw: function withdraw() {\n //全部提现\n this.withdrawNum = this.walletInfoData.wallet_usable;\n },\n submit: function submit() {\n if (this.withdrawNum !== '') {\n if (this.password) {\n //提现申请\n this.$store.dispatch({\n type: 'walletWithdraw',\n amount: this.withdrawNum,\n pay_password: this.password\n });\n } else {\n Object(vant__WEBPACK_IMPORTED_MODULE_6__[\"Toast\"])({\n message: '请输入提现密码'\n });\n }\n }\n },\n onInput: function onInput(key) {\n this.withdrawNum = this.withdrawNum + key;\n },\n onDelete: function onDelete(key) {\n this.withdrawNum = this.withdrawNum.slice(0, this.withdrawNum.length - 1);\n },\n onInputPwd: function onInputPwd(key) {\n this.password = this.password + key;\n },\n onDeletePwd: function onDeletePwd(key) {\n this.password = this.password.slice(0, this.password.length - 1);\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wallet/Withdraw.vue?./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.5@babel-loader/lib!./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.2@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var E_h5
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"wallet-withdraw\" },\n [\n _c(\"Header\", { attrs: { title: _vm.title, meaushow: _vm.meaushow } }),\n _c(\"div\", { staticClass: \"withdraw-content\" }, [\n _c(\"div\", { staticClass: \"withdrawUser-ifo\" }, [\n _c(\"p\", [\n _vm._v(\n \"银行账号:\" +\n _vm._s(_vm.walletInfoData.bank_name) +\n \"(\" +\n _vm._s(_vm.walletInfoData.bank_account) +\n \")\"\n ),\n _c(\"span\", [_vm._v(\"储蓄卡\")])\n ]),\n _c(\"p\", [\n _vm._v(\"持卡人姓名:\" + _vm._s(_vm.walletInfoData.bank_user))\n ]),\n _c(\"p\", [_vm._v(\"手机号:\" + _vm._s(_vm.walletInfoData.safe_mobile))])\n ]),\n _c(\n \"p\",\n { staticClass: \"withdraw-tips\" },\n [\n _c(\"van-icon\", {\n staticClass: \"tips va-m\",\n staticStyle: { \"font-size\": \"16px\", \"margin-right\": \"0.1rem\" },\n attrs: { name: \"warning-o\" }\n }),\n _vm._v(\n \"\\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\\n \"\n )\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"withdraw-amount\" }, [\n _vm._m(0),\n _c(\"span\", [_vm._v(\"¥\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.withdrawNum,\n expression: \"withdrawNum\"\n }\n ],\n staticClass: \"money\",\n attrs: { type: \"number\" },\n domProps: { value: _vm.withdrawNum },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.withdrawNum = $event.target.value\n }\n }\n }),\n _vm.amountNum\n ? _c(\"div\", { staticClass: \"withdraw-money\" }, [\n _vm._v(\n \"可提现金额 \" +\n _vm._s(_vm.walletInfoData.wallet_usable_format) +\n \",\"\n ),\n _c(\"span\", { on: { click: _vm.withdraw } }, [\n _vm._v(\"全部提现\")\n ])\n ])\n : _c(\"div\", { staticClass: \"amount-tips\" }, [\n _vm._v(\"输入金额超过可提现金额\")\n ])\n ]),\n _c(\n \"div\",\n { staticClass: \"withdraw-password\" },\n [\n _vm._m(1),\n _vm.showPassword\n ? [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.password,\n expression: \"password\"\n }\n ],\n staticClass: \"va-m inp password\",\n attrs: { type: \"password\", placeholder: \"请输入支付密码\" },\n domProps: { value: _vm.password },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.password = $event.target.value\n }\n }\n })\n ]\n : [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.password,\n expression: \"password\"\n }\n ],\n staticClass: \"va-m inp password\",\n attrs: { type: \"text\", placeholder: \"请输入支付密码\" },\n domProps: { value: _vm.password },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.password = $event.target.value\n }\n }\n })\n ],\n _vm.showPassword\n ? _c(\"van-icon\", {\n staticClass: \"va-m f-r\",\n attrs: { name: \"closed-eye\" },\n on: { click: _vm.changeShow }\n })\n : _c(\"van-icon\", {\n staticClass: \"va-m f-r\",\n attrs: { name: \"eye-o\" },\n on: { click: _vm.changeShow }\n })\n ],\n 2\n ),\n _c(\n \"button\",\n {\n staticClass: \"submit\",\n class:\n _vm.withdrawNum == \"\" || _vm.amountWithdrawFlag ? \"submitNO\" : \"\",\n attrs: { disabled: _vm.amountWithdrawFlag },\n on: { click: _vm.submit }\n },\n [_vm._v(\"提交\")]\n )\n ])\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", [_c(\"em\", [_vm._v(\"*\")]), _vm._v(\" 提现金额\")])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", [_c(\"em\", [_vm._v(\"*\")]), _vm._v(\" 支付密码\")])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/wallet/Withdraw.vue?./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22afd9f050-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.2@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.2@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"wallet-withdraw\" },\n [\n _c(\"Header\", { attrs: { title: _vm.title, meaushow: _vm.meaushow } }),\n _c(\"div\", { staticClass: \"withdraw-content\" }, [\n _c(\"div\", { staticClass: \"withdrawUser-ifo\" }, [\n _c(\"p\", [\n _vm._v(\n \"银行账号:\" +\n _vm._s(_vm.walletInfoData.bank_name) +\n \"(\" +\n _vm._s(_vm.walletInfoData.bank_account) +\n \")\"\n ),\n _c(\"span\", [_vm._v(\"储蓄卡\")])\n ]),\n _c(\"p\", [\n _vm._v(\"持卡人姓名:\" + _vm._s(_vm.walletInfoData.bank_user))\n ]),\n _c(\"p\", [_vm._v(\"手机号:\" + _vm._s(_vm.walletInfoData.safe_mobile))])\n ]),\n _c(\n \"p\",\n { staticClass: \"withdraw-tips\" },\n [\n _c(\"van-icon\", {\n staticClass: \"tips va-m\",\n staticStyle: { \"font-size\": \"16px\", \"margin-right\": \"0.1rem\" },\n attrs: { name: \"warning-o\" }\n }),\n _vm._v(\n \"\\n 提现金额预计1个工作日之后到账,节假日顺延,请耐心等待。\\n \"\n )\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"withdraw-amount\" }, [\n _vm._m(0),\n _c(\"span\", [_vm._v(\"¥\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.withdrawNum,\n expression: \"withdrawNum\"\n }\n ],\n staticClass: \"money\",\n attrs: { type: \"text\", readonly: \"readonly\" },\n domProps: { value: _vm.withdrawNum },\n on: {\n touchstart: function($event) {\n $event.stopPropagation()\n _vm.moneyBtn = true\n },\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.withdrawNum = $event.target.value\n }\n }\n }),\n _vm.amountNum\n ? _c(\"div\", { staticClass: \"withdraw-money\" }, [\n _vm._v(\n \"可提现金额 \" +\n _vm._s(_vm.walletInfoData.wallet_usable_format) +\n \",\"\n ),\n _c(\"span\", { on: { click: _vm.withdraw } }, [\n _vm._v(\"全部提现\")\n ])\n ])\n : _c(\"div\", { staticClass: \"amount-tips\" }, [\n _vm._v(\"输入金额超过可提现金额\")\n ])\n ]),\n _c(\n \"div\",\n { staticClass: \"withdraw-password\" },\n [\n _vm._m(1),\n _vm.showPassword\n ? [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.password,\n expression: \"password\"\n }\n ],\n staticClass: \"va-m inp password\",\n attrs: {\n type: \"password\",\n readonly: \"readonly\",\n placeholder: \"请输入支付密码\"\n },\n domProps: { value: _vm.password },\n on: {\n touchstart: function($event) {\n $event.stopPropagation()\n _vm.passwdBtn = true\n },\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.password = $event.target.value\n }\n }\n })\n ]\n : [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.password,\n expression: \"password\"\n }\n ],\n staticClass: \"va-m inp password\",\n attrs: {\n type: \"text\",\n readonly: \"readonly\",\n placeholder: \"请输入支付密码\"\n },\n domProps: { value: _vm.password },\n on: {\n touchstart: function($event) {\n $event.stopPropagation()\n _vm.passwdBtn = true\n },\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.password = $event.target.value\n }\n }\n })\n ],\n _vm.showPassword\n ? _c(\"van-icon\", {\n staticClass: \"va-m f-r\",\n attrs: { name: \"closed-eye\" },\n on: { click: _vm.changeShow }\n })\n : _c(\"van-icon\", {\n staticClass: \"va-m f-r\",\n attrs: { name: \"eye-o\" },\n on: { click: _vm.changeShow }\n })\n ],\n 2\n ),\n _c(\n \"button\",\n {\n staticClass: \"submit\",\n class:\n _vm.withdrawNum == \"\" || _vm.amountWithdrawFlag ? \"submitNO\" : \"\",\n attrs: { disabled: _vm.amountWithdrawFlag },\n on: { click: _vm.submit }\n },\n [_vm._v(\"提交\")]\n )\n ]),\n _c(\"van-number-keyboard\", {\n attrs: {\n show: _vm.moneyBtn,\n theme: \"custom\",\n \"extra-key\": \".\",\n \"close-button-text\": \"完成\",\n zIndex: _vm.zIndex\n },\n on: {\n blur: function($event) {\n _vm.moneyBtn = false\n _vm.passwdBtn = false\n },\n input: _vm.onInput,\n delete: _vm.onDelete\n }\n }),\n _c(\"van-number-keyboard\", {\n attrs: {\n show: _vm.passwdBtn,\n theme: \"custom\",\n \"extra-key\": \".\",\n \"close-button-text\": \"完成\",\n zIndex: _vm.zIndex\n },\n on: {\n blur: function($event) {\n _vm.passwdBtn = false\n _vm.passwdBtn = false\n },\n input: _vm.onInputPwd,\n delete: _vm.onDeletePwd\n }\n })\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", [_c(\"em\", [_vm._v(\"*\")]), _vm._v(\" 提现金额\")])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", [_c(\"em\", [_vm._v(\"*\")]), _vm._v(\" 支付密码\")])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/wallet/Withdraw.vue?./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22afd9f050-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.2@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@1.2.5@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.2@vue-loader/lib??vue-loader-options");
/***/ }),
......
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