Prechádzať zdrojové kódy

爬塔修改文本显示

zhangyuqian 11 mesiacov pred
rodič
commit
62592f3679

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/FieldWork/FieldWorkLevelView.cs

@@ -235,7 +235,7 @@ namespace GFGGame
             }
             if (FieldWorkDataManager.Instance.MaxLevelId != 0)
             {
-                AlertUI.Show("一键通关不消耗服装和词牌的使用次数,每周可使用一次,是否快速通关?")
+                AlertUI.Show("一键通关不消耗服装和词牌的使用次数,是否快速通关?")
                 .SetLeftButton(true, "否").SetRightButton(true, "是", async (object data) =>
                 {
                     bool result = await FieldWorkSproxy.ReqFieldWorkOneClickPass();