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

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

@@ -67,7 +67,7 @@
return {
/* 设定状态栏默认高度 */
statusBarHeight: 20,
defaultCarImg: "/static/propertyImgs/defaultCarImg.png",
defaultCarImg: "http://47.104.199.163:9090/images/propertyImgs/defaultCarImg.png",
searchKey: "",
selectedId: '',
selectedName: '',
@@ -76,7 +76,7 @@
// 模拟车辆数据
carList: [{
id: '1',
imgSrc: '/static/propertyImgs/carImg.png',
imgSrc: 'http://47.104.199.163:9090/images/propertyImgs/carImg.png',
plate: "京A88888",
model: "宝马X5",
color: "白色",