NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
``` FoxUI.loader.show('mini');//loading FoxUI.loader.hide(); FoxUI.toast.show('取消支付');//自动消失 FoxUI.alert('下单失败'); FoxUI.confirm('内容','标题',function(){ console.log("确定"); },function(){ console.log("取消"); }); FoxUI.message.show({ title: "很遗憾,您没有中奖!", icon: 'icon icon-wrong', content: '', buttons: [{ text: '确定', extraClass: 'btn-danger', onclick: function () { console.log(11) } }] }); ```