xingzai 6 mesiacov pred
rodič
commit
4a0f4e7217
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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]