Commit 6d403a4d by yanju

修改话题列表页

parent 2b53e899
......@@ -104,6 +104,8 @@ export default {
methods:{
// 最新的话题列表
dataGetTopicList(currentPage){
this.fromType = '';
this.$axios.$get(config.api.get.Topic.list,{
params:{
page:currentPage,
......@@ -131,6 +133,8 @@ export default {
},
// 热门话题
dataGetHotTopicList(currentPage) {
this.fromType = '';
this.$axios.$get(config.api.get.Topic.hotList,{
params:{
page:currentPage,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment