|
|
@@ -19,7 +19,7 @@
|
|
|
<a @click="goStoreApply" class="btn-sure"><button class="btn btn-primary">立即入驻</button></a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr v-for="store in stores.content" v-if="store">
|
|
|
+ <nuxt-link tag="tr" :to="'/store/' + store.uuid" v-for="store in stores.content" v-if="store">
|
|
|
<td>
|
|
|
<div class="logo">
|
|
|
<a :href="'/store/' + store.uuid" target="_blank"><img :src="store.logoUrl || '/images/store/common/default.png'" :alt="store.storeName"></a>
|
|
|
@@ -35,7 +35,7 @@
|
|
|
<td class="vertical-middle" style="text-align: center">
|
|
|
<a :href="'/store/' + store.uuid" target="_blank"><button class="btn btn-primary">进入店铺</button></a>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
+ </nuxt-link>
|
|
|
<tr v-if="!stores.content || stores.content.length == 0" class="no-content">
|
|
|
<td colspan="10" class="text-center" style="line-height: 1125px; font-size: 20px;">
|
|
|
<i class="fa fa-smile-o fa-lg"></i> 暂无店铺信息
|