bug 显示:
image.png
出现bug的操作切换菜单就多一个弹框,且这个弹窗不能关闭不能移动
image.png
原因
原源码有bug。
原源码是 直接将html(源码的字符串模板弹窗) append 到 body 中。
引用 coppers.js 模板在每次切换(作为菜单切换)的时候会重新render这个插件,每render一次,就append一个html;情况如第一张图。
源码截图:
image.png
image.png
解决办法:
image.png
image.png