From bfde37b111c97d4dddead0fd6c009c7ece02dbc2 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Tue, 31 Dec 2024 17:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=90=9C=E7=B4=A2=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E7=BB=93=E6=9E=9C=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?;=E5=A4=84=E7=90=86=E9=A1=B5=E9=9D=A2=E4=B8=8E=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=97=B4=E7=9A=84=E8=81=94=E5=8A=A8=E4=B8=8E=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 33 +- src/pages/search/components/searchItem.vue | 102 ++++- src/pages/search/components/searchList.vue | 417 ++++++++++++++---- src/pages/search/index.vue | 199 ++------- src/pages/search/moreResult/moreResult.vue | 270 +++--------- .../search/moreResult/moreResultDetail.vue | 52 +++ .../image/search/search-item-pointer.png | Bin 0 -> 370 bytes src/uni_modules/tmui/locale/zh-Hans.json | 3 +- 8 files changed, 595 insertions(+), 481 deletions(-) create mode 100644 src/static/image/search/search-item-pointer.png diff --git a/src/pages.json b/src/pages.json index 85387a9..31a6aca 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,7 +1,7 @@ { - "easycom":{ + "easycom": { "autoscan": true, - "custom":{ + "custom": { "^tm-(.*)": "@/tmui/components/tm-$1/tm-$1.vue" } }, @@ -11,7 +11,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -19,7 +19,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -27,7 +27,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -35,7 +35,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -43,7 +43,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -51,7 +51,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -64,7 +64,7 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false } }, { @@ -72,18 +72,23 @@ "type": "page", "style": { "navigationStyle": "custom", - "enablePullDownRefresh":false + "enablePullDownRefresh": false + } + }, + { + "path": "pages/search/moreResult/moreResultDetail", + "type": "page", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false } } - - ], "globalStyle": { "backgroundColor": "#FFFFFF", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextstyle": "black", - "navigationBarTitleText":"" - + "navigationBarTitleText": "" }, "subPackages": [] } diff --git a/src/pages/search/components/searchItem.vue b/src/pages/search/components/searchItem.vue index 7632871..0258d60 100644 --- a/src/pages/search/components/searchItem.vue +++ b/src/pages/search/components/searchItem.vue @@ -1,5 +1,13 @@ + diff --git a/src/pages/search/moreResult/moreResult.vue b/src/pages/search/moreResult/moreResult.vue index 3332f73..3b99442 100644 --- a/src/pages/search/moreResult/moreResult.vue +++ b/src/pages/search/moreResult/moreResult.vue @@ -1,65 +1,20 @@ - + diff --git a/src/pages/search/moreResult/moreResultDetail.vue b/src/pages/search/moreResult/moreResultDetail.vue index e69de29..e493eb7 100644 --- a/src/pages/search/moreResult/moreResultDetail.vue +++ b/src/pages/search/moreResult/moreResultDetail.vue @@ -0,0 +1,52 @@ + + + diff --git a/src/static/image/search/search-item-pointer.png b/src/static/image/search/search-item-pointer.png new file mode 100644 index 0000000000000000000000000000000000000000..c026df4146f5689e68f85891cbea6b0a5fbee790 GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^+(0bE!3-pKt-j(8q!^2X+?^QKos)S9f)G&v$uk##nH^oNYr! zP(Q;o-&dLkcAZ?#5TUx?@_^pT;|#x_7_;6mS;>9CawXdV&6QOLG%NWVy+6HTI=~!g5kzC#(%1^oKs7y7GD8c$l&Sf=d#Wzp$PyaQI&`Q literal 0 HcmV?d00001 diff --git a/src/uni_modules/tmui/locale/zh-Hans.json b/src/uni_modules/tmui/locale/zh-Hans.json index 5552323..299741d 100644 --- a/src/uni_modules/tmui/locale/zh-Hans.json +++ b/src/uni_modules/tmui/locale/zh-Hans.json @@ -81,5 +81,6 @@ "chat.type.record": "聊天记录", "search.result.include": "包含:", "has_more": "更多", - "index.type.company": "公司" + "index.type.company": "公司", + "search.result.relevant": "相关" }