您的位置:首页 > 博客中心 > 互联网 >

weui 弹出层

时间:2022-05-05 17:58

function dialog(title, msg, callback) {
        dialog2 = ‘        
确定
‘; if (!$(‘#dialog2‘).length) { $(‘body‘).append(dialog2); } else { $(‘#dialog2 .weui_dialog_title‘).html(title); $(‘#dialog2 .weui_dialog_bd‘).html(msg); } $(‘#dialog2‘).fadeIn(‘fast‘); $(‘#dialog2 .primary‘).on(‘click‘, function () { $(‘#dialog2‘).fadeOut(‘fast‘); var url = callback; if (url !== ‘‘) { window.location.href = url; } }); }

  

热门排行

今日推荐

热门手游