Commit be55ff7c by zhuzhequan

Merge remote-tracking branch 'origin/test' into test

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