|
@@ -203,6 +203,7 @@ func GetUserHasPermissionActivity(user *models.WxUserItem, activityInfo *models.
|
|
|
}
|
|
|
if strings.Contains(activityInfo.ChartPermissionName, utils.CHART_PERMISSION_NAME_YANXUAN) {
|
|
|
popupMsg = "暂无<b>买方研选</b>权限<br/>点击提交申请,提醒对口销售为你开通试用"
|
|
|
+ hasPermission = 3
|
|
|
} else {
|
|
|
if companyPermission == "专家" {
|
|
|
popupMsg = "您暂无权限参加【" + activityInfo.ActivityTypeName + "】类型活动,若想参加请联系对口销售--" + companyItem.SellerName + ":" + companyItem.Mobile
|