更多

@@ -346,8 +346,8 @@ const toSearch = () => {
window.open(`/search_info?type=1&keywords=${inputSearch.value}`)
}
// 查看更多
-const toMore = () => {
- emit('toSwpe', 3);
+const toMore = (index:number) => {
+ emit('toSwpe', index);
}
const bstList = ref([
{ title: "中国共产主义青年团的性质是什么?", id: 5969 },
diff --git a/components/AppRegiment.vue b/components/AppRegiment.vue
index 8cabdcc..3a56f2e 100644
--- a/components/AppRegiment.vue
+++ b/components/AppRegiment.vue
@@ -2,8 +2,6 @@
-
-
-
+
更多

@@ -97,7 +95,7 @@
国务院百事通
-
+
更多

@@ -163,6 +161,10 @@ onMounted(() => {
})
const emit = defineEmits(['toSwpe'])
+const toMore = () => {
+ window.open(`/messageBoard`)
+}
+
//跳转详情
const openUrl = (id: number) => {
window.open(`/info/${id}?type=1`)
diff --git a/pages/messageBoard/index.vue b/pages/messageBoard/index.vue
index cb6f916..360c7d9 100644
--- a/pages/messageBoard/index.vue
+++ b/pages/messageBoard/index.vue
@@ -2,81 +2,80 @@
-
+
+
-
-
-
团团留言板
-
+
+
+
+
![]()
+
+
当前位置:首页 > 服务青年 > 团务百科
-
+
+
-
-
-
-
-
问题:
-
{{ item.question }}
+
+
+
+
-
- 描述:
- {{ item.message
- }}
-
-
-
回复:
-
{{ item.answer
- }}
+
+
+
+ {{ item.release_time_text.slice(8, 10) }}
+ {{ item.release_time_text.slice(0, 7) }}
+
+
+
+
+
+
+
+
+
+ 到第
+
+
+ 共 {{ itemCount }} 条
+
+
-
+
-
@@ -93,97 +92,85 @@