Commit 6911a141 authored by Chen Jiping's avatar Chen Jiping

feat:调整猫咪可点击逻辑

parent 112eb3c0
...@@ -227,8 +227,6 @@ cc.Class({ ...@@ -227,8 +227,6 @@ cc.Class({
this._cantouch = true; this._cantouch = true;
this._canClickCat = true;
this.begin(); this.begin();
} }
console.log(this.data.guideAudioUrl1); console.log(this.data.guideAudioUrl1);
...@@ -766,6 +764,8 @@ cc.Class({ ...@@ -766,6 +764,8 @@ cc.Class({
this._cantouch = true; this._cantouch = true;
this._canClickCat = true;
this.showPhotoBtn(); this.showPhotoBtn();
}); });
......
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