Commit e84f8dd8 authored by limingzhe's avatar limingzhe

fix: debug

parent 204ec39f
...@@ -612,8 +612,12 @@ cc.Class({ ...@@ -612,8 +612,12 @@ cc.Class({
if (middleLayer) { if (middleLayer) {
const script = middleLayer.getComponent('middleLayer'); const script = middleLayer.getComponent('middleLayer');
if (script.showTipRemoveCard) { if (script.showTipRemoveCard) {
this.videoNode.active = false;
script.showTipRemoveCard(() => { script.showTipRemoveCard(() => {
this.videoNode.active = true;
this.startTesting(); this.startTesting();
}) })
} }
...@@ -3750,7 +3754,7 @@ cc.Class({ ...@@ -3750,7 +3754,7 @@ cc.Class({
} }
if (this.video && !this.video.isPlaying()) { if (this.video && this.video.isPlaying()) {
return; return;
} }
......
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