|
@@ -14,7 +14,7 @@ import (
|
|
|
"time"
|
|
|
)
|
|
|
|
|
|
-//活动
|
|
|
+// 活动
|
|
|
type ActivityCoAntroller struct {
|
|
|
BaseAuthController
|
|
|
}
|
|
@@ -1305,7 +1305,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
}
|
|
|
if totalRestrict >= 1 {
|
|
|
signupStatus = "BreakPromise"
|
|
|
- resp.PopupMsg = "由于爽约次数过多,您暂时被限制报名资格"
|
|
|
+ resp.PopupMsg = "由于爽约次数过多,您暂时被限制报名资格,请联系对口销售"
|
|
|
item.FailType = 3
|
|
|
}
|
|
|
totalSignupCompany, err := models.GetActivitySignupCompanyCount(activityId, user.CompanyId)
|