From f706ea8f5ac1241cf4271b9ed6a6138b6f424e56 Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Sat, 11 Jun 2022 17:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A1=AE=E8=AE=A4=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.scss | 10 + pages.json | 7 + pages/account/myOrders.vue | 53 ++-- pages/index/index.vue | 6 +- pages/login/verifyEmail.vue | 10 - pages/order/confirmation.vue | 451 +++++++++++++++++++++++++++++++++++ static/img/address.png | Bin 0 -> 1898 bytes static/img/address_xian.png | Bin 0 -> 5249 bytes static/img/close1.png | Bin 0 -> 990 bytes 9 files changed, 499 insertions(+), 38 deletions(-) create mode 100644 pages/order/confirmation.vue create mode 100644 static/img/address.png create mode 100644 static/img/address_xian.png create mode 100644 static/img/close1.png diff --git a/common/common.scss b/common/common.scss index 439b3a9..16e6fd2 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,3 +1,13 @@ +.mask{ + position: fixed; + width: 100%; + height: 100%; + background-color: black; + opacity: 0.5; + z-index: 998; + top: 0; + left: 0; +} .wishlist_body{ position: relative; diff --git a/pages.json b/pages.json index de24f83..f35b945 100644 --- a/pages.json +++ b/pages.json @@ -91,6 +91,13 @@ "navigationBarTitleText": "My orders", "navigationBarBackgroundColor":"#FFFFFF" } + }, + { + "path": "pages/order/confirmation", + "style": { + "navigationBarTitleText": "0rder Confirmation", + "navigationBarBackgroundColor":"#FFFFFF" + } } ], "globalStyle": { diff --git a/pages/account/myOrders.vue b/pages/account/myOrders.vue index e0267b7..0fc0c15 100644 --- a/pages/account/myOrders.vue +++ b/pages/account/myOrders.vue @@ -7,35 +7,38 @@