...
|
...
|
@@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", { |
|
|
$("#message").html(response.data.failFileReason.join('<br/>'));
|
|
|
return false;
|
|
|
}
|
|
|
common.util.__tip(response.message, 'warning');
|
|
|
common.util.__tip(response.message, 'success');
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|