在请求URL后面跟上随机字符,解决缓存问题。
$scope.click_couponIN = function(cid) {
$("#myModal").modal("close");
$("#myModal_in").modal();
var iframe = document.all("downtools_in");
iframe.src = jsRoot + "/coupon/batchimp?id=" + cid+"&v="+Math.random();
}
在请求URL后面跟上随机字符,解决缓存问题。
$scope.click_couponIN = function(cid) {
$("#myModal").modal("close");
$("#myModal_in").modal();
var iframe = document.all("downtools_in");
iframe.src = jsRoot + "/coupon/batchimp?id=" + cid+"&v="+Math.random();
}