diff --git a/src/api/boguApi.js b/src/api/boguApi.js new file mode 100644 index 0000000..b3dec00 --- /dev/null +++ b/src/api/boguApi.js @@ -0,0 +1,10 @@ +import service from "./indexApi"; +const boguApi = { + selectBogu(queryType){ + //查询首页的数据 + return service.post('/api/show/getShowList', {queryType: queryType}); + } + +} + +export default boguApi; \ No newline at end of file diff --git a/src/views/ClubView.vue b/src/views/ClubView.vue index 2201df5..fcc5eba 100644 --- a/src/views/ClubView.vue +++ b/src/views/ClubView.vue @@ -25,9 +25,9 @@
-
+
- Video Thumbnail + Video Thumbnail
@@ -45,19 +45,19 @@ HomilyLink
- {{ video.date }} + {{ videos.publishTime }}
Views - {{ video.views }} + {{ videos.viewCount }}
Comments - {{ video.comments }} + {{ videos.commentCount }}
- +
@@ -77,128 +77,156 @@
+ + + + + +