This commit is contained in:
weipengfei 2023-09-11 14:20:38 +08:00
parent 74482ffef0
commit 4ac1bffbd5

View File

@ -107,7 +107,7 @@
async goApply() {
let res = await userWithdraw({
amount: this.payMoney.money,
transfer_end_cycel: Date.now()
transfer_end_cycel: this.payMoney.end_cycle
});
uni.showToast({
icon:'success',