diff --git a/property-uniapp-project/manifest.json b/property-uniapp-project/manifest.json index 0e5ff90..6659695 100644 --- a/property-uniapp-project/manifest.json +++ b/property-uniapp-project/manifest.json @@ -50,12 +50,11 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx4a49ad94e2b25927", + "appid" : "wx40625124315d2de1", "setting" : { "urlCheck" : false }, - "usingComponents" : true, - "lazyCodeLoading": "requiredComponents" + "usingComponents" : true }, "mp-alipay" : { "usingComponents" : true diff --git a/property-uniapp-project/pages.json b/property-uniapp-project/pages.json index d5eb7cc..6437929 100644 --- a/property-uniapp-project/pages.json +++ b/property-uniapp-project/pages.json @@ -1,6 +1,5 @@ { - "pages": [ - { + "pages": [{ "path": "pages/navigation/navigation", "style": { "navigationBarTitleText": "引导页", diff --git a/property-uniapp-project/pages/my/addCar.vue b/property-uniapp-project/pages/my/addCar.vue index 53f4295..1155488 100644 --- a/property-uniapp-project/pages/my/addCar.vue +++ b/property-uniapp-project/pages/my/addCar.vue @@ -95,7 +95,7 @@ this.formData.carBrandName = '宝马'; this.formData.model = 'X5'; this.formData.color = '白色'; - this.formData.carImg = '/static/propertyImgs/carImg.png'; + this.formData.carImg = 'http://47.104.199.163:9090/images/propertyImgs/carImg.png'; this.formData.carBrandId = '1'; } else if (uni.getStorageSync('operationType') == 'add') { diff --git a/property-uniapp-project/pages/my/addHouse.vue b/property-uniapp-project/pages/my/addHouse.vue index 7806152..e7649b1 100644 --- a/property-uniapp-project/pages/my/addHouse.vue +++ b/property-uniapp-project/pages/my/addHouse.vue @@ -287,8 +287,8 @@ mounted() {}, data() { return { - frontSideOfIDcardSrc: '/static/propertyImgs/frontSideOfIDcard.png', - backSideOfIDcardSrc: '/static/propertyImgs/backSideOfIDcard.png', + frontSideOfIDcardSrc: 'http://47.104.199.163:9090/images/propertyImgs/frontSideOfIDcard.png', + backSideOfIDcardSrc: 'http://47.104.199.163:9090/images/propertyImgs/backSideOfIDcard.png', /* 设定状态栏默认高度 */ statusBarHeight: 20, id: undefined, diff --git a/property-uniapp-project/pages/my/bindCar.vue b/property-uniapp-project/pages/my/bindCar.vue index 68a8752..236bb6b 100644 --- a/property-uniapp-project/pages/my/bindCar.vue +++ b/property-uniapp-project/pages/my/bindCar.vue @@ -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: "白色", diff --git a/property-uniapp-project/pages/my/carDetail.vue b/property-uniapp-project/pages/my/carDetail.vue index 7b59489..3c95d0e 100644 --- a/property-uniapp-project/pages/my/carDetail.vue +++ b/property-uniapp-project/pages/my/carDetail.vue @@ -93,7 +93,7 @@ carBrandName: '101栋2单元402', model: '张三', color: '租赁', - carImg: '/static/propertyImgs/carImg.png', + carImg: 'http://47.104.199.163:9090/images/propertyImgs/carImg.png', }, diff --git a/property-uniapp-project/pages/my/changePhone.vue b/property-uniapp-project/pages/my/changePhone.vue index 2b0aefe..5f0a6a4 100644 --- a/property-uniapp-project/pages/my/changePhone.vue +++ b/property-uniapp-project/pages/my/changePhone.vue @@ -11,14 +11,14 @@ - + - ️ + diff --git a/property-uniapp-project/pages/my/myCarIndex.vue b/property-uniapp-project/pages/my/myCarIndex.vue index a3f304c..4014cf9 100644 --- a/property-uniapp-project/pages/my/myCarIndex.vue +++ b/property-uniapp-project/pages/my/myCarIndex.vue @@ -71,7 +71,7 @@ return { /* 设定状态栏默认高度 */ statusBarHeight: 20, - defaultCarImg: "/static/propertyImgs/defaultCarImg.png", + defaultCarImg: "http://47.104.199.163:9090/images/propertyImgs/defaultCarImg.png", searchKey: "", selectedId: '', selectedName: '', @@ -80,7 +80,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: "白色", diff --git a/property-uniapp-project/pages/my/myParkingSpaceIndex.vue b/property-uniapp-project/pages/my/myParkingSpaceIndex.vue index 916d9ad..005a78d 100644 --- a/property-uniapp-project/pages/my/myParkingSpaceIndex.vue +++ b/property-uniapp-project/pages/my/myParkingSpaceIndex.vue @@ -46,7 +46,7 @@ - + diff --git a/property-uniapp-project/pages/myIndex/myIndex.vue b/property-uniapp-project/pages/myIndex/myIndex.vue index 1e6654c..601ed44 100644 --- a/property-uniapp-project/pages/myIndex/myIndex.vue +++ b/property-uniapp-project/pages/myIndex/myIndex.vue @@ -6,7 +6,7 @@ - + {{loginName}} @@ -28,7 +28,7 @@ style="align-self: flex-end;font-size: 24rpx;vertical-align: baseline;">{{ item.desc }} - + @@ -68,24 +68,24 @@ loginName: "wangh", phoneNum: '156*****1212', list: [{ - icon: "/static/propertyImgs/house.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/house.png", title: "我的房屋" }, { - icon: "/static/propertyImgs/user.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/user.png", title: "住户管理", // desc: "您可以在这里添加家人、朋友、租客~" }, { - icon: "/static/propertyImgs/parking.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/parking.png", title: "我的车位" }, { - icon: "/static/propertyImgs/car.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/car.png", title: "我的车辆" }, { - icon: "/static/propertyImgs/setting.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/setting.png", title: "设置" } ] @@ -174,7 +174,7 @@ .settingImg { width: 48rpx; height: 48rpx; - top:16rpx; + top: 16rpx; right: 0px; } @@ -250,7 +250,7 @@ font-size: 32rpx; /* color: #333; */ font-weight: 400; - margin:10rpx 20rpx; + margin: 10rpx 20rpx; /* margin-bottom: 6rpx; */ } @@ -267,11 +267,11 @@ } .item-arrow { - width:16rpx; - height:16rpx; + width: 16rpx; + height: 16rpx; border-right: 3rpx solid #999999; border-bottom: 3rpx solid #999999; transform: rotate(-45deg); - margin-right:10rpx; + margin-right: 10rpx; } \ No newline at end of file diff --git a/property-uniapp-project/pages/payment-list/addHydropower.vue b/property-uniapp-project/pages/payment-list/addHydropower.vue index 8af64af..cba156e 100644 --- a/property-uniapp-project/pages/payment-list/addHydropower.vue +++ b/property-uniapp-project/pages/payment-list/addHydropower.vue @@ -10,7 +10,7 @@ + :src="paymentType=='水'?'http://47.104.199.163:9090/images/propertyImgs/water.png':'http://47.104.199.163:9090/images/propertyImgs/electric.png'"> {{paymentType+'费'}} @@ -26,7 +26,7 @@ - @@ -175,8 +175,8 @@ }); }, goBack() { - uni.switchTab({ - url: '/pages/payment/paymentIndex', + uni.redirectTo({ + url: '/pages/payment-list/paymentIndex', success: res => {}, fail: () => {}, complete: () => {} diff --git a/property-uniapp-project/pages/payment-list/addPayment.vue b/property-uniapp-project/pages/payment-list/addPayment.vue index d31e782..a030394 100644 --- a/property-uniapp-project/pages/payment-list/addPayment.vue +++ b/property-uniapp-project/pages/payment-list/addPayment.vue @@ -12,9 +12,11 @@ - + + > - 燃气费 + {{paymentType+'费'}} diff --git a/property-uniapp-project/pages/payment-list/arrearsPayment.vue b/property-uniapp-project/pages/payment-list/arrearsPayment.vue index df7265e..f4964eb 100644 --- a/property-uniapp-project/pages/payment-list/arrearsPayment.vue +++ b/property-uniapp-project/pages/payment-list/arrearsPayment.vue @@ -102,7 +102,7 @@ 支付方式 - + 建设银行储蓄卡(8888) > diff --git a/property-uniapp-project/pages/payment-list/noArrearsPayment.vue b/property-uniapp-project/pages/payment-list/noArrearsPayment.vue index 51daec1..f4bc76e 100644 --- a/property-uniapp-project/pages/payment-list/noArrearsPayment.vue +++ b/property-uniapp-project/pages/payment-list/noArrearsPayment.vue @@ -15,7 +15,7 @@ - + 暂未查到欠费 {{'最近缴费:'+lastPayTime}} diff --git a/property-uniapp-project/pages/payment-list/paymentIndex.vue b/property-uniapp-project/pages/payment-list/paymentIndex.vue index f1858e9..6d47722 100644 --- a/property-uniapp-project/pages/payment-list/paymentIndex.vue +++ b/property-uniapp-project/pages/payment-list/paymentIndex.vue @@ -5,8 +5,8 @@ - - + + @@ -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 => {}, diff --git a/property-uniapp-project/pages/payment-list/paymentRecord.vue b/property-uniapp-project/pages/payment-list/paymentRecord.vue index 340819a..a04b8aa 100644 --- a/property-uniapp-project/pages/payment-list/paymentRecord.vue +++ b/property-uniapp-project/pages/payment-list/paymentRecord.vue @@ -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", } ] diff --git a/property-uniapp-project/pages/payment-list/selectPaymentEntity.vue b/property-uniapp-project/pages/payment-list/selectPaymentEntity.vue index c7e03f2..cd3f051 100644 --- a/property-uniapp-project/pages/payment-list/selectPaymentEntity.vue +++ b/property-uniapp-project/pages/payment-list/selectPaymentEntity.vue @@ -318,6 +318,7 @@ background-color: #fff; padding:20rpx; display: flex; + align-items: center; } /* 隐藏 uni-data-picker 原生样式,只保留点击功能 */ diff --git a/property-uniapp-project/pages/service-list/complaintsDetail.vue b/property-uniapp-project/pages/service-list/complaintsDetail.vue index 36c87d4..19507b5 100644 --- a/property-uniapp-project/pages/service-list/complaintsDetail.vue +++ b/property-uniapp-project/pages/service-list/complaintsDetail.vue @@ -116,9 +116,9 @@ statusBarHeight: 20, // 问题照片列表,替换为你的实际图片路径 photoList: [ - "/static/propertyImgs/community1.png", - "/static/propertyImgs/community2.png", - "/static/propertyImgs/community3.png" + "http://47.104.199.163:9090/images/propertyImgs/community1.png", + "http://47.104.199.163:9090/images/propertyImgs/community2.png", + "http://47.104.199.163:9090/images/propertyImgs/community3.png" ] } diff --git a/property-uniapp-project/pages/service-list/complaintsSuggestionsIndex.vue b/property-uniapp-project/pages/service-list/complaintsSuggestionsIndex.vue index 87a0d44..4eb0289 100644 --- a/property-uniapp-project/pages/service-list/complaintsSuggestionsIndex.vue +++ b/property-uniapp-project/pages/service-list/complaintsSuggestionsIndex.vue @@ -104,9 +104,9 @@ desc: '1栋楼下道路路灯不亮,并且有的亮度不够,请物业公司及时更换,防止发生意外事故。', time: '2026-08-01 10:05:46', imgList: [ - "/static/propertyImgs/community1.png", - "/static/propertyImgs/community2.png", - "/static/propertyImgs/community3.png" + "http://47.104.199.163:9090/images/propertyImgs/community1.png", + "http://47.104.199.163:9090/images/propertyImgs/community2.png", + "http://47.104.199.163:9090/images/propertyImgs/community3.png" ] }, { @@ -116,9 +116,9 @@ desc: '1栋楼下道路路灯不亮,并且有的亮度不够,请物业公司及时更换,防止发生意外事故。', time: '2026-08-01 10:05:46', imgList: [ - "/static/propertyImgs/community1.png", - "/static/propertyImgs/community2.png", - "/static/propertyImgs/community3.png" + "http://47.104.199.163:9090/images/propertyImgs/community1.png", + "http://47.104.199.163:9090/images/propertyImgs/community2.png", + "http://47.104.199.163:9090/images/propertyImgs/community3.png" ] }, { @@ -128,9 +128,9 @@ desc: '1栋楼下道路路灯不亮,并且有的亮度不够,请物业公司及时更换,防止发生意外事故。', time: '2026-08-01 10:05:46', imgList: [ - "/static/propertyImgs/community1.png", - "/static/propertyImgs/community2.png", - "/static/propertyImgs/community3.png" + "http://47.104.199.163:9090/images/propertyImgs/community1.png", + "http://47.104.199.163:9090/images/propertyImgs/community2.png", + "http://47.104.199.163:9090/images/propertyImgs/community3.png" ] }, { @@ -140,9 +140,9 @@ desc: '1栋楼下道路路灯不亮,并且有的亮度不够,请物业公司及时更换,防止发生意外事故。', time: '2026-08-01 10:05:46', imgList: [ - "/static/propertyImgs/community1.png", - "/static/propertyImgs/community2.png", - "/static/propertyImgs/community3.png" + "http://47.104.199.163:9090/images/propertyImgs/community1.png", + "http://47.104.199.163:9090/images/propertyImgs/community2.png", + "http://47.104.199.163:9090/images/propertyImgs/community3.png" ] } ], @@ -162,9 +162,9 @@ desc: '1栋楼下道路路灯不亮,并且有的亮度不够,请物业公司及时更换,防止发生意外事故。', time: '2026-08-01 10:05:46', imgList: [ - "/static/propertyImgs/community1.png", - "/static/propertyImgs/community2.png", - "/static/propertyImgs/community3.png" + "http://47.104.199.163:9090/images/propertyImgs/community1.png", + "http://47.104.199.163:9090/images/propertyImgs/community2.png", + "http://47.104.199.163:9090/images/propertyImgs/community3.png" ] }], } diff --git a/property-uniapp-project/pages/service-list/contactProperty.vue b/property-uniapp-project/pages/service-list/contactProperty.vue index 4df50a6..2d3611f 100644 --- a/property-uniapp-project/pages/service-list/contactProperty.vue +++ b/property-uniapp-project/pages/service-list/contactProperty.vue @@ -69,7 +69,7 @@ /* 设定状态栏默认高度 */ statusBarHeight: 20, dataList: [{ - src: '/static/propertyImgs/community1.png', + src: 'http://47.104.199.163:9090/images/propertyImgs/community1.png', propertyName: '北境碧桂园小区物业中心', propertyAddress: 'A栋3单元1801', phoneList: [{ diff --git a/property-uniapp-project/pages/serviceIndex/serviceIndex.vue b/property-uniapp-project/pages/serviceIndex/serviceIndex.vue index 51eb3e5..0fc9635 100644 --- a/property-uniapp-project/pages/serviceIndex/serviceIndex.vue +++ b/property-uniapp-project/pages/serviceIndex/serviceIndex.vue @@ -8,7 +8,7 @@ @@ -87,69 +87,69 @@ // 常用功能列表 commonFuncList: [{ name: "一键开门", - icon: "/static/propertyImgs/icon-door.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-door.png", path: "/pages/notice-list/oneClickOpen" }, { name: "生活缴费", - icon: "/static/propertyImgs/icon-pay.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-pay.png", path: "/pages/payment-list/paymentIndex" }, { name: "在线报修", - icon: "/static/propertyImgs/icon-repair.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-repair.png", path: "/pages/online-repair/onlineRepair" }, { name: "访客邀请", - icon: "/static/propertyImgs/icon-visitor.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-visitor.png", path: "/pages/visitor/visitor-list" } ], // 智慧社区功能列表 communityFuncList: [{ name: "一键开门", - icon: "/static/propertyImgs/icon-door.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-door.png", path: "/pages/notice-list/oneClickOpen" }, { name: "生活缴费", - icon: "/static/propertyImgs/icon-pay.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-pay.png", path: "/pages/payment-list/paymentIndex" }, { name: "在线报修", - icon: "/static/propertyImgs/icon-repair.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-repair.png", path: "/pages/online-repair/onlineRepair" }, { name: "访客邀请", - icon: "/static/propertyImgs/icon-visitor.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-visitor.png", path: "/pages/visitor/visitor-list" }, { name: "投诉意见", - icon: "/static/propertyImgs/icon-complaint.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-complaint.png", path: "/pages/service-list/complaintsSuggestionsIndex" }, { name: "问卷调查", - icon: "/static/propertyImgs/icon-survey.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-survey.png", path: "/pages/service-list/questionnaireSurveyIndex" }, { name: "社区活动", - icon: "/static/propertyImgs/icon-activity.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-activity.png", path: "/pages/activity-list/activityList" }, { name: "公告公示", - icon: "/static/propertyImgs/icon-notice.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-notice.png", path: "/pages/notice-list/noticeList" }, { name: "联系物业", - icon: "/static/propertyImgs/icon-contact.png", + icon: "http://47.104.199.163:9090/images/propertyImgs/icon-contact.png", path: "/pages/service-list/contactProperty" } ] diff --git a/property-uniapp-project/static/propertyImgs/Ellipse 25@2x.png b/property-uniapp-project/static/propertyImgs/Ellipse 25@2x.png deleted file mode 100644 index 3e2dfb6..0000000 Binary files a/property-uniapp-project/static/propertyImgs/Ellipse 25@2x.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/arrow-right.png b/property-uniapp-project/static/propertyImgs/arrow-right.png deleted file mode 100644 index 4e42e98..0000000 Binary files a/property-uniapp-project/static/propertyImgs/arrow-right.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/backSideOfIDcard.png b/property-uniapp-project/static/propertyImgs/backSideOfIDcard.png deleted file mode 100644 index 510b53b..0000000 Binary files a/property-uniapp-project/static/propertyImgs/backSideOfIDcard.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/bank-logo.png b/property-uniapp-project/static/propertyImgs/bank-logo.png deleted file mode 100644 index ece4c28..0000000 Binary files a/property-uniapp-project/static/propertyImgs/bank-logo.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/car.png b/property-uniapp-project/static/propertyImgs/car.png deleted file mode 100644 index a1f553f..0000000 Binary files a/property-uniapp-project/static/propertyImgs/car.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/carImg.png b/property-uniapp-project/static/propertyImgs/carImg.png deleted file mode 100644 index 61d4f37..0000000 Binary files a/property-uniapp-project/static/propertyImgs/carImg.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/codeIcon.png b/property-uniapp-project/static/propertyImgs/codeIcon.png deleted file mode 100644 index 41fe2b8..0000000 Binary files a/property-uniapp-project/static/propertyImgs/codeIcon.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/community1.png b/property-uniapp-project/static/propertyImgs/community1.png deleted file mode 100644 index e3db06f..0000000 Binary files a/property-uniapp-project/static/propertyImgs/community1.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/community2.png b/property-uniapp-project/static/propertyImgs/community2.png deleted file mode 100644 index 973287f..0000000 Binary files a/property-uniapp-project/static/propertyImgs/community2.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/community3.png b/property-uniapp-project/static/propertyImgs/community3.png deleted file mode 100644 index cf4f526..0000000 Binary files a/property-uniapp-project/static/propertyImgs/community3.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/defaultCarImg.png b/property-uniapp-project/static/propertyImgs/defaultCarImg.png deleted file mode 100644 index b0c1241..0000000 Binary files a/property-uniapp-project/static/propertyImgs/defaultCarImg.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/electric.png b/property-uniapp-project/static/propertyImgs/electric.png deleted file mode 100644 index 336daa3..0000000 Binary files a/property-uniapp-project/static/propertyImgs/electric.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/frontSideOfIDcard.png b/property-uniapp-project/static/propertyImgs/frontSideOfIDcard.png deleted file mode 100644 index 0e4851a..0000000 Binary files a/property-uniapp-project/static/propertyImgs/frontSideOfIDcard.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/gas.png b/property-uniapp-project/static/propertyImgs/gas.png deleted file mode 100644 index 84ea1d7..0000000 Binary files a/property-uniapp-project/static/propertyImgs/gas.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/heating.png b/property-uniapp-project/static/propertyImgs/heating.png deleted file mode 100644 index 922c469..0000000 Binary files a/property-uniapp-project/static/propertyImgs/heating.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/house.png b/property-uniapp-project/static/propertyImgs/house.png deleted file mode 100644 index bb843e2..0000000 Binary files a/property-uniapp-project/static/propertyImgs/house.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-activity.png b/property-uniapp-project/static/propertyImgs/icon-activity.png deleted file mode 100644 index d7a6867..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-activity.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-complaint.png b/property-uniapp-project/static/propertyImgs/icon-complaint.png deleted file mode 100644 index 9c7ae6a..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-complaint.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-contact.png b/property-uniapp-project/static/propertyImgs/icon-contact.png deleted file mode 100644 index 5b2f81a..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-contact.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-door.png b/property-uniapp-project/static/propertyImgs/icon-door.png deleted file mode 100644 index 8cfb7dd..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-door.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-notice.png b/property-uniapp-project/static/propertyImgs/icon-notice.png deleted file mode 100644 index 3a0b94d..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-notice.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-pay.png b/property-uniapp-project/static/propertyImgs/icon-pay.png deleted file mode 100644 index 0ba92f2..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-pay.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-repair.png b/property-uniapp-project/static/propertyImgs/icon-repair.png deleted file mode 100644 index 33f35ec..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-repair.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-survey.png b/property-uniapp-project/static/propertyImgs/icon-survey.png deleted file mode 100644 index 2b2fa4f..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-survey.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/icon-visitor.png b/property-uniapp-project/static/propertyImgs/icon-visitor.png deleted file mode 100644 index 9eb579f..0000000 Binary files a/property-uniapp-project/static/propertyImgs/icon-visitor.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/myParkingSpace.png b/property-uniapp-project/static/propertyImgs/myParkingSpace.png deleted file mode 100644 index e60f7e4..0000000 Binary files a/property-uniapp-project/static/propertyImgs/myParkingSpace.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/noArrears.png b/property-uniapp-project/static/propertyImgs/noArrears.png deleted file mode 100644 index 1874c7e..0000000 Binary files a/property-uniapp-project/static/propertyImgs/noArrears.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/parking.png b/property-uniapp-project/static/propertyImgs/parking.png deleted file mode 100644 index 87d3a58..0000000 Binary files a/property-uniapp-project/static/propertyImgs/parking.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/parkingIcon.png b/property-uniapp-project/static/propertyImgs/parkingIcon.png deleted file mode 100644 index 62a2bbd..0000000 Binary files a/property-uniapp-project/static/propertyImgs/parkingIcon.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/payImg.png b/property-uniapp-project/static/propertyImgs/payImg.png deleted file mode 100644 index debdec2..0000000 Binary files a/property-uniapp-project/static/propertyImgs/payImg.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/payTitle.png b/property-uniapp-project/static/propertyImgs/payTitle.png deleted file mode 100644 index 7612892..0000000 Binary files a/property-uniapp-project/static/propertyImgs/payTitle.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/phoneIcon.png b/property-uniapp-project/static/propertyImgs/phoneIcon.png deleted file mode 100644 index 1f3a0bf..0000000 Binary files a/property-uniapp-project/static/propertyImgs/phoneIcon.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/property.png b/property-uniapp-project/static/propertyImgs/property.png deleted file mode 100644 index 5447a89..0000000 Binary files a/property-uniapp-project/static/propertyImgs/property.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/scanTheCodeIcon.png b/property-uniapp-project/static/propertyImgs/scanTheCodeIcon.png deleted file mode 100644 index 1d93291..0000000 Binary files a/property-uniapp-project/static/propertyImgs/scanTheCodeIcon.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/serviceImg.png b/property-uniapp-project/static/propertyImgs/serviceImg.png deleted file mode 100644 index 3b208d6..0000000 Binary files a/property-uniapp-project/static/propertyImgs/serviceImg.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/serviceImg2.png b/property-uniapp-project/static/propertyImgs/serviceImg2.png deleted file mode 100644 index 6f82e33..0000000 Binary files a/property-uniapp-project/static/propertyImgs/serviceImg2.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/setting.png b/property-uniapp-project/static/propertyImgs/setting.png deleted file mode 100644 index 68542cf..0000000 Binary files a/property-uniapp-project/static/propertyImgs/setting.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/touxiang.jpg b/property-uniapp-project/static/propertyImgs/touxiang.jpg deleted file mode 100644 index fe6ef1f..0000000 Binary files a/property-uniapp-project/static/propertyImgs/touxiang.jpg and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/user.png b/property-uniapp-project/static/propertyImgs/user.png deleted file mode 100644 index 87d82c6..0000000 Binary files a/property-uniapp-project/static/propertyImgs/user.png and /dev/null differ diff --git a/property-uniapp-project/static/propertyImgs/water.png b/property-uniapp-project/static/propertyImgs/water.png deleted file mode 100644 index 34499b4..0000000 Binary files a/property-uniapp-project/static/propertyImgs/water.png and /dev/null differ