소스 검색

no message

xingzai 11 달 전
부모
커밋
e24e11cbe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -51,7 +51,7 @@ func (this *ReportController) IsShow() {
 	if total > 0 {
 		resp.IsYanxuanSpecialAuthor = true
 	}
-	//resp.IsShowMobileAndEmailButton = true
+	resp.IsShowMobileAndEmailButton = true
 	resp.IsShowWxPay = utils.IS_SHOW_WX_PAY // 是否调取微信支付
 
 	resp.IsShow = true