xingzai hace 6 meses
padre
commit
e8f1965382
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/order.go

+ 1 - 1
services/order.go

@@ -152,7 +152,7 @@ func GetActivityVivoPoints(item *models.ActivityDetail, wxUser *models.WxUserIte
 		return
 	}
 
-	if total == 0 && havePower {
+	if total == 0 {
 		//如果没有设置就直接播放
 		vivoPointsResp.HavePoint = true
 		return