fix:1、添加h5 2、修复bug
This commit is contained in:
@@ -12,6 +12,7 @@ namespace FGUI.ZM_Petty
|
||||
public GTextField text_order;
|
||||
public GTextField text_email;
|
||||
public GTextField text_limit;
|
||||
public GButton btn_redeem;
|
||||
public const string URL = "ui://e9w4rbkqkbzob";
|
||||
|
||||
public static com_detail CreateInstance()
|
||||
@@ -28,6 +29,7 @@ namespace FGUI.ZM_Petty
|
||||
text_order = (GTextField)GetChildAt(4);
|
||||
text_email = (GTextField)GetChildAt(5);
|
||||
text_limit = (GTextField)GetChildAt(6);
|
||||
btn_redeem = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user