|
@@ -195,7 +195,12 @@ func GetActivityVivoPoints(item *models.ActivityDetail, wxUser *models.WxUserIte
|
|
}
|
|
}
|
|
vivoPointsResp.CompanyPoints = fmt.Sprint(companyPointsNum)
|
|
vivoPointsResp.CompanyPoints = fmt.Sprint(companyPointsNum)
|
|
|
|
|
|
- if havePower {
|
|
+ havePowerYx, e := GetArticleDetailUserPower(wxUser)
|
|
|
|
+ if e != nil {
|
|
|
|
+ err = errors.New("GetArticleDetailUserPower, Err: " + e.Error())
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ if havePower || havePowerYx {
|
|
if vivoPointsSetDetail.PointsNum == 0 {
|
|
if vivoPointsSetDetail.PointsNum == 0 {
|
|
vivoPointsResp.HavePoint = true
|
|
vivoPointsResp.HavePoint = true
|
|
}
|
|
}
|