@@ -99,10 +99,6 @@ export default {
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '邻里互助'
|
||||
});
|
||||
|
||||
this.getTopicList()
|
||||
|
||||
uni.$on('updateList', () => {
|
||||
@@ -111,7 +107,7 @@ export default {
|
||||
})
|
||||
|
||||
if (!this.token) {
|
||||
this.autoLogin({ loginWay: 'qujing' }).then(() => {
|
||||
this.autoLogin().then(() => {
|
||||
this.getMyPublishCount()
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user