提交 eda4ef45 编写于 作者: D DCloud_LXH

chore(H5): chooseImage

上级 f4adc423
......@@ -23,7 +23,7 @@ export const ChooseImageOptions: ApiOptions<API_TYPE_CHOOSE_IMAGE> = {
if (extension instanceof Array && extension.length === 0) {
return 'param extension should not be empty.'
}
if (!extension) params.extension = ['']
if (!extension) params.extension = ['*']
},
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册