From 4e8447a5a3bfef59941fdc9c2299ddb1f12d9b69 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Tue, 4 Jun 2019 19:11:28 +0800
Subject: [PATCH] 5

---
 public/themes/simpleboot3/portal/shopcart/shop_cart.html | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index 9419c49..1577baa 100644
--- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html
+++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
@@ -175,6 +175,7 @@
             $(this).on("click", function() {
                 if ($(this).attr("src") == "__TMPL__/public/assets/images/39_0.png") {
                     $(this).attr("src", "__TMPL__/public/assets/images/39.png");
+                    $(this).parent().addClass('add');
                     calcTotal();
                 } else {
                     $(this).attr("src", "__TMPL__/public/assets/images/39_0.png");
--
libgit2 0.24.0