From d5e3fbda537e00a1c4263409d66c310738e32e82 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 23:03:21 +0800 Subject: [PATCH] yh --- public/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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