魏佳探

Results 6 issues of 魏佳探

![999](https://user-images.githubusercontent.com/12267829/44825375-ea141500-ac3c-11e8-82bf-6fdade674f89.jpg) 本地引入正常,从node_modules引入,valid.form方法,会触发submit默认提交。npm上不是最新的?但是都是1.1.4? 开始以为是jquery版本问题,升级到3.3.1,node_modules引入的也的确正常了?什么缘故呢?

![image](https://user-images.githubusercontent.com/12267829/29165141-6279d1a6-7df4-11e7-99cd-2f0931936260.png) 其他浏览器正常,就IE不正常。 package.json引用的版本是这样的: `"gulp-font-spider": ">=0.3.0",`

![image](https://user-images.githubusercontent.com/12267829/81519565-55037200-9374-11ea-9b12-67fc76655665.png)

![image](https://user-images.githubusercontent.com/12267829/42371527-53a40de8-8142-11e8-9f6e-bb5cc9ab71eb.png)

楼主在获取widthHalf,和heightHalf时改成如下可修正: var widthHalf = 0.5 * window.innerWidth; var heightHalf = 0.5 * window.innerHeight;