提交 4e5f8874 编写于 作者: KK's avatar KK

增加计数器销毁条件

上级 cdd1963c
...@@ -101,8 +101,10 @@ export default class AppMobMenuIonicView extends Vue { ...@@ -101,8 +101,10 @@ export default class AppMobMenuIonicView extends Vue {
* @memberof AppMobMenuIonicView * @memberof AppMobMenuIonicView
*/ */
public destroyed() { public destroyed() {
if(this.counterServide){
this.counterServide.destroyCounter(); this.counterServide.destroyCounter();
} }
}
/** /**
* 计数器 * 计数器
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册