|
@@ -172,8 +172,8 @@ export default {
|
|
|
let MethodName = "order-order_manager-VerificationDiscountCode";
|
|
|
let resData = JSON.parse(JSON.stringify(this.data));
|
|
|
let data = {
|
|
|
- goods_id: resData.goods_id, //商品id
|
|
|
- goods_type: resData.goods_type, //商品类型
|
|
|
+ goods_id: resData.id, //商品id
|
|
|
+ goods_type: this.goods_type, //商品类型
|
|
|
price: resData.price, //价格
|
|
|
discount_code: this.discount_code.trim(),
|
|
|
};
|