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 @@