From 3403387b4b8a0289b80de243b3ee8c2601d37096 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 16 Aug 2019 10:58:12 +0800 Subject: [PATCH] docs: update file.md --- docs/api/file/file.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/file/file.md b/docs/api/file/file.md index e9b64ac71..b5006944e 100644 --- a/docs/api/file/file.md +++ b/docs/api/file/file.md @@ -47,7 +47,7 @@ uni.chooseImage({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|√|√|x| +|√|x|√|√|√|√| **OBJECT 参数说明:** @@ -127,7 +127,7 @@ uni.getSavedFileInfo({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|√|√|x| +|√|x|√|√|√|√| **OBJECT 参数说明:** @@ -162,7 +162,7 @@ uni.getSavedFileList({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|x|√|√|√|x| +|√|x|√|√|√|√| **OBJECT 参数说明:** -- GitLab