微信小程序获取步数没有服务器怎么解密,微信小程序获取步数权限,小程序权限检查...

/**

* 检查授权*/checkWerunAuthorize:function(){

let that= this;

wx.getSetting({

success(res) {if (!res.authSetting['scope.werun']) {

wx.authorize({

scope:'scope.werun',

success() {//用户已经同意小程序使用功能

that.getWeRunData();

},

fail: res=>{

console.log(res);

console.log("当初用户拒绝,再次发起授权")

wx.showModal({

title:'提示',

content:'需要您授权获取您的微信步数',

showCancel:false,

success: modalSuccess=>{

wx.openSetting({

success(settingdata) {if (settingdata.authSetting['scope.werun']) {

wx.showModal({

title:'提示',

content:'获取权限成功,再次点击获取',

showCancel:false,

})

}else{

wx.showModal({

title:'提示',

content:'获取权限失败,将无法获取您的微信步数',

showCancel:false,

})

}

},

fail(failData) {

console.log("failData", failData)

},

complete(finishData) {

console.log("finishData", finishData)

}

})

}

})

}

})

}else{

console.log(5);

that.getWeRunData();//已经获得权限可以,进行相关操作

}

}

});

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值