diff --git a/components/m-goods-list/README.md b/components/m-goods-list/README.md
new file mode 100644
index 0000000..74fa4c2
--- /dev/null
+++ b/components/m-goods-list/README.md
@@ -0,0 +1,10 @@
+## 商品列表展示
+
+### OBJECT 参数说明
+
+| 属性 | 说明 | 类型 | 必填 |
+| ----------- | ---------------------------------------------------------- | ------- | ---- |
+| `res` | 显示数据 | Array | 是 |
+| `type` | 商品展示类型 oneColumns twoColumns ,默认展示一行两列商品 | String | 否 |
+| `storeName` | 是否展示店铺名称,默认展示 | Boolean | 否 |
+
diff --git a/components/m-goods-list/list.vue b/components/m-goods-list/list.vue
new file mode 100644
index 0000000..55446b7
--- /dev/null
+++ b/components/m-goods-list/list.vue
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.content.goodsName }}
+
+
+ ¥{{ formatPrice(item.content.price )[0] }} .{{
+ formatPrice(item.content.price )[1]
+ }}
+
+
+
+
+ 已售 {{ item.content.buyCount || "0" }}
+ {{ item.content.commentNum || "0" }}条评论
+
+
+
+
+ {{ item.content.storeName || "暂无" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.content.goodsName }}
+
+
+ ¥{{ formatPrice(item.content.price )[0] }} .{{
+ formatPrice(item.content.price )[1]
+ }}
+
+
+
+
+ 已售 {{ item.content.buyCount || '0' }}
+ {{ item.content.commentNum || '0' }}条评论
+
+
+
+
+ {{ item.content.storeName }}
+ 进店
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/m-goods-recommend/index.vue b/components/m-goods-recommend/index.vue
index dbd5815..8f60967 100644
--- a/components/m-goods-recommend/index.vue
+++ b/components/m-goods-recommend/index.vue
@@ -1,27 +1,11 @@
{{title ? `--${title}-- `:''}}
-
-
-
-
-
-
-
-
-
- {{ item.content.goodsName }}
-
-
-
¥{{ item.content.price | unitPrice }}
-
-
-
-
+
-
diff --git a/pages/product/shopPage.vue b/pages/product/shopPage.vue
index 07f050c..161bcf6 100644
--- a/pages/product/shopPage.vue
+++ b/pages/product/shopPage.vue
@@ -60,18 +60,7 @@
暂无商品信息
-
-
-
-
- {{ item.content.goodsName }}
-
-
¥{{ item.content.price | unitPrice }}
-
-
- 已售 {{ item.content.buyCount || "0" }}
-
-
+
@@ -94,7 +83,8 @@
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+