🦀️ fix: 修复bug
This commit is contained in:
parent
bd6c89eafd
commit
43ca64bcf2
|
@ -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
|
||||
};
|
||||
|
||||
/* 领取立减金 */
|
||||
|
|
Loading…
Reference in New Issue