diff --git a/mall4uni/pages/prod/prod.vue b/mall4uni/pages/prod/prod.vue
index 1932a2e..f002a38 100644
--- a/mall4uni/pages/prod/prod.vue
+++ b/mall4uni/pages/prod/prod.vue
@@ -1,819 +1,848 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{prodName}}
-
-
-
- 收藏
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{prodName}}
+
+
+
+ 收藏
+
-
- {{brief}}
-
- ¥{{wxs.parsePrice(defaultSku.price)[0]}}.{{wxs.parsePrice(defaultSku.price)[1]}}
-
- ¥{{wxs.parsePrice(defaultSku.oriPrice)[0]}}.{{wxs.parsePrice(defaultSku.oriPrice)[1]}}
-
-
-
-
-
-
-
-
-
-
-
- 已选
- {{selectedProp.length>0?selectedProp+',':''}}{{prodNum}}件
- ...
-
-
-
-
-
- 评价
- 好评{{prodCommData.positiveRating}}%
+ {{brief}}
+
+ ¥{{wxs.parsePrice(defaultSku.price)[0]}}.{{wxs.parsePrice(defaultSku.price)[1]}}
+
+ ¥{{wxs.parsePrice(defaultSku.oriPrice)[0]}}.{{wxs.parsePrice(defaultSku.oriPrice)[1]}}
+
+
-
- 共{{prodCommData.number}}条
-
+
+
+
+
+
+
+
+
+ 已选
+ {{selectedProp.length>0?selectedProp+',':''}}{{prodNum}}件
+ ...
-
-
- 全部({{prodCommData.number}})
- 好评({{prodCommData.praiseNumber}})
- 中评({{prodCommData.secondaryNumber}})
- 差评({{prodCommData.negativeNumber}})
- 有图({{prodCommData.picNumber}})
+
+
+
+
+ 评价
+ 好评{{prodCommData.positiveRating}}%
+
+
+ 共{{prodCommData.number}}条
+
+
-
-
-
- {{item.recTime}}
-
-
- {{item.nickName}}
-
+
+
+ 全部({{prodCommData.number}})
+ 好评({{prodCommData.praiseNumber}})
+ 中评({{prodCommData.secondaryNumber}})
+ 差评({{prodCommData.negativeNumber}})
+ 有图({{prodCommData.picNumber}})
+
+
+
+
+ {{item.recTime}}
+
+
+ {{item.nickName}}
+
+
+ {{item.content}}
+
+
+
- {{item.content}}
-
-
-
-
-
- 查看全部评价
+
+ 查看全部评价
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+ };
+
+
\ No newline at end of file