|
@@ -319,6 +319,7 @@ func (this *ActivityCoAntroller) ActivityList() {
|
|
|
}
|
|
|
if v.ChartPermissionName == "研选" && v.ActivityTypeId == 1 {
|
|
|
list[k].ActivityTypeName = "研选电话会"
|
|
|
+ list[k].ImgUrlText = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202112/20211221/bIdfv8t86xrFRpDOeGGHXOmKEuKl.png"
|
|
|
}
|
|
|
if v.ActivityType == 0 {
|
|
|
if mapAddress[v.City] != "" {
|
|
@@ -493,6 +494,7 @@ func (this *ActivityCoAntroller) ScheduleList() {
|
|
|
}
|
|
|
if v.ChartPermissionName == "研选" && v.ActivityTypeId == 1 {
|
|
|
list[k].ActivityTypeName = "研选电话会"
|
|
|
+ list[k].ImgUrlText = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202112/20211221/bIdfv8t86xrFRpDOeGGHXOmKEuKl.png"
|
|
|
}
|
|
|
if v.ActivityType == 0 {
|
|
|
if mapAddress[v.City] != "" {
|
|
@@ -2467,6 +2469,7 @@ func (this *ActivityCoAntroller) ActivityListNew() {
|
|
|
}
|
|
|
if v.ChartPermissionName == "研选" && v.ActivityTypeId == 1 {
|
|
|
list[k].ActivityTypeName = "研选电话会"
|
|
|
+ list[k].ImgUrlText = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202112/20211221/bIdfv8t86xrFRpDOeGGHXOmKEuKl.png"
|
|
|
}
|
|
|
if v.ActivityType == 0 {
|
|
|
if mapAddress[v.City] != "" {
|