omitchen

Results 7 comments of omitchen

[ "import", [ { "libraryName": "antd-mobile", "style": "css" }, { "libraryName": "antd", "style": "css" } ] ]

> ``` > function setTimeout(fn, time) { > let flag = true; > const start = new Date(); > while (flag) { > const end = new Date() > if(end...

``` this.off(event) ``` 执行一次把前面所有订阅的事件都卸载了,不太合适吧

``` var deleteNode = function (head, val) { if (head.val === val) { return head.next } head.next = deleteNode(head.next, val); return head } ```

> ```js > viewabilityConfigCallbackPairs={ > viewabilityConfigCallbackPairs.current > } > ``` This method still has no response in my project. Although no error is reported, onViewableItemsChanged will not be executed.

> 我想知道你是否可以将“touchEnabled”选项设置为true并且滑块中的图像具有链接。 > > 在v4.2.15上应用补丁'...,{passive:true}'时,将鼠标移到滑块上时会出现下一个错误。 > `Uncaught TypeError: ((k.event.special[o.origType] || {}).handle || o.handler).apply is not a function` +1