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