随笔分类 - 移动端
摘要:1、npm install postcss-px2rem-exclude --save "postcss-px2rem-exclude": "0.0.6",项目里使用 .postcssrc.js module.exports = { "plugins": { "postcss-import": {}
阅读全文
摘要:兼容方式 var stringDate = '2000-01-01 01:01:00';var time = new Date(stringDate.replace(/-/g, '/')).getTime();
阅读全文
摘要:<template> <div> <mescroll-vue ref="mescroll" :up="mescrollUp" @init="mescrollInit"> <div class="events-content">事件内容 </div> </mescroll-vue> </div> </
阅读全文
摘要:微信公众号退出问题1、判断是否是微信端登录 main.js 2、退出按钮
阅读全文
摘要:1、request,js 2、scanCode.js // 公众js 微信扫一扫 3、main.js 判断兼容IOS 4、在用的组件里使用 created () { if (!isIOS) { requestWxstr () } }
阅读全文