Results 1 comments of deal.py

在他的js文件里初始化canvas的时候是默认按page里初始化的,在组件中使用canvas时需要在后面再加一个参数this(page中好像是默认的),在1928行的地方,1913行的构造函数参数里把这个this也加上就可以用了 ![image](https://user-images.githubusercontent.com/28110224/70017455-1ba52a00-15be-11ea-802d-b7daa70bc570.png) ![image](https://user-images.githubusercontent.com/28110224/70017303-b5200c00-15bd-11ea-9711-7a981e0f6320.png) 原因:https://blog.csdn.net/Andrew83/article/details/88716874 ![image](https://user-images.githubusercontent.com/28110224/70017546-5d35d500-15be-11ea-8dd8-907eecc592dc.png)