|
|
@@ -85,11 +85,12 @@ export default {
|
|
|
]
|
|
|
};
|
|
|
},
|
|
|
-
|
|
|
+ onPullDownRefresh() {
|
|
|
+ setTimeout(function() {
|
|
|
+ uni.stopPullDownRefresh();
|
|
|
+ }, 500);
|
|
|
+ },
|
|
|
methods: {
|
|
|
- // ========================
|
|
|
- // 搜索相关
|
|
|
- // ========================
|
|
|
onSearchInput(e) {
|
|
|
this.searchKeyword = e.detail.value;
|
|
|
if (this.debounceTimer) clearTimeout(this.debounceTimer);
|