This commit is contained in:
姚宇浩 2023-12-08 09:59:17 +08:00
parent 8bc108de0c
commit 6941c1e8ba
1 changed files with 5 additions and 3 deletions

View File

@ -56,6 +56,8 @@
import { ref, reactive } from "vue";
import listRightImg from "@/components/list-right-img.vue";
import listNoImg from "@/components/list-no-img.vue";
import j1 from "../assets/cc4.png";
import j2 from "../assets/cc3.png";
const topContent = reactive([
{
content: "2024年养老金发放政策工龄30年内统一发放3200元可行吗",
@ -106,7 +108,7 @@ const records = reactive({
display: 1,
title: "“三问”个人养老金:是什么、怎么缴、如何领?",
createdAt: "11月27日",
imgUrl: "/src/assets/cc4.png",
imgUrl: j1,
eye: "8888",
},
{
@ -114,7 +116,7 @@ const records = reactive({
display: 1,
title: "100场社区活动——教你轻松玩转智能手机",
createdAt: "11月27日",
imgUrl: "/src/assets/cc3.png",
imgUrl: j2,
eye: "8888",
},
{
@ -129,7 +131,7 @@ const records = reactive({
display: 1,
title: "100场社区活动——教你轻松玩转智能手机",
createdAt: "11月27日",
imgUrl: "/src/assets/cc3.png",
imgUrl: j1,
eye: "8888",
},
{