From 90ef820cdc18a108b67aef0c7d6c3fa1e8ecb3f7 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期四, 01 六月 2023 11:24:38 +0800 Subject: [PATCH] Merge branch 'master' of http://60.204.153.149:8081/r/dfgApp --- 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