Browse Source

修改引导文字

zhaoyang 2 years ago
parent
commit
d2a56a4d1c

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/EnduringGiftBox/EnduringGiftBoxView.cs

@@ -575,7 +575,7 @@ namespace GFGGame
             if (_itemId == ConstItemID.POWER)
             {
                 GuideController.TryGuide(_ui.m_list.GetChildAt(1).asCom.GetChild("btnCurReceive").asButton,
-                    ConstGuideId.BUY_POWER, 1, "花点小钱可以购买体力超值返利包,每天都能领体力哦~");
+                    ConstGuideId.BUY_POWER, 1, "这里可以购买体力超值返利包,每天都能领体力哦~");
             }
         }
     }