From 9066b00ec1893f9b84a9ad1676cb4e5291d9243f 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, 8 Sep 2021 14:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=94=AF=E4=BB=98=E6=94=B6?= =?UTF-8?q?=E9=93=B6=E5=8F=B0=E9=A1=B5=E9=9D=A2UI=E3=80=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=80=92=E8=AE=A1=E6=97=B6=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../countdown-timer/countdown-timer.vue | 100 +++++++++++++ pages.json | 7 + pages/order/cashier/cashier.vue | 136 ++++++++++++++++++ 3 files changed, 243 insertions(+) create mode 100644 components/countdown-timer/countdown-timer.vue create mode 100644 pages/order/cashier/cashier.vue diff --git a/components/countdown-timer/countdown-timer.vue b/components/countdown-timer/countdown-timer.vue new file mode 100644 index 0000000..0f5bd4f --- /dev/null +++ b/components/countdown-timer/countdown-timer.vue @@ -0,0 +1,100 @@ + + + diff --git a/pages.json b/pages.json index 0100418..876e0f4 100644 --- a/pages.json +++ b/pages.json @@ -865,6 +865,13 @@ "navigationBarTitleText": "秒杀专场", "navigationStyle": "custom" } + }, + { + "path" : "pages/order/cashier/cashier", + "style" : { + "navigationBarTitleText": "支付收银台", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/order/cashier/cashier.vue b/pages/order/cashier/cashier.vue new file mode 100644 index 0000000..1ec2d02 --- /dev/null +++ b/pages/order/cashier/cashier.vue @@ -0,0 +1,136 @@ + + + + + +