摘要: 微信小程序 云调用获取微信步数 前提是:已经获得 微信授权 : https://www.cnblogs.com/fps2tao/p/12490986.html /** * 获得运动步数 */ getWeRunData: function() { let that = this; console.lo 阅读全文
posted @ 2020-03-14 11:05 与f 阅读(2282) 评论(0) 推荐(0)
摘要: /** * 检查授权 */ checkWerunAuthorize:function(){ let that = this; wx.getSetting({ success(res) { if (!res.authSetting['scope.werun']) { wx.authorize({ sc 阅读全文
posted @ 2020-03-14 10:56 与f 阅读(2520) 评论(0) 推荐(0)