摘要: //禁止关闭遮罩 window.addEventListener('tap', function(e) { e.target.className == 'mui-backdrop mui-active' && e.stopPropagation(); },true); 阅读全文
posted @ 2019-04-09 16:15 Charlie098765 阅读(877) 评论(0) 推荐(0) 编辑