|
@@ -769,11 +769,9 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
if permissionStr == "专家" {
|
|
|
resp.PopupMsg = "您暂无权限参加【" + activityInfo.ActivityTypeName + "】类型活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
|
|
|
resp.MsgType = "Type"
|
|
|
- } else if strings.Contains(permissionStr, activityInfo.ChartPermissionName) {
|
|
|
+ } else {
|
|
|
resp.PopupMsg = "您暂无权限参加【" + activityInfo.ChartPermissionName + "】行业活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
|
|
|
resp.MsgType = "Industry"
|
|
|
- } else {
|
|
|
- resp.PopupMsg = "您暂无权限参加该活动"
|
|
|
}
|
|
|
}
|
|
|
} else { //潜在客户
|
|
@@ -1190,11 +1188,9 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
|
|
|
if permissionStr == "专家" {
|
|
|
resp.PopupMsg = "您暂无权限参加【" + activityInfo.ActivityTypeName + "】类型活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
|
|
|
resp.MsgType = "Type"
|
|
|
- } else if strings.Contains(permissionStr, activityInfo.ChartPermissionName) {
|
|
|
+ } else {
|
|
|
resp.PopupMsg = "您暂无权限参加【" + activityInfo.ChartPermissionName + "】行业活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
|
|
|
resp.MsgType = "Industry"
|
|
|
- } else {
|
|
|
- resp.PopupMsg = "您暂无权限参加该活动"
|
|
|
}
|
|
|
}
|
|
|
} else { //潜在客户
|