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