xingzai 1 tahun lalu
induk
melakukan
f8ff39c8cd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 == "" {