Results 9 issues of wYuJian

span解析出来内联样式失效 ![image](https://user-images.githubusercontent.com/29095188/68291940-d9bfbb80-00c5-11ea-9cf6-431f4db4a7ad.png) ![image](https://user-images.githubusercontent.com/29095188/68291962-e47a5080-00c5-11ea-833b-5f7422dc9bb9.png)

### Summary 简述 设置宽度150高度150canvas里面的图表无法自动适配到150*150 ### Expect 期望结果 ### Reproduce 重现示例 ![image](https://user-images.githubusercontent.com/29095188/62094828-08511d80-b2b1-11e9-8282-ad258d258e38.png)

echarts5.1.2对应echarts-gl2.0.5三维地图有些块缺失填充色 ![image](https://user-images.githubusercontent.com/29095188/124345899-4fb75580-dc0e-11eb-95dc-b928fa47f04f.png) ![image](https://user-images.githubusercontent.com/29095188/124345923-78d7e600-dc0e-11eb-8997-719be22275f9.png)

怎么样适配各种屏幕?

执行不了eventGetImage是什么情况? ![image](https://user-images.githubusercontent.com/29095188/62266248-29a13d80-b45a-11e9-9737-ac67f3027b3d.png) ![image](https://user-images.githubusercontent.com/29095188/62266257-30c84b80-b45a-11e9-92c3-dbcfc67992c8.png) ![image](https://user-images.githubusercontent.com/29095188/62266259-345bd280-b45a-11e9-9283-1db01b509652.png)

在vue中如何使用mapv

### 版本 2.0.36 ### 转载链接 [www.uviewui.com](https://www.uviewui.com/components/calendar.html) ### 重现步骤 script: this.maxDate = uni.$u.timeFormat(Number(new Date()), "yyyy/mm/dd"); this.minDate = (new Date().getFullYear()-3) +"/01/01"; this.defaultDate = [uni.$u.timeFormat(Number(new Date()), "yyyy/mm/dd")]; ### 期望的结果是什么? defaultDate设置有效以及不报警告 ### 实际的结果是什么? 报了两千来个警告:new...

上传视频时发生错误: unsupported file type: video/mp4;这个是需要后台配置么 ?

在循环上传文件的时config中的mergeUrl、query始终为一个值,未根据列表设置 weiXinNewUpload(taskInfo,fileIdx,taskIdx){ let mergeUrl = this.$setting.baseURL + '/' + this.$setting.ms_sobey_api +"material/v2/upload/multipart/weixin/merge"; mergeUrl += ((mergeUrl.indexOf('?') == -1) ? '?' : '&') + 'access_token=' + this.vuex_token.access_token; mergeUrl += ((mergeUrl.indexOf('?') == -1) ?...