Revert "调曲靖check"

This reverts commit 61477d2fb8.
This commit is contained in:
shijingjing
2023-03-21 13:42:47 +08:00
parent 61477d2fb8
commit 6118aa6b54
6 changed files with 7 additions and 6 deletions

View File

@@ -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 {