<section @click = "gotoAddress({path: '/search/' + geohash})" class="guide_item">
</section>
<ul class="list_container">
<router-link :to="{path:'/shop', query:{id:item.id}}" tag="li" v-for="item in restaurantList" :key="item.id" class="list_li">
<section class="item_left">
<img :src="imgBaseUrl + item.image_path" class="restaurant_img">
</section>
</router-link>
</ul>
nextpage(item){
console.log(item);
this.$router.push({
path:'./Three',
query:{a:item.name,b:item.cityid}
})
},
<span @click="$router.push('/recommends')" >按钮</span>