From f5379b17ef0699233bd915471116ca2a4ece671e Mon Sep 17 00:00:00 2001
From: wangfukang <15630117759@163.com>
Date: Sat, 29 Aug 2026 09:35:32 +0800
Subject: [PATCH] 1
---
pages/index/index.vue | 218 +++++++++++++++++++++++++++++++++---------
1 file changed, 171 insertions(+), 47 deletions(-)
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 @@
+