Skip to content

Commit 1530f3c

Browse files
committed
Merge branch 'master' of https://github.com/bailicangdu/vue2-elm
2 parents 1d02510 + 64ab859 commit 1530f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For some reason,previous interfaces could not be used, it made the project fai
7575

7676
# Demo
7777

78-
[click it](http://cangdu.org/elm/)(Preview with chroe phone mode please)
78+
[click it](http://cangdu.org/elm/)(Preview with chrome phone mode please)
7979

8080
### The mobile can scan the qr code in the below
8181

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)