diff --git a/public/account.html b/public/account.html index 3db8f77..26ab9eb 100644 --- a/public/account.html +++ b/public/account.html @@ -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