Authored by biao

gulp ge

... ... @@ -570,11 +570,10 @@ changeBackground();
* 增加单条记录
*/
function addHistory(brandName) {
$.ajax({
type: 'POST',
url: '/brands/addBrandSearch',
data: 'brandName=' + brandName,
data: 'brandName=' + encodeURIComponent(brandName),
success: function(data) {
},
error: function() {
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.