Skip to content

Commit

Permalink
Merge pull request bailicangdu#334 from qiaoyuwen/master
Browse files Browse the repository at this point in the history
fix bug that send geohash param to search page incorrect
  • Loading branch information
bailicangdu authored May 21, 2018
2 parents 2fc2b05 + 9d4d676 commit bbe8ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/footGuide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</svg>
<span>外卖</span>
</section>
<section @click = "gotoAddress({path: '/search/geohash'})" class="guide_item">
<section @click = "gotoAddress({path: `/search/${geohash}`})" class="guide_item">
<svg class="icon_style">
<use xmlns:xlink="http://www.w3.org/1999/xlink" :xlink:href="$route.path.indexOf('search') !== -1? '#findActive' : '#find'"></use>
</svg>
Expand Down

0 comments on commit bbe8ec2

Please sign in to comment.