|
@@ -121,7 +121,7 @@
|
|
|
let otherGoods = $(this).parent().parent().children("div.goods").children("input").not(this);
|
|
|
for(let i = 0; i < otherGoods.length; ++i)
|
|
|
{
|
|
|
- console.dir(otherGoods[i].checked);
|
|
|
+ // console.dir(otherGoods[i].checked);
|
|
|
if(!otherGoods[i].checked)
|
|
|
{
|
|
|
return;
|