Commit b4f3c1ca authored by 小耗子's avatar 小耗子

修改分享和步数

parent e6c3477a
......@@ -145,8 +145,9 @@
that.authCheck().then(checkCode => {
console.log("处理lll"+checkCode)
if (checkCode == 0) {
that.unregistered = true;
that.getWeRunDataFn().then(runData => {
runData && (that.unregistered = true);
})
}else if(checkCode == 2001){
that.unregistered = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment