|
@@ -72,7 +72,7 @@
|
|
|
<view>
|
|
|
<view>请输入支付密码</view>
|
|
|
<view>提现</view>
|
|
|
- <view>¥{{ moneyValue }}</view>
|
|
|
+ <view>¥{{ this.withdrawInfo.realAmount }}</view>
|
|
|
<view>
|
|
|
<u-code-input
|
|
|
@finish="marketPersons"
|
|
@@ -296,7 +296,9 @@
|
|
|
// "serviceAmount": this.withdrawInfo.serviceCharge,
|
|
|
// "bankId": null,
|
|
|
//personList:this.personList
|
|
|
- withdrawList: list
|
|
|
+ withdrawList: list,
|
|
|
+ withdrawAmount: this.withdrawInfo.totalAmount,
|
|
|
+ serviceCharge: this.withdrawInfo.serviceCharge
|
|
|
})
|
|
|
|
|
|
if (res && res.code == 200) {
|
|
@@ -380,7 +382,7 @@
|
|
|
},
|
|
|
/** */
|
|
|
confirmModel() {
|
|
|
- this.showModal = false
|
|
|
+ this.showModel = false
|
|
|
if(this.showStatus == 0) {
|
|
|
uni.navigateBack({
|
|
|
delta: 2
|