Kaynağa Gözat

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

sugar1569 6 yıl önce
ebeveyn
işleme
e24d758dc9

+ 2 - 1
application/admin/view/wechat/wechat_user/index.php

@@ -471,7 +471,8 @@
             }
             }
         }
         }
         var str = chk_value.join(',');
         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});
         $eb.createModalFrame(this.innerText,url,{'w':800});
     })
     })
     $('.news').on('click',function (e) {
     $('.news').on('click',function (e) {