|
@@ -660,7 +660,7 @@
|
|
|
if(activityInfo.value.signupEndTime) activityInfo.value.signupEndTime = new Date(activityInfo.value.signupEndTime).Format('yyyy.MM.dd hh:mm')
|
|
if(activityInfo.value.signupEndTime) activityInfo.value.signupEndTime = new Date(activityInfo.value.signupEndTime).Format('yyyy.MM.dd hh:mm')
|
|
|
// 更新海报数据
|
|
// 更新海报数据
|
|
|
posterData.title = activityInfo.value?.activityName || posterData.title;
|
|
posterData.title = activityInfo.value?.activityName || posterData.title;
|
|
|
- posterData.time = `${new Date(activityInfo.value?.activityStartTime).Format('MM.dd-hh:mm') } ~ ${new Date(activityInfo.value?.activityEndTime).Format('MM.dd-hh:mm')}` || posterData.time;
|
|
|
|
|
|
|
+ posterData.time = `${new Date(activityInfo.value?.activityStartTime).Format('M.d-HH:mm') } ~ ${new Date(activityInfo.value?.activityEndTime).Format('M.d-HH:mm')}` || posterData.time;
|
|
|
posterData.address = `${activityInfo.value?.provinceName||''}${activityInfo.value?.cityName||''}${activityInfo.value?.address||''}` || posterData.address;
|
|
posterData.address = `${activityInfo.value?.provinceName||''}${activityInfo.value?.cityName||''}${activityInfo.value?.address||''}` || posterData.address;
|
|
|
posterData.organizer = activityInfo.value?.channelName || posterData.organizer;
|
|
posterData.organizer = activityInfo.value?.channelName || posterData.organizer;
|
|
|
if(activityInfo.value?.coverFile) posterData.mainImg = activityInfo.value?.coverFile;
|
|
if(activityInfo.value?.coverFile) posterData.mainImg = activityInfo.value?.coverFile;
|