From 92c79166f5c62f5154338069d7c34e07c45bec98 Mon Sep 17 00:00:00 2001 From: davy Date: Mon, 7 Apr 2025 12:49:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BA=A4=E4=BA=92=E4=BD=93=E9=AA=8C=20-=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2=E8=A7=A6=E5=8F=91=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=92=8C=E6=90=9C=E7=B4=A2=E7=8A=B6=E6=80=81=E6=8C=87?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activityList/index.vue | 246 +++--- pagesActivity/homeSearch.vue | 1460 ++++++++++++++++++++++++++++------ static/Vector@1x.png | Bin 0 -> 809 bytes 3 files changed, 1359 insertions(+), 347 deletions(-) create mode 100644 static/Vector@1x.png diff --git a/pages/activityList/index.vue b/pages/activityList/index.vue index a3be098..f5cdbda 100644 --- a/pages/activityList/index.vue +++ b/pages/activityList/index.vue @@ -2,11 +2,14 @@ - + + + 输入酒款名称,品牌名称,啤酒风格 + + + + + @@ -48,14 +51,11 @@ } from '@/api/platform.js' import commonTitle from '@/components/commonTitle.vue' import rowBeer from '@/components/rowBeer.vue' - import SearchBar from '@/components/SearchBar.vue'; - export default { components: { commonTitle, rowBeer, - SearchBar, }, data() { return { @@ -113,18 +113,12 @@ uni.navigateTo({ url: '/pages/index/newBeer' }) - // uni.navigateTo({ - // url: '/pagesActivity/newWine' - // }) - // uni.navigateTo({ - // url: '/pages/activityList/details' - // }) } }, // 搜索 toSearch() { uni.navigateTo({ - url: '/pages/index/searchBeer' + url: '/pagesActivity/homeSearch' }) }, // 查询广告弹窗 banner列表 @@ -200,101 +194,141 @@ \ No newline at end of file diff --git a/pagesActivity/homeSearch.vue b/pagesActivity/homeSearch.vue index 02c2c02..df163fb 100644 --- a/pagesActivity/homeSearch.vue +++ b/pagesActivity/homeSearch.vue @@ -3,142 +3,343 @@ - - - - + + + + + + + + + + + -