From dc8409a3e81c06a7ba56d33ad5eb825db65b514f Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 5 Mar 2020 16:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=A0=A1=E5=9B=AD=E6=89=93?= =?UTF-8?q?=E5=8D=A1UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/timeline/timeline.vue | 32 +++++ .../uni-segmented-control.vue | 124 ++++++++++++++++++ pages.json | 13 +- pages/my-signs/my-signs.vue | 63 +++++++++ 4 files changed, 227 insertions(+), 5 deletions(-) create mode 100644 components/timeline/timeline.vue create mode 100644 components/uni-segmented-control/uni-segmented-control.vue create mode 100644 pages/my-signs/my-signs.vue diff --git a/components/timeline/timeline.vue b/components/timeline/timeline.vue new file mode 100644 index 0000000..0cfa809 --- /dev/null +++ b/components/timeline/timeline.vue @@ -0,0 +1,32 @@ + + + diff --git a/components/uni-segmented-control/uni-segmented-control.vue b/components/uni-segmented-control/uni-segmented-control.vue new file mode 100644 index 0000000..2074131 --- /dev/null +++ b/components/uni-segmented-control/uni-segmented-control.vue @@ -0,0 +1,124 @@ + + + + + diff --git a/pages.json b/pages.json index 3eca2cd..446c324 100644 --- a/pages.json +++ b/pages.json @@ -1,15 +1,19 @@ { "pages": [ { - "path": "pages/sign/sign", + "path": "pages/index/index", "style": { - "navigationBarTitleText": "打卡" + "navigationBarTitleText": "山大健康码" } }, { - "path": "pages/index/index", + "path": "pages/my-signs/my-signs", + "style": { "navigationBarTitleText": "我的校园打卡" } + }, + { + "path": "pages/sign/sign", "style": { - "navigationBarTitleText": "山大健康码" + "navigationBarTitleText": "打卡" } }, { @@ -22,7 +26,6 @@ "navigationBarTitleText": "领取健康码" } } - ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/my-signs/my-signs.vue b/pages/my-signs/my-signs.vue new file mode 100644 index 0000000..61f20b4 --- /dev/null +++ b/pages/my-signs/my-signs.vue @@ -0,0 +1,63 @@ + + + + +