|
|
@@ -29,7 +29,7 @@
|
|
|
<div class="hot-center clearfix pad-b10">
|
|
|
<div class="hot-center-1 clearfix">
|
|
|
<div class="hot-pro" v-for="item in list3">
|
|
|
- <a title="" :title="item.code" :href="'/store/productDetail/' + item.batchCode" target="_blank">
|
|
|
+ <a :title="item.code" :href="'/store/productDetail/' + item.batchCode" target="_blank">
|
|
|
<p><img :src="item.img" alt=""></p>
|
|
|
<span><em>{{item.code}}</em></span>
|
|
|
</a>
|