wx.chooseImage 导致页面跳回首页
selectCover: function (e){ var that = this ; wx.chooseImage({ count: 1, sizeType: [ "original" , "compressed" ], sourceType: [ 'album' , 'camera' ], success: function (res) { that.setData({ cover: res.tempFilePaths[0] }); } }); }, |
代码如下,选择完照片后会导致小程序跳转到首页。
4 回复
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。