thirdpayment
elf 11 months ago
parent fe9eb8ea21
commit d5e3fbda53

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

Loading…
Cancel
Save