bingo b面修改
This commit is contained in:
@@ -9,9 +9,9 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
public Controller cont_extra;
|
||||
public Controller curr_type;
|
||||
public GTextField title;
|
||||
public GTextField text_num;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GButton btn_more;
|
||||
public com_roll com_roll;
|
||||
public GTextField text_cardnum;
|
||||
@@ -29,13 +29,13 @@ namespace FGUI.JRewardPop
|
||||
|
||||
cont_extra = GetControllerAt(0);
|
||||
curr_type = GetControllerAt(1);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
btn_more = (GButton)GetChildAt(7);
|
||||
com_roll = (com_roll)GetChildAt(8);
|
||||
text_cardnum = (GTextField)GetChildAt(12);
|
||||
btn_claim = (btn_claim)GetChildAt(15);
|
||||
txt_title = (GTextField)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(8);
|
||||
btn_more = (GButton)GetChildAt(9);
|
||||
com_roll = (com_roll)GetChildAt(10);
|
||||
text_cardnum = (GTextField)GetChildAt(13);
|
||||
btn_claim = (btn_claim)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user