From 6f2940987f23d73d274d1a77b301cdc6ac18b353 Mon Sep 17 00:00:00 2001 From: liujiangnan <695541723@qq.com> Date: Thu, 23 Feb 2023 18:33:21 +0800 Subject: [PATCH] fix --- assets/NJ_MoTianLun/scene/NJ_MoTianLun.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/NJ_MoTianLun/scene/NJ_MoTianLun.ts b/assets/NJ_MoTianLun/scene/NJ_MoTianLun.ts index 2a11c9d..81863c8 100644 --- a/assets/NJ_MoTianLun/scene/NJ_MoTianLun.ts +++ b/assets/NJ_MoTianLun/scene/NJ_MoTianLun.ts @@ -117,7 +117,7 @@ export default class SceneComponent extends MyCocosSceneComponent { } } else { const levelTexts = ["一","二","三","å››","五"]; - this.showTips(`请先å¦ä¹ 拼读天地第${levelTexts[idx+1]}级别的内容哦ï¼`); + this.showTips(`请先å¦ä¹ 拼读天地第${levelTexts[idx]}级别的内容哦ï¼`); } }); } else { -- 2.21.0