diff --git a/pages/index/index.vue b/pages/index/index.vue
index f1e9bc2..04b6e18 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -150,56 +150,34 @@
抢
-
-
-
-
- 🔥 ¥{{item.productList[0].originalPrice}}
-
- {{item.title}}
- ¥{{item.productList[0].groupPrice}}
-
-
-
-
-
- 🔥 ¥{{item.productList[0].originalPrice}}
-
- {{item.title}}
- ¥{{item.productList[0].groupPrice}}
-
-
-
-
-
- 🔥 ¥{{item.productList[0].originalPrice}}
-
- {{item.title}}
- ¥{{item.productList[0].groupPrice}}
-
-
+
+
+
+
- 🔥 ¥{{item.productList[0].originalPrice}}
+ 🔥 ¥{{item.productList && item.productList[0] ? item.productList[0].originalPrice : ''}}
{{item.title}}
- ¥{{item.productList[0].groupPrice}}
+ ¥{{item.productList && item.productList[0] ? item.productList[0].groupPrice : ''}}
@@ -495,6 +473,14 @@
+