mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-15 13:22:51 +00:00
修复会员管理发优惠券提示页面不存在bug
This commit is contained in:
parent
170a70e4c5
commit
e24d758dc9
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user