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 }; /* 领取立减金 */