弹层组件使用办法:

引入js/popup.js组件
new Popup(document.getElementById("btn"),document.getElementById("popup-main")).init();
其中document.getElementById("btn")弹层触发按钮,
document.getElementById("popup-main")为用户自定义的弹出界面,弹出界面要添加<div class="popup-main" id="popup-main"></p>包裹