魅族pro5安卓7.0 wx.chooseImage 接口调用,点击相机拍照后,无法更新图片显示到页面,微信小程序会直接刷新。opentype="share" 按钮今天开始突然不生效--微信小程序开发 ...。别的机型操作正常。
直接选择图片然后显示没问题,别的手机型号操作没问题。
index.wxml 代码:
index.js 代码
chooseImage: function(e) {
var _this = this
wx.chooseImage({
count: 1,
success: function (res) {
var tempFilePaths = res.tempFilePaths
_this.setData({
tempFilePaths: res.tempFilePaths
})
}
}
希望官网能及时修复一下这个bug
本文网址:http://www.91bianli.com/kaifazhinan/72342.html