|
@@ -1402,6 +1402,9 @@ func (this *ReportController) IsShow() {
|
|
|
resp.IsBelongRai = services.GetBelongingRai(user.Mobile)
|
|
|
resp.IsShowQuestionnaire = services.GetQuestionnaireButtonIsShow()
|
|
|
resp.IsShowResearchPoints = true
|
|
|
+ if utils.RunMode == "release" {
|
|
|
+ resp.IsShowAboutVideo = true
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|