|
|
@@ -38,10 +38,10 @@
|
|
|
<ul class="list-untyled">
|
|
|
<li class="item item-first">热门搜索</li>
|
|
|
<li class="item" v-for="w in hotBrand">
|
|
|
- <nuxt-link :to="'/product/brand/' + w.uuid" target="_blank">{{ w.nameCn }}</nuxt-link>
|
|
|
+ <nuxt-link :to="'/product/brand/' + w.uuid" target="_blank">{{ w.nameEn }}</nuxt-link>
|
|
|
</li>
|
|
|
<li class="item" v-for="w in hotDevice">
|
|
|
- <nuxt-link :to="'/product/brand/' + w.uuid" target="_blank">{{ w.code }}</nuxt-link>
|
|
|
+ <nuxt-link :to="'/product/component/' + w.uuid" target="_blank">{{ w.code }}</nuxt-link>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|