去除活动详细页默认图片
This commit is contained in:
parent
e2f0e94973
commit
e5eafc4cdb
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user