12 2017 档案

摘要:render() { const nav = this.props.nav const text = nav && nav.length > 5 ? this.strHandle(nav,5)+'......' : nav; return ( } onLeftClick={() => window.history.back... 阅读全文
posted @ 2017-12-27 09:26 winyh 阅读(356) 评论(0) 推荐(0) 编辑
摘要:用SPA做微信h5,调用微信jssdk的页面,安卓微信上木有问题,ios微信报当前url未注册 经过调试,是ios微信版本问题导致页面跳转url未变化,导致验签失败 所以我们大致的思想就是:在ios微信环境中(判断浏览器环境请参考我的另一篇文章–js判断浏览器环境),如果跳转页面与当前页面的url不一致,那么就重载刷新整个跳转页面 因为项目使用vue,所以我们使用vue-router的钩子... 阅读全文
posted @ 2017-12-15 16:15 winyh 阅读(1000) 评论(0) 推荐(0) 编辑
摘要:1.'Failed to open stream: Permission denied' error - Laravel 阅读全文
posted @ 2017-12-14 20:58 winyh 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-08 09:12 winyh 阅读(2626) 评论(0) 推荐(0) 编辑
摘要:handleLike(item,index){ var id = item.id; _ENV.post( _ENV.HOST+'/communion/video-up', {'user_id':localStorage.getItem('uid'),'video_id':id} ).then(res => { let data ... 阅读全文
posted @ 2017-12-06 16:46 winyh 阅读(1701) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示