摘要:
1. 原生js的Base64方法 encodeURIComponent() 函数可把字符串作为 URI 组件进行编码,有一个必传参数. unescape() 函数可对通过 escape() 编码的字符串进行解码。 // base编码 // value 是编码后的值 // input 是需要编码的值 阅读全文
摘要:
错误如下 拿到公司一个小哥哥的代码,一来就报了一堆bug,吓得我先写一篇博客 vue.runtime.esm.js?2b0e:619 [Vue warn]: Duplicate keys detected: '/system'. This may cause an update error. fou 阅读全文
摘要:
小程序手势缩放 利用小程序原生API 可以实现手势缩放的功能 官方链接(预览图片) 具体使用如下: .wxml <image src="{{ imgList }}" class="priceImg" bindtap="previewImage" mode="widthFix"> </image> . 阅读全文