Commit 4fd732d5 authored by nature's avatar nature

placeholder 处理

parent 591fbf22
......@@ -222,10 +222,10 @@ export default {
showBigPic (index) {
let vm = this
if (vm.previewImage) {
const imageFiles = vm.fileList
.filter(item => isImageDataUrl(item.content))
/* const imageFiles = vm.fileList
.filter(item => isImageDataUrl(item.content)) */
ShowPicturePlugin.show({
imgList: imageFiles,
imgList: vm.fileList,
startPosition: index,
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment