fix:优化上传图片组件数量限制
This commit is contained in:
@@ -26,7 +26,7 @@ class UploadImagesTool {
|
|||||||
}) async {
|
}) async {
|
||||||
await chooseCamera(
|
await chooseCamera(
|
||||||
context: context,
|
context: context,
|
||||||
max: max ?? 9,
|
max: max,
|
||||||
oSSAccessKeyId: oSSAccessKeyId ?? '',
|
oSSAccessKeyId: oSSAccessKeyId ?? '',
|
||||||
ossHost: ossHost ?? '',
|
ossHost: ossHost ?? '',
|
||||||
ossDirectory: ossDirectory ?? '',
|
ossDirectory: ossDirectory ?? '',
|
||||||
|
|||||||
Reference in New Issue
Block a user