摘要: 解决方案: 一、在node_module里找到fastClick文件,然后找到focus方法,加一句focus方法即可解决:FastClick.prototype.focus = function(targetElement) { var length; if (deviceIsIOS && tar 阅读全文
posted @ 2019-07-28 09:09 BloggerSb 阅读(520) 评论(0) 推荐(0)