There was an error while loading. Please reload this page.
1 parent 0a49724 commit 4033261Copy full SHA for 4033261
src/uploader/uploader.ts
@@ -81,6 +81,8 @@ Component({
81
if (this.uploading) return
82
wx.chooseImage({
83
count: this.data.maxCount - this.data.files.length,
84
+ sizeType: this.data.sizeType,
85
+ sourceType: this.data.sourceType,
86
success: (res) => {
87
// console.log('chooseImage resp', res)
88
// 首先检查文件大小
0 commit comments