bug修改
This commit is contained in:
@@ -11,6 +11,8 @@ namespace FGUI.JRewardPop
|
||||
public Controller curr_type;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GImage img_diamond;
|
||||
public GImage img_ch;
|
||||
public GTextField text_num;
|
||||
public com_roll com_roll;
|
||||
public GButton btn_more;
|
||||
@@ -31,11 +33,13 @@ namespace FGUI.JRewardPop
|
||||
curr_type = GetControllerAt(1);
|
||||
txt_title = (GTextField)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(8);
|
||||
com_roll = (com_roll)GetChildAt(9);
|
||||
btn_more = (GButton)GetChildAt(10);
|
||||
text_cardnum = (GTextField)GetChildAt(13);
|
||||
btn_claim = (btn_claim)GetChildAt(16);
|
||||
img_diamond = (GImage)GetChildAt(6);
|
||||
img_ch = (GImage)GetChildAt(7);
|
||||
text_num = (GTextField)GetChildAt(9);
|
||||
com_roll = (com_roll)GetChildAt(10);
|
||||
btn_more = (GButton)GetChildAt(11);
|
||||
text_cardnum = (GTextField)GetChildAt(14);
|
||||
btn_claim = (btn_claim)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user