prettier ternary formatting 三元 jsx格式化 发表于 2018-11-14 | 阅读次数 https://github.com/prettier/prettier/issues/1009 https://github.com/prettier/prettier/issues/737 阅读全文 »
React-router history报错 this.context.router 发表于 2018-11-11 | 阅读次数 123456789101112131415161718192021222324252627282930*报警平台 报警项目:推手-FrontAg前端诊断 * 报警:本次报警监控从2018-11-11 13:50:00 到 2018-11-11 13:55:00, 共1条报警 报警内容为:2018-1 ... 阅读全文 »
jsx-no-lambda 发表于 2018-11-11 | 阅读次数 “jsx-no-lambda”在jsx中使用箭头函数,如果需要传参1customers.map( c => <Btn onClick={ () => this.deleteCust(c.id) } /> ); https://github.com/pala ... 阅读全文 »
x5video Android全屏播放显示不全问题 发表于 2018-11-09 | 阅读次数 问题 先忽略iOS 不支持H5同层播放器 Android下,X5内核浏览器(QQ浏览器,微信) 滚动至页面底部后 如果video的水平中心线在手机屏幕的水平中心线以下,点击播放video时窗口内容就会定位不准, demo123456789101112131415161718192021222324 ... 阅读全文 »
React defaultProps 设置window.innerHeigt 与 REM适配的坑 发表于 2018-11-05 | 阅读次数 123static defaultProps = { offsetTop: window.innerHeigt} REM适配会修改viewport 缩小0.5,实质为放大2倍 class的static属性在模块文件加载时即执行 所以,REM适配脚本必须在APP模块依 ... 阅读全文 »
scroll动画的坑 发表于 2018-11-01 | 阅读次数 scroll动画方向导致的scroll事件不一致 0.1到0.9不触发滚动事件 1.9到1.0不触发 个位变化触发滚动事件 0到1必定触发事件 2到1必定不触发 如果倒数第二次动画起始值为小数就要⚠️注意该问题了 阅读全文 »
Storage 阈值 发表于 2018-10-30 | 阅读次数 1sessionStorage.setItem('小于5M') 1234567// 优化数据存储大小const { data, activityList, ...storageData } = statesstorageData.activityList = ... 阅读全文 »
React style background与backgroundSize 发表于 2018-10-30 | 阅读次数 react组件行内样式1234var style = { background: `#ffffff url(${url})`, backgroundSize: 'cover'}; 在re-render时backgroundSiz ... 阅读全文 »
react-router 发表于 2018-10-17 | 阅读次数 12345const { history, location } = this.propshistory.push(router.get('invitationPurchase'))console.log(history, locaiton) // 还是原来的值console.l ... 阅读全文 »
iOS 11+ 轮播图片不显示 发表于 2018-09-25 | 阅读次数 图片样式12345.m-banner-img { display: block; width: 100%; height: 100%;} 阅读全文 »