摘要: wx.login({ success: function (res) { var code = res.code; if (code) { console.log('获取用户登录凭证:' + code); // --------- 发送凭证 ------------------ wx.req... 阅读全文
posted @ 2017-08-21 22:19 爱吃醋的工程师 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Page({ onShareAppMessage: function (res) { if (res.from === 'button') { // 来自页面内转发按钮 console.log(res.target) } return { title: '自定义转发标题', path: '/page/user?id=12... 阅读全文
posted @ 2017-08-21 13:16 爱吃醋的工程师 阅读(156) 评论(0) 推荐(0) 编辑