diff --git a/pages.json b/pages.json index a386342..293f2e1 100644 --- a/pages.json +++ b/pages.json @@ -16,6 +16,20 @@ "navigationBarTextStyle": "white" } }, + { + "path" : "pages/post/postInfo/postInfo", + "style" : + { + "navigationBarTitleText" : "话题详情" + } + }, + { + "path" : "pages/post/postPublish/postPublish", + "style" : + { + "navigationBarTitleText" : "发布话题" + } + }, { "path": "pages/signln/harvestaddress", "style": { diff --git a/pages/post/postInfo/postInfo.vue b/pages/post/postInfo/postInfo.vue index 6dda658..ae39fef 100644 --- a/pages/post/postInfo/postInfo.vue +++ b/pages/post/postInfo/postInfo.vue @@ -7,16 +7,70 @@ 全部评论 举报 - + 暂无评论,快去做评论第一人吧! 快去抢沙发 + + + + + + + + + {{item.uname}} + {{item.address}} + + + + {{item.content}} + + {{item.createTime}} + 回复 + + + + ---展开回复 + + + + + + + + {{answer.uname}} + -> + {{answer.toUserName}} + + + {{answer.content}} + + {{answer.createTime}} + 回复 + + + + ---收起 + + - + + + + + + + + 发送 + + + + - + 友好评论~ @@ -57,9 +111,59 @@ -