时间:2019-05-07 来源:小程序工厂
是有这个问题 暂时用 chooseImage
https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
但是引入了后,
调用chooseImage的时候会报不是一个函数:
Uncaught TypeError: wx.miniProgram.chooseImage is not a function,
调用代码如下:
wx.miniProgram.chooseImage({
count: 1,
sizeType: ['original', 'compressed'],
sourceType: ['album', 'camera'],
success (res) {
// tempFilePath可以作为img标签的src属性显示图片
const tempFilePaths = res.tempFilePaths
}
})
不要引入以前的公众号SDK