11 2017 档案

摘要:微信浏览器内建的WeixinJSBridge 实现“返回”操作 WeixinJSBridge.call('closeWindow'); 阅读全文
posted @ 2017-11-22 13:41 RyanxChen 阅读(1338) 评论(0) 推荐(0)
摘要:or 先改变本机的sass下载的数据源 然后 安装 npm更换成淘宝的源 npm config set registry https://registry.npm.taobao.org – 配置后可通过下面方式来验证是否成功 npm config get registry 也可安装nrm【管理npm 阅读全文
posted @ 2017-11-16 21:27 RyanxChen 阅读(4941) 评论(0) 推荐(1)
摘要:~function(){ const nextPushTime = $('#nextPushTime_promotion_push'); const prevTime = new Date('2017-11-12 16:53:00').getTime() + 2*24*60*60*1000; const nowTime = new D... 阅读全文
posted @ 2017-11-14 16:52 RyanxChen 阅读(409) 评论(0) 推荐(0)
摘要:情景:微信公众号使用vue开发的单页面,在安卓端点击按钮访问显示404,ios访问正常问题,能正常显示。 解决:将微信公众号菜单按钮设置的路径中把WWW去掉后,安卓、ios都能正常访问。 问题路径www.xxx.com/aaa/index.html#/login 没问题路径 xxx.com/aaa/ 阅读全文
posted @ 2017-11-13 19:07 RyanxChen 阅读(1081) 评论(0) 推荐(0)
摘要:sticky footer 布局 add remove sesafsdfsdfsdfs footer 阅读全文
posted @ 2017-11-12 20:51 RyanxChen 阅读(141) 评论(0) 推荐(0)