From 09c8e587ba36cad4ae6ab49c782c851f07ab2f0b Mon Sep 17 00:00:00 2001 From: dmcBig Date: Tue, 5 Sep 2017 17:30:23 +0800 Subject: [PATCH] fix bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11061a..6e8beeb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ html code: index.js code: var imgs=document.getElementsByName('imgView'); - var args={'showThumbnail':true, + var args={ 'showThumbnail':true, 'selectMode':101,//101=PICKER_IMAGE_VIDEO , 100=PICKER_IMAGE , 102=PICKER_VIDEO 'maxSelectCount':12, //default 40 (Optional) 'maxSelectSize':188743680,//188743680=180M (Optional)