From aa904a50e09a73e80d5ef3897c57245b9bd369d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Fri, 3 Sep 2021 11:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=A7=AF=E5=88=86=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++++ pages/point/detail/detail.vue | 138 ++++++++++++++++++++++++++++++++++ pages/point/rule/rule.vue | 26 +++++++ 3 files changed, 178 insertions(+) create mode 100644 pages/point/detail/detail.vue create mode 100644 pages/point/rule/rule.vue diff --git a/pages.json b/pages.json index 89c77c3..38086b0 100644 --- a/pages.json +++ b/pages.json @@ -720,6 +720,20 @@ "navigationBarTitleText": "设置密码", "navigationStyle": "custom" } + }, + { + "path" : "pages/point/detail/detail", + "style" : { + "navigationBarTitleText": "积分", + "navigationStyle": "custom" + } + }, + { + "path" : "pages/point/rule/rule", + "style" : { + "navigationBarTitleText": "积分规则", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/point/detail/detail.vue b/pages/point/detail/detail.vue new file mode 100644 index 0000000..7cee881 --- /dev/null +++ b/pages/point/detail/detail.vue @@ -0,0 +1,138 @@ + + + + + + diff --git a/pages/point/rule/rule.vue b/pages/point/rule/rule.vue new file mode 100644 index 0000000..2946194 --- /dev/null +++ b/pages/point/rule/rule.vue @@ -0,0 +1,26 @@ + + + + +