feat:图片上传组件修复文字提示

This commit is contained in:
2026-01-27 14:58:14 +08:00
parent 5b594b471f
commit 5287f5f7cd

View File

@@ -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 ?? '',