fix:1、更换ui(图鉴相关)
This commit is contained in:
@@ -28,12 +28,12 @@ namespace FGUI.LG_albums
|
||||
|
||||
type = GetControllerAt(0);
|
||||
is_vip = GetControllerAt(1);
|
||||
com_loader = (GComponent)GetChildAt(1);
|
||||
btn_pay = (GButton)GetChildAt(12);
|
||||
btn_vip = (GButton)GetChildAt(13);
|
||||
btn_download = (GButton)GetChildAt(14);
|
||||
btn_watch = (GButton)GetChildAt(15);
|
||||
btn_download_coin = (GButton)GetChildAt(16);
|
||||
com_loader = (GComponent)GetChildAt(2);
|
||||
btn_pay = (GButton)GetChildAt(13);
|
||||
btn_vip = (GButton)GetChildAt(14);
|
||||
btn_download = (GButton)GetChildAt(15);
|
||||
btn_watch = (GButton)GetChildAt(16);
|
||||
btn_download_coin = (GButton)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user