a面提交

This commit is contained in:
2026-06-01 15:31:50 +08:00
parent aa06dbdb04
commit 1b2fed64bf
5 changed files with 10 additions and 4 deletions
@@ -8,6 +8,7 @@ namespace FGUI.AddCell_12
public partial class com_addView : GComponent
{
public Controller pay_type;
public Controller gift;
public GTextField title;
public GButton btn_close;
public GButton btn_watch;
@@ -27,6 +28,7 @@ namespace FGUI.AddCell_12
base.ConstructFromXML(xml);
pay_type = GetControllerAt(0);
gift = GetControllerAt(1);
title = (GTextField)GetChildAt(7);
btn_close = (GButton)GetChildAt(9);
btn_watch = (GButton)GetChildAt(10);