- bindgetphonenumber回调中可以拿到用户信息么
getPhoneNumber 获取用户手机号,可以从bindgetphonenumber回调中获取到用户信息 请问可以拿到用户信息么 还是需要在做个按钮去授权才能拿到用户信息,我看文档里面只拿到了手机号 ,没有用户信息
2018-12-13 - 图片上传的时候图片有2m多 返回的size就几百k
wx.chooseImage图片上传的时候图片有2m多 返回的size就几百k 是压缩了图片么 现在做得图片买卖的程序 上传的图片需要大于1m
2018-12-12 - 老是写着写着黑屏,显卡驱动也更新了,还是黑屏
老是写着写着黑屏,显卡驱动也更新了,还是黑屏 工具也设置了使用独显,还是喜欢黑屏,求解决
2018-08-08 - open-type="share" onShareAppMessage不触发
button open-type="share" 不写onShareAppMessage 能分享 写了onShareAppMessage 不触发 <button open-type="share" class='fenxiang'></button> //分享 onShareAppMessage: function (res) { console.log('123'); if (res.from === 'button') { console.log(res.target) } return { title: '123123', path: '/pages/list/play/play?id='+this.data.playid, success: function (res) { }, fail: function (res) { } } }, // 生命周期函数--监听页面显示 onShow: function() { },
2018-08-02