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

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

@@ -5,8 +5,8 @@
<uni-nav-bar title="生活缴费" left-icon="left" @clickLeft="goBack" backgroundColor="transparent" :border="false">
</uni-nav-bar>
<view class="topbox">
<image class="titleImg" src="/static/propertyImgs/payTitle.png"></image>
<image class="payImg" src="/static/propertyImgs/payImg.png"></image>
<image class="titleImg" src="http://47.104.199.163:9090/images/propertyImgs/payTitle.png"></image>
<image class="payImg" src="http://47.104.199.163:9090/images/propertyImgs/payImg.png"></image>
</view>
<scroll-view class="page" scroll-y="true">
<view class="container">
@@ -86,7 +86,7 @@
name: '物业费',
status: '已欠费',
address: '桂花园别墅2号楼2层',
icon: "/static/propertyImgs/property.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/property.png",
},
{
@@ -94,7 +94,7 @@
name: '暖气费',
status: '',
address: '山东省日照市东港区桂花园别墅2号楼2层',
icon: "/static/propertyImgs/heating.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/heating.png",
},
{
@@ -102,7 +102,7 @@
name: '电费',
status: '已欠费',
address: '山东省日照市东港区桂花园别墅2号楼2层',
icon: "/static/propertyImgs/electric.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/electric.png",
}
],
@@ -110,37 +110,37 @@
addList: [{
name: "燃气",
type: "gas",
icon: "/static/propertyImgs/gas.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/gas.png",
iconClass: "gas"
},
{
name: "水",
type: "water",
icon: "/static/propertyImgs/water.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/water.png",
iconClass: "water"
},
{
name: "物业",
type: "property",
icon: "/static/propertyImgs/property.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/property.png",
iconClass: "property"
},
{
name: "电",
type: "electric",
icon: "/static/propertyImgs/electric.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/electric.png",
iconClass: "electric"
},
{
name: "暖气",
type: "heating",
icon: "/static/propertyImgs/heating.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/heating.png",
iconClass: "heating"
},
{
name: "车位",
type: "parking",
icon: "/static/propertyImgs/parkingIcon.png",
icon: "http://47.104.199.163:9090/images/propertyImgs/parkingIcon.png",
iconClass: "parking"
}
]
@@ -180,7 +180,7 @@
},
// 跳转到新增缴费
goToAdd(type) {
if (type.name == '燃气') {
if (type.name == '燃气' || type.name == '暖气') {
uni.redirectTo({
url: '/pages/payment-list/selectPaymentEntity',
success: res => {},