...
|
...
|
@@ -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;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|