Commit 2a372d94 authored by 李维's avatar 李维

在页面销毁时停止提示计时

parent a545554f
...@@ -6160,6 +6160,9 @@ cc.Class({ ...@@ -6160,6 +6160,9 @@ cc.Class({
} }
}, },
// 生命周期
onDestroy() {
this.stopHelper();
},
}); });
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