uniapp前端js来实现打开移动端的相机功能,并将图片通过七牛云获得图片网络地址保存到数据库一、如下
一、如下1.首先实现相机拍照功能利用uniapp的组件chooseImage:takePhoto(){ let self = this; uni.chooseImage({ count: 1, sizeType: ['compressed'], sourceType: ['camera'], success: function(res){ let tempFilePaths = res.tempFilePaths; sel