add wholesale of sale model
parent
1bda042bc9
commit
994ef217ac
|
@ -363,13 +363,13 @@ export default {
|
||||||
},
|
},
|
||||||
// 设置购买数量
|
// 设置购买数量
|
||||||
changeNum(val, id) {
|
changeNum(val, id) {
|
||||||
console.log(val, id);
|
if (val) {
|
||||||
APICart.setCartGoodsNum({ skuId: id, num: val }).then((res) => {
|
APICart.setCartGoodsNum({ skuId: id, num: val }).then((res) => {
|
||||||
console.log(res);
|
if (res.success) {
|
||||||
if (res.success) {
|
this.getCartList();
|
||||||
this.getCartList();
|
}
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
},
|
},
|
||||||
// 设置商品选中状态
|
// 设置商品选中状态
|
||||||
async changeChecked(status, type, id) {
|
async changeChecked(status, type, id) {
|
||||||
|
|
Loading…
Reference in New Issue