获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 怎么能做到像美图秀秀小程序那样,使用手机自带的相机界面
有这样的接口吗?必须要使用camrea吗?
2018-10-08 - ios 调用wx.chooseImage没有反应.没有报错,没有提示
相册选取 albumSel() { var that = this; wx.chooseImage({ count: 1, sourceType: "album", success: function(res) { var path = res.tempFilePaths[0]; that.setData({ imgPath: path }) 这是js代码,安卓没有问题,ios就没有反应了
2018-09-10