Browse Source

safety

master
fmk 3 years ago
parent
commit
a3f2a42342
  1. 4
      lib/store/store_view/shop_car.dart

4
lib/store/store_view/shop_car.dart

@ -99,6 +99,10 @@ class _ShopCar extends State<ShopCar> {
), ),
InkWell( InkWell(
onTap: () { onTap: () {
allPrice = 0;
allCount = 0;
widget.productLists.clear();
state((){});
widget.clearShopCar(); widget.clearShopCar();
}, },
child: Image.asset( child: Image.asset(

Loading…
Cancel
Save