核销提交参数shop_id改为imei
This commit is contained in:
@@ -206,7 +206,7 @@ export default {
|
|||||||
this.newData.coupon = JSON.stringify(this.newData.coupon);
|
this.newData.coupon = JSON.stringify(this.newData.coupon);
|
||||||
let params = {
|
let params = {
|
||||||
type: 2,
|
type: 2,
|
||||||
shop_id: this.axios_data.id,
|
imei: this.axios_data.id,
|
||||||
user_id: this.tenantId,
|
user_id: this.tenantId,
|
||||||
number_of_people: +this.newData.userNum,
|
number_of_people: +this.newData.userNum,
|
||||||
amount_receivable: this.newData.totalMoney,
|
amount_receivable: this.newData.totalMoney,
|
||||||
|
Reference in New Issue
Block a user