Browse Source

no message

xingzai 10 months ago
parent
commit
8838ef32f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/activity.go

+ 1 - 0
controllers/activity.go

@@ -935,6 +935,7 @@ func (this *ActivityNoLoginController) Detail() {
 		return
 	}
 	detailResp.ShareImg = services.GetActivityShareImg(activityInfo)
+	detailResp.AuthInfo.HasPermission = resp.HasPermission
 	resp.Detail = detailResp
 	br.Ret = 200
 	br.Success = true