Commit 25e54419 by linjinhong

点击图片的bug修复

parent 7daef452
...@@ -359,6 +359,9 @@ export default { ...@@ -359,6 +359,9 @@ export default {
} }
}, },
selectImg(it, i) { selectImg(it, i) {
if (this.isView) {
return;
}
// this.selectImgIndexList.push(i) // this.selectImgIndexList.push(i)
let item = this.imgList.find((img) => img.fileName === it.fileName); let item = this.imgList.find((img) => img.fileName === it.fileName);
if (item) return; if (item) return;
......
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