Commit ddcb3313 authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/master'

parents 46001beb 45e277ca
...@@ -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