|
|
@@ -9,7 +9,7 @@
|
|
|
<div class="hot-center clearfix">
|
|
|
<div class="hot-center-1 clearfix">
|
|
|
<div class="hot-pro" v-for="item in list1">
|
|
|
- <a :title="item.code" :href="'/store/' + item.storeid + '/' + 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>
|
|
|
@@ -18,7 +18,7 @@
|
|
|
<div class="hot-center-2 clearfix">
|
|
|
<ul>
|
|
|
<li v-for="item in list2">
|
|
|
- <a :title="item.code" :href="'/store/' + item.storeid + '/' + 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>
|
|
|
@@ -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/' + item.storeid + '/' + item.batchCode" target="_blank">
|
|
|
+ <a title="" :title="item.code" :href="'/store/productDetail/' + item.batchCode" target="_blank">
|
|
|
<p><img :src="item.img" alt=""></p>
|
|
|
<span><em>{{item.code}}</em></span>
|
|
|
</a>
|
|
|
@@ -38,7 +38,7 @@
|
|
|
<div class="hot-center-2 clearfix">
|
|
|
<ul>
|
|
|
<li v-for="item in list4">
|
|
|
- <nuxt-link title="" :to="'/store/' + item.storeid + '/' + item.batchCode" target="_blank">
|
|
|
+ <nuxt-link title="" :to="'/store/productDetail/' + item.batchCode" target="_blank">
|
|
|
<p><img :src="item.img" alt=""></p>
|
|
|
<span><em>{{item.code}}</em></span>
|
|
|
</nuxt-link>
|