yyh

Results 6 comments of yyh

@fbsstar ios? 在微信授权成功后,会重定向到你的项目地址,但微信在后面加了一些参数(`code`和`state`),如下: ``` m.test.com/home?code=xxxxx&state=xxx ``` 如果你确定在落地页传给了后端完整的url(如上`m.test.com/home?code=xxxxx&state=xxx`),基本就是后端的锅了,可以让后端检查是否完整接收了你传过去的`url`(特别是`&`符号的处理),最好打印出来,眼见为实。

@CavinHuang 是把授权地址放一个单独的`html`中了么? ![image](https://user-images.githubusercontent.com/24493052/40264950-1cb71930-5b61-11e8-8e42-51872d7d2240.png) 看一下你鉴定的地址是:`m.test.com/auth.html`还是`m.test.com/home` 如果是放在Vue实例下,可以联系我详细说明一下你那边的具体写法;

@MiracleRo 单页应用在ios系统下,无论路由怎么跳转,整个项目的url就是落地页url(你的第一次进去的页面),没有使用sdk进行自定义分享设置的话,微信会使用默认配置,即当前url页面下的tile和第一张规定规格的图片 ![image](https://user-images.githubusercontent.com/24493052/40522147-ef655384-6001-11e8-9947-2ea53d95ed1c.png) 1. 设置自定义分享,设置自定义分享的链接未每次路由跳转后的链接地址 2. 改变ios下的url(刷新页面或使用window.href=xxxxx)

@wqb2017 不好意思,nginx的配置我不太了解

@budiga 对 ![image](https://user-images.githubusercontent.com/24493052/44797727-76451e80-abe2-11e8-9c89-fc089f222410.png)

@wengtinggui 是间断出现自定义分享失败么?如果是的话:参考一下上面的错误总结第二条 ![image](https://user-images.githubusercontent.com/24493052/45930255-5e1db080-bf90-11e8-9f6c-e4b0305fc377.png)