'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + this.appid +'&redirect_uri=' + encodeURIComponent(this.redirect) +'&response_type=code&scope=snsapi_userinfo&state=1,https://www.XXXXXXX.com/XXXXX/XXXXXX.html,1,' +window.location.href+ '#wechat_redirect'
这是跳转路径,state后面是两个地址,后台根据用户是否绑定手机来跳转到其中一个页面,我需要在路径上面截取后台添加的参数。但是iPhone XR手机上面跳转的路径没有参数。
urlencode
--↓↓👍点击“有用”是回答的动力哦