Skip to content

Commit 4033261

Browse files
committed
fix: uploader (#80)
1 parent 0a49724 commit 4033261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uploader/uploader.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Component({
8181
if (this.uploading) return
8282
wx.chooseImage({
8383
count: this.data.maxCount - this.data.files.length,
84+
sizeType: this.data.sizeType,
85+
sourceType: this.data.sourceType,
8486
success: (res) => {
8587
// console.log('chooseImage resp', res)
8688
// 首先检查文件大小

0 commit comments

Comments
 (0)