|
@@ -1408,6 +1408,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
|
|
|
+ }
|
|
|
//mobile := user.Mobile
|
|
|
//if mobile == "" {
|
|
|
// br.Ret = 200
|