|
@@ -250,6 +250,7 @@ export default {
|
|
|
onShow() {
|
|
onShow() {
|
|
|
if (!this.$util.isEmpty(this.loginInfo)) {
|
|
if (!this.$util.isEmpty(this.loginInfo)) {
|
|
|
this.loginStyle = 1;
|
|
this.loginStyle = 1;
|
|
|
|
|
+ this.getUnReadMsgCount()
|
|
|
} else {
|
|
} else {
|
|
|
this.loginStyle = 0;
|
|
this.loginStyle = 0;
|
|
|
}
|
|
}
|
|
@@ -257,7 +258,6 @@ export default {
|
|
|
this.init();
|
|
this.init();
|
|
|
this.pageAction.refresh == 0;
|
|
this.pageAction.refresh == 0;
|
|
|
}
|
|
}
|
|
|
- this.getUnReadMsgCount()
|
|
|
|
|
},
|
|
},
|
|
|
onPullDownRefresh() {
|
|
onPullDownRefresh() {
|
|
|
this.resetList();
|
|
this.resetList();
|