updated 去除在选择器中排除“我”
This commit is contained in:
parent
674b8e6405
commit
2aaa6ed776
@ -454,7 +454,7 @@
|
||||
var has = false;
|
||||
for(var i in _data){
|
||||
var value = _data[i];
|
||||
if(value.indexOf(name)>-1){ //是否存在该关系
|
||||
if(i&value.indexOf(name)>-1){ //是否存在该关系
|
||||
arr.push(i);
|
||||
has = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user