🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-02-27 16:19:15 +08:00
parent bd6c89eafd
commit 43ca64bcf2
1 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,8 @@
const data = { const data = {
key: this.key, key: this.key,
token: this.token, 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) req.axiosPost("/key/couponGroupUsage", data)
.then((res) => { .then((res) => {
@ -187,7 +188,7 @@
code_batch_id: this.goods.code_batch_id, code_batch_id: this.goods.code_batch_id,
token: localStorage.getItem("token"), token: localStorage.getItem("token"),
account: this.form.receive_account, account: this.form.receive_account,
receive_mode: Number(this.goods.receive_mode) receive_mode: 2
}; };
/* 领取立减金 */ /* 领取立减金 */