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