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