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

5

... ... @@ -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");
... ...