zhangleiii

Results 4 comments of zhangleiii

我今天也出现了类似的问题,上线项目,iOS选择器卡死,startDate赋值时,分隔符用逗号和点,在iOS会报错,暂时解决办法: ![image](https://user-images.githubusercontent.com/19758010/61841470-77043480-aec7-11e9-9f07-db41bf4ea6ff.png)

文档没有startDate的例子,没注意,分隔符我用了”,“,导致iOS报错,安卓没问题,startDate: new Date()里面分隔符用”/“和“-”都可以,逗号和点不行

都22年7月29了 window版啥时候上吖 是不是烂尾了

@lhb12345 我在React中是这么解决的 ```jsx this.refs.input.addEventListener("tribute-active-true", (e) => { setTimeout(() => { const tributePanels = document.getElementsByClassName('tribute-container'); const lastPanel = tributePanels[tributePanels.length - 1]; const { left, top } = lastPanel.style; if (left ===...