|
@@ -571,6 +571,8 @@ export default {
|
|
|
bind(el, binding) {
|
|
|
const clickHandle = (e)=>{
|
|
|
//console.log(e.target.className)
|
|
|
+ //如果弹窗没打开就没必要执行了
|
|
|
+ if(!(this&&this.isOpenDetail)) return
|
|
|
const isCurrentTarget = el.contains(e.target)||e.target.className==='el-popover el-popper'||['shareLink','copy'].some(str => e.target.className.includes(str))
|
|
|
if(isCurrentTarget){
|
|
|
return false
|