diff --git a/application/admin/view/wechat/wechat_user/index.php b/application/admin/view/wechat/wechat_user/index.php index 9cb731eb..31a04b57 100644 --- a/application/admin/view/wechat/wechat_user/index.php +++ b/application/admin/view/wechat/wechat_user/index.php @@ -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) {