fix:拼团详情bug修复,购物车改变数量修改
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
cart.delete(cartItem.id);
|
||||
return;
|
||||
}
|
||||
cartItem.goods_num = e;
|
||||
cart.update({
|
||||
goods_id: cartItem.goods_id,
|
||||
goods_num: e,
|
||||
|
||||
Reference in New Issue
Block a user