@ -45,6 +45,11 @@ $(document).ready(function () {
return;
}
if (product == null || product.length === 0) {
alert('请填写真实的商品名称');
$('#commit-btn').addClass('hidden');
$('#commit-btn-loading').removeClass('hidden');
@ -79,6 +79,11 @@ $(document).ready(function () {