Browse Source

no message

xingzai 3 years ago
parent
commit
7641c35e2c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      controllers/activity.go

+ 4 - 4
controllers/activity.go

@@ -516,7 +516,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 		//1专家电话会、2分析师电话会、3公司调研电话会、4公司线下调研、5专家线下沙龙、6分析师线下沙龙
 		//OperationMode     string `description:"操作方式 Apply:立即申请、Call:拨号 为空则为有权限"`
 		if activityInfo.ActivityTypeId != 1 && activityInfo.ActivityTypeId != 3 && permissionStr == "专家" {
-			resp.PopupMsg = "您暂无权限参加" + activityInfo.ActivityTypeName + "类型活动"
+			resp.PopupMsg = "您暂无权限参加" + activityInfo.ActivityTypeName + "类型活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
 			resp.SellerMobile = companyItem.Mobile
 			resp.SellerName = companyItem.SellerName
 			resp.MsgType = "Type"
@@ -671,7 +671,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 					resp.HaqveJurisdiction = true
 				}
 			} else {
-				resp.PopupMsg = "您暂无权限参加【" + activityInfo.ChartPermissionName + "】行业活动"
+				resp.PopupMsg = "您暂无权限参加【" + activityInfo.ChartPermissionName + "】行业活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
 				resp.SellerMobile = companyItem.Mobile
 				resp.SellerName = companyItem.SellerName
 				resp.MsgType = "Industry"
@@ -1015,7 +1015,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
 			}
 		}
 		if activityInfo.ActivityTypeId != 1 && activityInfo.ActivityTypeId != 3 && permissionStr == "专家" {
-			resp.PopupMsg = "您暂无权限参加" + activityInfo.ActivityTypeName + "类型活动"
+			resp.PopupMsg = "您暂无权限参加" + activityInfo.ActivityName + "类型活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
 			resp.SellerMobile = companyItem.Mobile
 			resp.SellerName = companyItem.SellerName
 			resp.MsgType = "Type"
@@ -1050,7 +1050,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
 				}
 				resp.HaqveJurisdiction = true
 			} else {
-				resp.PopupMsg = "您暂无权限参加【" + activityInfo.ChartPermissionName + "】行业活动"
+				resp.PopupMsg = "您暂无权限参加【" + activityInfo.ChartPermissionName + "】行业活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
 				resp.SellerMobile = companyItem.Mobile
 				resp.SellerName = companyItem.SellerName
 				resp.MsgType = "Industry"