fix:1、更换ui(图鉴相关)
This commit is contained in:
@@ -16,8 +16,8 @@ namespace FGUI.LG_live
|
||||
public GComponent com_loader;
|
||||
public GComponent img_cover;
|
||||
public GImage img_mask;
|
||||
public GButton btn_download;
|
||||
public GButton btn_download_coin;
|
||||
public btn_claim btn_download;
|
||||
public btn_unlock_1 btn_download_coin;
|
||||
public GButton btn_pay;
|
||||
public GButton btn_watchad;
|
||||
public GButton btn_vip_unlock;
|
||||
@@ -41,8 +41,8 @@ namespace FGUI.LG_live
|
||||
com_loader = (GComponent)GetChildAt(4);
|
||||
img_cover = (GComponent)GetChildAt(5);
|
||||
img_mask = (GImage)GetChildAt(6);
|
||||
btn_download = (GButton)GetChildAt(7);
|
||||
btn_download_coin = (GButton)GetChildAt(8);
|
||||
btn_download = (btn_claim)GetChildAt(7);
|
||||
btn_download_coin = (btn_unlock_1)GetChildAt(8);
|
||||
btn_pay = (GButton)GetChildAt(11);
|
||||
btn_watchad = (GButton)GetChildAt(12);
|
||||
btn_vip_unlock = (GButton)GetChildAt(13);
|
||||
|
||||
Reference in New Issue
Block a user