修复其骑行记录详情URL错误
This commit is contained in:
parent
6ad01c50df
commit
23d049d176
@ -93,7 +93,7 @@ public class RouteItem : MonoBehaviour, IPointerExitHandler, IPointerEnterHandle
|
||||
right.gameObject.SetActive(true);
|
||||
gameObject.GetComponent<Button>().onClick.AddListener(() =>
|
||||
{
|
||||
Application.OpenURL(result.ViewUrl + "?Token=" + App.CurrentUser.cookie);
|
||||
Application.OpenURL(result.ViewUrl + "&Token=" + App.CurrentUser.cookie);
|
||||
});
|
||||
|
||||
this.index = index;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user