随笔分类 -  移动端

摘要:1、npm install postcss-px2rem-exclude --save "postcss-px2rem-exclude": "0.0.6",项目里使用 .postcssrc.js module.exports = { "plugins": { "postcss-import": {} 阅读全文
posted @ 2021-05-31 16:16 sosolucky 阅读(1902) 评论(0) 推荐(0) 编辑
摘要:兼容方式 var stringDate = '2000-01-01 01:01:00';var time = new Date(stringDate.replace(/-/g, '/')).getTime(); 阅读全文
posted @ 2021-04-14 09:49 sosolucky 阅读(104) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <mescroll-vue ref="mescroll" :up="mescrollUp" @init="mescrollInit"> <div class="events-content">事件内容 </div> </mescroll-vue> </div> </ 阅读全文
posted @ 2021-04-12 11:14 sosolucky 阅读(253) 评论(0) 推荐(0) 编辑
摘要:微信公众号退出问题1、判断是否是微信端登录 main.js 2、退出按钮 阅读全文
posted @ 2019-10-30 18:06 sosolucky 阅读(842) 评论(0) 推荐(0) 编辑
摘要:1、request,js 2、scanCode.js // 公众js 微信扫一扫 3、main.js 判断兼容IOS 4、在用的组件里使用 created () { if (!isIOS) { requestWxstr () } } 阅读全文
posted @ 2019-10-30 11:13 sosolucky 阅读(783) 评论(0) 推荐(0) 编辑

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