From 288b19565662bb0f4507a723f2290795d5ff691a Mon Sep 17 00:00:00 2001 From: lfs3 Date: Thu, 12 Sep 2019 18:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E5=8A=A0=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/order-check.vue | 64 +++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 24 deletions(-) diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 33aecc3..910f3a5 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -14,10 +14,17 @@
-
{{info.goodsName}}
+
+
{{info.goodsName}}
+
¥{{info.totalPrice?info.totalPrice/100:''}}
+
{{info.shortDesc}}
-
¥{{info.totalPrice?info.totalPrice/100:''}}
+
+ +
+ +
{{item.labelText}} @@ -93,6 +100,7 @@