|
@@ -440,8 +440,8 @@ namespace GFGGame
|
|
|
{
|
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
GObject gObject = _ui.m_listBg.GetChildAt(_curIndex);
|
|
|
- if (gObject == null) return;
|
|
|
- GButton btnBuyTen = gObject.asCom.GetChild("btnBuyTen").asButton;
|
|
|
+ if (gObject == null) return;
|
|
|
+ GButton btnBuyTen = gObject.asCom.GetChild("comLuckBoxBtn").asCom.GetChild("btnBuyTen").asButton;
|
|
|
|
|
|
GuideController.TryGuide(null, ConstGuideId.LUCKY_BOX, 1, "“摘星”里可以通过星辰的力量获得服饰。", -1, true, _ui.target.height - 600);
|
|
|
GuideController.TryGuide(btnBuyTen, ConstGuideId.LUCKY_BOX, 2, "点击摘取十次。");
|