This commit is contained in:
parent
8bc108de0c
commit
6941c1e8ba
|
@ -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",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue