Browse Source

no message

zhangchuanxing 1 month ago
parent
commit
ce77c576a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/roadshow/calendar.go

+ 2 - 2
controllers/roadshow/calendar.go

@@ -212,7 +212,7 @@ func (this *CalendarController) Add() {
 		}
 		}
 
 
 		if addType == 3 {
 		if addType == 3 {
-			this.FailWithMessage("客户暂无路演权限,请开通对应行业权限或购买【路演服务】权限", "客户暂无路演权限,请开通对应行业权限或购买【路演服务】权限")
+			this.FailWithMessage("暂无路演权限,请开通行业权限或购买【路演服务】", "暂无路演权限,请开通行业权限或购买【路演服务】")
 			return
 			return
 		}
 		}
 
 
@@ -1544,7 +1544,7 @@ func (this *CalendarController) Edit() {
 		resp.AddType = addType
 		resp.AddType = addType
 
 
 		if addType == 3 {
 		if addType == 3 {
-			this.OkDetailed(resp, "保存成功")
+			this.FailWithMessage("暂无路演权限,请开通行业权限或购买【路演服务】", "暂无路演权限,请开通行业权限或购买【路演服务】")
 			return
 			return
 		}
 		}
 	}
 	}