去除活动详细页默认图片
This commit is contained in:
parent
e2f0e94973
commit
e5eafc4cdb
|
|
@ -70,8 +70,8 @@ export default {
|
|||
),
|
||||
time: this.formatActivityTime(apiData.actStartTime, apiData.actEndTime),
|
||||
location: apiData.address || "",
|
||||
backgroundImage:
|
||||
apiData.imgUrl || this.getDefaultImageByType(apiData.type),
|
||||
backgroundImage: apiData.imgUrl,
|
||||
//|| this.getDefaultImageByType(apiData.type),
|
||||
// 详情页额外信息
|
||||
templeId: apiData.templeId,
|
||||
currentBooking: apiData.currentBooking || 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user