From 0ef6eb76b6729248c29ce0a8d3054e4ef7f1a464 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 11 Aug 2025 23:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=95=86=E6=88=B7=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=88=86=E7=B1=BB=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 5 +- locale/zh.json | 5 +- .../components/shop-header/shop-header.vue | 169 ++++++++++-------- pages/plugins/shop/search/search.vue | 1 + 4 files changed, 98 insertions(+), 82 deletions(-) diff --git a/locale/en.json b/locale/en.json index 88834a34..5fcf8f23 100644 --- a/locale/en.json +++ b/locale/en.json @@ -94,7 +94,9 @@ "again_pay_text" : "Restart payment", "back_app_text" : "Return to APP", "base_info_text": "Basic info", - "form_input_data_text": "Form input Data" + "form_input_data_text": "Form input Data", + "two_nav_text" : "Secondary Navigation", + "no_data": "No data available at the moment" }, "client": { "weixin": "WeChat", @@ -1298,7 +1300,6 @@ "21kak7": "Online Service", "745kx2": "branch", "wtx1l8": "View product categories", - "83occ4": "There is currently no data available", "ses9m2": "Please enter the keywords of the product you are searching for", "i7725u": "Search", "gv16tj": "to" diff --git a/locale/zh.json b/locale/zh.json index f736c914..9cd2a0b4 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -94,7 +94,9 @@ "again_pay_text" : "重新发起支付", "back_app_text" : "返回APP", "base_info_text": "基础信息", - "form_input_data_text": "表单数据" + "form_input_data_text": "表单数据", + "two_nav_text" : "二级导航", + "no_data": "暂无数据" }, "client": { "weixin": "微信", @@ -1286,7 +1288,6 @@ "21kak7": "在线客服", "745kx2": "分", "wtx1l8": "查看商品分类", - "83occ4": "暂无数据", "ses9m2": "请输入您搜索的商品关键字", "i7725u": "搜本店", "gv16tj": "至" diff --git a/pages/plugins/shop/components/shop-header/shop-header.vue b/pages/plugins/shop/components/shop-header/shop-header.vue index 62344ad6..0c402814 100644 --- a/pages/plugins/shop/components/shop-header/shop-header.vue +++ b/pages/plugins/shop/components/shop-header/shop-header.vue @@ -37,7 +37,7 @@ - + {{$t('design.design.21kak7')}} @@ -59,51 +59,81 @@ - {{$t('recommend-form.recommend-form.203itn')}} + {{$t('recommend-form.recommend-form.203itn')}} - - {{ item.name }} - - - {{ item.name }} - - - {{ items.name }} - - - + {{ item.name }} - - - - - {{ item.name }} - - - {{ item2.name }} - - - - - - {{$t('design.design.83occ4')}} - - - + + + + + + {{$t('common.two_nav_text')}} + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + {{$t('recommend-form.recommend-form.203itn')}} + + + + + + + + + + {{ item.name }} + + + {{ item2.name }} + + + + + + + + + + + + - + - + @@ -148,6 +178,7 @@