Authored by ZhongW

按钮保持有效

... ... @@ -715,6 +715,7 @@ $(document).on('click', '.modify-btn', function() {
})
}else{
common.util.__tip("销售价不能为0!");
$submitBtn.attr('disabled', false);
}
});
},true);
... ...