Commit 45e277ca authored by liwei's avatar liwei

修改了授权

parent c4ee6a9b
...@@ -467,6 +467,13 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article"; ...@@ -467,6 +467,13 @@ import {articleList, getOssUrl, userArticleList} from "../../api/article";
this.authShow = false this.authShow = false
} }
this.button[0].num = this.info.goldCoinsCount this.button[0].num = this.info.goldCoinsCount
if (this.userInfo && this.userInfo.wxNickName !== '' && this.userInfo.wxNickName != null) {
//已授权过
this.authorizeShow = false
} else {
//没授权过,需要授权
this.authorizeShow = true
}
this.getArticleList() this.getArticleList()
this.getnoReadMessageAllCount() this.getnoReadMessageAllCount()
}) })
......
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