在weui.js升级到1.0版本之后,就实现不了二级弹出框,经过自己多次调式发现,weui.js在1.0中给alert,confirm等都给定一样的类名,和z-index的值,请问有没有大神指教如何实现这个二级弹出框?谢谢
// 多次使用
var alert = weui.alert('hello');
alert.hide(function(){
});