zhengjinyi 4 年之前
父節點
當前提交
f833751863
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/main/resources/templates/components/header.html

+ 3 - 2
src/main/resources/templates/components/header.html

@@ -154,18 +154,19 @@
                                     <div class="lft">
                                         <a :href="'/product/list.html?category='+nav.bigTypeID+'-'+small.smallTypeID+'-0'" target="_blank">
                                             <p>{{ small.name }}</p>
+                                             <span v-if="isPC"> > </span>
                                         </a>
                                     </div>
                                     <div class="rgt mfw" >
                                         <template v-if="small.tinytypeList!='' && small.tinytypeList!=null"  v-for="tiny in small.tinytypeList">
                                             <a :href="'/product/list.html?category='+nav.bigTypeID+'-'+small.smallTypeID+'-'+tiny.tinyTypeID" target="_blank">
-                                                <img v-if="!isPC" :src="tiny.crmIcon" alt="tiny.name">
+                                                <img v-if="!isPC" :src="tiny.icon" alt="tiny.name">
                                                 <span v-text="tiny.name"></span>
                                             </a>
                                         </template>
                                         <template v-if="!small.tinytypeList">
                                             <a :href="'/product/list.html?category='+nav.bigTypeID+'-'+small.smallTypeID+'-0'" target="_blank">
-                                                <img v-if="!isPC" :src="small.crmIcon" alt="全部商品">
+                                                <img v-if="!isPC" :src="tiny.icon" alt="全部商品">
                                                 <p>全部商品</p>
                                             </a>
                                         </template>