Skip to content

Commit

Permalink
fix doc: uni.getSavedFileList(OBJECT) string -> number
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasttian committed Jul 24, 2020
1 parent ec22b2b commit 7eb248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/file/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ uni.chooseImage({
|:-|:-|:-|
|filePath|String|文件的本地路径|
|createTime|Number|文件的保存时的时间戳,从 `1970/01/01 08:00:00` 到该时刻的秒数。|
|size|String|文件大小,以字节为单位。|
|size|Number|文件大小,以字节为单位。|

**示例代码:**

Expand Down

0 comments on commit 7eb248e

Please sign in to comment.