去除打印

This commit is contained in:
2025-09-28 16:29:08 +08:00
parent 87bb23a9a4
commit 612dd4eac1
10 changed files with 0 additions and 16 deletions

View File

@@ -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', // 裁剪比例