全部图片替换为后端云存储路径,缴费相关页面修改

This commit is contained in:
wangyuxin
2026-04-21 15:02:25 +08:00
parent b0d90c27db
commit 7341391c32
61 changed files with 87 additions and 86 deletions

View File

@@ -151,7 +151,7 @@
name: '燃气费',
account: '123123123123',
amount: 25,
icon: "/static/propertyImgs/gas.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/gas.png",
},
{
id: 2,
@@ -159,7 +159,7 @@
name: '水费',
account: '123123123123',
amount: 25,
icon: "/static/propertyImgs/water.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/water.png",
},
// 6月数据
@@ -169,7 +169,7 @@
name: '燃气费',
account: '123123123123',
amount: 30,
icon: "/static/propertyImgs/gas.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/gas.png",
},
{
id: 4,
@@ -177,7 +177,7 @@
name: '水费',
account: '123123123123',
amount: 10,
icon: "/static/propertyImgs/water.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/water.png",
},
{
id: 5,
@@ -185,7 +185,7 @@
name: '电费',
account: '123123123123',
amount: 30,
icon: "/static/propertyImgs/electric.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/electric.png",
}
]