bug
This commit is contained in:
@@ -53,8 +53,6 @@
|
||||
export default {
|
||||
name: 'Add',
|
||||
appName: '发新贴',
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -300,9 +300,6 @@
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&.header-active {
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
|
||||
@@ -112,8 +112,6 @@ div<template>
|
||||
export default {
|
||||
name: 'Detail',
|
||||
appName: '详情',
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -136,8 +136,6 @@ import {mapState} from "vuex";
|
||||
export default {
|
||||
name: 'MyPostList',
|
||||
appName: '我的帖子',
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
data() {
|
||||
return {
|
||||
currIndex: 0,
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
export default {
|
||||
name: 'Topic',
|
||||
appName: '更多话题',
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -59,8 +59,6 @@
|
||||
export default {
|
||||
name: 'TopicDetail',
|
||||
appName: '话题详情',
|
||||
navigationBarBackgroundColor: '#ffffff',
|
||||
navigationBarTextStyle: 'black',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user