Skip to content

Commit bbe8ec2

Browse files
authored
Merge pull request bailicangdu#334 from qiaoyuwen/master
fix bug that send geohash param to search page incorrect
2 parents 2fc2b05 + 9d4d676 commit bbe8ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/footGuide.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</svg>
2727
<span>外卖</span>
2828
</section>
29-
<section @click = "gotoAddress({path: '/search/geohash'})" class="guide_item">
29+
<section @click = "gotoAddress({path: `/search/${geohash}`})" class="guide_item">
3030
<svg class="icon_style">
3131
<use xmlns:xlink="http://www.w3.org/1999/xlink" :xlink:href="$route.path.indexOf('search') !== -1? '#findActive' : '#find'"></use>
3232
</svg>

0 commit comments

Comments
 (0)