diff --git a/components/activity-card/activity-card.vue b/components/activity-card/activity-card.vue
index e5889ac..98ab76a 100644
--- a/components/activity-card/activity-card.vue
+++ b/components/activity-card/activity-card.vue
@@ -1,7 +1,7 @@
-
+
{{ activity.name }}
@@ -9,8 +9,8 @@
@@ -29,13 +29,13 @@
-
+
{{ statusText }}
-
+
活动时间:
{{ activity.time }}
@@ -45,16 +45,19 @@
立即报名
-
+
地点:
{{ activity.location }}
@@ -64,228 +67,235 @@
diff --git a/utils/activity-data-formatter.js b/utils/activity-data-formatter.js
index 9750c01..987549a 100644
--- a/utils/activity-data-formatter.js
+++ b/utils/activity-data-formatter.js
@@ -37,7 +37,8 @@ export default {
),
time: this.formatActivityTime(item.actStartTime, item.actEndTime),
location: item.address || "",
- backgroundImage: item.imgUrl || this.getDefaultImageByType(item.type),
+ // backgroundImage: item.imgUrl || this.getDefaultImageByType(item.type),
+ backgroundImage: item.imgUrl,
// 额外信息
templeId: item.templeId,
currentBooking: item.currentBooking || 0,