去除活动详细页默认图片

This commit is contained in:
WindowBird 2025-09-19 15:49:27 +08:00
parent e2f0e94973
commit e5eafc4cdb

View File

@ -70,8 +70,8 @@ export default {
), ),
time: this.formatActivityTime(apiData.actStartTime, apiData.actEndTime), time: this.formatActivityTime(apiData.actStartTime, apiData.actEndTime),
location: apiData.address || "", location: apiData.address || "",
backgroundImage: backgroundImage: apiData.imgUrl,
apiData.imgUrl || this.getDefaultImageByType(apiData.type), //|| this.getDefaultImageByType(apiData.type),
// 详情页额外信息 // 详情页额外信息
templeId: apiData.templeId, templeId: apiData.templeId,
currentBooking: apiData.currentBooking || 0, currentBooking: apiData.currentBooking || 0,