Commit d5e614f9 authored by 高宇's avatar 高宇

点击蒙版关闭预览图片

parent ebe55409
......@@ -345,7 +345,12 @@ export default {
document.querySelector('.el-image-viewer__close').click()
}
},
// 点击蒙版关闭预览图片
/**
* @description: 点击蒙版关闭预览图片
* @author: gaoyu
* @param: imageId
* @return:
**/
handleClickStop(imageId) {
this.$nextTick(() => {
var domImageView = document.querySelector(`#${imageId} .el-image-viewer__mask`)
......
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