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