diff --git a/pages.json b/pages.json index 1e8a605..3923ef6 100644 --- a/pages.json +++ b/pages.json @@ -1,9 +1,5 @@ { "pages": [ - { - "path": "pages/statistics/statistics", - "style": { "navigationBarTitleText": "统计" } - }, { "path": "pages/index/index", "style": { @@ -34,7 +30,7 @@ } }, { - "path": "pages/add-stroke/add-stroke", + "path": "pages/punch-the-clock/punch-the-clock", "style": { "navigationBarTitleText": "添加行程" } @@ -45,6 +41,10 @@ "navigationBarTitleText": "申请健康码" } }, + { + "path": "pages/statistics/statistics", + "style": { "navigationBarTitleText": "统计" } + }, { "path": "pages/my-code/my-code", "style": { diff --git a/pages/apply-code/apply-code.vue b/pages/apply-code/apply-code.vue index 9176c55..c4717a3 100644 --- a/pages/apply-code/apply-code.vue +++ b/pages/apply-code/apply-code.vue @@ -3,7 +3,7 @@
*当前所在地区 - + *当前所在详细地址 @@ -39,7 +39,7 @@ - + 最近14天是否有新冠肺炎患者或疑似患者接触史 @@ -58,7 +58,7 @@
- + @@ -67,161 +67,178 @@ - - + + \ No newline at end of file + diff --git a/pages/get-code/get-code.vue b/pages/get-code/get-code.vue index 5d70ecd..0b6c80f 100644 --- a/pages/get-code/get-code.vue +++ b/pages/get-code/get-code.vue @@ -1,25 +1,239 @@ + + \ No newline at end of file diff --git a/pages/index/components/home.vue b/pages/index/components/home.vue index d01ab80..175a555 100644 --- a/pages/index/components/home.vue +++ b/pages/index/components/home.vue @@ -11,7 +11,7 @@ class="bg"> - + @@ -33,7 +33,7 @@ - + diff --git a/pages/add-stroke/components/date-selector.vue b/pages/punch-the-clock/components/date-selector.vue similarity index 100% rename from pages/add-stroke/components/date-selector.vue rename to pages/punch-the-clock/components/date-selector.vue diff --git a/pages/add-stroke/add-stroke.vue b/pages/punch-the-clock/punch-the-clock.vue similarity index 95% rename from pages/add-stroke/add-stroke.vue rename to pages/punch-the-clock/punch-the-clock.vue index e7f51f5..b2f83c2 100644 --- a/pages/add-stroke/add-stroke.vue +++ b/pages/punch-the-clock/punch-the-clock.vue @@ -35,7 +35,7 @@ - + @@ -145,8 +145,8 @@ export default { } .history-btn{ position: fixed; - top: 30rpx; - right: 30rpx; + bottom: 40rpx; + right: 40rpx; width: 96rpx; height: 96rpx; line-height: 96rpx;