diff --git a/components/orderCon/orderCon.vue b/components/orderCon/orderCon.vue
new file mode 100644
index 0000000..b3b0f4a
--- /dev/null
+++ b/components/orderCon/orderCon.vue
@@ -0,0 +1,82 @@
+
+
+
+ {{tit}}
+ 订单号:{{order.order_sn}}
+
+
+
+
+
+
+
+
+
+
+ 共{{order.total_num}}件
+
+
+
+
+ 商品小计
+ ¥{{order.total_price | formatPrice}}
+
+
+ 外送费
+ ¥{{order.transport_price | formatPrice}}
+
+
+ 打包服务费
+ ¥{{order.pack_price | formatPrice}}
+
+
+
+ 合计
+ ¥{{fullPrice | formatPrice}}
+
+
+
+
+
+
+
\ No newline at end of file