|
@@ -403,6 +403,10 @@ func (this *ActivityCoAntroller) ScheduleList() {
|
|
|
if services.GetShowSustainable() && v.ChartPermissionName == "研选" {
|
|
|
list[k].IsShowSustainable = true
|
|
|
}
|
|
|
+ if v.ChartPermissionName == "研选" && v.ActivityTypeId == 1 {
|
|
|
+ list[k].ActivityTypeName = "研选电话会"
|
|
|
+ }
|
|
|
+ list[k].ImgUrl = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202111/20211104/QbTGTNhD9MxYp24cJ7V5WpCN0oNl.png"
|
|
|
}
|
|
|
|
|
|
item := new(models.CygxPageHistoryRecord)
|
|
@@ -1823,8 +1827,8 @@ func (this *ActivityCoAntroller) AskAdd() {
|
|
|
br.Msg = "提交成功"
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -2021,8 +2025,8 @@ func (this *ActivityCoAntroller) LabelTypeList() {
|
|
|
br.Data = resp
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
func (this *ActivityCoAntroller) LabelMoreList() {
|