Browse Source

no message

xingzai 1 year ago
parent
commit
6ece4ed080
1 changed files with 1 additions and 1 deletions
  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 == "" {