js url编码
// URL = "http://www.a.com?foo="+encodeURIComponent(param);
window.location.href="/user/login/wechat?customer_id="+getQueryVariable("customer_id")+'&backurl='+encodeURIComponent(param);
// URL = "http://www.a.com?foo="+encodeURIComponent(param);
window.location.href="/user/login/wechat?customer_id="+getQueryVariable("customer_id")+'&backurl='+encodeURIComponent(param);