Commit 4fd732d5 authored by nature's avatar nature

placeholder 处理

parent 591fbf22
...@@ -222,10 +222,10 @@ export default { ...@@ -222,10 +222,10 @@ export default {
showBigPic (index) { showBigPic (index) {
let vm = this let vm = this
if (vm.previewImage) { if (vm.previewImage) {
const imageFiles = vm.fileList /* const imageFiles = vm.fileList
.filter(item => isImageDataUrl(item.content)) .filter(item => isImageDataUrl(item.content)) */
ShowPicturePlugin.show({ ShowPicturePlugin.show({
imgList: imageFiles, imgList: vm.fileList,
startPosition: index, 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