多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
``` 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) } }] }); ```