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