xlfsummer

Results 7 issues of xlfsummer

https://github.com/xlfsummer/mp-painter/issues/24#issuecomment-660571244 > 这个可以详细说一下复现步骤 , > ![image](https://user-images.githubusercontent.com/9585379/87865191-c549f780-c9a4-11ea-8ea8-412e2284520c.png)

**问题描述** iOS app 中文本宽度测量异常 **复现步骤** 见 https://ask.dcloud.net.cn/question/99565?notification_id-755261__rf-false__item_id-129419#!answer_129419

help wanted

支持渐变填充 - 线性渐变,设置渐变角度 - 径向渐变 - Color stop

enhancement

`placeholde` should be `placeholder` according to https://element.eleme.cn/#/zh-CN/component/date-picker

```js Page({ onLoad(){ // this.greeting 无提示,类型为 any }, greeting(name) { return "Hello " + name; } }) ```