hdjs
hdjs copied to clipboard
sweetalert功能加强
//SweetAlert swal: function (title, content, type) { require(['package/sweetalert.min', 'lodash'], function (swal, ) { if (.isObject(title)) { swal(title).then(content)//这里增加了回调,因为原消息确认框有点丑 想用这个组件 } else { swal(title, content, type) } }); },
图片上传弹出建议菜单 本地上传 | 图片管理 | 插入图片 就是一个输入图片地址的框