mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
Merge pull request #5140 from landluck/hotfix/fix_issue_4833
docs(uploader): add thumb prop desc
This commit is contained in:
commit
ff67d50ccc
@ -264,7 +264,7 @@ uploadFilePromise(fileName, chooseResult) {
|
||||
| --------- | ------------------------------------------------------ |
|
||||
| `url` | 图片和视频的网络资源地址 |
|
||||
| `name` | 文件名称,视频将在全屏预览时作为标题显示 |
|
||||
| `thumb` | 图片缩略图或视频封面的网络资源地址,仅对图片和视频有效 |
|
||||
| `thumb` | 图片缩略图或视频封面的网络资源地址,仅对图片和视频有效,`accept` 为 `video`时,真机不会返回该属性,建议使用 `media` 和 `media-type` 配合完成视频上传 |
|
||||
| `type` | 文件类型,可选值`image` `video` `file` |
|
||||
| `isImage` | 手动标记图片资源 |
|
||||
| `isVideo` | 手动标记视频资源 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user