From 8251815210fbcbd95033b095d7018b181ee1de8e Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 09 六月 2023 09:11:36 +0800 Subject: [PATCH] Merge branch 'feature/v1.1.2版本迭代' into develop --- uniapp/pages/search/search.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/uniapp/pages/search/search.vue b/uniapp/pages/search/search.vue index beda641..6e51803 100644 --- a/uniapp/pages/search/search.vue +++ b/uniapp/pages/search/search.vue @@ -207,6 +207,11 @@ }else{ this.storeCurrent = 0; } + if(options.searchText) + { + this.searchText=options.searchText; + this.searchInput(null); + } this.appinfo = getApp().globalData.appinfo.iosExamine; this.platform = getApp().globalData.platform this.getSearchFind(); -- Gitblit v1.9.3