diff --git a/components/order/GoodsPrice.vue b/components/order/GoodsPrice.vue
new file mode 100644
index 0000000..739417e
--- /dev/null
+++ b/components/order/GoodsPrice.vue
@@ -0,0 +1,72 @@
+
+
+ {{ goodsPrice.lowestPrice }} {{ t('global.coin') }}
+ {{ goodsPrice.priceLabel }}
+ {{ props.goods.price }} {{ t('global.coin') }}
+
+
+
+
+
+
\ No newline at end of file