摘要: 主要知识点:wx-open-launch-weapp 首先获取微信签名 wx.config({ debug: true, appId: res.appId, // 必填,公众号的唯一标识 timestamp: res.timestamp, // 必填,生成签名的时间戳 nonceStr: res.n 阅读全文
posted @ 2021-01-14 10:50 青云码上 阅读(515) 评论(0) 推荐(0) 编辑
摘要: <script> document.body.style.setProperty('--main-color', '#0f0'); </script> .box{ width: 100px; height: 100px; background: var(--main-color); } 修改主题色只 阅读全文
posted @ 2021-01-14 10:38 青云码上 阅读(603) 评论(0) 推荐(0) 编辑
摘要: yarn add mobile-detect -S import MobileDetect from 'mobile-detect' // alert("进来了") var userAgent = navigator.userAgent;//获取userAgent信息 console.log(use 阅读全文
posted @ 2021-01-14 10:16 青云码上 阅读(2774) 评论(1) 推荐(0) 编辑