BUG 29378

This commit is contained in:
aixianling
2022-05-06 20:42:13 +08:00
parent a35bcb10c6
commit 4e8c8bd6af

View File

@@ -17,7 +17,8 @@
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" @change="change" :bar-width="196"></u-tabs> <u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" @change="change" :bar-width="196"></u-tabs>
<div class="seachObjs"> <div class="seachObjs">
<u-search v-model="keyword" :clearabled="true" placeholder="姓名/联系方式/身份证后6位" :show-action="false" bg-color="#F5F5F5" search-icon-color="#E2E8F1" color="#666" height="58" @search="handerSearch" @clear="handerClear"></u-search> <u-search v-model="keyword" :clearabled="true" placeholder="姓名/联系方式/身份证后6位" :show-action="false" bg-color="#F5F5F5" search-icon-color="#E2E8F1"
color="#666" height="58" @search="handerSearch" @clear="handerClear"></u-search>
</div> </div>
<div class="dataes" v-if="datas.length > 0"> <div class="dataes" v-if="datas.length > 0">
@@ -160,11 +161,13 @@ export default {
} }
uni.hideLoading() uni.hideLoading()
}) })
}).catch(() => {}) }).catch(() => {
})
} }
}, },
onReachBottom() { onReachBottom() {
this.current = this.current + 1 console.log("reachBottom")
this.current++
this.getList() this.getList()
}, },
} }
@@ -173,6 +176,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.AppResidentDocument { .AppResidentDocument {
height: 100%; height: 100%;
.areatop { .areatop {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@@ -193,17 +197,20 @@ export default {
::v-deep .u-form { ::v-deep .u-form {
width: 100%; width: 100%;
.areaIds { .areaIds {
.u-form-item__body { .u-form-item__body {
.u-form-item--right { .u-form-item--right {
.u-form-item--right__content { .u-form-item--right__content {
display: flex; display: flex;
align-items: center; align-items: center;
.u-form-item--right__content__slot { .u-form-item--right__content__slot {
.AiAreaPicker { .AiAreaPicker {
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
.areaSelector { .areaSelector {
.location { .location {
opacity: 0; opacity: 0;
@@ -211,6 +218,7 @@ export default {
} }
} }
} }
.u-form-item--right__content__icon { .u-form-item--right__content__icon {
margin-bottom: 8px; margin-bottom: 8px;
} }
@@ -222,9 +230,11 @@ export default {
.dataes { .dataes {
background: #fff; background: #fff;
.datass { .datass {
display: flex; display: flex;
padding: 24px 32px; padding: 24px 32px;
.left { .left {
img { img {
width: 80px; width: 80px;
@@ -232,17 +242,20 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
} }
.right { .right {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left: 32px; margin-left: 32px;
width: 100%; width: 100%;
.rightTop { .rightTop {
font-size: 32px; font-size: 32px;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.btn { .btn {
img { img {
width: 48px; width: 48px;
@@ -251,6 +264,7 @@ export default {
} }
} }
} }
.rightBottom { .rightBottom {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@@ -259,6 +273,7 @@ export default {
} }
} }
} }
.pad-b112 { .pad-b112 {
width: 100%; width: 100%;
padding-bottom: 112px; padding-bottom: 112px;
@@ -268,9 +283,11 @@ export default {
background: #f5f5f5; background: #f5f5f5;
margin: 0; margin: 0;
} }
::v-deep .emptyText { ::v-deep .emptyText {
text-align: center; text-align: center;
} }
.add-btn { .add-btn {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
@@ -284,6 +301,7 @@ export default {
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFF; color: #FFF;
div { div {
text-align: center; text-align: center;
} }
@@ -292,19 +310,23 @@ export default {
::v-deep .u-tab-bar { ::v-deep .u-tab-bar {
margin-bottom: -6px; margin-bottom: -6px;
} }
.empty { .empty {
height: 100%; height: 100%;
img { img {
width: 282px; width: 282px;
height: 306px; height: 306px;
margin: 168px 0 0 234px; margin: 168px 0 0 234px;
} }
p { p {
text-align: center; text-align: center;
font-size: 28px; font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
color: #999; color: #999;
line-height: 44px; line-height: 44px;
span { span {
color: #467DFE; color: #467DFE;
} }