...
|
...
|
@@ -506,10 +506,10 @@ |
|
|
}
|
|
|
});
|
|
|
|
|
|
$(document).on('click', '.group-size input', function(item) {
|
|
|
$(document).on('click', '.group-size input', function() {
|
|
|
var colorName = goodsName = '';
|
|
|
|
|
|
if (that.productId && $(item).attr('exist') == 'true') {
|
|
|
if (that.productId && $(this).attr('exist') == 'true') {
|
|
|
$.messager.alert('操作提示', '尺码不可修改!');
|
|
|
return false;
|
|
|
}
|
...
|
...
|
|