调曲靖check

This commit is contained in:
shijingjing
2023-03-21 12:42:32 +08:00
parent 65802d4de8
commit 61477d2fb8
6 changed files with 6 additions and 7 deletions

View File

@@ -53,7 +53,6 @@
export default {
name: 'Add',
appName: '发新贴',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data () {

View File

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

View File

@@ -112,7 +112,6 @@ div<template>
export default {
name: 'Detail',
appName: '详情',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data () {
@@ -147,7 +146,7 @@ div<template>
this.$loading()
if (!this.token) {
this.autoLogin().then(() => {
this.autoLogin({ loginWay: 'qujing' }).then(() => {
this.getInfo(query.id)
this.getCommontList(query.id)
})

View File

@@ -141,7 +141,6 @@ import {mapState} from "vuex";
export default {
name: 'MyPostList',
appName: '我的帖子',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data() {
return {

View File

@@ -17,7 +17,6 @@
export default {
name: 'Topic',
appName: '更多话题',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data () {

View File

@@ -60,7 +60,6 @@
export default {
name: 'TopicDetail',
appName: '话题详情',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data () {