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 0000000..c026df4 Binary files /dev/null and b/src/static/image/search/search-item-pointer.png differ 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": "相关" }