修复会员管理发优惠券提示页面不存在bug

This commit is contained in:
sugar1569 2019-04-18 11:55:48 +08:00
parent 170a70e4c5
commit e24d758dc9

View File

@ -471,7 +471,8 @@
}
}
var str = chk_value.join(',');
var url = "http://"+window.location.host+"/admin/ump.store_coupon/grant/id/"+str;
// var url = "http://"+window.location.host+"/admin/ump.store_coupon/grant/id/"+str;
var url = "{:Url('ump.store_coupon/grant')}?id="+str;
$eb.createModalFrame(this.innerText,url,{'w':800});
})
$('.news').on('click',function (e) {