xingzai 6 mēneši atpakaļ
vecāks
revīzija
4a0f4e7217
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      controllers/order.go

+ 1 - 1
controllers/order.go

@@ -498,7 +498,7 @@ func (this *OrderController) UserOrderList() {
 			item.LabelKeywordImgLink = utils.LABEL_ICO_3
 			item.LabelKeyword = activityLabelKeyword[v.SourceId]
 		} else if orderType == 3 {
-			item.LabelKeyword = "畅读日卡" //日卡图标
+			item.LabelKeyword = "活动回放" //日卡图标
 		}
 		if v.OrderType == 3 {
 			item.PlaySeconds = mapActivityVivo[v.SourceId]