diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000..58d7b51
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "target": "es2015",
+ "module": "commonjs"
+ }
+}
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
index 716cee1..3937026 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -14,12 +14,40 @@
"condition": {
"miniprogram": {
"list": [
+ {
+ "name": "subpages/bsPage/bsPage/bsPage",
+ "pathName": "subpages/bsPage/bsPage/bsPage",
+ "query": "",
+ "scene": null,
+ "launchMode": "default"
+ },
+ {
+ "name": "subpages/mine/checkInRecord/checkInRecord",
+ "pathName": "subpages/mine/checkInRecord/checkInRecord",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
+ },
+ {
+ "name": "subpages/mine/checkInEvaluate/checkInEvaluate",
+ "pathName": "subpages/mine/checkInEvaluate/checkInEvaluate",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
+ },
+ {
+ "name": "subpages/eventAdd/add/add",
+ "pathName": "subpages/eventAdd/add/add",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
+ },
{
"name": "pages/webView/webView",
"pathName": "pages/webView/webView",
"query": "url=https://hxm5112004501.h5.esign.cn/mesign/guide?context=8zdldaHWrs&flowId=4f4fc975bf18493497664d856ef9b0c7&organ=false&appId=5112004501&linkSource=1&bizType=1&tsign_source_type=SIGN_LINK_XUANYUAN&tsign_source_detail=1vGqUyZBm8k4aIosrZzTBwZ3FQaB3qkz0HWgnm8GlHwiYjmkTXVpH1zx4ycTZromz5No%2B3J7VKbMMpM5%2F65Rol8hKJFv%2FUYaxvyqjAMSRSZ%2BTfSHFEqyivsay6qKQ9Vb2hdIX1n2taZnnPCaXZqRkUK42MY%2F9fsVHK%2FeDZxkZmD%2FU7TvM93XMH0FbGSDOIMJ1IyDrymcoq6eY8VMEywOyDz9YWygu5gDDys8QRxb7JvqumAUE9ornw7Lxxe%2FmxRab",
- "scene": null,
- "launchMode": "default"
+ "launchMode": "default",
+ "scene": null
},
{
"name": "subpages/signingCompleted/signingCompleted/signingCompleted",
diff --git a/subpages/bsPage/bsPage/bsPage.wxss b/subpages/bsPage/bsPage/bsPage.wxss
index 853c81a..9274149 100644
--- a/subpages/bsPage/bsPage/bsPage.wxss
+++ b/subpages/bsPage/bsPage/bsPage.wxss
@@ -1,7 +1,7 @@
/* subpages/bsPage/bsPage/bsPage.wxss */
.bsPageCont {
width: 100%;
- height: 100vh;
+ height: 103vh;
position: relative;
background-color: rgba(248, 248, 248, 1);
}
@@ -102,18 +102,18 @@ van-uploader__upload {
}
.bsBtn {
- position: absolute;
- width: 300rpx;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 600rpx;
- background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%);
- color: rgba(255, 255, 255, 1);
- font-size: 34rpx;
- text-align: center;
- top: calc(7% + 1308rpx);
- left: 50%;
- transform: translateX(-50%);
+ position: absolute;
+ width: 55%;
+ height: 70rpx;
+ line-height: 70rpx;
+ border-radius: 600rpx;
+ background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%);
+ color: rgba(255, 255, 255, 1);
+ font-size: 34rpx;
+ text-align: center;
+ left: 50%;
+ transform: translateX(-50%);
+ bottom: -105rpx;
}
.required{
color: #f10a24;
diff --git a/subpages/eventAdd/add/add.wxml b/subpages/eventAdd/add/add.wxml
index 6fe7f57..90e339c 100644
--- a/subpages/eventAdd/add/add.wxml
+++ b/subpages/eventAdd/add/add.wxml
@@ -9,12 +9,12 @@
* 报修物品
-
+
* 故障说明
-
+
上传图片
@@ -22,11 +22,12 @@
* 位置
- 所住房间
+ 所住房间
公共区域
-
+
+
提交
\ No newline at end of file
diff --git a/subpages/eventAdd/add/add.wxss b/subpages/eventAdd/add/add.wxss
index 0882105..ff83791 100644
--- a/subpages/eventAdd/add/add.wxss
+++ b/subpages/eventAdd/add/add.wxss
@@ -1,158 +1,164 @@
/* subpages/eventAdd/add/add.wxss */
.bsPageCont {
- width: 100%;
- height: 100vh;
- position: relative;
- background-color: rgba(248, 248, 248, 1);
- overflow-y: auto;
+ width: 100%;
+ height: 120vh;
+ position: relative;
+ background-color: rgba(248, 248, 248, 1);
+ overflow-y: auto;
}
.bsImg {
- width: 100%;
- height: 280rpx;
- position: absolute;
- top: 0;
+ width: 100%;
+ height: 280rpx;
+ position: absolute;
+ top: 0;
}
.bsImg {
- width: 100%;
- height: 280rpx;
- position: absolute;
- top: 0;
+ width: 100%;
+ height: 280rpx;
+ position: absolute;
+ top: 0;
}
.bsImg1 {
- width: 144rpx;
- height: 150rpx;
- position: absolute;
- top: 2%;
- right: 5%;
+ width: 144rpx;
+ height: 150rpx;
+ position: absolute;
+ top: 2%;
+ right: 5%;
}
.bsCon {
- width: 96%;
- display: block;
- margin-left: 2%;
+ width: 96%;
+ display: block;
+ margin-left: 2%;
+ height: 100%;
}
.bsCon ::v-deep .title-class {
- color: rgba(104, 117, 139, 1);
- font-size: 32rpx;
- margin-left: 20rpx;
+ color: rgba(104, 117, 139, 1);
+ font-size: 32rpx;
+ margin-left: 20rpx;
}
.bsCon2 {
- border-radius: 10rpx;
- height: 900rpx;
- overflow-y: auto;
- background-color: rgba(255, 255, 255, 1);
- color: rgba(16, 16, 16, 1);
- position: absolute;
- width: 96%;
- margin-left: 2%;
- top: calc(6% + 100rpx);
- padding: 2%;
- box-sizing: border-box;
+ border-radius: 10rpx;
+ height: auto;
+ overflow-y: auto;
+ background-color: rgba(255, 255, 255, 1);
+ color: rgba(16, 16, 16, 1);
+ position: absolute;
+ width: 96%;
+ margin-left: 2%;
+ top: calc(6% + 100rpx);
+ padding: 2%;
+ box-sizing: border-box;
}
.bsCon2 .bsSpan {
- color: rgba(104, 117, 139, 1);
- font-size: 30rpx;
- margin-left: 20rpx;
+ color: rgba(104, 117, 139, 1);
+ font-size: 30rpx;
+ margin-left: 20rpx;
+ margin-bottom: 20rpx;
+ margin-top: 20rpx;
}
.bsCon3 {
- border-radius: 10rpx;
- height: 400rpx;
- overflow-y: auto;
- background-color: rgba(255, 255, 255, 1);
- position: absolute;
- width: 96%;
- margin-left: 2%;
- top: calc(7% + 1000rpx);
- padding: 2%;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- margin-bottom: 200rpx;
- padding-bottom: 100rpx;
+ border-radius: 10rpx;
+ overflow-y: auto;
+ background-color: rgba(255, 255, 255, 1);
+ position: absolute;
+ width: 96%;
+ top: calc(12% + 1000rpx);
+ padding: 2%;
+ box-sizing: border-box;
+ display: flex;
+ flex-direction: column;
+ margin: 0 2% 2% 2%;
}
/* 输入框样式 */
.question-input {
- width: 98%;
- margin-left: 1%;
- margin-top: 2%;
- height: 500rpx;
- border-radius: 10rpx;
- padding: 15rpx;
- box-sizing: border-box;
- background-color: rgba(246, 246, 246, 1);
- font-size: 28rpx;
+ width: 98%;
+ margin-left: 1%;
+ margin-top: 2%;
+ height: 500rpx;
+ border-radius: 10rpx;
+ padding: 15rpx;
+ box-sizing: border-box;
+ background-color: rgba(246, 246, 246, 1);
+ font-size: 28rpx;
}
.van-uploader__preview {
- /* width: 80px; */
+ /* width: 80px; */
}
van-uploader__upload {
- width: 75px !important;
- height: 75px !important;
- border-radius: 5px;
+ width: 75px !important;
+ height: 75px !important;
+ border-radius: 5px;
}
.van-uploader__preview-image {
- width: 75px !important;
- height: 75px !important;
- border-radius: 5px;
+ width: 75px !important;
+ height: 75px !important;
+ border-radius: 5px;
}
.bsBtn {
- position: absolute;
- width: 300rpx;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 600rpx;
- background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%);
- color: rgba(255, 255, 255, 1);
- font-size: 34rpx;
- text-align: center;
- top: calc(7% + 1308rpx);
- left: 50%;
- transform: translateX(-50%);
+ position: fixed;
+ width: 55%;
+ height: 70rpx;
+ line-height: 70rpx;
+ border-radius: 600rpx;
+ background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%);
+ color: rgba(255, 255, 255, 1);
+ font-size: 34rpx;
+ text-align: center;
+ left: 50%;
+ transform: translateX(-50%);
+ bottom: 50rpx;
+ z-index: 99;
+ /* 兼容安全区 */
+ padding-bottom: env(safe-area-inset-bottom);
}
.bxMessage {
- position: absolute;
- top: 3%;
- left: 5%;
+ position: absolute;
+ top: 3%;
+ left: 5%;
}
.bxMessage text {
- color: rgba(16, 16, 16, 1);
- display: block;
- margin-bottom: 5rpx;
+ color: rgba(16, 16, 16, 1);
+ display: block;
+ margin-bottom: 5rpx;
}
.bsSpan1 {
- color: rgba(104, 117, 139, 1);
- font-size: 30rpx;
- margin-left: 20rpx;
- display: inline-block;
- width: 21%;
+ color: rgba(104, 117, 139, 1);
+ font-size: 30rpx;
+ margin-left: 20rpx;
+ display: inline-block;
+ width: 21%;
}
.bxinput {
- display: inline-block;
+ display: inline-block;
}
.bxName {
- width: 100%;
- height: 100rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
-.required{
- color: #f10a24;
-}
\ No newline at end of file
+ width: 100%;
+ height: 100rpx;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ border-bottom: 1px solid #f8f8f9;
+}
+
+.required {
+ color: #f10a24;
+}
+
diff --git a/subpages/mine/checkInRecord/checkInRecord.wxml b/subpages/mine/checkInRecord/checkInRecord.wxml
index 377ab1a..5417353 100644
--- a/subpages/mine/checkInRecord/checkInRecord.wxml
+++ b/subpages/mine/checkInRecord/checkInRecord.wxml
@@ -5,7 +5,7 @@
{{item.apartmentName}}
- {{item.status === '1'?'已入住':item.status === '3'?'已过期':item.status === '4'?'已取消':item.status === '5'?'已退房':item.status === '6'?'已撤销资格':item.status === '7'?'审核不通过':''}}
+ {{item.status === '3'?'已过期':item.status === '4'?'已取消':item.status === '5'?'已退房':item.status === '6'?'已撤销资格':item.status === '7'?'审核不通过':''}}
{{item.buildingName}}-{{item.unitName || ''}}-{{item.houseName}}-{{item.roomType}}
{{item.inDate}} 至 {{item.outDate}}