0
点赞
收藏
分享

微信扫一扫

Error: Uncaught (in promise): 0


Angular中使用 bootstrap的模态框报错:

    Error: Uncaught (in promise): 0

点击阴影层时候的方法得写上。 红色部分

this.modalService.open(this.loadNowModal).result.then((result) => {
this.loadNowErrorMsg = '';
}, (reason) => {
});


举报

相关推荐

0 条评论