Browse Source

Merge branch 'mfyx_2.0' of http://8.136.199.33:3000/cxzhang/hongze_mfyx into debug

xingzai 10 months ago
parent
commit
272556aea6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      controllers/report.go

+ 0 - 2
controllers/report.go

@@ -47,13 +47,11 @@ func (this *ReportController) IsShow() {
 		br.ErrMsg = "获取失败,Err:" + err.Error()
 		return
 	}
-
 	if total > 0 {
 		resp.IsYanxuanSpecialAuthor = true
 	}
 	//resp.IsShowMobileAndEmailButton = true
 	resp.IsShowWxPay = utils.IS_SHOW_WX_PAY // 是否调取微信支付
-
 	resp.IsShow = true
 	br.Ret = 200
 	br.Success = true