|
@@ -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)
|
|
|
return
|
|
|
}
|
|
|
+ detailResp.ShareImg = services.GetActivityShareImg(activityInfo)
|
|
|
resp.Detail = detailResp
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|