Skip to content

Commit f1e4b6b

Browse files
更新后台产品tier price编辑不能删除的问题
1 parent 22a99fa commit f1e4b6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/appadmin/theme/base/default/catalog/productinfo/manageredit.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@ function thissubmit(thiss){
279279
str +="</tr>";
280280
$(".tier_price table tbody").append(str);
281281
});
282-
282+
$(".dialog").off("click").on("click",".tier_price table tbody tr td img",function(){
283+
$(this).parent().parent().remove();
284+
});
285+
283286
});
284287
</script>
285288
</div>

0 commit comments

Comments
 (0)