Browse Source

fix: 修复导航交互

周玉环 3 weeks ago
parent
commit
0c733d2e1c

+ 2 - 0
xinkeaboard-web/assets/language/en.js

@@ -265,6 +265,8 @@ export const lang_en = {
     //店铺商品列表
     '件相关商品': 'Member related products',
     '共': 'Total',
+    '店铺内': 'In This Store',
+    '全平台': 'Full Site',
 
 
     //首页装修

+ 2 - 1
xinkeaboard-web/assets/language/zh.js

@@ -822,7 +822,8 @@ export const lang_zn = {
     '请输入数量':'请输入数量',
     '了解更多':'了解更多',
     '请输入关键词进行查询...':'请输入关键词进行查询...',
-
+    '店铺内': '店铺内',
+    '全平台': '全平台',
 
 
     // pages/store/about.vue

+ 2 - 2
xinkeaboard-web/components/MemberTop.vue

@@ -12,7 +12,7 @@
               />
             </router-link>
           </dt>
-          <dd>
+          <!-- <dd>
             <router-link
               tag="a"
               :to="`/member/home`"
@@ -20,7 +20,7 @@
             >
               {{ L["首页"] }}
             </router-link>
-          </dd>
+          </dd> -->
         </dl>
         <div class="fr">
           <div class="sld_search_part fl">

+ 3 - 3
xinkeaboard-web/components/Store/HeaderCat.vue

@@ -152,7 +152,7 @@
           </li>
           <ul class="sld_store_cat_horizontal" v-if="storeData.info.storeName">
             <li :class="{ 'active': routePath === '/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid }">
-              <nuxt-link target="_blank"  :to="'/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid"  >
+              <nuxt-link  :to="'/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid"  >
                 {{ L["首页"] }}
               </nuxt-link>
             </li>
@@ -220,11 +220,11 @@ const searchType = ref('store');
 const searchTypeOptions = [
   {
     value: 'store',
-    label: 'In This Store',
+    label: L['店铺内'],
   },
   {
     value: 'site',
-    label: 'Full Site',
+    label: L['全平台'],
   },
 ]
 const otherMenuData = reactive({data:[]})

+ 1 - 1
xinkeaboard-web/layouts/member.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <MemberTop/>
+        <SldHomeTopSearch/>
         <NavTopBar/>
         <div class="sld_member_main_content">
             <div class="container">