作者 anyv
1 个管道 的构建 通过 耗费 0 秒

5

@@ -175,6 +175,7 @@ @@ -175,6 +175,7 @@
175 $(this).on("click", function() { 175 $(this).on("click", function() {
176 if ($(this).attr("src") == "__TMPL__/public/assets/images/39_0.png") { 176 if ($(this).attr("src") == "__TMPL__/public/assets/images/39_0.png") {
177 $(this).attr("src", "__TMPL__/public/assets/images/39.png"); 177 $(this).attr("src", "__TMPL__/public/assets/images/39.png");
  178 + $(this).parent().addClass('add');
178 calcTotal(); 179 calcTotal();
179 } else { 180 } else {
180 $(this).attr("src", "__TMPL__/public/assets/images/39_0.png"); 181 $(this).attr("src", "__TMPL__/public/assets/images/39_0.png");