|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
- <uni-notice-bar single="true" text="每月25号到月底可提现上月结算余额"></uni-notice-bar>
|
|
|
+ <uni-notice-bar single="true" text="每周一统一打款"></uni-notice-bar>
|
|
|
<view class="content-money">
|
|
|
<view class="flex ">
|
|
|
<view class="buttom">
|
|
|
@@ -26,7 +26,7 @@
|
|
|
<!-- #ifndef MP-WEIXIN -->
|
|
|
<view class="list" v-if="!weichatBsrowser">
|
|
|
<radio-group @change="tabRadio">
|
|
|
- <label>
|
|
|
+ <!-- <label>
|
|
|
<view class="box">
|
|
|
<view class="icon iconfont iconweixin1"></view>
|
|
|
<view class="title-box">
|
|
|
@@ -34,7 +34,7 @@
|
|
|
</view>
|
|
|
<view class="right"><radio value="weixin" color="#5dbc7c" :checked="type == 'weixin'" /></view>
|
|
|
</view>
|
|
|
- </label>
|
|
|
+ </label> -->
|
|
|
<label>
|
|
|
<view class="box">
|
|
|
<view class="icon iconfont iconzhifubao"></view>
|
|
|
@@ -86,7 +86,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- type: 'weixin', //提现方式
|
|
|
+ type: 'alipay', //提现方式
|
|
|
money: '0.00', //可提现金额
|
|
|
freeze: '0.0', //冻结金额
|
|
|
withdrawal: '', //提现金额
|
|
|
@@ -129,7 +129,7 @@ export default {
|
|
|
// 加载余额信息
|
|
|
async loadData() {
|
|
|
extractBank({}).then(({ data }) => {
|
|
|
- this.money = data.moneyCount;//可提现余额
|
|
|
+ this.money = data.commissionCount;//可提现余额
|
|
|
this.minPrice = data.minPrice;//最小提现
|
|
|
this.freeze =data.inmoneyCount//提现中的余额
|
|
|
});
|