瀏覽代碼

Merge branch 'cygx_6.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 年之前
父節點
當前提交
bffcdb1437
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      controllers/report.go

+ 3 - 2
controllers/report.go

@@ -1135,6 +1135,8 @@ func (this *ReportController) IsShow() {
 		return
 	}
 	var resp models.IsShow
+	resp.IsShowChart = true
+	resp.IsShowResearch = true
 	mobile := user.Mobile
 	if mobile == "" {
 		br.Ret = 200
@@ -1146,8 +1148,7 @@ func (this *ReportController) IsShow() {
 	if total > 0 {
 		resp.IsShow = true
 	}
-	resp.IsShowChart = true
-	resp.IsShowResearch = true
+
 	br.Ret = 200
 	br.Success = true
 	br.Data = resp