Commit 4b8c1550 authored by 李维's avatar 李维

修复数据

parent 9f04ce0b
...@@ -21,7 +21,8 @@ cc.Class({ ...@@ -21,7 +21,8 @@ cc.Class({
type: cc.Prefab, type: cc.Prefab,
default: null, default: null,
}, },
createRate: 0.5 createRate: 0.5,
timeoutsIds: [],
}, },
// LIFE-CYCLE CALLBACKS: // LIFE-CYCLE CALLBACKS:
...@@ -29,6 +30,7 @@ cc.Class({ ...@@ -29,6 +30,7 @@ cc.Class({
ctor() { ctor() {
this._imageResList = []; this._imageResList = [];
this._audioResList = []; this._audioResList = [];
this.timeoutsIds = [];
this._status = { this._status = {
currentRoundIdx: 0, currentRoundIdx: 0,
currentQuestionIdx: 0 currentQuestionIdx: 0
...@@ -411,7 +413,6 @@ cc.Class({ ...@@ -411,7 +413,6 @@ cc.Class({
imgCharactor.scale = 1; imgCharactor.scale = 1;
}, },
timeoutsIds: [],
showOptions() { showOptions() {
const nodeOptions = cc.find('Canvas/NodeOptions'); const nodeOptions = cc.find('Canvas/NodeOptions');
nodeOptions.zIndex = 10; nodeOptions.zIndex = 10;
......
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