From e24d758dc930fb74a697f99ab8389a0fcf8ee58d Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Thu, 18 Apr 2019 11:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BC=9A=E5=91=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=8F=91=E4=BC=98=E6=83=A0=E5=88=B8=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=8D=E5=AD=98=E5=9C=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/wechat/wechat_user/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {