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))