|
@@ -200,7 +200,6 @@ export default {
|
|
|
this.addIng = true
|
|
|
if(this.addData.useArea === 1) {
|
|
|
this.addData.boxIds = this.addData.ticketBoxList.map(item => { return item.boxId }).toString()
|
|
|
- console.log(this.addData)
|
|
|
}
|
|
|
const { discount, minOrderAmt, ...rest } = this.addData
|
|
|
addCoupon({...rest, ...{ discount: accMul(discount, 100), minOrderAmt: accMul(minOrderAmt, 100),}}).then(res => {
|