Skip to content

Commit 1fe6ff8

Browse files
authored
Merge pull request #120 from ttzztztz/fix-80-dev
fix: uploader#80)
2 parents ce6244c + 4033261 commit 1fe6ff8

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)