Authored by chenchao

fix no tip

... ... @@ -242,12 +242,13 @@ var conditionEdit={
}else{
common.util.__tip(rs.message || rs.data.message);
location.reload();
location.href = "/promotionInfo/edit/"+_g.promotionId;
}
},function(rs){
common.util.__tip("保存失败!", "warning");
});
}
return false;
},
/**
* 品牌列表赋值
... ...
... ... @@ -304,6 +304,7 @@ var operationEdit={
}else{
common.util.__tip(rs.message || rs.data.message);
location.reload();
location.href = "/promotionInfo/edit/"+_g.promotionId;
}
},function(rs){
common.util.__tip("保存失败!", "warning");
... ...
... ... @@ -173,11 +173,14 @@ var rejectPromotions={
location.href = "/promotionInfo/edit/"+_g.promotionId||"";
} else {
common.util.__tip(res.message, "warning");
}
}
return false;
},
function (res) {
common.util.__tip(res.message, "warning");
});
common.util.__tip(res.message, "warning");
return false;
});
return false;
}
}
... ...