fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -28,14 +28,14 @@ namespace FGUI.ZM_AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
com_tips = (com_title)GetChildAt(3);
|
||||
btn_watch = (GButton)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
tips = (GTextField)GetChildAt(6);
|
||||
broad = (GComponent)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
title = (GTextField)GetChildAt(3);
|
||||
com_tips = (com_title)GetChildAt(5);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
ads = (GTextField)GetChildAt(7);
|
||||
tips = (GTextField)GetChildAt(8);
|
||||
broad = (GComponent)GetChildAt(9);
|
||||
btn_max_pay = (GButton)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(2);
|
||||
btn_receive = (GButton)GetChildAt(3);
|
||||
end_point = (GTextField)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
text_goldnum = (GTextField)GetChildAt(3);
|
||||
btn_receive = (GButton)GetChildAt(4);
|
||||
end_point = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user