提交 95dde5e4 编写于 作者: 璃白.'s avatar 璃白. 🌻

feat:示例

上级 cafa1cd8
......@@ -22,6 +22,17 @@
canAttachFile: true,
onChange: function(res) {
console.log(res);
},
onUpload: function(fileList, callback) {
new Promise((res, rej) => {
setTimeout(() => {
res(fileList);
}, 2000);
}).then(res => {
callback(
"https://img2.baidu.com/it/u=3681880960,455182084&fm=26&fmt=auto&gp=0.jpg"
);
});
}
});
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册