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