fix:优化上传图片组件数量限制

This commit is contained in:
2025-12-26 17:37:01 +08:00
parent d4644e00e6
commit 14c081c0e3

View File

@@ -26,7 +26,7 @@ class UploadImagesTool {
}) async {
await chooseCamera(
context: context,
max: max,
max: max??9,
oSSAccessKeyId: oSSAccessKeyId ?? '',
ossHost: ossHost ?? '',
ossDirectory: ossDirectory ?? '',