Commit f492eb2d authored by suhuiguang's avatar suhuiguang

1.解决问题marker选中不了

parent 8a39e93c
......@@ -80,6 +80,9 @@ class ExceptionArea extends Component {
const boh = new BaseObjHelper({ obj });
obj.baseObjHelper = boh;
this.setTopCardConf(obj, item.extData);
if(item._sprite && item._sprite.isSprite){
item._sprite.renderOrder = 0;
}
});
}
......
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