|
@@ -225,6 +225,10 @@ const toChat = () => {
|
|
|
const toCollection = () => {
|
|
|
console.log('收藏')
|
|
|
}
|
|
|
+// 查看
|
|
|
+const toView = (item) => {
|
|
|
+ router.push({ path: '/achievement/detail', query: { id: item.id || item._id } })
|
|
|
+}
|
|
|
const currentPage = ref(1)
|
|
|
// 分页
|
|
|
const changePage = (page = currentPage.value) => {
|