From 8ec77fed7859efa0e6b2a08e207c90ba52bf9801 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 28 Jul 2025 11:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/search/searchList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subPackages/search/searchList.vue b/subPackages/search/searchList.vue index 709d113..0b39a01 100644 --- a/subPackages/search/searchList.vue +++ b/subPackages/search/searchList.vue @@ -53,7 +53,7 @@ -
+

暂无内容

@@ -91,6 +91,7 @@ 'units':'文化单位', 'red_map':'红色地图' }, + finished: false, } }, onLoad(options) { @@ -164,10 +165,12 @@ }, complete: () => { uni.hideLoading() + this.Post({name: this.keywords,limit:1},"/api/search/search").finally(()=>{ + uni.hideLoading() + }) } }) - this.Post({name: this.keywords,limit:1},"/api/search/search") } }, onReachBottom() {