This commit is contained in:
花有清香月有阴
2021-12-14 17:59:01 +08:00
parent ffc1019944
commit 4455f34d73
3 changed files with 50 additions and 48 deletions

View File

@@ -166,6 +166,8 @@ export default {
size: 6,
current: this.current,
areaId: this.areaId,
createUserId: this.currentTabs == 1 ? this.user.id : '',
title: this.keyword,
},
})
.then((res) => {
@@ -192,7 +194,10 @@ export default {
},
change(index) {
this.areaId = this.user.areaId
this.keyword = ''
this.currentTabs = index
this.getList()
},
goDetail(item, hint) {
@@ -225,11 +230,13 @@ export default {
handerSearch(e) {
this.keyword = e
this.current = 1
this.getList()
},
handerClear() {
this.keyword = ''
this.current = 1
this.getList()
},
previewImage(images, img) {