zc 2 年之前
父節點
當前提交
788e2d5eef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/scripts/gameCtr.ts

+ 1 - 1
assets/scripts/gameCtr.ts

@@ -647,7 +647,7 @@ export class GameCtr extends Component {
             //初始化剧情!!!
             //触发剧情框文字
             if (this.storyPannelCtr) {
-                this.storyPannelCtr.updateStory(lastHistory.plot)
+               // this.storyPannelCtr.updateStory(lastHistory.plot)
             } else {
                 console.log("plot error")
             }