|
@ -116,10 +116,10 @@ |
|
|
this.queryParams.title = search |
|
|
this.queryParams.title = search |
|
|
uni.setStorageSync('search', '') |
|
|
uni.setStorageSync('search', '') |
|
|
this.getData() |
|
|
this.getData() |
|
|
} else { |
|
|
|
|
|
this.initList() |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.initList() |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
onPullDownRefresh() { |
|
|
onPullDownRefresh() { |
|
|
!this.queryParams.title && this.initList() |
|
|
!this.queryParams.title && this.initList() |
|
|