问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 需求 wx.chooseImage 工具 v1.02.1808101 2.2.3
wx.chooseImage中设置count值为4,依然可以选择9张,是写法有问题吗?
代码:
wx.chooseImage({
count: 4, // 默认9
sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有
sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有
success: function(res) {
}
})
微信小程序开发问题解答
微信小程序开发者回答:
你好,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/weixinxiaochengxu/48186.html