From 943fc558a942ce0d83748cc55f4ddd2bcb4ba02d Mon Sep 17 00:00:00 2001 From: 展杰 <1240968267@qq.com> Date: 星期六, 09 十二月 2023 08:57:42 +0800 Subject: [PATCH] 1 --- pages/inspection/firstInspectionList.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pages/inspection/firstInspectionList.vue b/pages/inspection/firstInspectionList.vue index 2b9202e..b8b68ea 100644 --- a/pages/inspection/firstInspectionList.vue +++ b/pages/inspection/firstInspectionList.vue @@ -96,6 +96,12 @@ onLoad() { this.getInspections() }, + onPullDownRefresh() { + this.getInspections() + setTimeout(function () { + uni.stopPullDownRefresh(); + }, 1000); + }, //onShow:function(){ // this.getInspections() //}, -- Gitblit v1.9.3