hdjs icon indicating copy to clipboard operation
hdjs copied to clipboard

基本模块化的前端组件库

Results 4 hdjs issues
Sort by recently updated
recently updated
newest added

//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) } }); }, 图片上传弹出建议菜单 本地上传 |...

没有看到hdjs文件夹和util.js文件啊

1. ueditor中“附件上传”使用不了,后端功能不知道在哪里添加,文档不清晰 2. 上传图片组件和上传文件组件后台功能口是同一个,如果一个页面上用到两个组件,没办法分开