骑行记录详细页面跳转附加token

This commit is contained in:
lishuo 2021-06-16 18:12:58 +08:00
parent 3f718f1490
commit dcc65cdd86

View File

@ -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;