通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
``` 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) } }] }); ```