骑行记录详细页面跳转附加token
This commit is contained in:
parent
3f718f1490
commit
dcc65cdd86
@ -93,7 +93,7 @@ public class RouteItem : MonoBehaviour, IPointerExitHandler, IPointerEnterHandle
|
||||
right.gameObject.SetActive(true);
|
||||
gameObject.GetComponent<Button>().onClick.AddListener(() =>
|
||||
{
|
||||
Application.OpenURL(result.ViewUrl);
|
||||
Application.OpenURL(result.ViewUrl + "?Token=" + App.CurrentUser.cookie);
|
||||
});
|
||||
|
||||
this.index = index;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user