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 @@