@@ -879,7 +879,6 @@ func (this *ActivityNoLoginController) Detail() {
return
}
detailResp.SignupType = mapActivitySignup[activityId]
- detailResp.ShareImg = services.GetActivityShareImg(activityInfo)
resp.Detail = detailResp
} else {
hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
@@ -909,6 +908,7 @@ func (this *ActivityNoLoginController) Detail() {
br.ErrMsg = "ActivityDetaailShow Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
+ detailResp.ShareImg = services.GetActivityShareImg(activityInfo)
br.Ret = 200
br.Success = true