Commit f7112d06 authored by liubing's avatar liubing

去掉“对方轮次”文本提示。

parent 10126795
...@@ -719,7 +719,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -719,7 +719,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
} }
} else { } else {
this.audioId = await this.playAudioByUrl(this.data.otherTurn); this.audioId = await this.playAudioByUrl(this.data.otherTurn);
this.showOtherTurn(); // this.showOtherTurn();
this.greyDice(); this.greyDice();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment