随笔分类 - H5
摘要:template <div class="qr-code qr-btn" @click="qrCodeSearch"> <i class="iconfont icon-weibiaoti--2"></i> </div> methods qrCodeSearch() { this.$router.pu
阅读全文
摘要:let imgSrc = that.swiperList[index].picUrl; let img = new Image(); img.onload = ()=> { that.getImageMainColor(img, index);// 图片标记 } img.src=imgSrc; ge
阅读全文
摘要:1.H5 中 判断 是否 是 wifi环境 总结:H5中不好判断是否是wifi环境 原因:实现方法少,浏览器兼容性不好 实现代码: let connection = navigator.connection || navigator.mozConnection || navigator.webkit
阅读全文

浙公网安备 33010602011771号