Commit 81f49110 authored by Mac's avatar Mac

获取套餐卡修改

parent f6a301f4
......@@ -611,7 +611,7 @@
GoodsClassId: this.goods.categoryIdList,
GoodsPrice: this.goods.price*this.value,
ProductId: this.goods.id,
StoreId:this.id,
};
ProductList.push(obj);
//获取套餐卡的处理
......@@ -621,7 +621,7 @@
this.request2({
url: '/api/AppletStores/GetNoUseCouponList',
data: {ProductList: ProductList}
data: {ProductList: ProductList,StoreId:this.id,}
},
res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment