|
@@ -2004,6 +2004,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
|
|
|
br.Success = true
|
|
|
if hasPermission == 1 {
|
|
|
br.Msg = "设置成功,会前15分钟会为您推送微信消息提醒"
|
|
|
+ resp.PopupMsg = "设置成功,会前15分钟会为您推送微信消息提醒<br/><br/>请关注【查研观向小助手】公众号,以获取微信消息提醒"
|
|
|
}
|
|
|
br.Data = resp
|
|
|
}
|
|
@@ -4420,6 +4421,7 @@ func (this *ActivityCoAntroller) ActivityAppointmentAdd() {
|
|
|
br.Success = true
|
|
|
if hasPermission == 1 {
|
|
|
br.Msg = "请关注【查研观向小助手】公众号,若有调研纪要发布/更新,将及时为您推送微信消息"
|
|
|
+ resp.PopupMsg = "会议纪要预约成功<br/><br/>请关注【查研观向小助手】公众号,若有调研纪要发布/更新,将及时为您推送微信消息"
|
|
|
}
|
|
|
br.Data = resp
|
|
|
}
|