This commit is contained in:
yanran200730
2023-03-21 16:14:56 +08:00
parent 49dae77888
commit 3a633c2f96
6 changed files with 0 additions and 13 deletions

View File

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

View File

@@ -300,9 +300,6 @@
background: #fff; background: #fff;
text-align: center; text-align: center;
} }
&.header-active {
}
} }
div { div {

View File

@@ -112,8 +112,6 @@ div<template>
export default { export default {
name: 'Detail', name: 'Detail',
appName: '详情', appName: '详情',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data () { data () {
return { return {

View File

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

View File

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

View File

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