소스 검색

no message

xingzai 6 달 전
부모
커밋
4a0f4e7217
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]