便民通讯录

This commit is contained in:
花有清香月有阴
2022-02-15 14:12:51 +08:00
parent a5431c1d77
commit 24dfdac7b9

View File

@@ -52,7 +52,7 @@ export default {
// areaId: '',
// $areaId: '',
// areaName: '',
// name: '',
name: '',
}
},
onLoad() {
@@ -78,7 +78,7 @@ export default {
resource: 'portal',
// areaId: this.areaId,
size: 999,
// name: this.mame,
name: this.name,
},
})
.then((res) => {
@@ -99,10 +99,10 @@ export default {
})
},
// handerSearch(e) {
// this.name = e
// this.getList()
// },
handerSearch(e) {
this.name = e
this.getList()
},
},
onPageScroll(e) {
this.scrollTop = e.scrollTop
@@ -113,12 +113,16 @@ export default {
<style lang="scss" scoped>
.wrapper {
::v-deep .AiTopFixed {
width: 100%;
.placeholder {
opacity: 1;
visibility: inherit;
.content {
padding: 0 !important;
}
}
.fixed {
width: 0;
margin: 0 !important;
.content {
padding: 0 !important;