|
@@ -819,6 +819,7 @@ func ActivityButtonShow(item *models.ActivityDetail, user *models.WxUserItem, pe
|
|
|
IsResearchSpecial: v.IsResearchSpecial,
|
|
|
LinkParticipants: v.LinkParticipants,
|
|
|
IsResearchPoints: v.IsResearchPoints,
|
|
|
+ IsResearchPointsByUser: v.IsResearchPointsByUser,
|
|
|
IsExternalLabel: v.IsExternalLabel,
|
|
|
SiginupDeadline: v.SiginupDeadline,
|
|
|
CancelDeadline: v.CancelDeadline,
|
|
@@ -897,6 +898,12 @@ func ActivityArrButtonShow(items []*models.ActivityDetail, user *models.WxUserIt
|
|
|
return
|
|
|
}
|
|
|
activityPointsByUserAllMap := GetActivityPointsByUserAllMap() // 获取对用户进行研选扣点的活动
|
|
|
+
|
|
|
+ //virtualAssetActivityList ,e := order.GetCygxOrderVirtualAssetActivityList(activityIds, user.Mobile)
|
|
|
+ //if e != nil {
|
|
|
+ // e = errors.New("GetCygxOrderVirtualAssetActivityList, Err: " + e.Error())
|
|
|
+ // return
|
|
|
+ //}
|
|
|
for _, activityDetail := range items {
|
|
|
|
|
|
//IsShowAppointment bool `description:"是否展示预约纪要"`
|