From 396a359ad73460cbbc97594a8860874ba25269b0 Mon Sep 17 00:00:00 2001
From: "LAPTOP-V1CF3RCA\\31532" <315328220@qq.com>
Date: Wed, 13 Aug 2025 16:25:42 +0800
Subject: [PATCH] no message
---
pages/shop/search.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pages/shop/search.vue b/pages/shop/search.vue
index 94668a3..ab8e80b 100644
--- a/pages/shop/search.vue
+++ b/pages/shop/search.vue
@@ -3,7 +3,7 @@
-
+
搜索
@@ -82,6 +82,9 @@ export default {
url: '/pages/other_package/productInfo/productInfo?id='+item.id,
})
},
+ onBack(){
+ uni.navigateBack();
+ },
onSearch(){
if(!this.searchInput){
return;