Commit eceece52 authored by LiLiuZhou's avatar LiLiuZhou

1

parent 182ceff0
...@@ -28,7 +28,7 @@ public class HomeInfoControl : MonoBehaviour ...@@ -28,7 +28,7 @@ public class HomeInfoControl : MonoBehaviour
EventCenter.Getinstance().EventTrigger("RegisterPanel"); EventCenter.Getinstance().EventTrigger("RegisterPanel");
//GameController.GetInstance().GetWithdrawList(1); GameController.GetInstance().GetWithdrawList(1);
GameController.GetInstance().GetReward(); GameController.GetInstance().GetReward();
......
...@@ -35,6 +35,7 @@ public class TouchPanel : BasePanel ...@@ -35,6 +35,7 @@ public class TouchPanel : BasePanel
public override void OnInit(object data = null) public override void OnInit(object data = null)
{ {
cam = UIMgr.Getinstance().MainCamera; cam = UIMgr.Getinstance().MainCamera;
#region 添加拖动事件 #region 添加拖动事件
EventTrigger trigger = GetComponent<EventTrigger>(); EventTrigger trigger = GetComponent<EventTrigger>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment