摘要:
录视频和压缩 videoRecording() { let that = this; uni.showLoading({ title: '正在加载...' }) uni.chooseVideo({ count: 1, sourceType: ['camera'], maxDuration: 30, 阅读全文
摘要:
前言 使用uniapp实现移动APP端:拍照->压缩拍下的图片->获取压缩后的图片信息->使用canvas画水印图片->保存本地->读取预览 实现 <template> <view> <view class="" v-for="(item,index) in imageList" :key="ind 阅读全文