From 9df68da253c7c0855a99b939ada225ecaf732587 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Mon, 31 Aug 2026 17:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=BD=A6=E8=BE=86=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pageSubPack/activity-list/activityList.vue | 2 +- .../pageSubPack/my/myCarIndex.vue | 18 +++++++++++++----- .../pageSubPack/my/myParkingSpaceIndex.vue | 2 +- .../pageSubPack/my/parkingSpaceDetail.vue | 2 +- .../payment-list/arrearsPayment.vue | 3 +-- .../pageSubPack/payment-list/billPayment.vue | 2 +- 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/property-uniapp-project/pageSubPack/activity-list/activityList.vue b/property-uniapp-project/pageSubPack/activity-list/activityList.vue index 7d8bf97..b1051c5 100644 --- a/property-uniapp-project/pageSubPack/activity-list/activityList.vue +++ b/property-uniapp-project/pageSubPack/activity-list/activityList.vue @@ -5,7 +5,7 @@ - + diff --git a/property-uniapp-project/pageSubPack/my/myCarIndex.vue b/property-uniapp-project/pageSubPack/my/myCarIndex.vue index cf62713..70bcd3d 100644 --- a/property-uniapp-project/pageSubPack/my/myCarIndex.vue +++ b/property-uniapp-project/pageSubPack/my/myCarIndex.vue @@ -7,12 +7,15 @@ 暂无数据 - + + {{ item.carNum }} - {{ item.carBrand }}·{{ item.carColor }} + {{ item.carBrand }} + · + {{ item.carColor }} + {{ item.villageName }} @@ -43,7 +46,7 @@ onReachBottom } from '@dcloudio/uni-app' const statusBarHeight = ref(20) - const defaultCarImg = "http://47.104.199.163:9090/images/propertyImgs/defaultCarImg.png" + const defaultCarImg = "https://wuye.ckdzkj.com/images/propertyImgs/defaultCarImg.png" const carList = ref([]) const loadingMore = ref(false) const noMoreData = ref(false) @@ -204,10 +207,15 @@ width: 100rpx; height: 100rpx; border-radius: 50%; - background-color: #f0f4ff; margin-right: 24rpx; flex-shrink: 0; } + .car-avatar-default{ + width: 80rpx; + height: 80rpx; + margin-right: 36rpx; + flex-shrink: 0; + } .car-info { flex: 1; diff --git a/property-uniapp-project/pageSubPack/my/myParkingSpaceIndex.vue b/property-uniapp-project/pageSubPack/my/myParkingSpaceIndex.vue index c5993d9..be68f8b 100644 --- a/property-uniapp-project/pageSubPack/my/myParkingSpaceIndex.vue +++ b/property-uniapp-project/pageSubPack/my/myParkingSpaceIndex.vue @@ -48,7 +48,7 @@ - diff --git a/property-uniapp-project/pageSubPack/my/parkingSpaceDetail.vue b/property-uniapp-project/pageSubPack/my/parkingSpaceDetail.vue index 63de357..6e71b39 100644 --- a/property-uniapp-project/pageSubPack/my/parkingSpaceDetail.vue +++ b/property-uniapp-project/pageSubPack/my/parkingSpaceDetail.vue @@ -74,7 +74,7 @@ 车辆信息 - + 暂无绑定车辆 diff --git a/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue b/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue index 482e643..268d73d 100644 --- a/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue +++ b/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue @@ -253,8 +253,7 @@ overflow-y: auto; padding: 0px 40rpx; box-sizing: border-box; - background-color: # - /* fff */ + /* background-color: #fff */ ; } diff --git a/property-uniapp-project/pageSubPack/payment-list/billPayment.vue b/property-uniapp-project/pageSubPack/payment-list/billPayment.vue index f0efb80..833920d 100644 --- a/property-uniapp-project/pageSubPack/payment-list/billPayment.vue +++ b/property-uniapp-project/pageSubPack/payment-list/billPayment.vue @@ -222,7 +222,7 @@ const handleBatchPay = () => { if (!wx.launchMiniProgram) return uni.showToast({ title: '当前微信版本太低,不支持拉起小程序', icon: 'none' }) wx.launchMiniProgram({ id: 'gh_a765aef0172c', - type: 1, + type: 1,//0正式版,1开发版,2体验版 path: 'pages/arrearsPayment/arrearsPayment?' + query, }, (res) => { console.log('小程序回调:', JSON.stringify(res))