123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736 |
- <!-- 提现 -->
- <template>
- <view class="">
- <view style="color: #000000;">
- <tn-nav-bar backgroundColor="#ffffff" :bottomShadow="false">提现</tn-nav-bar>
- <view :style="{height: tobheight+'px'}"></view>
- </view>
-
- <view class="draw-money-wrap" style="background: #f6f6f6;height: 100%;">
-
- <view class="head-box">
- <!-- <shopro-navbar :background="{ background: 'none' }" :backTextStyle="{ color: '#fff' }" backText="提现" backIconColor="#fff"></shopro-navbar> -->
- <!-- 可提现 -->
- <view class="wallet-num-box u-flex u-col-center u-row-between">
- <view class="">
- <view class="num-title">可提现金额(元)</view>
- <view class="wallet-num">{{ okmoney || '0.00' }}</view>
- </view>
- <button class="u-reset-button log-btn" @tap="$Router.push({ path: '/pages/user/commission/withdraw-log' })">提现记录</button>
- <!-- <button class="u-reset-button log-btn">提现记录</button> -->
- </view>
- </view>
- <!-- 提现输入卡片-->
- <view class="draw-card">
- <view class="card-title">提现金额</view>
- <view class="input-box u-flex u-col-center">
- <view calss="unit">¥</view>
- <input class="u-flex-1 u-p-l-10" type="number" @input="onWithdrawInput" v-model="money" :placeholder-style="placeholderStyle" placeholder="请输入提现金额" />
- </view>
- <view class="bank-box u-flex u-col-center u-row-between u-m-b-30">
- <view class="name">提现至</view>
- <!-- <view class="bank-list u-flex" @tap="showWithdrawList = true">
- <view class="empty-text" v-if="!withdrawType">请选择提现方式</view>
- <view class="sel-box u-flex u-col-center" v-else>
- <image class="item-img" :src="withdrawList[withdrawType].icon" mode=""></image>
- <view class="item-title u-m-l-20">{{ withdrawList[withdrawType].title }}</view>
- </view>
- <text class="u-iconfont uicon-arrow-right" style="#C4C4C4;"></text>
- </view> -->
- <view class="bank-list u-flex">
- <view class="sel-box u-flex u-col-center">
- <image class="item-img" src="https://file.shopro.top/imgs/wallet/wx_type.png" mode=""></image>
- <view class="item-title u-m-l-20">微信</view>
- </view>
- <!-- <text class="u-iconfont uicon-arrow-right" style="#C4C4C4;"></text> -->
- </view>
- </view>
- <!-- 提现信息 -->
- <view class="bank-info u-m-b-80">
- <view class="u-flex u-row-between u-col-center" v-if="withdrawType">
- <block v-if="withdrawType === 'wechat'">
- <view class="bank-info-title">
- {{ !withdrawInfo ? '暂无微信授权信息' : `${withdrawInfo.bank_name || ''} [${withdrawInfo.card_no || ''}] ${withdrawInfo.real_name || ''}` }}
- </view>
- <button v-if="!withdrawInfo" class="u-reset-button bind-btn u-m-l-20" @tap="bindThirdOauth()">绑定</button>
- </block>
- <block v-else>
- <view class="bank-info-title">
- {{
- !withdrawInfo
- ? `暂无${withdrawList[withdrawType].title}信息`
- : `${withdrawInfo.bank_name || ''} [${withdrawInfo.card_no || ''}] ${withdrawInfo.real_name || ''}`
- }}
- </view>
- <button class="u-reset-button bind-btn u-m-l-20" @tap="toBind">{{ withdrawInfo ? '修改' : '添加' }}</button>
- </block>
- </view>
- </view>
- <button class="u-reset-button save-btn" @tap="withdraw">确认提现</button>
- </view>
- <!-- 提现说明 -->
- <view class="draw-notice">
- <view class="title">{{ruleInfo.instructions}}</view>
- <view class="draw-list">1.单次最低提现 {{ruleInfo.extract_min_price}} 元。</view>
- <!-- <view class="draw-list">
- 2.每日最多可提现次数: {{ ruleInfo.perday_num ? ruleInfo.perday_num : '不限' }};每日最多提现金额(元):
- {{ ruleInfo.perday_amount ? ruleInfo.perday_amount : '不限' }};
- </view> -->
- <!-- <view class="draw-list">3.每笔收取提现手续费 {{ ruleInfo.extract_rate }}%;</view> -->
- <view class="draw-list">2.提现结果请查收对应渠道服务通知。</view>
- <view class="draw-list">3.如有疑问请及时联系客服。</view>
- <!-- <view class="draw-list">4.一级分佣比例为{{ruleInfo.first}}%。</view>
- <view class="draw-list">5.二级分佣比例为{{ruleInfo.second}}%。</view>
- <view class="draw-list">6.三级分佣比例为{{ruleInfo.third}}%。</view> -->
- </view>
- <!-- 提现方式 -->
- <!-- <u-popup v-if="ruleInfo && ruleInfo.methods.length" v-model="showWithdrawList" mode="bottom" safe-area-inset-bottom :closeable="false" border-radius="30">
- <view class="page_box withdraw-modal">
- <view class="modal-head u-flex u-row-center u-col-center">选择提现方式</view>
- <view class="content_box modal-content">
- <u-radio-group v-model="selectedWithdrawType" activeColor="#A36FFF" wrap>
- <view class="type-item u-p-x-24 u-p-y-30" v-if="ruleInfo.methods.includes(item.value)" v-for="(item, index) in withdrawList" :key="index">
- <u-radio shape="circle" iconSize="30" :name="item.value" labelWidth="100%">
- <view class="item-left u-flex u-col-center u-m-l-30">
- <image class="item-img" :src="item.icon" mode=""></image>
- <view class="item-title u-m-l-20">{{ item.title }}</view>
- </view>
- </u-radio>
- </view>
- </u-radio-group>
- </view>
- <view class="modal-bottom"><button class="u-reset-button modal-save-btn" @tap="onSaveWithdrawType">确定</button></view>
- </view>
- </u-popup> -->
- <u-popup :show="showBindForm" @close="showBindForm = false" :round="10">
- <view class="carmimodal">
- <view class="carmiclose" @click="showBindForm = false"><u-icon name="close-circle-fill" color="#fff" size="22"></u-icon></view>
-
- <view class="carmititle">添加提现信息</view>
- <view class="kf_qrcode tn-flex justify-center">
- <u--image :showLoading="true" :src="paymentcode" width="100px" height="100px" @click="clickuimage()"></u--image>
- </view>
- <view class="u-text-center">
- 点击上传微信收款码
- </view>
- <view class="carmiinput"><u--input placeholder="请输入您的真实姓名" border="surround" clearable v-model="realname"></u--input></view>
- <view @click="exchange" class="carmiexchange">立即保存</view>
-
- </view>
- </u-popup>
- <!-- 绑定修改银行信息 -->
-
- <!-- modal -->
- <u-modal
- ref="uModal"
- v-model="showModal"
- :show-cancel-button="true"
- confirm-color="#7063D2"
- cancel-color="#666666"
- @confirm="$Router.push('/pages/user/wallet/withdraw-log')"
- confirm-text="查看记录"
- cancel-text="继续提现"
- content="您的申请提现已提交"
- title="申请成功"
- ></u-modal>
- </view>
- <wike-loading-page :isLoading="isLoading"></wike-loading-page>
- </view>
- </template>
- <script>
- import { mapState, mapActions, mapGetters } from 'vuex';
- import { apiurl } from '@/common/request/request';
- // import FormValidate from '@/shopro/validate/form';
- // import wechat from '@/shopro/wechat/wechat';
- export default {
- data() {
- return {
- isLoading:true,
- tobheight:45,
- platform: this.$platform.get(),
- showModal: false,
- money: '', //提现金额
- ruleInfo: {}, //提现规则
- formTitle: '',
- withdrawType: '',
- showBindForm: false,
- selectedWithdrawType: '',
- withdrawInfo: {}, //提现信息
- showWithdrawList: false,
- withdrawList: {
- bank: {
- icon: this.$IMG_URL + '/imgs/wallet/bank_type.png',
- title: '银行卡转账',
- value: 'bank'
- },
- wechat: {
- icon: this.$IMG_URL + '/imgs/wallet/wx_type.png',
- title: '微信零钱',
- value: 'wechat'
- },
- alipay: {
- icon: this.$IMG_URL + '/imgs/wallet/ali_type.png',
- title: '支付宝账户',
- value: 'alipay'
- }
- },
- // 表单样式
- errorType: ['message'],
- labelStyle: {
- 'font-size': '30rpx',
- 'font-weight': '500',
- color: '#333'
- },
- placeholderStyle: 'font-size: 30rpx; font-weight: 500;color:#C2C7CF;',
- form: {
- data: {
- real_name: '',
- bank_name: '',
- card_no: ''
- },
- // bankRules: {
- // real_name: FormValidate.realName,
- // bank_name: FormValidate.bankName,
- // card_no: FormValidate.bankCode
- // },
- // alipayRules: {
- // real_name: FormValidate.realName,
- // card_no: FormValidate.alipayAccount
- // }
- },
- okmoney:0.00,
- extract_min_price:0,
- extract_rate:0,
- paymentcode:'',
- paymentcodeid:'',
- realname:'',
- qrcode_wechat:''
- };
- },
- computed: {
- ...mapGetters(['appInfo','userInfo'])
- },
- onLoad() {
- const that = this;
- if(this.platform == 'wxMiniProgram'){
- var menumtop = uni.getMenuButtonBoundingClientRect().top - uni.getSystemInfoSync().statusBarHeight
- var paddingtop = uni.getSystemInfoSync().statusBarHeight + menumtop
- this.tobheight = (menumtop+paddingtop+uni.getMenuButtonBoundingClientRect().height)
- }
- this.getCheck()
- this.getWithdrawRules();
- this.getGroupConf()
- // that.$store.dispatch('getUserInfo');
- },
- methods: {
- getCheck() {
- var that = this;
- that.$http('commission.auth').then(res => {
- if(res.code == 0){
- uni.setNavigationBarTitle({
- title: this.appInfo.site_name
- });
- that.okmoney = res.data.money
- that.qrcode_wechat = res.data.qrcode_wechat
- that.isLoading = false
- }
- })
- },
- getGroupConf() {
- var that = this;
- // that.$http('conf.getGroupConf',{group: 'system.commission_cashout'}).then(res => {
- // if(res.code == 0){
-
- // that.extract_min_price = res.data.extract_min_price
- // that.extract_rate = res.data.extract_rate
- // }
- // })
- },
- // 确认提现方式
- onSaveWithdrawType() {
- this.withdrawType = this.selectedWithdrawType;
- this.showWithdrawList = false;
- this.getWithdrawInfo();
- },
- async bindThirdOauth() {
- let that = this;
- wechat.bind();
- that.getWithdrawInfo();
- },
- exchange(){
- let that = this;
- if(!that.paymentcode&&that.paymentcodeid){
- uni.showToast({
- title:'请上传微信收款码',
- icon:'none'
- })
- return;
- }
- // if(!that.realname){
- // uni.showToast({
- // title:'请填写您的真实姓名',
- // icon:'none'
- // })
- // return;
- // }
- that.$http('commission.update',{real_name:that.realname,qrcode_wechat:that.paymentcodeid}).then(res => {
- if (res.code === 0) {
- uni.showToast({
- title:'保存成功'
- })
- that.showBindForm = false
- that.getCheck()
- }else{
- uni.showToast({
- title:'保存失败',
- icon:'none'
- })
- }
- });
- },
- //上传收款码
- clickuimage(){
- var that = this;
- uni.chooseImage({
- count: 1, //默认9
- sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- sourceType: ['album', 'camera'], //从相册选择
- success: function(res) {
- uni.showLoading({
- title:'上传中...'
- })
- const tempFilePaths = res.tempFilePaths;
- //上传服务器将服务器;
- uni.uploadFile({
- url: apiurl('common/upload'),
- filePath: tempFilePaths[0],
- name: 'file',
- formData: {
- accept: 'image'
- },
- success: res2 => {
- uni.hideLoading();
- let a = JSON.parse(res2.data);
- if (a.code == 0) {
- that.paymentcode = a.data.path
- that.paymentcodeid = a.data.id
- }else{
- uni.showToast({
- title:'上传收款码失败',
- icon:'none'
- })
-
- }
- }
- });
- }
- });
- },
- // 提现检验
- onWithdrawInput(e) {
- let sVal = String(e.detail.value);
- sVal = sVal.replace(/\b(0+)/gi, '');
- sVal = sVal.replace(/[^\d]/g, '');
- this.money = sVal;
- },
- // 提现
- withdraw() {
- const that = this;
- if (!this.qrcode_wechat) {
- this.$u.toast('请上传提现信息');
- this.showBindForm = true
- return;
- }
-
- // console.log(that.money,that.ruleInfo.extract_min_price,that.okmoney);
-
- // if (that.okmoney == 0 && that.money > that.okmoney) {
- // that.$u.toast('金额不足');
- // return;
- // }
- console.log(Number(that.money),Number(that.ruleInfo.extract_min_price), Number(that.okmoney));
- if (Number(that.money) <= 0) {
- that.$u.toast('请输入提现金额');
- return;
- }
- if (Number(that.okmoney) == 0 ) {
- that.$u.toast('金额不足');
- return;
- }
- if (Number(that.okmoney) > 0 && Number(that.money) > Number(that.okmoney)) {
- that.$u.toast('金额不足');
- return;
- }
-
-
- if(Number(that.money) < Number(that.ruleInfo.extract_min_price)){
- that.$u.toast('最低提现金额'+that.ruleInfo.extract_min_price+'元');
- return;
- }
- that.$http(
- 'commission.extract',
- {
- // type: that.withdrawType,
- extract_price: that.money
- },
- '申请中...',
- false
- ).then(res => {
- if (res.code === 0) {
- // that.$u.toast(res.msg);
- that.money = '';
- // uni.showToast({
- // title:'提现成功'
- // })
- uni.showModal({
- confirmText:'继续提现',
- confirmColor:'#5e49c3',
- content:'提现成功',
- title:'提示',
- success(res) {
-
- }
- })
- that.getCheck()
-
-
- } else {
- that.money = '';
- // that.showModal = true;
- // #ifdef MP-WEIXIN
- // this.$store.commit('subscribeMessage', 'wallet');
- // #endif
- uni.showToast({
- title:'提现失败',
- icon:'none'
- })
-
- }
- });
- },
- initForm() {
- this.form.data = {
- real_name: '',
- bank_name: '',
- card_no: ''
- };
- },
- // 绑定,修改
- toBind() {
- this.showBindForm = true;
- this.form.data = {
- ...this.form.data,
- ...this.withdrawInfo
- };
- switch (this.withdrawType) {
- case 'bank':
- this.formTitle = this.withdrawInfo ? '修改银行卡' : '添加银行卡';
- this.$nextTick(() => {
- this.$refs.bank.setRules(this.form.bankRules);
- });
- break;
- case 'alipay':
- this.formTitle = this.withdrawInfo ? '修改支付宝' : '添加支付宝';
- this.$nextTick(() => {
- this.$refs.alipay.setRules(this.form.alipayRules);
- });
- break;
- default:
- break;
- }
- },
- // 确认提交表单
- saveForm() {
- let that = this;
- this.$refs[this.withdrawType].validate().then(res => {
- if (res) {
- that.$http(
- 'money.bankEdit',
- {
- type: that.withdrawType,
- ...that.form.data
- },
- '提交中...'
- ).then(res => {
- if (res.code === 1) {
- that.showBindForm = false;
- that.$u.toast(res.msg);
- that.initForm();
- that.getWithdrawInfo();
- }
- });
- }
- });
- },
- // 提现规则
- getWithdrawRules() {
- let that = this;
- that.$http('conf.getGroupConf',{group:'system.commission'}).then(res => {
- if (res.code === 0) {
- that.ruleInfo = res.data;
- // that.selectedWithdrawType = that.ruleInfo.methods[0];
- }
- });
- },
- // 获取提现信息
- getWithdrawInfo() {
- let that = this;
- that.$http(
- 'money.bankInfo',
- {
- type: that.withdrawType
- },
- '',
- false
- ).then(res => {
- that.withdrawInfo = res.code === 1 ? res.data : null;
- });
- }
- }
- };
- </script>
- <style lang="scss">
- .head-box {
- background: url('http://file.shopro.top/imgs/user/draw_money_head_bg.png') no-repeat;
- background-size: 100% auto;
- min-height: 400rpx;
- padding-bottom: var(--status-bar-height);
- // 可提现
- .wallet-num-box {
- padding: 20rpx 40rpx 0;
- .num-title {
- font-size: 26rpx;
- font-weight: 500;
- color: #ffffff;
- margin-bottom: 20rpx;
- }
- .wallet-num {
- font-size: 60rpx;
- font-weight: 500;
- color: #ffffff;
- }
- .log-btn {
- width: 170rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: rgba(255, 255, 255, 0.1);
- border: 1rpx solid #eeeeee;
- border-radius: 30rpx;
- padding: 0;
- font-size: 26rpx;
- font-weight: 500;
- color: #ffffff;
- margin-right: 0;
- }
- }
- }
- // 提现输入卡片
- .draw-card {
- background-color: #fff;
- border-radius: 20rpx;
- width: 690rpx;
- min-height: 530rpx;
- margin: -70rpx auto 0;
- padding: 30rpx;
- .card-title {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 30rpx;
- }
- .input-box {
- width: 624rpx;
- border-bottom: 1rpx solid #eee;
- height: 100rpx;
- margin-bottom: 40rpx;
- .unit {
- font-size: 48rpx;
- color: #333;
- }
- }
- .bank-box {
- .name {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- }
- .bank-list {
- .empty-text {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
- .sel-box {
- .item-img {
- width: 36rpx;
- height: 36rpx;
- }
- .item-title {
- font-size: 28rpx;
- color: #333333;
- }
- }
- }
- }
- .bank-info {
- height: 50rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- .bank-info-title {
- width: 500rpx;
- }
- .bind-btn {
- padding: 0 20rpx;
- line-height: 50rpx;
- background: #f5f6f8;
- border-radius: 20rpx;
- color: #999;
- }
- }
- .save-btn {
- width: 616rpx;
- height: 86rpx;
- line-height: 86rpx;
- background: linear-gradient(-90deg, #a36fff, #5336ff);
- box-shadow: 0px 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
- border-radius: 43rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #ffffff;
- }
- }
- // 提现说明
- .draw-notice {
- width: 684rpx;
- min-height: 327rpx;
- background: #ffffff;
- border-radius: 20rpx;
- padding: 30rpx 35rpx;
- margin: 20rpx auto;
- .title {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 30rpx;
- }
- .draw-list {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- margin-bottom: 10rpx;
- }
- }
- // 提现费方式
- .withdraw-modal {
- min-height: 600rpx;
- background-color: #fff;
- .modal-head {
- height: 80rpx;
- font-size: 30rpx;
- font-weight: 600;
- color: #333333;
- border-bottom: 1rpx solid rgba(#dfdfdf, 0.5);
- }
- .modal-content {
- .type-item {
- height: 100rpx;
- border-bottom: 1rpx solid rgba(#dfdfdf, 0.5);
- width: 750rpx;
- .item-img {
- width: 36rpx;
- height: 36rpx;
- }
- .item-title {
- font-size: 28rpx;
- color: #333333;
- }
- }
- }
- .modal-bottom {
- padding: 30rpx;
- .modal-save-btn {
- width: 690rpx;
- height: 80rpx;
- line-height: 80rpx;
- background: linear-gradient(90deg, #a36fff, #5336ff);
- box-shadow: 0 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
- border-radius: 40rpx;
- font-weight: 500;
- color: #ffffff;
- }
- }
- }
- // 绑定
- .form-box {
- .head-title {
- height: 100rpx;
- font-size: 34rpx;
- font-weight: 600;
- }
- .form-save-btn {
- width: 340rpx;
- height: 80rpx;
- line-height: 80rpx;
- background: linear-gradient(90deg, #a36fff, #5336ff);
- box-shadow: 0 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
- border-radius: 40rpx;
- font-weight: 500;
- color: #ffffff;
- }
- .form-cancel-btn {
- width: 340rpx;
- height: 80rpx;
- line-height: 80rpx;
- border: 1rpx solid #999;
- border-radius: 40rpx;
- font-weight: 500;
- color: #999;
- }
- }
- .carmimodal {
- // width: 600rpx;
- border-radius: 20rpx;
- position: relative;
- .carmiclose {
- position: absolute;
- right: 15rpx;
- top: 15rpx;
- }
- .carmititle {
- background: linear-gradient(-90deg, #a36fff, #5336ff);
- color: #fff;
- height: 120rpx;
- line-height: 120rpx;
- font-size: 32rpx;
- font-weight: bold;
- text-align: center;
- border-radius: 20rpx 20rpx 0 0;
- margin-bottom: 60rpx;
- }
- .carmiinput {
- margin: 30rpx;
- }
- .carmiexchange {
- margin: 80rpx 30rpx 90rpx 30rpx;
- background: linear-gradient(-90deg, #a36fff, #5336ff);
- color: #fff;
- border-radius: 80rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- }
- .kf_qrcode{
- // margin-left: 200rpx;
- margin-bottom: 30rpx;
- }
- }
- </style>
|