随笔分类 -  H5

摘要:template <div class="qr-code qr-btn" @click="qrCodeSearch"> <i class="iconfont icon-weibiaoti--2"></i> </div> methods qrCodeSearch() { this.$router.pu 阅读全文
posted @ 2022-01-13 16:51 吃饭睡觉打痘痘 阅读(487) 评论(0) 推荐(1)
摘要:let imgSrc = that.swiperList[index].picUrl; let img = new Image(); img.onload = ()=> { that.getImageMainColor(img, index);// 图片标记 } img.src=imgSrc; ge 阅读全文
posted @ 2021-07-02 17:30 吃饭睡觉打痘痘 阅读(309) 评论(0) 推荐(0)
摘要:1.H5 中 判断 是否 是 wifi环境 总结:H5中不好判断是否是wifi环境 原因:实现方法少,浏览器兼容性不好 实现代码: let connection = navigator.connection || navigator.mozConnection || navigator.webkit 阅读全文
posted @ 2021-04-22 21:04 吃饭睡觉打痘痘 阅读(171) 评论(0) 推荐(0)