未验证 提交 cce58996 编写于 作者: O openharmony_ci 提交者: Gitee

!16018 修改picker文档中Promise返回值格式

Merge pull request !16018 from 胡伟奇/cherry-pick-1678784382
......@@ -40,7 +40,7 @@ select(option?: PhotoSelectOptions) : Promise<PhotoSelectResult>
| 类型 | 说明 |
| ----------------------------- | :---- |
| [PhotoSelectResult](#photoselectresult) | 返回photoPicker选择后的结果集 |
| Promise<[PhotoSelectResult](#photoselectresult)> | Promise对象。返回photoPicker选择后的结果集 |
**示例:**
......@@ -150,7 +150,7 @@ save(option?: PhotoSaveOptions) : Promise<Array<string>>
| 类型 | 说明 |
| ----------------------------- | :---- |
| <Array<string>> | 返回photoPicker保存图片或视频文件后的结果集 |
| Promise<Array<string>> | Promise对象。返回photoPicker保存图片或视频文件后的结果集 |
**示例:**
......@@ -270,7 +270,7 @@ select(option?: DocumentSelectOptions) : Promise<Array<string>>
| 类型 | 说明 |
| ----------------------------- | :---- |
| <Array<string>> | 返回documentPicker选择后的结果集 |
| Promise<Array<string>> | Promise对象。返回documentPicker选择后的结果集 |
**示例:**
......@@ -377,7 +377,7 @@ save(option?: DocumentSaveOptions) : Promise<Array<string>>
| 类型 | 说明 |
| ----------------------------- | :---- |
| <Array<string>> | 返回documentPicker保存后的结果集 |
| Promise<Array<string>> | Promise对象。返回documentPicker保存后的结果集 |
**示例:**
......@@ -497,7 +497,7 @@ select(option?: AudioSelectOptions) : Promise<Array<string>>
| 类型 | 说明 |
| ----------------------------- | :---- |
| <Array<string>> | 返回audioPicker选择音频后的结果集 |
| Promise<Array<string>> | Promise对象。返回audioPicker选择音频后的结果集 |
**示例:**
......@@ -603,7 +603,7 @@ save(option?: AudioSaveOptions) : Promise<Array<string>>
| 类型 | 说明 |
| ----------------------------- | ---- |
| <Array<string>> | 返回audioPicker保存音频文件后的结果集 |
| Promise<Array<string>> | Promise对象。返回audioPicker保存音频文件后的结果集 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册