This commit is contained in:
yanran200730
2023-03-20 16:18:17 +08:00
parent 03b60d3bbe
commit 15e63d4232
6 changed files with 13 additions and 0 deletions

View File

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

View File

@@ -96,6 +96,9 @@
}
},
onReady () {
},
onLoad () {
this.getTopicList()

View File

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

View File

@@ -127,6 +127,8 @@
export default {
name: 'MyPostList',
appName: '我的帖子',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
data () {
return {

View File

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

View File

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