From 7b0aa96d86c879024722ad9f4c2b744283f447a9 Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Wed, 30 Jun 2021 15:38:15 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=20?=
=?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AB=8B=E5=8D=B3=E4=BB=98=E6=AC=BE=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 +
pages/order/confirm-atonce.vue | 234 +++++++++++++++++++++++++++++++++
pages/order/index.vue | 2 +-
pages/order/unpay-details.vue | 13 +-
4 files changed, 253 insertions(+), 2 deletions(-)
create mode 100644 pages/order/confirm-atonce.vue
diff --git a/pages.json b/pages.json
index 95b3b1d..0b7d089 100644
--- a/pages.json
+++ b/pages.json
@@ -48,6 +48,12 @@
"navigationBarTitleText": "确认订单"
}
},
+ {
+ "path": "pages/order/confirm-atonce",
+ "style": {
+ "navigationBarTitleText": "立即付款"
+ }
+ },
{
"path": "pages/order/pay-success",
"style": {
diff --git a/pages/order/confirm-atonce.vue b/pages/order/confirm-atonce.vue
new file mode 100644
index 0000000..a4bdfc1
--- /dev/null
+++ b/pages/order/confirm-atonce.vue
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{orderDetails.goods.name}}
+
+
+ 数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 优惠
+ 暂无优惠
+
+
+
+
+
+
+
+
+
+ 应付款:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/order/index.vue b/pages/order/index.vue
index 0731de0..77b6c7f 100644
--- a/pages/order/index.vue
+++ b/pages/order/index.vue
@@ -19,7 +19,7 @@
-
+
diff --git a/pages/order/unpay-details.vue b/pages/order/unpay-details.vue
index 14e8331..e90c73d 100644
--- a/pages/order/unpay-details.vue
+++ b/pages/order/unpay-details.vue
@@ -17,8 +17,9 @@
+
-
+
@@ -60,6 +61,16 @@
+
+
+
+
+
+
+
+ {{orderDetails.state_text.text}}
+
+