From 43ca64bcf24e6948a3bbc3f7e0def4966ca5a721 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 27 Feb 2024 16:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/combining.html b/combining.html index 3cc30e6..db3f8d1 100644 --- a/combining.html +++ b/combining.html @@ -123,7 +123,8 @@ const data = { key: this.key, token: this.token, - code_batch_id: this.goods.code_batch_id + code_batch_id: this.goods.code_batch_id, + receive_mode: 1 }; req.axiosPost("/key/couponGroupUsage", data) .then((res) => { @@ -187,7 +188,7 @@ code_batch_id: this.goods.code_batch_id, token: localStorage.getItem("token"), account: this.form.receive_account, - receive_mode: Number(this.goods.receive_mode) + receive_mode: 2 }; /* 领取立减金 */