bug
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'Add',
|
name: 'Add',
|
||||||
appName: '发新贴',
|
appName: '发新贴',
|
||||||
|
navigationBarBackgroundColor: '#ffffff',
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -96,6 +96,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onReady () {
|
||||||
|
},
|
||||||
|
|
||||||
onLoad () {
|
onLoad () {
|
||||||
this.getTopicList()
|
this.getTopicList()
|
||||||
|
|
||||||
|
|||||||
@@ -99,6 +99,8 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'Detail',
|
name: 'Detail',
|
||||||
appName: '详情',
|
appName: '详情',
|
||||||
|
navigationBarBackgroundColor: '#ffffff',
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -127,6 +127,8 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'MyPostList',
|
name: 'MyPostList',
|
||||||
appName: '我的帖子',
|
appName: '我的帖子',
|
||||||
|
navigationBarBackgroundColor: '#ffffff',
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'Topic',
|
name: 'Topic',
|
||||||
appName: '更多话题',
|
appName: '更多话题',
|
||||||
|
navigationBarBackgroundColor: '#ffffff',
|
||||||
|
navigationBarTextStyle: 'black',
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -60,6 +60,8 @@
|
|||||||
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