xingzai 6 сар өмнө
parent
commit
e8f1965382
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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