Ver Fonte

no message

xingzai há 1 ano atrás
pai
commit
f8ff39c8cd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -1450,7 +1450,7 @@ func (this *ReportController) IsShow() {
 	if utils.RunMode == "release" { //是否展示关于我们的视频,测试环境审核做隐藏
 		resp.IsShowAboutVideo = true
 	} else {
-		resp.IsShowMobileAndEmailButton = true //是否展示手机号跟邮箱按钮
+		//resp.IsShowMobileAndEmailButton = true //是否展示手机号跟邮箱按钮
 	}
 	//mobile := user.Mobile
 	//if mobile == "" {