thirdpayment
elf 11 months ago
parent fe9eb8ea21
commit d5e3fbda53

@ -236,7 +236,7 @@
console.log('submit!');
},
transferPay() {
axios.post('/account/transfer-pay', this.payConfirmForm)
axios.post('/account/transfer-pay', {token: window.sessionStorage.getItem('token'), amount: this.payForm.amount})
.then( (response) => {
console.log(response);
let result = response.data

Loading…
Cancel
Save