var htmc = this.paper.displayObject.drawToCanvas(this.paper.displayObject.width, this.paper.displayObject.height, 0,0);
htmc.destroy();
--------》
__proto.destroy=function(){
this._ctx && this._ctx.destroy();
this._ctx=null;
}
在这里,this.ctx并没有destroy方法,native上直接崩溃