ios 调用wx.chooseImage偶尔出现整个微信闪退
var that = this
wx.chooseImage({
count: 1,
success: function (res) {
that.setData({
img1: res.tempFilePaths[0]
})
},
})
就一台测试机出现这种情况
var that = this
wx.chooseImage({
count: 1,
success: function (res) {
that.setData({
img1: res.tempFilePaths[0]
})
},
})
就一台测试机出现这种情况