|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="title">热销器件</div>
|
|
|
<ul class="list-unstyled list-inline">
|
|
|
<li class="hot-commodity-box" v-for="(component, index) in hotComponents" :class="{ 'border-right' : index % 5 == 4 }">
|
|
|
- <a :href="'/store/' + component.storeid + '/batchInfo/' + component.batchCode" target="_blank">
|
|
|
+ <a :href="'/store/' + component.storeid + '/' + component.batchCode" target="_blank">
|
|
|
<img :src="component.img || '/images/store/common/default.png'"/>
|
|
|
<span>{{component.code}}</span>
|
|
|
</a>
|