|
@@ -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
|