急!!!! Graphics 的BUG还是?

Graphics 画了一条线 在浏览器调试正常 但是微信显示三条同样的线 请问是我的问题还是???

this.ctx.clear()

    //this.ctx.lineWidth = 10;

    //this.ctx.fillColor.fromHEX('#ff0000');

    this.ctx.moveTo(target.x,target.y);

    this.ctx.lineTo(end.x,end.y);

    this.ctx.stroke();