From 3e331fc7267887e0a17bcf3abf37392aafc69db1 Mon Sep 17 00:00:00 2001 From: LuckyHH Date: Mon, 28 Sep 2020 15:20:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E8=BD=BD=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro/types/api/files/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro/types/api/files/index.d.ts b/packages/taro/types/api/files/index.d.ts index 485fc48aba86..e0fed29c9bdd 100644 --- a/packages/taro/types/api/files/index.d.ts +++ b/packages/taro/types/api/files/index.d.ts @@ -24,7 +24,7 @@ declare namespace Taro { } interface SuccessCallbackResult extends General.CallbackResult { /** 存储后的文件路径 */ - savedFilePath: number + savedFilePath: string /** 调用结果 */ errMsg: string }