From 29e2387756cb4ff4982b3ceea4a7a4180c20c857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Wed, 25 Aug 2021 11:03:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=BA=A2=E7=BA=BF=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/lf-price/lf-price.vue | 30 +++++-- pages.json | 6 ++ pages/my/getRedLine.vue | 142 +++++++++++++++++++++++++++++++ pages/my/index.vue | 2 +- 4 files changed, 174 insertions(+), 6 deletions(-) create mode 100644 pages/my/getRedLine.vue diff --git a/components/lf-price/lf-price.vue b/components/lf-price/lf-price.vue index 43050c3..5158d9f 100644 --- a/components/lf-price/lf-price.vue +++ b/components/lf-price/lf-price.vue @@ -1,11 +1,11 @@ @@ -16,6 +16,10 @@ price: { type: [Number, String], default: '' + }, + color: { + type: String, + default: '#FF0000' } }, computed: { @@ -42,5 +46,21 @@ diff --git a/pages.json b/pages.json index 12c513a..75b6102 100644 --- a/pages.json +++ b/pages.json @@ -270,6 +270,12 @@ "style": { "navigationBarTitleText": "形象照" } + }, + { + "path": "pages/my/getRedLine", + "style": { + "navigationBarTitleText": "获取红线" + } } ], "globalStyle": { diff --git a/pages/my/getRedLine.vue b/pages/my/getRedLine.vue new file mode 100644 index 0000000..c32f4ca --- /dev/null +++ b/pages/my/getRedLine.vue @@ -0,0 +1,142 @@ + + + + + diff --git a/pages/my/index.vue b/pages/my/index.vue index 80a02a0..369d741 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -51,7 +51,7 @@ --> - +