摘要: 上传图片裁剪 一、we-cropper 一款灵活小巧的canvas图片裁剪器 克隆至本地处理 git clone https://github.com/we-plugin/we-cropper.git npm方式引入 npm install we-cropper --save 图片裁剪常用于头像选择 阅读全文
posted @ 2022-06-29 18:15 时光独醒 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 在小程序中经常会有地图的需求,获取导航的时候,腾讯地图返回的经纬度和百度地图返回的经纬度会有偏差,这时候需要转换下。 /** * 返回两个经纬度之间的距离 * @param {string} lat1 起点纬度 * @param {string} lng1 起点经度 * @param {string 阅读全文
posted @ 2022-06-29 16:20 时光独醒 阅读(72) 评论(0) 推荐(0) 编辑