From c218dd1c27ee933d85b68d1c82d0365e511ab7e8 Mon Sep 17 00:00:00 2001 From: Bao Hua Date: Wed, 6 Jun 2018 15:29:08 +0800 Subject: [PATCH] add cancel prop on IchooseImage --- types/jweixin/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/jweixin/index.d.ts b/types/jweixin/index.d.ts index 6db4ac213f..b656e81ecc 100644 --- a/types/jweixin/index.d.ts +++ b/types/jweixin/index.d.ts @@ -210,6 +210,7 @@ declare namespace wx { localIds: string[]; errMsg: string; }): void; + cancel(): void; } /** * 从本地相册选择图片或使用相机拍照。