修改 wyx
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -439,7 +439,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
uni.setStorageSync('bindCarId', this.selectedId);
|
||||
uni.setStorageSync('bindCarName', this.selectedName);
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
uni.removeStorageSync('parkingSpaceId');
|
||||
uni.removeStorageSync('parkingSpaceName');
|
||||
this.goNext();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
},
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
}
|
||||
})
|
||||
uni.setStorageSync('houseIsDefault', e.detail.value)
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
},
|
||||
tapHouse(item) {
|
||||
uni.redirectTo({
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goFreash()
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
}
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
|
||||
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goNext()
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
},
|
||||
goBack() {
|
||||
uni.redirectTo({
|
||||
|
||||
@@ -241,7 +241,9 @@
|
||||
/* background-color: #fff; */
|
||||
}
|
||||
|
||||
.page-container {}
|
||||
.page-container {
|
||||
padding-top: 20rpx;
|
||||
}
|
||||
|
||||
/* --- 分段控制器样式 --- */
|
||||
.seg-control {
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
// 提交成功后跳转列表页
|
||||
uni.hideLoading();
|
||||
this.goBack();
|
||||
}, 3000);
|
||||
}, 2500);
|
||||
},
|
||||
goBack() {
|
||||
uni.redirectTo({
|
||||
|
||||
@@ -273,7 +273,9 @@
|
||||
|
||||
}
|
||||
|
||||
.list-container {}
|
||||
.list-container {
|
||||
padding-top: 20rpx;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
padding: 30rpx;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<view class="container">
|
||||
<!-- 顶部 Banner 轮播 -->
|
||||
<view class="banner-box" style="overflow-y: hidden;">
|
||||
<image class="banner-img" src="/static/propertyImgs/serviceImg.png" />
|
||||
<image class="banner-img" src="/static/propertyImgs/serviceImg2.png" />
|
||||
</view>
|
||||
|
||||
<!-- 常用功能区 -->
|
||||
@@ -44,7 +44,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view style="width: 100%;height: 20rpx;"></view>
|
||||
</scroll-view>
|
||||
|
||||
</view>
|
||||
@@ -216,12 +216,12 @@
|
||||
border-radius: 20rpx;
|
||||
overflow: hidden;
|
||||
margin-bottom: 40rpx;
|
||||
height: 122rpx;
|
||||
height: 300rpx;
|
||||
}
|
||||
|
||||
.banner-img {
|
||||
width: 100%;
|
||||
height: 122rpx;
|
||||
height: 300rpx;
|
||||
|
||||
}
|
||||
|
||||
@@ -231,9 +231,9 @@
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
border-radius: 20rpx;
|
||||
padding: 20rpx;
|
||||
padding: 30rpx 30rpx 0rpx;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 40rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
@@ -243,10 +243,10 @@
|
||||
}
|
||||
|
||||
.title-line {
|
||||
width:12rpx;
|
||||
width: 12rpx;
|
||||
height: 48rpx;
|
||||
background-color: #007aff;
|
||||
border-radius:6rpx;
|
||||
border-radius: 6rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 40rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.func-icon {
|
||||
|
||||
BIN
property-uniapp-project/static/propertyImgs/serviceImg2.png
Normal file
BIN
property-uniapp-project/static/propertyImgs/serviceImg2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user