|
@@ -848,6 +848,9 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
if signupType == 1 {
|
|
|
go services.ActivityUserRemind(user, activityInfo, 1)
|
|
|
resp.PopupMsg = item.CountryCode + "-" + item.Mobile + "<br/>预约成功,已加入您的活动日程<br/><br/>想要及时获取活动时间变更通知,请关注【查研观向小助手】公众号"
|
|
|
+ } else if signupType == 4 {
|
|
|
+ go services.ActivityUserRemind(user, activityInfo, 4)
|
|
|
+ resp.PopupMsg = item.CountryCode + "-" + item.Mobile + "<br/>报名成功,请复制腾讯会议号打开腾讯会议app参会<br/><br/>想要及时获取活动时间变更通知,请关注【查研观向小助手】公众号"
|
|
|
} else {
|
|
|
go services.ActivityUserRemind(user, activityInfo, 4)
|
|
|
resp.PopupMsg = "报名成功,已加入您的活动日程<br/><br/>想要及时获取活动时间变更通知,请关注【查研观向小助手】公众号"
|