Ver código fonte

1. 修复提交

MONSTER-ygh 1 ano atrás
pai
commit
f62db73787
1 arquivos alterados com 5 adições e 3 exclusões
  1. 5 3
      pages/cash/index.vue

+ 5 - 3
pages/cash/index.vue

@@ -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