diff --git a/components/history-map/history-map.vue b/components/history-map/history-map.vue index fcbf9f5..d39935b 100644 --- a/components/history-map/history-map.vue +++ b/components/history-map/history-map.vue @@ -7,7 +7,7 @@ :polyline="polyline" id="map" ref="map" - scale="12" + scale="17" show-location="true" style="width: 100%; min-height: 1000rpx;height:100%" /> diff --git a/pages.json b/pages.json index d95f957..c531b05 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,13 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "山大健康码" + "navigationBarTitleText": "山大健康码" + } + }, + { + "path": "pages/sign/sign", + "style": { + "navigationBarTitleText": "打卡" } }, { @@ -19,12 +25,6 @@ "path": "pages/my-signs/my-signs", "style": { "navigationBarTitleText": "我的校园打卡" } }, - { - "path": "pages/sign/sign", - "style": { - "navigationBarTitleText": "打卡" - } - }, { "path": "pages/get-code/get-code", diff --git a/pages/sign/sign.vue b/pages/sign/sign.vue index 1f59b8e..0a654b4 100644 --- a/pages/sign/sign.vue +++ b/pages/sign/sign.vue @@ -17,6 +17,7 @@