小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.chooseimage拍照后的编辑功能?以前有编辑功能,最近该功能没了,请问如何打开?小程序为大学生作业系统,拍照后需要编辑掉空白和方向,影响面很大,望能尽快解决!谢谢!(没有编辑功能,用户体验极其差) https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.chooseImage.html
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
感谢反馈,我们后续考虑下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
官方也不给答复了
您好!请问你的这个问题解决了吗,我的也有这个问题!
两年了还是不能编辑
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
另外,请扫描下图贴一下截图
let that = this
wx.chooseImage({
count: 1,
sizeType: ['compressed'], // compressed original
//sourceType: ['camera'], // album camera
success(res) {
let tempFilePaths = res.tempFilePaths
that.setData({
file: tempFilePaths[0]
})
// util.tryCompressImage(tempFilePaths[0], file => {
// that.setData({
// file: file
// })
},
fail(res) {
file: null
}
我在ios手机试的,选择图片时可以点击图片预览,那里有编辑选项
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
感谢反馈,我们后续考虑下
官方也不给答复了
您好!请问你的这个问题解决了吗,我的也有这个问题!
两年了还是不能编辑
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
另外,请扫描下图贴一下截图
let that = this
wx.chooseImage({
count: 1,
sizeType: ['compressed'], // compressed original
//sourceType: ['camera'], // album camera
success(res) {
let tempFilePaths = res.tempFilePaths
that.setData({
file: tempFilePaths[0]
})
// util.tryCompressImage(tempFilePaths[0], file => {
// that.setData({
// file: file
// })
// })
},
fail(res) {
that.setData({
file: null
})
}
})
我在ios手机试的,选择图片时可以点击图片预览,那里有编辑选项