hdjs icon indicating copy to clipboard operation
hdjs copied to clipboard

sweetalert功能加强

Open zhanglinqing opened this issue 6 years ago • 0 comments

//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) } }); },

图片上传弹出建议菜单 本地上传 | 图片管理 | 插入图片 就是一个输入图片地址的框

zhanglinqing avatar Jan 06 '20 01:01 zhanglinqing