|
|
@@ -66,10 +66,10 @@
|
|
|
<ul class="list-untyled">
|
|
|
<li class="item item-first">热门搜索</li>
|
|
|
<li class="item" v-for="w in hotBrand" v-if="ifFloorsHotSearchInValid">
|
|
|
- <nuxt-link :to="'/product/brand/' + w.uuid" target="_blank">{{ w.nameEn }}</nuxt-link>
|
|
|
+ <nuxt-link :to="`/search?w=${w.nameEn}&type=brand`">{{ w.nameEn }}</nuxt-link>
|
|
|
</li>
|
|
|
<li class="item" v-for="w in hotDevice" v-if="ifFloorsHotSearchInValid">
|
|
|
- <nuxt-link :to="'/product/component/' + w.uuid" target="_blank">{{ w.code }}</nuxt-link>
|
|
|
+ <nuxt-link :to="`/search?w=${w.code}&type=component`">{{ w.code }}</nuxt-link>
|
|
|
</li>
|
|
|
<li class="item" v-if="!ifFloorsHotSearchInValid && index > 0" v-for="(w, index) in hotSearchData.items">
|
|
|
<a :href="w.hrefUrl" target="_blank">{{w.body}}</a>
|