|
@ -79,6 +79,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
getSearch(){ |
|
|
getSearch(){ |
|
|
this.page = 1; |
|
|
this.page = 1; |
|
|
|
|
|
this.bedWaitList = []; |
|
|
this.getCoinsList() |
|
|
this.getCoinsList() |
|
|
}, |
|
|
}, |
|
|
changeWaitType(type) { |
|
|
changeWaitType(type) { |
|
@ -99,6 +100,7 @@ export default { |
|
|
uni.showToast({ title: '没有更多数据了', icon: 'none' }); |
|
|
uni.showToast({ title: '没有更多数据了', icon: 'none' }); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
debugger |
|
|
// 如果是第一页直接替换,否则追加 |
|
|
// 如果是第一页直接替换,否则追加 |
|
|
if (this.page === 1) { |
|
|
if (this.page === 1) { |
|
|
this.bedWaitList = data.list; |
|
|
this.bedWaitList = data.list; |
|
|