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

退出第三方

上级 7700510d
......@@ -409,4 +409,13 @@ export class ViewTool {
public setThirdPartyEvent(event:Function): void {
this.thirdPartyService.setBackEvent(event);
}
/**
* 退出第三方
*
* @memberof ViewTool
*/
public ThirdPartyClose() {
this.thirdPartyService.close();
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册