去除打印
This commit is contained in:
@@ -30,8 +30,6 @@ Component({
|
||||
mediaType: ['image'],
|
||||
sourceType: ['album', 'camera'],
|
||||
success: async function(res) {
|
||||
// console.log(res.tempFiles[0].tempFilePath)
|
||||
// console.log(res.tempFiles[0].size)
|
||||
wx.cropImage({
|
||||
src: res.tempFiles[0].tempFilePath, // 图片路径
|
||||
cropScale: '16:9', // 裁剪比例
|
||||
|
Reference in New Issue
Block a user